Onboard an end-user device (with its endpointID) as a second factor to enable Strong Customer Authentication (SCA).
This operation can be retried as long as no factor has not yet been validated.
Created
Bad Request
Unauthorized
Forbidden
Conflict
{- "endpointId": "string",
- "factor": "BIOMETRY",
- "strategy": "PUSH_NOTIFICATION",
- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5"
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "endpointId": "string",
- "joinCode": "0907af4a-d224-4ddb-a7ab-11c52f9fed47"
}
Reset the SCA device of an end-user in order to enroll a new one. Only available with a partner bearer, this should not be automated directly to end-users.
This endpoint is deprecated, please use the new one instead.
No Content
Bad Request
Unauthorized
Forbidden
{- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5"
}
{- "details": [
- {
- "field": "{path.to.field}",
- "rejectedValue": "{rejectedValue}",
- "message": "End-user with id {0} was not found."
}
], - "errorCode": "END_USER_NOT_FOUND",
- "error": "linkcy.bad.request",
- "status": 400,
- "timestamp": "2024-11-14T16:15:13.433957544Z"
}
On an already onboarded device. You can choose to update or add a factor (Biometry/PIN).
At least one factor must be already enrolled. You can use this endpoint to change an user PIN.
This endpoint is deprecated, please use the new one instead.
OK
Bad Request
Unauthorized
Forbidden
Conflict
{- "factor": "BIOMETRY",
- "strategy": "PUSH_NOTIFICATION",
- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5"
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "endpointId": "string",
- "joinCode": "0907af4a-d224-4ddb-a7ab-11c52f9fed47",
- "ttl": "PT10M"
}
Get a QR code to onboard a device as a second factor to enable Strong Customer Authentication (SCA).
This operation can be retried as long as no factor has not yet been validated.
Only one QR_CODE will be active by user. Asking for a knew one will deactivate previous ones.
Created
Bad Request
Unauthorized
Forbidden
Conflict
{- "endUserId": "120e9d1f-8444-4b91-85e8-5b208615a3e5"
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "qrCode": "string",
- "joinCode": "string",
- "ttl": "PT10M"
}
Reset the SCA device of an end-user in order to enroll a new one. Only available with a partner bearer, this should not be automated directly to end-users.
No Content
Bad Request
Unauthorized
Forbidden
Not Found
{- "status": 400,
- "details": [
- {
- "field": "name",
- "rejectedValue": "John Doe 56",
- "message": "Name must contains only letters"
}
], - "error": "linkcy.bad.request",
- "timestamp": "2019-08-24T14:15:22Z"
}
On an already onboarded device. You can choose to update or add a factor (Biometry/PIN).
At least one factor must be already enrolled. You can use this endpoint to change an user PIN.
OK
Bad Request
Unauthorized
Forbidden
Not Found
Conflict
{- "factor": "BIOMETRY",
- "strategy": "PUSH_NOTIFICATION"
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "endpointId": "string",
- "joinCode": "0907af4a-d224-4ddb-a7ab-11c52f9fed47",
- "ttl": "PT10M"
}