Adyen · Schema

TransactionStatusResponse

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

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
Response object
MessageReference object
RepeatedMessageResponse object
View JSON Schema on GitHub

JSON Schema

adyen-transactionstatusresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TransactionStatusResponse",
  "title": "TransactionStatusResponse",
  "type": "object",
  "description": "It conveys Information related to the status of the last or current Payment, Loyalty or Reversal transaction. Content of the TransactionStatus Response message.",
  "properties": {
    "Response": {
      "$ref": "#/components/schemas/Response"
    },
    "MessageReference": {
      "$ref": "#/components/schemas/MessageReference"
    },
    "RepeatedMessageResponse": {
      "$ref": "#/components/schemas/RepeatedMessageResponse"
    }
  },
  "required": [
    "Response"
  ]
}