v1
latestOpenAPI 3.1.02026-07-24680631.6 KBVerify Client KYC for Forex
To proceed with EasyFund transfer, the client should have completed the KYC verification which is essential for LRS. This API returns the status of the customer’s PAN and Aadhar
get/fund/customer/lrs/kycstatus/:customerId
Path parameters
customerId *string required
Customer Identifier
Headers
api-keystring
API Key
auth-keystring
Auth key generated using API & Access key
Response
200
Example response
{
"status": 200,
"message": "Success",
"doc": {
"pan": "verified",
"kyc": "verified",
"userStatus": "approved",
"emailAddress": "customersuccess@stockal.com",
"phoneNum": "+919039262124",
"createdAt": "2022-11-25T12:55:29.730Z"
}
}