๐Ÿ“„Return a Single Statement

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

Return a Single Statement

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

Return a single 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.

statement_id*

String

The UUID for a Bank Account that gets generated and returned in the POST Upload Business Bank Statement response


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

Last updated