Adyen · JSON Structure

Terminal Payment Result Structure

PaymentResult schema from Adyen API

Type: object Properties: 13
PaymentsFinancial ServicesFintech

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

Properties

PaymentType PaymentInstrumentData AmountsResp Instalment CurrencyConversion MerchantOverrideFlag CapturedSignature ProtectedSignature CustomerLanguage OnlineFlag AuthenticationMethod ValidityDate PaymentAcquirerData

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-payment-result-structure.json",
  "description": "PaymentResult schema from Adyen API",
  "type": "object",
  "properties": {
    "PaymentType": {
      "$ref": "#/components/schemas/PaymentType"
    },
    "PaymentInstrumentData": {
      "$ref": "#/components/schemas/PaymentInstrumentData"
    },
    "AmountsResp": {
      "$ref": "#/components/schemas/AmountsResp"
    },
    "Instalment": {
      "$ref": "#/components/schemas/Instalment"
    },
    "CurrencyConversion": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CurrencyConversion"
      }
    },
    "MerchantOverrideFlag": {
      "type": "boolean",
      "default": false
    },
    "CapturedSignature": {
      "$ref": "#/components/schemas/CapturedSignature"
    },
    "ProtectedSignature": {
      "type": "string"
    },
    "CustomerLanguage": {
      "type": "string",
      "pattern": "^[a-z]{2,2}$"
    },
    "OnlineFlag": {
      "type": "boolean",
      "default": true
    },
    "AuthenticationMethod": {
      "$ref": "#/components/schemas/AuthenticationMethod"
    },
    "ValidityDate": {
      "type": "date"
    },
    "PaymentAcquirerData": {
      "$ref": "#/components/schemas/PaymentAcquirerData"
    }
  },
  "name": "PaymentResult"
}