Adyen · Example Payload

Terminal Reconciliation Response Example

PaymentsFinancial ServicesFintech

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

Top-level fields

ResponseReconciliationTypePOIReconciliationIDTransactionTotals

Example Payload

Raw ↑
{
  "Response": "example_value",
  "ReconciliationType": "standard",
  "POIReconciliationID": 50,
  "TransactionTotals": [
    "example_value"
  ]
}