Skip to main content
You can delete (deactivate) an existing bank card using the deleteBankCard mutation. This mutation requires the MANAGE_PAYMENT scope. The deleteBankCard mutation sets the status of a bank card to INACTIVE. Once deleted, the card cannot be used for transactions.

Sample request

This mutation requires the DeleteBankCardInput input type. Any field marked with an exclamation mark (!) in the schema is mandatory and must be included in the request.

DeleteBankCardInput

JSON

Sample response

Deleting a bank card will deactivate it immediately. The card will no longer be available for any transactions or funding operations.