Account opened Webhook
This webhook confirms the requested account is opened.
Request
Body - JSON
Parameter | Type | Mandatory | Description |
|---|---|---|---|
id | uuid | Yes | Identifier of the Account |
customerId | string, uuid | Yes | Identifier of the Customer, owner of the Account |
baseCurrencyCode | string | Yes | Base currency of the Account. Current possible values:
|
type | string | Yes | Type of the Account. Current possible values:
|
identification | object | Yes | Identification of the Account |
currentAmount | object | No | Total Balance of the Account. Object of type Amount. |
currentAmount.currencyCode | string | Yes | Currency of the balance. Current possible values:
|
currentAmount.value | double | Yes | Value of the Balance |
availableAmount | object | No | Available balance of the Account. Object of type Amount. |
availableAmount.currencyCode | string | Yes | Currency of the balance. Current possible values:
|
availableAmount.value | double | Yes | Value of the Balance |
Identifications
Name | Type | Mandatory |
|---|---|---|
id | uuid | Yes |
type | string | Yes |
for type = 'iban' | ||
iban | string | Yes |
for type = 'sortcode' | ||
accountNumber | string | Yes |
sortCode | string | Yes |
iban | string | No |
bban | string | No |