Available in🇮🇳 India
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.
Create an Account
POST /v2/accountsCreates a sub-merchant account.Fetch an Account
GET /v2/accounts/:account_idRetrieves the details of an account.Update an Account
PATCH /v2/accounts/:account_idUpdates an account for different product activation statuses.Delete an Account
DELETE /v2/accounts/:account_idDeletes a sub-merchant account.