v1

latestOpenAPI 3.0.22026-07-26128245430.3 KB
Cards

Retrieve the withdrawal history of funds

Retrieve the withdrawal history of funds, applicable to top-up accounts only

get/customers/{customerID}/card_accounts/{cardAccountID}/withdrawals

Path parameters

customerIDstring required

A UUID that uniquely identifies a resource

cardAccountIDstring required

A UUID that uniquely identifies a resource

Query parameters

limitinteger

The number of items to return (min 1, default 10, max 100)

starting_afterstring

This is a withdrawal id. If this is specified, the next page that starts with a withdrawal right AFTER the specified id on the timeline, which is always ordered from the newest to the oldest by creation time, will be returned. This also implies that withdrawals older than the specified id will be returned (shouldn't be set if ending_before is set)

ending_beforestring

This is a withdrawal id. If this is specified, the previous page that ends with a withdrawal right BEFORE the specified id on the timeline, which is always ordered from the newest to the oldest by creation time, will be returned. This also implies that withdrawals newer than the specified id will be returned (shouldn't be set if starting_after is set)

Response

The withdrawal history

countinteger required

The number of withdrawals returned