Object

Shown below is a sample response returned through our Offer Validation API.

{
  "code": "ELIGIBLE",
  "message": "Offer is Eligible"
}

Shown below is a sample response returned through our Offer Validation API.

ParameterTypeDescription
codeString

Validation status of the offer.

Possible values:
  • NOT_ELIGIBLE
  • ELIGIBLE
messageString

Message corresponding to the validation status.

Example: Offer is Eligible

Ask AI
Assistant
Order Lifecycle
Refunds
Settlements
Checkout
Dashboard
International Payments
How do I implement webhook notifications for payment status updates, and what's the recommended way to verify webhook authenticity?
How do I integrate Pine Labs payment gateway with my React Native mobile app and what are the required API credentials?
Can I customize the payment UI for card transactions, and what parameters can I pass to modify the checkout experience for my customers?
Assistant