{ "api": "Your API Key", "amount": 10.00, "oid": "Your Order ID", "cid": "Customer ID", "mode": "PG | S2S" }
curl --location --request POST 'https://demo.smartinfinitypay.com/api/v4/payin/make.php' \ --header 'Content-Type: application/json' \ --data-raw '{ "api": "Your API Key", "amount": 10.00, "oid": "Your Order ID", "cid": "Customer ID", "mode": "PG | S2S" }'
{ "status": "Success", "upi_params": "pa=starfashionhub11%40sbi&pn=Star%2BFashion%2BHub&cu=INR&tn=AOIUC&am=10.00", "intent": "UPI Inent", "qrcode": "qr code image link" }