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.
timestampstring<date-time>required
Represents RFC 3339, section 5.6 date-time.
Example:
2021-07-15T17:54:12ZAccountEvent
{
"customerId": "string",
"externalId": "string",
"accountId": "string",
"type": "IBAN_ASSIGNED",
"value": "string",
"timestamp": "2021-07-15T17:54:12Z"
}