1๏ธโƒฃReturn a Single Account

Return account details and transactional data from a Business Bank Account Record.

Return All Accounts of a BankAccount

GET {{baseUrl}}/business/bank-accounts/:bank_account_id/accounts/:account_id

Return all the PDF bank statements that have been stored on the bank_account_id.

Path Parameters

NameTypeDescription

bank_account_id*

String

The UUID for a Business Bank Account that gets generated and returned in either POST Create without Customer or POST Create with Customer response.

account_id*

String

Last updated