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

KeyDatatypeRequiredDescription
offsetnumber
limitnumber

HEADERS

KeyDatatypeRequiredDescription
Acceptstring