Get all payment instruments for a balance account
GET {{baseUrl}}/balanceAccounts/{{id}}/paymentInstruments?offset=56&limit=56
Returns a paginated list of the payment instruments associated with a balance account. To fetch multiple pages, use the query parameters.For example, to limit the page to 3 payment instruments and to skip the first 6, use /balanceAccounts/{id}/paymentInstruments?limit=3&offset=6
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
offset | number | ||
limit | number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |