cURL
curl --request POST \ --url https://api.unpay.in/v1/upi/collect \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "amount": 123, "currency": "INR", "vpa": "<string>", "expiry": 123 } '
Initiate a UPI collection request (Intent, QR, or Collect).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Request created successfully