Avaloq · Example Payload

Banking Account Example

BankingDigital BankingFinancial ServicesFintechPaymentsWealth Management

Banking Account Example is an example object payload from Avaloq, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idaccountNumberaccountTypecurrencybalancestatuscustomerId

Example Payload

Raw ↑
{
  "id": "ACC-001",
  "accountNumber": "CH93-0076-2011-6238-5295-7",
  "accountType": "SAVINGS",
  "currency": "CHF",
  "balance": 125000.0,
  "status": "ACTIVE",
  "customerId": "CUST-001"
}