Authorizations
Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>
.
Path Parameters
Unique identifier for the customer.
Body
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", ...}
Response
KYC submission received successfully. Includes providerUrl for document upload and liveness check.