These docs are for v1. Click to read the latest docs for v3.

PAN Verification

To use the PAN verification service (service_code = 4) on the production environment you need to activate the service of PAN verification for your organisation one time. Below is the cURL request for the same

curl --location --request PUT 'https://staging.eko.in:25004/ekoapi/v1/user/service/activate' \
--header 'developer_key: becbbce45f79c6f5109f848acd540567' \
--header 'secret-key: MC6dKW278tBef+AuqL/5rW2K3WgOegF0ZHLW/FriZQw=' \
--header 'secret-key-timestamp: 1516705204593' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'service_code=4' \
--data-urlencode 'initiator_id=9971771929' \
--data-urlencode 'user_code=20110001'

Replace with your production credentials and in the user_code pass your Eko code provided.

Refer to the FAQs for any issue : https://developers.eko.in/docs/pan-verifiication-queries

Path Params
string
required

This is the pan number that needs to be verified

int32
required

By Default, pass value as 1

string
required

Purpose of the PAN verification service

string
required

The unique cell number with which you are onboarded on Eko's platform. For UAT refer to [Platform Credentials] (https://developers.eko.in/docs/platform-credentials)

Headers
string
required

Your unique API key that will authenticate your request. For UAT, refer to [Platform Credentials] (https://developers.eko.in/docs/platform-credentials)

string
required

Refer to [authentication section] (https://developers.eko.in/docs/authentication)

string
required

Refer to [authentication section] (https://developers.eko.in/docs/authentication)

Responses

Language
LoadingLoading…
Response
Choose an example:
application/json