API Reference

List Merchant Channel Payments

Retrieves a list of merchant channel payments based on the provided filters.

Log in to see full request history
Query Params
uuid

Unique identifier of the merchant channel payment.

string

Reference identifier for the merchant channel payment.

uuid

Unique identifier of the merchant.

string

Hash value associated with the merchant channel payment.

string

Current status of the merchant channel.

date-time

Start date for filtering merchant channel payments (ISO 8601 format).

date-time

End date for filtering merchant channel payments (ISO 8601 format).

string

Address associated with the merchant channel.

int32
≥ 0

Pagination offset (zero or greater).

int32
≥ 1

Maximum number of records to return (greater than zero).

string

Order of sorting: 'asc' for ascending or 'desc' for descending.

string

The sort parameter specifies which field to sort the channel payments by. Available sort fields include:

  • displayAmount: Sort by the amount in display currency
  • paidAmount: Sort by the amount paid in cryptocurrency
  • hash: Sort by transaction hash
  • uuid: Sort by unique identifier
  • status: Sort by payment status (COMPLETE, DETECTED, etc.)
  • lastUpdated: Sort by when the payment was last updated
  • dateCreated: Sort by when the payment was created
string

Search query to filter merchant channel payments.

Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json