cURL
curl --request POST \ --url https://api.sandbox.co.in/bank/virtual/accounts/{account_number}/payments/payout \ --header 'Content-Type: application/json' \ --data '{ "@entity": "<string>", "payee": { "@entity": "<string>", "name": "<string>", "bank_account": { "@entity": "<string>", "account_number": "<string>", "ifsc": "<string>" } }, "amount": 123, "payment_details": { "@entity": "<string>", "description": "<string>", "mode": "<string>" } }'
{ "timestamp": 123, "transaction_id": "<string>", "data": { "id": "<string>", "description": "<string>", "created_at": 123, "@entity": "<string>", "notes": {}, "payer": { "@entity": "<string>", "name": "<string>", "bank_account": { "@entity": "<string>", "account_number": "<string>", "ifsc": "<string>", "notes": {} } }, "payee": { "@entity": "<string>", "name": "<string>", "bank_account": { "@entity": "<string>", "account_number": "<string>", "ifsc": "<string>", "notes": {} } }, "status": "<string>", "mode": "<string>", "type": "<string>", "amount": 123, "fee": 123, "tax": 123 }, "code": 123 }
Request Payout API allows you to initiate a payout request from a virtual account
Show child attributes
200
Was this page helpful?