Offers [v3]
POST/api/v3/offers
Retrieve available offers for a specific payment mode on an order. Filter by providing mode-specific details.
Quick Reference
- Required:
order_id,payment_mode_code - Conditional:
card_no,bank_code,wallet_code,upi_id,pay_later_code(filter by payment mode) - Returns: Array of offers with
discount_amount,cashback_amount,coupon_code,display_text, andterms_and_condition
Request
Responses
- 200
- 4XX
- 5XX
When the offers is successfully fetched, the response will be as below
When the offers cannot be fetched, the response will be as below
When there is a problem on the server, the response will be as below