Disable a Creditor Bank Account
POST {{url}}/creditor_bank_accounts/{{creditor_bank_account}}/actions/disable
Immediately disables the bank account, no money can be paid out to a disabled account.
This will return a disable_failed error if the bank account has already been disabled.
A disabled bank account can be re-enabled by creating a new bank account resource with the same details.
Disable a Creditor Bank Account API Docs
RESPONSES
status: OK
{"creditor_bank_accounts":{"id":"BA000FRC7AK8CW","created_at":"2021-06-25T01:43:50.253Z","account_number_ending":"44","account_holder_name":"NUDE WINES 2","account_type":null,"bank_name":"BARCLAYS BANK PLC","currency":"GBP","country_code":"GB","metadata":{},"enabled":false,"links":{"creditor":"CR00006C6DF0TD"},"verification_status":"successful"}}