Skip to content

Files

Latest commit

 

History

History
16 lines (12 loc) · 1.11 KB

BankAccountCaPost.md

File metadata and controls

16 lines (12 loc) · 1.11 KB

BankAccountCaPost

Properties

Name Type Description Notes
branch_code string The branch code of the bank where the bank account. Must be numbers only, and 5 digits long [optional]
institution_number string The institution number of the bank account. Must be numbers only, and 3 or 4 digits long [optional]
account_number string The account number of the bank account. Must be numbers only. Canadian account numbers must be a maximum of 20 digits [optional]
bank_name string The name of the bank where the account is held. Must be letters or numbers only and maximum 50 characters long [optional]
tag string Custom data that you can add to this item [optional]
owner_address \MarketPay\Model\Address [optional]
owner_name string The name of the owner of the bank account [optional]

[Back to Model list] [Back to API list] [Back to README]