Skip to main content
POST
/
v1
/
upi
/
collect
Create Collection Request
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
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
amount
number
currency
string
default:INR
vpa
string
expiry
integer

Response

200

Request created successfully