AccountEvent
Event related to a wallet account
customerIdstringrequired
Customer ID to which the account belongs
externalIdstring
Possible values: <= 40 characters
accountIdstringrequired
ID of the wallet account for which the event is related to
typestringrequired
Type of the event
Possible values: [IBAN_ASSIGNED
]
valuestring
Optional value associated with the event.
AccountEvent
{
"customerId": "string",
"externalId": "string",
"accountId": "string",
"type": "IBAN_ASSIGNED",
"value": "string",
"timestamp": "2021-07-15T17:54:12Z"
}