{
"requestid": "{{request_id}}",
"api_key": "f68db941819657a1434b9bce0cd9811e",
"api_secret": "cabfc6c85d2c1ec57905d6f230784ca8",
"order_id": "POR250123181409ZPWKFDPY"
}
curl --location --request POST 'https://uat.nandishatech.com/WS/v1/Payin/Action/checkMerchantOrderStatus' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestid": "{{request_id}}",
"api_key": "f68db941819657a1434b9bce0cd9811e",
"api_secret": "cabfc6c85d2c1ec57905d6f230784ca8",
"order_id": "POR250123181409ZPWKFDPY"
}'
{
"Resp_code": "RCS",
"Resp_desc": "Payment order verified successfully",
"requestid": "338d262b4b614b029f5c4",
"data": {
"order_id": "POR250123181409ZPWKFDPY",
"amount": "10.00",
"is_partial_allowed": "0",
"remaining_amount": "10.00",
"order_status": "CREATED",
"user_mobile": "---",
"user_email": "---",
"expire_date": "2025-01-23 18:24:09",
"merchant_name": "Merchant Sama",
"business_name": "Merchant Payments LLP",
"order_reference": "---",
"order_description": "smfjoi;shfj zvj'pzdf",
"payment_details": [
{
"payment_id": "PATMPT250123181441GWWGLWYG",
"amount": "10.00",
"payment_mode": "UPIINT",
"mdr": "0.30",
"mdr_rate": "2.96",
"payment_txn_id": null,
"rrn": null,
"attempt_date": "2025-01-23",
"payment_status": "SUCCESS",
"payment_mobile": "9865327410",
"payment_email": "test@test.com"
}
]
}
}