Adyen · JSON Structure

Checkout Checkout Sdk Action Structure

CheckoutSDKAction schema from Adyen API

Type: object Properties: 5 Required: 1
PaymentsFinancial ServicesFintech

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

Properties

paymentData paymentMethodType sdkData type url

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/checkout-checkout-sdk-action-structure.json",
  "description": "CheckoutSDKAction schema from Adyen API",
  "type": "object",
  "properties": {
    "paymentData": {
      "description": "Encoded payment data.",
      "type": "string"
    },
    "paymentMethodType": {
      "description": "Specifies the payment method.",
      "type": "string"
    },
    "sdkData": {
      "additionalProperties": {
        "type": "string"
      },
      "description": "The data to pass to the SDK.",
      "type": "object"
    },
    "type": {
      "description": "The type of the action.",
      "enum": [
        "sdk",
        "wechatpaySDK"
      ],
      "type": "string"
    },
    "url": {
      "description": "Specifies the URL to redirect to.",
      "type": "string"
    }
  },
  "required": [
    "type"
  ],
  "additionalProperties": false,
  "name": "CheckoutSDKAction"
}