Skip to main content

AccountIdentificationsSearchResponseDTO

accountIdstringrequired

AccountID (Unique and unambiguous identification for the account.)

currencystring

Account currency

typestring

Account type

identification objectrequired
ibanstring

ISO 13616 International Bank Account Number (IBAN) - identifier used internationally by financial institutions to uniquely identify the account of a customer.

Possible values: >= 15 characters and <= 34 characters

AccountIdentificationsSearchResponseDTO
{
"accountId": "string",
"currency": "string",
"type": "string",
"identification": {
"iban": "string"
}
}