Documents Required for KYC API

This API is used to fetch list of documents required for completing KYC of merchant.

📘

Notes:

  • The access token with the scope as refer_merchant is required on the header. For more information on getting the access token, refer to Get Token API.
  • The merchant ID in the request header must be included as a query parameter in the mid field. This can found in the Create Merchant API response.
Sample request
curl --location --request GET 'https://uat-partner.payu.in/api/v3/merchants/8011767/kyc_document/required_docs' \
--header 'Authorization: Bearer 8881fa7eb0943423e0a136b44d44f7ec2632991f34302947659654515a1e7965'
Sample request
{
  "business_entity": null,
  "document_categories": []
}
Language
Credentials
Bearer
Click Try It! to start a request and see the response here!