Person identifications
Retrieve person identification account snapshot
Returns an account snapshot that was added to a person identification.
get/v1/persons/{person_id}/identifications/{id}/account_snapshot
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
AccountSnapshot
Example response
{
"iban": "DE92370601930002130041",
"id": "d42a2dfcf32c4550bd1e1fe373bb953bsnap",
"location": "https://ui.solaris-i.prod.finleap.cloud?token=xxxxxx",
"provider": "FIN_TEC_SYSTEMS",
"status": "available",
"wizard_session_key": "wiz04852083740"
}