Skip to main content
POST
Get list of terminal transactions

Authorizations

x-client-id
string
header
required

Client app ID. You can find your app id in the Merchant Dashboard.

x-client-secret
string
header
required

Client secret key. You can find your secret key in the Merchant Dashboard.

Headers

x-api-version
string
default:2025-01-01
required

API version to be used.

x-request-id
string

Request ID for the API call. Can be used to resolve tech issues. Communicate this in your tech related queries to Cashfree.

x-idempotency-key
string<UUID>

An idempotency key is a unique identifier you include with your API call. If the request fails or times out, you can safely retry it using the same key to avoid duplicate actions.

Body

application/json

Request parameters to fetch a paginated list of terminal payment transactions.

filter
TerminalFilters · object

Use this object to filter terminal transactions based on various criteria.

Example:
pagination
TerminalPagination · object

Use this object to configure pagination for terminal transaction results.

Example:

Response

Success response for fetching a paginated list of terminal payment transactions.

cf_terminal_id
integer

Unique Cashfree terminal identifier.

terminal_id
string

Merchant-defined terminal identifier.

terminal_vpa
string

Virtual payment address (VPA) associated with the terminal.

cf_payment_id
integer

Unique Cashfree payment identifier.

payment_amount
number

Payment transaction amount in the specified currency.

payment_mode
string

Payment method used for the transaction (for example, UPI_OFFLINE_STATIC).

payment_status
string

Current status of the payment transaction (SUCCESS, FAILED, or PENDING).

payment_time
string

Timestamp when the payment was processed in ISO8601 format.

error_details
ErrorDetailsInPayments · object

The error details are present only for failed payments.

Example: