Adyen · JSON Structure

Terminal Transaction Status Response Structure

It conveys Information related to the status of the last or current Payment, Loyalty or Reversal transaction. Content of the TransactionStatus Response message.

Type: object Properties: 3 Required: 1
PaymentsFinancial ServicesFintech

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

Properties

Response MessageReference RepeatedMessageResponse

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-transaction-status-response-structure.json",
  "description": "It conveys Information related to the status of the last or current Payment, Loyalty or Reversal transaction. Content of the TransactionStatus Response message.",
  "type": "object",
  "properties": {
    "Response": {
      "$ref": "#/components/schemas/Response"
    },
    "MessageReference": {
      "$ref": "#/components/schemas/MessageReference"
    },
    "RepeatedMessageResponse": {
      "$ref": "#/components/schemas/RepeatedMessageResponse"
    }
  },
  "required": [
    "Response"
  ],
  "name": "TransactionStatusResponse"
}