latestOpenAPI 3.0.12026-08-105551287.6 KB
c481fa2414f9
Person identifications
(BankPlus only) Retrieve the identification account for a person identification
Returns the account details for a bank_plus identification.
get/v1/persons/{person_id}/identifications/{id}/identification_account
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
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"
}