post
http://nowpay.in/api/index.php?route=/api/pan/managecoupon
This API used to purchase UTI coupons. Here each coupon will act as PAN card to end customer. Nowpay supports two types of PANS
- Physical PAN Coupon
- Soft PAN Creation
Request Parameters:
| Parameter | Data | Data Type | Description |
|---|---|---|---|
| key | M | String | seckey of API partner provided by Nowpay |
| username | M | Numeric | Unique id of API partner provided by Nowpay |
| psaid | M | String | PAN Agent UTI id where coupon shall be purchased |
| type | M | String | Type of PAN coupon going to purchase. 1 = Physical Coupon 0 = Soft Coupon |
| qty | M | String | Quantity of PAN coupons which shall be purchased |
| yourrequestid | M | String | Unique id of API provider |
Response Parameter:
| Parameter | Value | Description |
|---|---|---|
| success | 17 = APPROVED 0 = REJECTED 19 = REJECTED 21 = PENDING | Status of the transaction |
| message | String | Description of transaction |
| psaid | String | PAN Agent UTI Provided in |
| ourrequestid | String | Unique Transaction id of API provider |
| yourrequestid | String | Unique Transaction id of API consumer |
| qty | String | Quantity of UTI coupons to be purchase |
| amount | String | Total Quantity of UTI coupons in the amount format |
