DocsAPI Reference
Log In
API Reference

Search transactions

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

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

string

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

int32

Limits number of returned accounts.

Default value: 10 or the number of ids provided

Minimum value: 1

Maximum value: 100

number

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

number

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

string

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

string

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

string

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.


string

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.


string

Comma separated list of API access profile ids

string

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

string

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.

string

Comma separated list of session ids

string

Comma separated list of external session ids

string

Comma separated list of reference ids

string

Comma separated list of transaction types

string

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

string

service provider transaction id

Responses

400

Bad Request : check request values and format

401

Invalid credentials

403

Unauthenticated or authenticated with insufficient access

500

Server Error. This applies to all 5xx errors, including but not limited to 500, 501, 502, 503, and 504 errors. You should treat all of these errors the same.

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*