Adyen · JSON Structure

Terminal Transaction Status Request Structure

It conveys Information requested for status of the last or current Payment, Loyalty or Reversal transaction. Content of the TransactionStatus Request message.

Type: object Properties: 3
PaymentsFinancial ServicesFintech

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

Properties

MessageReference ReceiptReprintFlag DocumentQualifier

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-request-structure.json",
  "description": "It conveys Information requested for status of the last or current Payment, Loyalty or Reversal transaction. Content of the TransactionStatus Request message.",
  "type": "object",
  "properties": {
    "MessageReference": {
      "$ref": "#/components/schemas/MessageReference"
    },
    "ReceiptReprintFlag": {
      "type": "boolean",
      "default": false,
      "description": "Request to reprint the POI receipt(s)."
    },
    "DocumentQualifier": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DocumentQualifier"
      }
    }
  },
  "name": "TransactionStatusRequest"
}