List Collection Accounts
Returns a paginated list of collection accounts.
get/v3/collection_account
Query parameters
ending_beforestring
A cursor for pagination. Returns objects before this object ID.
limitinteger
Number of objects to return. Default is 10, range 1-100.
starting_afterstring
A cursor for pagination. Returns objects after this object ID.
payment_method_typestring
Filter by payment method type.
countrystring
Filter by country.
currenciesstring[]
Filter by currencies (ISO format).
on_behalf_ofstring
Filter by the entity ID that the account is configured on behalf of.
status'disabled' | 'enabled'
Filter by collection account status.
type'virtual_account' | 'wallet'
Filter by type (virtual_account or wallet).
Filter by creation time. Pass an object with any of gt, gte, lt, lte (Unix timestamps).
Response
List of collection accounts.
Changes
No recorded changes to this endpoint across all 1 revision of this API.