Skip to main content

Remove a bank account

DELETE 

/payment-methods/bank-accounts/:payment_method_id

Removes a bank account from the account holder's file.

An account that is still linked for payouts cannot be removed: the link exists at the banking network as well, and removing it here would not revoke it there. Unlink it from each network first, then remove it.

Request

Path Parameters

    payment_method_id uuidrequired

Responses

The bank account was removed

Loading...