POST
/
aadhaar-masking
Aadhaar Masking
curl --request POST \
  --url https://sandbox.cashfree.com/verification/aadhaar-masking \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-client-id: <api-key>' \
  --header 'x-client-secret: <api-key>' \
  --form image=image \
  --form verification_id=testverificationid
{
"image_link": "https://image.url.link",
"reference_id": 354768,
"verification_id": "testverificationid",
"status": "VALID"
}

Authorizations

x-client-id
string
header
required

Your unique client identifier issued by Cashfree. You can find this in your Merchant Dashboard.

x-client-secret
string
header
required

The secret key associated with your client ID. Use this to authenticate your API requests. You can find this in your Merchant Dashboard.

Headers

x-cf-signature
string

Send the signature if IP is not whitelisted.

Body

multipart/form-data

Find the request parameters to mask aadhaar number

The body is of type object.

Response

200
application/json

Success response for masking aadhaar number

The response is of type object.