IMPS
Call the Payouts API to request withdrawal for your customer with IMPS on India
POST /v2/payout
curl -v --location --request POST 'https://sandbox.smartfastpay.com/v2/payout' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <Access-Token>' \
--data-raw '{
"customer": {
"id": "b48a0728-9ff4-47ee-8f1b-92d2d5813ddb",
"name": "Richard Roe",
"email": "[email protected]",
"document": {
"type": "ID",
"number": "BNZAA2318J"
},
"phone": "+911234567821",
},
"country": "IND",
"payment_method": "imps",
"notification_url": "http://mysite.com/api/notification",
"bank_transfer": {
"bank_code": "BKID00000000",
"bank_account_number": "601000000000000",
"bank_account_type": "SAVINGS"
},
"transaction": {
"id": "73e7036e-b835-4130-8db0-2f82cc859662",
"currency": "INR",
"amount": 10.00
}
}'Parameter
Type
Required
Description
Last updated