Paysprint
Paysprint:
Postman Collection
URL
GET : /v1/api/callbacks/pan/paysprintHeaders
Content-Type (String) required
application/json
application/json
Authorization (String) required
Basic Auth
Basic Auth
Accept (String) required
application/json
application/json
Body Params
event (String) Required
Event (Max Length: 100)
Event (Max Length: 100)
param (object) Required
Parameter of pan transaction paysprint (Max Length: 100)
Parameter of pan transaction paysprint (Max Length: 100)
Request
Example Request
curl --location --request GET '/api/callbacks/pan/paysprint' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data '{
"event": "Pan Transaction Refund",
"param": {
"refund_reference" : "R000XXXX82",
"merchant_txn_status" : "S",
"merchant_txn" : "UTI25724838XXXX1624D573",
"utiitsl_id" : "UTIITSL",
"refund_reason" : "Refund payment",
"utiitsl_reference" : "VA001XXXX621"
}
}'
Response Samples
- SUCCESS
- FAILED
{
"code": "0x0200",
"message": "Record fetched successfully.",
"status": "SUCCESS",
"data": ''
}
{
"code": "0x0202",
"status": "FAILURE",
"message": "No record found"
}
Response Code
Status Code | Status | Message |
---|---|---|
0x0200 | SUCCESS | TRANSACTION SUCCESSFULL |
0x0201 | UNAUTHORIZED | UNAUTHORIZED USER |
0x0202 | FAILURE | FAILURE USER |
0x0203 | MISSING_PARAMETER | MISSING PARAMETER |
0x0204 | CONNECTION_TIMEOUT | CONNECTION TIMEOUT |
0x0205 | SOMETHING_WENT_WRONG | SOMETHING WENT WRONG |
0x0206 | PENDING | TRANSACTION PENDING |
0x0207 | REVERSED | TRANSACTION REVERSED |
0x0209 | REDIRECT | REDIRECT URL |