Buvei
API ReferenceCards

Delete Card

Permanently close a card.

DELETE/open-api/v1/cards/{cardId}

Deletion is permanent — there is no recovery. The remaining card balance is refunded to your wallet and a CARD_DELETED webhook fires with the refund amount.

Cards in DELETED state cannot be used or restored. The card record is retained for 90 days for audit purposes and then purged.

Path parameters

cardIdstringpathrequired

Body

No body.

Response

successboolean
cardIdstring
messagestring
Response
{
  "code": 0,
  "message": "SUCCESS",
  "data": {
    "success": true,
    "cardId": "cid_abc123def456",
    "message": "Card deleted successfully"
  }
}