Response Reason Code
- 30 May 2024
- 2 Minutes to read
- DarkLight
Response Reason Code
- Updated on 30 May 2024
- 2 Minutes to read
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Callback Handler - Response Reason Code
The reasons key in the Callback handler response returns an array of reason codes if the offer is unavailable and null if the offer is available. For token_retrieved status, reason codes can be provided if the token value is null.
The details for each status and reason code has been provided below:
OFFER_UNAVAILABLE
Code | Description | Sample Message | Possible Solution |
---|---|---|---|
0 | Uplift campaign is disabled | n/a | Reach out to your account manager to discuss the details of your Uplift campaign |
1 | order_amount amount is below minimum price threshold | Treat yourself! Upgrade your hotel room, choose a luxury vehicle, or add trip insurance to get your cart over $XXX. | User can return to shopping to increase amount total |
2 | order_amount amount is above maximum price threshold | Your cart is too high! Pay Monthly is only available for trips from $XXX to $XXX. | User must reduce their amount total |
3 | orderInfo object is missing trip dates | n/a | Please, validate that you are sending the trip dates as expected based on the schema required fields |
4 | The trip start date falls below minimum day window | Your departure date is too soon! Itineraries must have a departure date at least XX day(s) away in order to be eligible for Uplift Pay Monthly. | User must return and change flight dates to make Uplift available |
5 | The trip start date falls above maximum day window | n/a | Uplift is not available this far in advance based on the users selection |
6 | orderInfo object is missing travelers | n/a | Please, validate that you are sending the travelers information as expected based on the schema required fields |
7 | Uplift API timeout | n/a | Uplift will work to resolve this issue |
8 | Fatal Error | n/a | Please, validate that you are sending the trip dates as expected based on the schema required fields; if this is correct, please reach out to your Uplift account manager for additional support |
9 | Missing Product | n/a | Please, validate that you are sending all required fields as expected based on the schema required fields |
10 | Origin destination not supported | n/a | Representing an origin destination that was deemed to not be supported during discussions with Uplift |
11 | Language is not supported | n/a | Current supported languages:
|
12 | Currency is not supported | n/a | Current supported currencies:
|
13 | Country is not supported | n/a | Current supported countries:
|
14 | Product is not supported | n/a | orderInfo contains attributes not pertaining to the configured vertical for the partner |
TOKEN_RETRIEVED
Code | Description | Sample Message | Possible Solution |
---|---|---|---|
7 | Uplift API timeout | n/a | Uplift will work to resolve this issue |
8 | Uplift Internal Errors | n/a | Please reach out to your Uplift account manager for additional support |
Was this article helpful?