Account Number
List all account numbers from a bank account
GET/bank-accounts/{bank_account_id}/account-numbers
Lists all the account numbers that point to a specific bank account.
Path Parameters
bank_account_id
stringRequiredUnique identifier for the bank account.
Query Parameters
ending_before
stringOptionalA cursor for pagination. ending_before is the ID of an object that defines your place in the list.
limit
integerOptionalA limit on the number of objects to be returned, between 1 and 100. The default is 10.
starting_after
stringOptionalA cursor for pagination. starting_after is the ID of an object that defines your place in the list.