delete https://uat-partner.payu.in/api/v3/merchants//kyc_document/
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 Environment | https://uat-partner.payu.in/ |
Production Environment | https://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'