Claim Gift Code
POST /gift/claim
Redeems a gift code to add funds to the user’s account balance. Requires reCAPTCHA verification.
connected, recaptcha
Body Parameters
The gift code to redeem. Can include hyphens (they are automatically removed). Must be 20 or 25 characters long (after removing hyphens).
| Field | Type | Description |
|---|---|---|
message | string | Success confirmation message |
amount | string | Formatted amount added (in dollars) |
amount_raw | integer | Raw amount added (in cents) |
type | string | Gift code type (currently only "funds") |
| Status | Message |
|---|---|
error | Missing code parameter |
error | Invalid gift code |
error | Invalid gift code or already used |
Gift codes are single-use. Once claimed, they cannot be reused.