Get list of settlements
GET {{url}}/api/v1/pa/financial/settlements
Request Params
Key | Datatype | Required | Description |
---|
currency | null | | Currency of the settlement |
from_settled_at | null | | The start date of settled_at in ISO8601 format (inclusive) |
page_num | null | | Page number, starts from 0. |
page_size | null | | Number of results per page, default is 100, max is 1000 |
status | null | | Status of the settlement, one of: PENDING, SETTLED |
to_settled_at | null | | The end date of settled_at in ISO8601 format (inclusive) |
Key | Datatype | Required | Description |
---|
x-on-behalf-of | string | | |