Skip to main content
Every Contact has an associated Fund Account. When you make payouts to a Contact, they receive the amount in their Fund Account. Fund Accounts can be of four types, and a Contact can have multiple Fund Accounts. You must create a Contact to create a Fund Account. We recommend you to create Contacts and Fund Accounts beforehand to improve the payout processing time. When making payouts, ensure to allowlist IPs, else the request will fail. Fork the Razorpay Postman Public Workspace and try the Fund Accounts APIs using your Test API Keys. About Fund Accounts Set Up Webhooks Webhook Payloads

Endpoints

  • post /v1/fund_accounts - Create Bank Account type Fund Account: Creates a new Fund Account using bank account details.
  • post /v1/fund_accounts - Create VPA type Fund Account: Creates a new Fund Account using VPA details.
  • get /v1/fund_accounts - Fetch All Fund Account: Retrieves all the Fund Accounts.
  • get /v1/fund_accounts/:id - Fetch a Fund Account with ID: Retrieves a single Fund Account with ID.
  • patch /v1/fund_accounts/:id - Activate/Deactivate a Fund Account: Activates or deactivates an existing Fund Account.