Adyen · JSON Structure

Checkout We Chat Pay Mini Program Details Structure

WeChatPayMiniProgramDetails schema from Adyen API

Type: object Properties: 4
PaymentsFinancial ServicesFintech

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

Properties

appId checkoutAttemptId openid type

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-we-chat-pay-mini-program-details-structure.json",
  "description": "WeChatPayMiniProgramDetails schema from Adyen API",
  "type": "object",
  "properties": {
    "appId": {
      "type": "string"
    },
    "checkoutAttemptId": {
      "x-addedInVersion": "68",
      "description": "The checkout attempt identifier.",
      "type": "string"
    },
    "openid": {
      "type": "string"
    },
    "type": {
      "default": "wechatpayMiniProgram",
      "description": "**wechatpayMiniProgram**",
      "enum": [
        "wechatpayMiniProgram"
      ],
      "type": "string"
    }
  },
  "additionalProperties": false,
  "name": "WeChatPayMiniProgramDetails"
}