Bank Accounts
List bank accounts
Create bank account
Get bank account by v1Id
Get bank account
Disable bank account
Webhooks
bank_account.created
bank_account.disabled
bank_account.verified
<- Bank Accounts API
Bank Accounts API
All versions ->
POST
/v2/bank-accounts/{bank_account_id}/disable
Disable a bank account.
Guide
Disable a bank account by Id
Example code
bank_account_id
string
Required
The ID of the bank account to disable.
bank_account
BankAccount
The disabled 'BankAccount'
Show attributes
errors
Error [ ]
Information on errors encountered during the request.