Accountdetails
The account currency and identification
currencystring
The currency of the account
identification object
The account identification details
ibanstring
The account unique identifier
other object
Represents other way of identification for the account.
identificationstring
The identification of the payer/payee
schemestring
The identification scheme
Accountdetails
{
"currency": "string",
"identification": {
"iban": "string",
"other": {
"identification": "string",
"scheme": "string"
}
}
}