Payout API (Coming Soon)

API to transfer funds from the Virtual Bank Account to any other bank account.


Important Links

Run in Postman  API Guide  Free Trial  


{
  "@entity": "payment",
  "payer": {
    "@entity": "payer",
    "bank_account": {
      "@entity": "bank_account",
      "account_number": "HEYSBX7874301518"
    },
    "name": "sandbox"
  },
  "payee": {
    "@entity": "payee",
    "name": "sandbox",
    "bank_account": {
      "@entity": "bank_account",
      "account_number": "0035458984318",
      "ifsc": "HDFC0000121"
    }
  },
  "amount": 2001,
  "payment_details": {
    "@entity": "payment_details",
    "description": "tax payment from Sandbox SDK",
    "mode": "NEFT",
    "notes": {},
    "transaction_id": "4cf88008-826d-4f2e-a197-a4363a10bef5"
  }
}
Language
Click Try It! to start a request and see the response here!