Adyen · Schema

TapToPay

TapToPay schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
merchantDisplayName string The text shown on the screen during the Tap to Pay transaction.
View JSON Schema on GitHub

JSON Schema

management-tap-to-pay-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/management-tap-to-pay-schema.json",
  "title": "TapToPay",
  "description": "TapToPay schema from Adyen API",
  "type": "object",
  "properties": {
    "merchantDisplayName": {
      "description": "The text shown on the screen during the Tap to Pay transaction.",
      "type": "string"
    }
  }
}