Adyen · JSON Structure

Terminal Login Response Structure

It conveys Information related to the Login to process. Content of the Login Response message.

Type: object Properties: 4 Required: 1
PaymentsFinancial ServicesFintech

LoginResponse is a JSON Structure definition published by Adyen, describing 4 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Response POISystemData TokenRequestStatus CustomerOrderStatus

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-login-response-structure.json",
  "description": "It conveys Information related to the Login to process. Content of the Login Response message.",
  "type": "object",
  "properties": {
    "Response": {
      "$ref": "#/components/schemas/Response"
    },
    "POISystemData": {
      "$ref": "#/components/schemas/POISystemData"
    },
    "TokenRequestStatus": {
      "type": "boolean"
    },
    "CustomerOrderStatus": {
      "type": "boolean"
    }
  },
  "required": [
    "Response"
  ],
  "name": "LoginResponse"
}