Get KYC for a consumer
GET
/consumers/kyc Returns the due diligence status of the logged-in consumer. Use the effective and ongoing KYC statuses to decide whether the consumer can use financial services or must complete further verification.
Read Consumer due diligence and KYC for the verification flow and status handling.
Request
No request parametersThis endpoint doesn’t accept query parameters or a request body.
Responses
200OK
Success
Headers
Body
application/json
objectobject · 4 fields
Response example
{ "fullDueDiligence": {}, "kycLevel": {}, "ongoingFullDueDiligence": {}, "ongoingKycLevel": {}}