IdentificationsToMask
identifications object[]required
Array [
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
]
IdentificationsToMask
{
"identifications": [
{
"iban": "string"
}
]
}