Skip to main content

Void Gift Card

POST 

/api/gift-cards/:giftCard/void

Void a gift card. Drains any remaining balance (via a void ledger entry) and marks the card voided so it can no longer be redeemed. No request body.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Authentication: Requires Bearer token. Permission: pos.manage.

Returns 200 with { data: <gift card>, message: "Gift card voided." }.

Request

Responses

OK

Response Headers
    Content-Type