PUT

Block Card

Temporarily or permanently block a card.

PUT/v2/cards/{card_id}/block

Body Parameters

ParameterTypeRequiredDescription
reasonstringYESReason for blocking (e.g., STOLEN, LOST).

Example Request

cURL
curl -X PUT "https://sandbox.hexcore.io/v2/cards/crd_0123/block" \-H "Authorization: Bearer sk_test_your_secret_key" \-H "Content-Type: application/json" \-d '{"reason": "LOST"}'