Adyen · Schema

MobilePay

PaymentsFinancial ServicesFintech

Properties

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

JSON Schema

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