Adyen · Schema

AndroidPayDetails

AndroidPayDetails schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

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

JSON Schema

checkout-android-pay-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/checkout-android-pay-details-schema.json",
  "title": "AndroidPayDetails",
  "description": "AndroidPayDetails schema from Adyen API",
  "type": "object",
  "properties": {
    "checkoutAttemptId": {
      "x-addedInVersion": "68",
      "description": "The checkout attempt identifier.",
      "type": "string"
    },
    "type": {
      "default": "androidpay",
      "description": "**androidpay**",
      "enum": [
        "androidpay"
      ],
      "type": "string"
    }
  },
  "additionalProperties": false
}