List payments
Returns a paginated list of payments for the merchant tied to your secret key. You can filter bytype (payment or deposit), status, free-text search, and control sort order.
Query Parameters
Filter by payment type. Possible values:
payment, deposit.Filter by payment status. Possible values:
pending, processing,
completed, failed, expired, cancelled.Free-text search across payment ID, deposit wallet address, merchant short
name, receipt transaction hash, and receipt sender address.
Field to sort results by. Possible values:
createdAt, amountInCents.Sort direction. Possible values:
ASC, DESC.Number of payments to return. Minimum: 1, maximum: 1000.
Number of payments to skip for pagination.
Response Fields
Array of payment objects.
Pagination metadata.