Issuer Bank Account Removal
This endpoint allows removing bank account associated with a previously registered issuer.
Request
ENDPOINT
/issuer_management/issuer/ISSUER-KEY/bank_account/BANK-ACCOUNT-KEYMETHOD
DELETEPath Params
| Field | Type | Description | Characters |
|---|---|---|---|
ISSUER-KEY | string | Unique issuer key (UUID v4). | 36 |
BANK-ACCOUNT-KEY | string | Unique key of the bank account to be removed (UUID v4). | 36 |
Response
STATUS
204No content is returned in the response body.
Notes
- Removing the account marked as primary (
is_default: true) is not allowed. The attempt returnsHTTP 400 / ISS0000012. To swap the primary account, see the full flow in Setting the issuer's primary bank account. - Changes to the primary account are only allowed while the issuer is in
in_filling. Outside that status, the operation returnsHTTP 400 / ISS0000011.