Adyen · Example Payload

Terminal Poi Status Example

PaymentsFinancial ServicesFintech

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

Top-level fields

GlobalStatusSecurityOKFlagPEDOKFlagCardReaderOKFlagPrinterStatusCommunicationOKFlagCashHandlingDeviceFraudPreventionFlag

Example Payload

Raw ↑
{
  "GlobalStatus": "active",
  "SecurityOKFlag": true,
  "PEDOKFlag": true,
  "CardReaderOKFlag": true,
  "PrinterStatus": "active",
  "CommunicationOKFlag": true,
  "CashHandlingDevice": [
    "example_value"
  ],
  "FraudPreventionFlag": true
}