APIs used in Offers Integration
The following APIs are used for Offers integration on PayU:
Offer APIs
| Use case → Integration/Reference page | command / primary value | Description |
|---|---|---|
| Payment Transaction with Offers using PayU Hosted Checkout | POST /_payment | Process a payment transaction with offers applied through PayU Hosted Checkout. |
| Instant Discount or Cashback using Merchant Hosted Checkout | POST /_payment | Process instant discount or cashback offers through Merchant Hosted Checkout. |
| SKU-Based Offer using Merchant Hosted Checkout | POST /_payment | Process SKU-based offers through Merchant Hosted Checkout. |
| Fetch Offers API | fetch_offers | Fetch all active offers for a specific Merchant ID, with optional discount calculation based on amount. |
| Validate Offer API | validate_offer | Validate a payment request against an offer key without applying the offer. |
| Check Offer Status API | check_offer_status | Check merchant-specific or card-specific offers to retrieve offer status and details. |
Note: The Fetch Offers API returns discount calculations when the amount is included in the request. Without the amount parameter, the response excludes discount calculation fields.
For detailed integration guides on using the _payment API with offers, refer to:
- Integrate with PayU Hosted Checkout
- Integrate with Merchant Hosted Checkout
Updated 13 days ago
Did this page help you?
