Skip to main content
GET
List all payments
string
Unique identifier of the payment
string
Unique identifier of the account associated with the payment
string
Creation date of the payment
string
string
string

Allowed filter combinations

  • id
  • account_id
  • account_id, created_at
Fields with which the list response can be sorted using _sort query param
string
string
Default sort order:created_at DESC, id ASC

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

nextToken
string

Pagination token used as a marker to get records from next page.

Example:

"eyJsYXN0SXRlbUlkIjogInN0cmluZyIsICJwYWdlU2l6ZSI6IDEyMywgInNvcnRPcmRlciI6ICJhc2MifQ=="

pageSize
integer

Maximum page size expected by client to return the record list.

NOTE: Max page size cannot be more than 50. Also 50 is the default page size if no value is provided.

Example:

10

Response

Response for GET payments requests

List payments response

data
object[]
required
Maximum array length: 50
nextToken
string
Maximum string length: 500
Example:

"eyJsYXN0SXRlbUlkIjogInN0cmluZyIsICJwYWdlU2l6ZSI6IDEyMywgInNvcnRPcmRlciI6ICJhc2MifQ=="