Adyen · Example Payload

Terminal Transaction Totals Example

PaymentsFinancial ServicesFintech

Terminal Transaction Totals Example is an example object payload from Adyen, with 14 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

PaymentInstrumentTypeAcquirerIDHostReconciliationIDCardBrandPOIIDSaleIDOperatorIDShiftNumberTotalsGroupIDPaymentCurrencyPaymentTotalsLoyaltyUnitLoyaltyCurrencyLoyaltyTotals

Example Payload

Raw ↑
{
  "PaymentInstrumentType": "standard",
  "AcquirerID": 50,
  "HostReconciliationID": "REF-500123",
  "CardBrand": "example_value",
  "POIID": "REF-500123",
  "SaleID": "REF-500123",
  "OperatorID": "REF-500123",
  "ShiftNumber": "example_value",
  "TotalsGroupID": "REF-500123",
  "PaymentCurrency": "USD",
  "PaymentTotals": [
    "example_value"
  ],
  "LoyaltyUnit": "example_value",
  "LoyaltyCurrency": "USD",
  "LoyaltyTotals": [
    "example_value"
  ]
}