Delete KYC Document API

It is used to delete document for a merchant.

Test Environment: https://uat-partner.payu.in

Production Environment: https://partner.payu.in

Scope present in Token: refer_merchant

This API is used to delete the document for a merchant.

📘

Note:

The access token with the scope as refer_merchant is required on the header. For more information on getting the access token, refer to o Get Token API.

Environment

Test Environmenthttps://uat-partner.payu.in/
Production Environmenthttps://partner.payu.in/
Sample request
curl --location -g --request DELETE '{{partner_base_url}}/api/v3/merchants/{{mid}}/kyc_document/{{kyc_document_uuid}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/x-www-form-urlencoded'

Request parameters

Language
Authorization
Bearer
URL
Click Try It! to start a request and see the response here!