v1

latestOpenAPI 3.0.0Proprietary2026-07-1313647393.0 KB
Linked Accounts

Request Route product configuration

Request activation of the Route product for a Linked Account. Submits the account for review and KYC. Activation progresses: requested → under_review → activated.

post/v2/accounts/{account_id}/products

Path parameters

account_idstring required

Linked Account ID (acc_*).

Request body

product_name'route' required
tnc_acceptedboolean

Set to true to accept Razorpay TnC on behalf of the sub-merchant.

applicable_identifiedboolean

Response

Product configuration created.

idstring

Product configuration ID. Prefix: acc_prd_

account_idstring

Linked Account ID this configuration belongs to.

product_name'route'

Product name. Always 'route' for Route product.

activation_status'requested' | 'needs_clarification' | 'under_review' | 'activated' | 'suspended'

Current activation status. Progresses from requested → under_review → activated. needs_clarification requires additional info from the merchant.

requested_configurationobject

Configuration details provided during activation request.

requested_atinteger

Unix timestamp when product was requested.