Submits KYC data for a specific customer. The response will include a URL to a third-party KYC provider’s widget for document uploads and liveness checks. Webhook events will notify about the validation process.
Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.
Unique identifier for the customer.
KYC data for the customer. Structure should align with fields from /kycRequirements/.
Encapsulates the KYC data for the customer. The structure of this object should comply with the kycRequiredFields information retrieved from the KYC Requirements endpoint. For example: {"legalFirstName": "John", "lastName": "Doe", ...}
KYC submission received successfully. Includes providerUrl for document upload and liveness check.