post
http://nowpay.in/api/index.php?route=/api/pan/managepsa
This API is used to enroll PSA (PAN Service Agent) with simple steps.
*Request Parameters:
| Parameter | Data | Data Type | Description |
|---|---|---|---|
| username | M | Numeric | Unique id of API partner provided by Nowpay |
| key | M | String | seckey of API partner provided by Nowpay |
| psaphonenumber | M | Numeric | Pan Agent Phone Number. All communications with respective UTI will be shared over this Phone Number |
| psaname | M | String | Pan Agent Name |
| yourrequestid | M | String | Unique Transaction id |
| psaemailid | M | String | Pan Agent Email Id |
| panno | M | String | Pan Agent PAN no |
| shopname | M | String | Pan Agent Shop Name |
| location | M | String | Pan Agent Shop Location |
| state | M | String | Pan Agent State Code |
| pin | M | Numeric | Pan Agent ZIP code |
Response Parameters:
| Parameter | Value | Description |
|---|---|---|
| success | 17 = Approved 19 = Failed 0 = Failed 21 = Pending | Status of Transaction |
| message | String | Description of Transaction |
| apirequestid | String | Optional |
| ourrequestid | String | Unique Id of API provider |
| yourrequestid | String | Unique Id of API consumer |
| psaid | String | PSA Agnet UTI Id |
