Adyen · Schema
AdditionalDataWallets
AdditionalDataWallets schema from Adyen API
PaymentsFinancial ServicesFintech
Properties
| Name | Type | Description |
|---|---|---|
| androidpay.token | string | The Android Pay token retrieved from the SDK. |
| masterpass.transactionId | string | The Mastercard Masterpass Transaction ID retrieved from the SDK. |
| payment.token | string | The Apple Pay token retrieved from the SDK. |
| paywithgoogle.token | string | The Google Pay token retrieved from the SDK. |
| samsungpay.token | string | The Samsung Pay token retrieved from the SDK. |
| visacheckout.callId | string | The Visa Checkout Call ID retrieved from the SDK. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/payments-additional-data-wallets-schema.json",
"title": "AdditionalDataWallets",
"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"
}
}
}