Digidoe public docs 1.0 Help

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:

  • usd

  • gbp

  • eur

type

string

Yes

Type of the Account.

Current possible values:

  • payments

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:

  • usd

  • gbp

  • eur

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:

  • usd

  • gbp

  • eur

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

Last modified: 22 января 2024