Adyen · Schema

Android Pay

PaymentsFinancial ServicesFintech

Properties

Name Type Description
checkoutAttemptId string The checkout attempt identifier.
type string **androidpay**
View JSON Schema on GitHub

JSON Schema

adyen-androidpaydetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AndroidPayDetails",
  "title": "Android Pay",
  "additionalProperties": false,
  "properties": {
    "checkoutAttemptId": {
      "x-addedInVersion": "68",
      "description": "The checkout attempt identifier.",
      "type": "string"
    },
    "type": {
      "default": "androidpay",
      "description": "**androidpay**",
      "enum": [
        "androidpay"
      ],
      "type": "string"
    }
  },
  "type": "object"
}