Avaloq · Example Payload

Banking Create Customer Request Example

BankingDigital BankingFinancial ServicesFintechPaymentsWealth Management

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

Top-level fields

firstNamelastNamedateOfBirthnationalityemailphone

Example Payload

Raw ↑
{
  "firstName": "Maria",
  "lastName": "Schweizer",
  "dateOfBirth": "1990-03-22",
  "nationality": "CH",
  "email": "maria.schweizer@example.com",
  "phone": "+41797654321"
}