CustomerWallet record, or UnderReview if no record exists or the status is not yet set.applicantStatus values:| Value | Description |
|---|---|
Approved | KYC/KYB verified and approved |
Rejected | KYC/KYB rejected — check remarks for reason |
UnderReview | Application is under manual review or not yet submitted |
Pending | Submitted, awaiting review |
curl --location --request GET '/baseurl/api/v1/customers/3fa85f64-5717-4562-b3fc-2c963f66afa6/products/7d444840-9dc0-11d1-b245-5ffdce74fad2/applicantstatus' \
--header 'X-API-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Body-Hash;'{
"customerId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"productId": "7d444840-9dc0-11d1-b245-5ffdce74fad2",
"applicantStatus": "Approved",
"remarks": "KYC verification completed successfully"
}