{
"requestid": "{{request_id}}",
"api_key": "f68db941819657a1434b9bce0cd9811e",
"api_secret": "cabfc6c85d2c1ec57905d6f230784ca8",
"amount": "55000.00",
"mode": "MERCHANTQR",
"payment_mobile": "9865327410",
"payment_email": "test@test.com",
"payment_description": "",
"webhook_url": "http://google.com/testPaymentPgWebhook/"
}
curl --location --request POST 'https://uat.nandishatech.com/WS/v1/Payin/Action/generateMerchantUPIPgOrder' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestid": "{{request_id}}",
"api_key": "f68db941819657a1434b9bce0cd9811e",
"api_secret": "cabfc6c85d2c1ec57905d6f230784ca8",
"amount": "55000.00",
"mode": "MERCHANTQR",
"payment_mobile": "9865327410",
"payment_email": "test@test.com",
"payment_description": "",
"webhook_url": "http://google.com/testPaymentPgWebhook/"
}'
{
"Resp_code": "RCS",
"Resp_desc": "Request completed successfully",
"requestid": "{{request_id}}",
"data": {
"upi_intent": "upi://pay?ver=01&mode=15&am=55000.00&pa=8750400900%40airtel&cu=INR&tn=PATMPT250212130230DMNAEPBO&pn=Codegenie+Technologies+LLP&mam=55000.00&tr=PATMPT250212130230DMNAEPBO",
"attempt_id": "HSzKLBpot0AbPqwv.R2e4nrXFsQuwyaWW0NoDcjmJ1Y-",
"order_id": "POR250212130229JCAGGYIJ",
"expire_time": "2025-02-12 13:12:31"
}
}