(POST) Submit User's KYC
Submits a user's KYC after finishing an iframe application or a hosted integration application.
POST
/submitKYC
Endpoint to indicate the completion of a kyc submission. Will be called after KYC form has been submitted and all information required has been uploaded, Fuap will move internal state of kyc submission from created to IN_REVIEW.
Headers
API Key
Bearer <token>
API Secret
Bearer <token>
Request Body
Key
Type
Required
Description
Example Value
kycSubmission
json
true
{“firstName”: “John”,
“lastName”: “Doe”,
….. }
Success Response Example
Field
Type
Description
Example Value
submissionId
UUID
Unique identifier of KYC submission in Fuap loan system
3f020d62-6cef-4f2c-87e4-b096abc5cac9
createdAt
datetime
Timestamp that submission was created
2023-05-24T17:58:34.254Z
Response
Last updated