Modified endpoints
GET /api/v1/offer-wall/offer-details
GET /api/v1/offer-wall/offers
The response schema has been updated to include a new field.
New Field: conversionType
"conversionType": "FlatRate" | "RevShare"
Definition
FlatRate
The offer rewards a fixed amount (e.g., points per completion).
RevShare
The offer rewards a percentage of the user’s purchase amount.
The reward value should be displayed as a percentage (%), not a fixed number.
UI Handling Guidelines
Use the conversionType field to determine how rewards should be displayed in your app:
FlatRate → Display standard reward (e.g., points or fixed value)
RevShare → Display as a percentage (e.g., “X% cash back”)
