Redeem Card

Post https://whitelabel.markets/demos/apex/api/v1/giftcard/redeem

Headers

Authorization* string

Pass your {secret_key} as a bearer token in the request header to authorize this call

Body parameters

card_id* string

Card ID from successful order response or webhook

Response


{
    "message": "Card redeemed",
    "status": "success",
    "data": null
}