Overview of the Offer Validation API response 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
codeStringValidation status of the offer.

Possible values:
  • NOT_ELIGIBLE
  • ELIGIBLE
messageStringMessage corresponding to the validation status.

Example: Offer is Eligible