Account snapshots
Retrieve account snapshot
Returns an account snapshot for a customer. You can use this endpoint to retrieve the details of an account snapshot and check its validity. Additionally, you can subscribe to the webhook event ACCOUNT_SNAPSHOT to receive notifications about status changes.
get/v1/persons/{person_id}/account_snapshots/{account_snapshot_id}
Path parameters
person_idstring required
The person ID of the customer whose snapshot you want to retrieve.
account_snapshot_idstring required
The ID of the customer's account snapshot resource.
Response
AccountSnapshot
Example response
{
"wizard_session_key": "wiz04852083740",
"status": "available",
"provider": "FINREACH",
"location": "https://ui.solaris-i.prod.finleap.cloud?token=xxxxxx",
"id": "6c8f81a234df4052a9cde197577347b7snap",
"iban": "DE87110101001000057123",
"account_id": "adc123a45d6d7cf8fbfeed537ba919d5cacc"
}