Skip to main content
You can use the Account APIs to create a sub-merchant account. After an account gets created, an account_id is assigned. Check the account activation flow and states. Fork the Razorpay Postman Public Workspace and try the Account APIs using your Test API Keys. Sub-merchant Onboarding APIs Set Up Webhooks Webhook Payloads

Endpoints

  • post /v2/accounts - Create an Account: Creates a sub-merchant account.
  • get /v2/accounts/:account_id - Fetch an Account: Retrieves the details of an account.
  • patch /v2/accounts/:account_id - Update an Account: Updates an account for different product activation statuses.
  • delete /v2/accounts/:account_id - Delete an Account: Deletes a sub-merchant account.