Use this API to upload KYC Documents for merchants
curl --request POST \ --url https://api-sandbox.cashfree.com/partners/merchants/{merchant_id}/documents \ --header 'Content-Type: multipart/form-data' \ --header 'x-partner-apikey: <x-partner-apikey>' \ --form 'document_type=<string>'
{ "document_type": "bank_statement", "uploaded_on": "2006-01-02T15:04:05-0700" }
Partner API Key
API version to be used
Unique identifier for the merchant
OK
The response is of type object.
object