Person identifications
Reactivate the identification account for a person after a successful fallback identification
Reactivate the identication account after a failed bank_plus identification and a successful fallback identification. Returns the account details for a bank_plus identification.
patch/v1/persons/{person_id}/identification_account/reactivate
Path parameters
person_idstring required
The unique ID of the person resource created for a customer.
Example:dc1a6812a14f6cc338cd084208535bcdcper
Response
Successful result of the operation
Example response
{
"iban": "DE05011010100000000043",
"account_currency": "EUR",
"account_bic": "SOBKDEB2XXX",
"product_name": "CURRENT_ACCOUNT_CONSUMER_GERMANY",
"account_type": "CHECKING_PERSONAL",
"account_purpose": "primary",
"account_id": "c5a0e32369e9372e0fdf490294cecd8dcacc"
}