Getting Started
Primary APIs
Merchants can integrate the Rest APIs to perform the support txns seamlessly from their portals.
Status Enquiry
To validate the status of a transaction for which the response may or may not have been received.
Authentication: Sha256 HASH along with request.
Request format
| Method | URL |
| POST | https://uat.paycaps.com/pgws /transact |
Headers: Content-Type:application/json
Request Params
| Type | APP_ID | Values |
| POST | ORDER_ID | URL |
| POST | AMOUNT | URL |
| POST | TXNTYPE | URL |
| POST | CURRENCY_CODE | URL |
| POST | HASH | URL |
Refund API's
Initiate a refund transaction via API
Authentication: Sha256 HASH along with request.
Request format
| Method | URL |
| POST | {Context}/transact |
| S No | Params | Value Type | Mandatory |
| 1 | PG_REF_NUM | number | Yes |
| 2 | REFUND_FLAG | string | Yes |
| 3 | AMOUNT | number | Yes |
| 4 | AMOUNT | number | Yes |
| 5 | AMOUNT | number | Yes |
| 6 | AMOUNT | number | Yes |
| 7 | AMOUNT | number | Yes |
| 8 | AMOUNT | number | Yes |
ORDER_ID: Order ID generated by merchant for original transaction
REFUND_ORDER_ID: Order ID generated by merchant for refund transaction
TXN_ID: Transaction ID generated by PG
Request
Response



