latestOpenAPI 3.0.12026-08-105551287.6 KB
c481fa2414f9
Person identifications
Start e-signing authorization process
This method begins the authorization process for a person identification via BankIdent. When called, it triggers a Swisscom iframe and it also prompts Swisscom to send an SMS OTP to the customer. Call this endpoint when an identification reaches the authorization_required status.
patch/v1/persons/{person_id}/identifications/{id}/authorize
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
Response
The QES process has been triggered. The customer must confirm by entering the received SMS OTP.
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": "confirmation_required",
"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",
"estimated_waiting_time": "null"
}