Adyen · JSON Structure

Checkout Additional Data Wallets Structure

AdditionalDataWallets schema from Adyen API

Type: object Properties: 6
PaymentsFinancial ServicesFintech

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

Properties

androidpay.token masterpass.transactionId payment.token paywithgoogle.token samsungpay.token visacheckout.callId

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-additional-data-wallets-structure.json",
  "description": "AdditionalDataWallets schema from Adyen API",
  "type": "object",
  "properties": {
    "androidpay.token": {
      "description": "The Android Pay token retrieved from the SDK.",
      "type": "string"
    },
    "masterpass.transactionId": {
      "description": "The Mastercard Masterpass Transaction ID retrieved from the SDK.",
      "type": "string"
    },
    "payment.token": {
      "description": "The Apple Pay token retrieved from the SDK.",
      "type": "string"
    },
    "paywithgoogle.token": {
      "description": "The Google Pay token retrieved from the SDK.",
      "type": "string"
    },
    "samsungpay.token": {
      "description": "The Samsung Pay token retrieved from the SDK.",
      "type": "string"
    },
    "visacheckout.callId": {
      "description": "The Visa Checkout Call ID retrieved from the SDK.",
      "type": "string"
    }
  },
  "name": "AdditionalDataWallets"
}