Skip to main content
POST
/
v1
/
upi
/
collect
Create Collection Request
curl --request POST \
  --url https://app.unpay.in/api/v1/upi/collect \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "amount": 123,
  "currency": "INR",
  "vpa": "<string>",
  "expiry": 123
}
'

Authorizations

x-api-key
string
header
required

Use your API Key from the UnPay dashboard. Required for all tech/server-to-server endpoints.

Body

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

Response

200

Request created successfully