Search transactions
Search a list of transactions you’ve previously created. The transactions are ordered by the date of creation.
Authorizations
Query Parameters
Comma separated list of transaction status.
If present, only transactions with the specified status will be included.
Possible values:
PENDING_CREATED
PENDING
PROCESSING
AUTHORIZED
AUTHORIZATION_EXPIRED
SETTLING
ONRAMP_SETTLED
SETTLED
REFUNDED
DECLINED
CANCELLED
FAILED
ERROR
VOIDED
TWO_FA_REQUIRED
TWO_FA_PROVIDED
Comma separated list of service providers.
Return only transactions with these specific providers. You can specify multiple service providers in the query string and separate them with commas
Reference Crypto supported service providers and Fiat supported service providers for a full list of supported service providers
Limits number of returned accounts.
Default value: 10 or the number of ids provided
Minimum value: 1
Maximum value: 100
Return only transactions with the amount equal to or greater than this amount
Return only transactions with the amount equal to or less than this amount
Return only transactions created after this DateTime. The correct string will use the ISO DateTime or ISO Date Format.
Ex:2021-08-31T01:30:00 or 2022-02-25 are accepted
Return only transactions created before this DateTime. The correct string will use the ISO DateTime or ISO Date Format.
Ex:2021-08-31T01:30:00 or 2022-02-25 are accepted
The unique key corresponding to a payment transaction's position in the paginated list of results -- used to indicate that only payment transactions residing before this key will be retrieved.
Each payment transaction carries a unique key. Reference PaginationThe before and after fields cannot be used in the same request.
The unique key corresponding to a payment transaction's position in the paginated list of results -- used to indicate that only payment transactions residing after this key will be retrieved.
Each payment transaction carries a unique key. Reference PaginationThe before and after fields cannot be used in the same request.
Comma separated list of API access profile ids
Meld generated unique identifier for your customer. This should be used to track customer activity. This takes a comma separated list of customer ids.
Your unique identifier for your customer. If maintaining your own customer management system this can also be used for tracking customer activity. This takes a comma separated list of external customer ids.
Comma separated list of session ids
Comma separated list of external session ids
Comma separated list of reference ids
Comma separated list of transaction types
Comma separated list of order ids (for virtual account ramp)
service provider transaction id
Response
Payment transaction found