Paycaps Payment Gateway APIs

shape1
shape2
shape3
shape4
shape
shape

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

MethodURL
POSThttps://uat.paycaps.com/pgws /transact

Headers: Content-Type:application/json

Request Params

TypeAPP_IDValues
POSTORDER_IDURL
POSTAMOUNTURL
POSTTXNTYPEURL
POSTCURRENCY_CODEURL
POSTHASHURL

Refund API's

Initiate a refund transaction via API

Authentication: Sha256 HASH along with request.

Request format

MethodURL
POST{Context}/transact
S NoParamsValue TypeMandatory
1PG_REF_NUMnumberYes
2REFUND_FLAGstringYes
3AMOUNTnumberYes
4AMOUNTnumberYes
5AMOUNTnumberYes
6AMOUNTnumberYes
7AMOUNTnumberYes
8AMOUNTnumberYes

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

Top