Terms and Conditions

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


You can use the Terms and Conditions APIs to fetch terms and conditions for a sub-merchant. Use the

to accept the terms and conditions.

Explore the Terms and Conditions API collection in the Razorpay Postman Public Workspace. Fork the workspace and test the APIs with your

.

Given below is the workflow:

  1. As a partner, it is your responsibility to show respective terms and conditions to the sub-merchants before you start onboarding to a product. The APIs used for it will be .
  2. You should display these web pages to your sub-merchants on your interface.
  3. Record the acceptance of terms and transmit that to Razorpay using either or .

API EndpointDescription
Retrieves terms and conditions for a sub-merchant.
Accept Terms and Conditions for a Sub-MerchantUse the to accept terms and conditions for a sub-merchant.

entity

string The name of the entity. Here it is tnc_map.

product_name

string Determines what business unit the terms and conditions belong to.

id

string Unique identifier of the terms and conditions belonging to a specific business unit.

tnc

object The terms and conditions content.

terms

string The terms and conditions webpage URL.

privacy

string The privacy policy webpage URL.

agreement

string The agreement webpage URL.

last_published_at

integer The timestamp in Unix format, when the terms and conditions were created/last updated.


Was this page helpful?