Request
Body Params application/json
{
"Resp_code": "RCS",
"Resp_desc": "Request Completed Successfully",
"data": {
"requestid": "request12458",
"payment_mode": "MERCHANTQR",
"payment_id": "PATMPT250114180542ZJOSDIJX",
"order_id": "POR250114180313XZIMGTJP",
"reference_id": "NA",
"txn_amount": "1.00",
"txn_id": "NA",
"utr": "56638386464",
"txn_code": "TXN",
"txn_status": "SUCCESS",
"txn_description": "Transaction Successful",
"txn_date": "2025-01-14 18:05:42",
"payment_mobile": "9865327410",
"payment_email": "test@test.com",
"upi_details": {
"Payer_vpa": "test@upi"
}
}
}
Request Code Samples
curl --location --request POST 'https://uat.nandishatech.com/WS/v1/' \
--header 'Content-Type: application/json' \
--data-raw '{
"Resp_code": "RCS",
"Resp_desc": "Request Completed Successfully",
"data": {
"requestid": "request12458",
"payment_mode": "MERCHANTQR",
"payment_id": "PATMPT250114180542ZJOSDIJX",
"order_id": "POR250114180313XZIMGTJP",
"reference_id": "NA",
"txn_amount": "1.00",
"txn_id": "NA",
"utr": "56638386464",
"txn_code": "TXN",
"txn_status": "SUCCESS",
"txn_description": "Transaction Successful",
"txn_date": "2025-01-14 18:05:42",
"payment_mobile": "9865327410",
"payment_email": "test@test.com",
"upi_details": {
"Payer_vpa": "test@upi"
}
}
}'
Responses
This response does not have a body.
Modified at 2025-04-10 11:53:54