CreateAccountMappings
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
accountIdsstring[]required
IDs of the Mambu Accounts which will be correlated to the IBAN or proprietary identification. The association will be made on account currency.
CreateAccountMappings
{
"identification": {
"iban": "string"
},
"accountIds": [
"string"
]
}