Regenerates sdk links for document upload
POST/v1/compliance/kyc/:onboardingId/regenerate-sdk-links
Creates new link and qr code for customer to upload documents again. Endpoint exists to help in case of photos with bad quality or such problems during KYC.
Request
Path Parameters
onboardingId stringrequired
Responses
- 200
- 400
- 403
- 404
Links for customer to upload documents and selfie are ready
- application/json
- Schema
- Example (from schema)
Schema
traceId string
message string
data
object
link stringrequired
sdk link
qr_code stringrequired
QR code in base64 that redirects user to sdk link
{
"traceId": "string",
"message": "string",
"data": {
"link": "https://example.com?entityId=123e4567-e89b-12d3-a456-426614174021&journeyId=123e4567-e89b-12d3-a456-426614174021",
"qr_code": "qr-code-base-64"
}
}
Invalid request payload. This can happen if required fields are missing or have invalid formats.
- application/json
- Schema
- Example (from schema)
Schema
traceId string
message string
{
"traceId": "string",
"message": "string"
}
The API key is invalid or the client does not have sufficient permissions.
- application/json
- Schema
- Example (from schema)
Schema
traceId string
message string
{
"traceId": "string",
"message": "string"
}
One of the specified resources was not found. Does not apply for empty result set.
- application/json
- Schema
- Example (from schema)
Schema
traceId string
message string
{
"traceId": "string",
"message": "string"
}
Loading...