Get list of payments
GET {{url}}/api/v1/payments
Request Params
Key | Datatype | Required | Description |
---|
from_created_at | null | | The start date of created_at in ISO8601 format (inclusive) |
page_num | null | | Page number, starts from 0. |
page_size | null | | Number of results per page, defaultValue 2000 |
payment_currency | string | | Payment currency |
request_id | string | | Payment request_id |
short_reference_id | string | | Payment short_reference_id |
status | string | | Status of the payment |
to_created_at | null | | The end date of created_at in ISO8601 format (inclusive) |
Key | Datatype | Required | Description |
---|
x-on-behalf-of | string | | |