Avaloq · Example Payload

Payments Payment List Example

BankingDigital BankingFinancial ServicesFintechPaymentsWealth Management

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

Top-level fields

itemstotalCount

Example Payload

Raw ↑
{
  "items": [
    {
      "id": "PAY-001",
      "amount": 5000.0,
      "currency": "EUR",
      "paymentType": "SEPA_CREDIT_TRANSFER",
      "status": "ACCEPTED"
    }
  ],
  "totalCount": 1
}