Adyen · Schema

ApplePayInfo

PaymentsFinancial ServicesFintech

Properties

Name Type Description
domains array The list of merchant domains. Maximum: 99 domains per request. For more information, see [Apple Pay documentation](https://docs.adyen.com/payment-methods/apple-pay/web-drop-in?tab=adyen-certificate-li
View JSON Schema on GitHub

JSON Schema

adyen-applepayinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApplePayInfo",
  "title": "ApplePayInfo",
  "properties": {
    "domains": {
      "description": "The list of merchant domains. Maximum: 99 domains per request.\n\nFor more information, see [Apple Pay documentation](https://docs.adyen.com/payment-methods/apple-pay/web-drop-in?tab=adyen-certificate-live_1#going-live).",
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "required": [
    "domains"
  ],
  "type": "object"
}