POST
/
api
/
v2
/
subscriptions
/
physical-mandate-file
/
upload
curl --request POST \
  --url https://sandbox.cashfree.com/api/v2/subscriptions/physical-mandate-file/upload \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-client-id: <x-client-id>' \
  --header 'x-client-secret: <x-client-secret>'
{
  "status": 200,
  "message": "File Uploaded Successfully",
  "data": {
    "pNachFileId": "1475380791"
  }
}

Headers

x-client-id
string
required

Client ID provided by Cashfree.

Example:

"x-client-id"

x-client-secret
string
required

Client Secret provided by Cashfree.

Example:

"x-client-secret"

Body

multipart/form-data

Response

200
application/json

Successful upload of the physical mandate file.

The response is of type any.