Get list of charges
GET {{url}}/api/v1/charges
Request Params
Key | Datatype | Required | Description |
---|
currency | null | | Currency (3-letter ISO-4217 code) |
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. Default value is 100., minimum 10, maximum 2000 |
request_id | null | | Charge request_id |
source | null | | Airwallex account ID |
status | null | | Status of the charge, one of: NEW, PENDING, SETTLED,SUSPENDED |
to_created_at | null | | The end date of created_at in ISO8601 format (inclusive) |
Key | Datatype | Required | Description |
---|
x-on-behalf-of | string | | |