Skip to main content

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-KEY
METHOD
DELETE

Path Params

FieldTypeDescriptionCharacters
ISSUER-KEYstringUnique issuer key (UUID v4).36
BANK-ACCOUNT-KEYstringUnique key of the bank account to be removed (UUID v4).36

Response

STATUS
204

No content is returned in the response body.


Notes

  • Removing the account marked as primary (is_default: true) is not allowed. The attempt returns HTTP 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 returns HTTP 400 / ISS0000011.