Adyen · JSON Structure

Management Tap To Pay Structure

TapToPay schema from Adyen API

Type: object Properties: 1
PaymentsFinancial ServicesFintech

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

Properties

merchantDisplayName

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/management-tap-to-pay-structure.json",
  "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"
    }
  },
  "name": "TapToPay"
}