๐Ÿ—ƒ๏ธReturn All Statements of a BankAccount

Return all the PDF bank statements stored on a Business Bank Account Record.

Return All Statements of a BankAccount

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

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.


{
    "errors": {
        "code": "entity_not_found",
        "message": "Record not found in module_bank_accounts"
    }
}

Last updated