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

ibanstring nullable

Optional IBAN used to initiate the FinTecSystems account snapshot process.

idstring required

ID of the account snapshot.

locationstring nullable

(FINREACH only) The URL to which you must redirect the customer to enter their bank credentials for the account snapshot.

provider'FIN_TEC_SYSTEMS' | 'FINREACH' | 'SOLARISBANK' | 'PARTNER' required
status'available' | 'expired' | 'failed' | 'pending' required

The current status of the account snapshot session.

status_descriptionstring nullable

Provides additional context around the account snapshot's status value.

wizard_session_keystring nullable

(FIN_TECH_SYSTEMS only) The key which you must enter in the FIN_TECH_SYSTEMS wizard container to start the account snapshot session.

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"
}