Retrieve Latest KYC Submission
KYC via API
Retrieve Latest KYC Submission
Retrieves the latest KYC submission for a specific customer, including its status and creation timestamp.
GET
Retrieve Latest KYC Submission
Documentation Index
Fetch the complete documentation index at: https://docs.ripio.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.
Path Parameters
Unique identifier for the customer.
Response
Latest KYC submission retrieved successfully.
Unique identifier for the customer.
Current status of the KYC submission. IN_REVIEW: KYC is being reviewed, COMPLETED: KYC has been approved, FAILED: KYC was rejected.
Available options:
IN_REVIEW, COMPLETED, FAILED Date and time the KYC submission was created (UTC format).