Flow
Validate Coupon
Check if the coupon is valid before use. Request- cURL
- Node SDK
- Go SDK
Redeem Coupon
Actually use the coupon after validation. Request- cURL
- Node SDK
- Go SDK
Error Codes
| Code | Description |
|---|---|
COUPON_NOT_FOUND | Non-existent coupon |
COUPON_INACTIVE | Deactivated coupon |
COUPON_NOT_YET_VALID | Before valid period |
COUPON_EXPIRED | Expired |
USER_CODE_LIMIT | User code usage limit exceeded |
USER_PACKAGE_LIMIT | User package usage limit exceeded |
TOTAL_USAGE_LIMIT | Total usage limit exceeded |