> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-881012b3.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Terms and Conditions APIs

> Use the Terms and Conditions APIs to accept and fetch terms and conditions for a sub-merchant.

<div style={{display:"flex",flexWrap:"wrap",alignItems:"center",gap:"0.35rem 0.9rem",border:"1px solid rgba(128,128,128,0.28)",borderRadius:"0.5rem",padding:"0.45rem 0.75rem",margin:"0 0 1.25rem",fontSize:"0.875rem"}}>
  <span style={{fontWeight:600}}>Available in</span>
  <span>🇮🇳 India</span>
</div>

You can use the Terms and Conditions APIs to fetch terms and conditions for a sub-merchant. Check the [workflow to fetch and accept terms and conditions](/docs/partners/aggregators/onboarding-api#terms-and-conditions-workflow) for a sub-merchant.

<br />

Fork the Razorpay Postman Public Workspace and try the Terms and Conditions APIs using your [Test API Keys](/docs/partners/aggregators/onboarding-api#api-authentication/).

<a href="https://www.postman.com/razorpaydev/workspace/razorpay-public-workspace/folder/12492020-69580306-114f-4e7e-b960-4b0f5cc1ddd6" target="_blank">![Run in Postman](https://run.pstmn.io/button.svg)</a>

<CardGroup cols={2}>
  <Card title="Fetch Terms and Conditions" href="/docs/api/partners/terms-conditions/fetch">
    `GET` `/v2/products/:product_name/tnc`

    Retrieves terms and conditions for a sub-merchant.
  </Card>

  <Card title="Accept Terms and Conditions" href="/docs/api/partners/product-configuration/request">
    `POST` `/v2/accounts/:account_id/products`

    Use the Product Configuration API to accept terms and conditions for a sub-merchant.
  </Card>
</CardGroup>

## Related Guides

* [Sub-merchant Onboarding APIs](/docs/partners/aggregators/onboarding-api)
* [Set Up Webhooks](/docs/partners/aggregators/onboarding-api/webhooks)
* [Webhook Payloads](/docs/webhooks/partners)
