External Bank Account
List external bank accounts
List all the external bank accounts for the provided search criteria.
get/v1/external_bank_accounts
Query parameters
account_tokenstring uuid
account_typesAccountType[]
countriesstring[]
owner_typesOwnerType[]
statesAccountState[]
verification_statesVerificationState[]
ending_beforestring
A cursor representing an item's token before which a page of results should end. Used to retrieve the previous page of results before this item.
page_sizeinteger
Page size (for pagination).
starting_afterstring
A cursor representing an item's token after which a page of results should begin. Used to retrieve the next page of results after this item.
Response
OK
Example response
{
"data": [
{
"address": {
"postal_code": "11201",
"country": "USD"
}
}
]
}