v1

latestOpenAPI 3.1.0Apache 2.02026-07-2265186296.2 KB
Transactions

Search transactions

Search a list of transactions you've previously created. The transactions are ordered by the date of creation.

get/payments/transactions

Query parameters

statusesstring

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

serviceProvidersstring

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

limitinteger

Limits number of returned accounts.

Default value: 10 or the number of ids provided

Minimum value: 1

Maximum value: 100

amountFromnumber

Return only transactions with the amount equal to or greater than this amount

amountTonumber

Return only transactions with the amount equal to or less than this amount

fromstring

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

tostring

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

beforestring

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.

afterstring

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.

apiAccessProfileIdsstring

Comma separated list of API access profile ids

customerIdsstring

Meld generated unique identifier for your customer. This should be used to track customer activity. This takes a comma separated list of customer ids.

externalCustomerIdsstring

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.

sessionIdsstring

Comma separated list of session ids

externalSessionIdsstring

Comma separated list of external session ids

externalReferenceIdsstring

Comma separated list of reference ids

typesstring

Comma separated list of transaction types

orderIdsstring

Comma separated list of order ids (for virtual account ramp)

serviceProviderTransactionIdstring

service provider transaction id

subaccountCustomerIdsstring

Comma-separated list of sub-account customer ids.

externalSubaccountCustomerIdsstring

Comma-separated list of external sub-account customer ids.

Response

Payment transaction found