UPI
Call the Payments API to request payments via UPI on India
POST /v2/payin
curl -v --location --request POST 'https://sandbox.smartfastpay.com/v2/payin' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <Access-Token>' \
--data-raw '{
"customer": {
"id": "58f0c005-3b7d-4c75-81f3-93b9a6fee864",
"name": "Richard Roe",
"email": "[email protected]",
"document": {
"number": "BNZAA2318J",
"type": "ID"
},
"phone": "+911234567821"
},
"transaction": {
"id": "b08e3897-6505-4bb4-81a5-6e3a1d29e277",
"currency": "INR",
"amount": 10.00,
},
"country": "IND",
"payment_method": "upi",
"notification_url": "http://mysite.com/api/notification"
}'Parameter
Type
Required
Description
Last updated