Adyen · JSON Structure

Checkout Android Pay Details Structure

AndroidPayDetails schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

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

Properties

checkoutAttemptId 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-android-pay-details-structure.json",
  "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,
  "name": "AndroidPayDetails"
}