latestOpenAPI 3.0.12026-08-105551287.6 KB
c481fa2414f9
Person identifications
Confirm QES e-signing
Use this endpoint to send the SMS OTP from the customer to Swisscom to confirm the e-signing for a person identification via BankIdent. Call this endpoint when the person identification reaches the status confirmation_required.
patch/v1/persons/{person_id}/identifications/{id}/confirm
Path parameters
person_idstring required
The unique ID of the person resource created for a customer.
Example:dc1a6812a14f6cc338cd084208535bcdcper
idstring required
The unique ID of the identification resource created for a customer.
Example:6dc54352d6793a892e0702850d07b831cidt
Request body
Example request
{
"token": "1234"
}Response
The customer has successfully entered the SMS OTP. The QES process is complete.
Example response
{
"id": "a7a57dadfcc83117b5c3b72f4113be25cidt",
"reference": "null",
"url": "https://fts-payment-initiation-wizard.solaris-sandbox.de/index.html?wizard_session_key=bfo5r16AMLlt6ZEX9Oh3JUWIkTelorupBwzIlJRR&interface_id=da05",
"status": "confirmed",
"completed_at": "null",
"method": "bank",
"iban": "DE11110101010100000020",
"terms_and_conditions_signed_at": "2020-07-07T11:36:29.000Z",
"authorization_expires_at": "2022-08-11T08:38:21.000Z",
"confirmation_expires_at": "2022-08-11T08:37:23.000Z",
"current_reference_token": "1234-5678"
}