Verifone · Schema

EmailNotification

EmailNotification from Checkout API

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Properties

Name Type Description
email_address string Email address to which notification will be sent. This field can only be used for Pay By Link feature.
View JSON Schema on GitHub

JSON Schema

checkout-api-emailnotification.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/checkout-api-emailnotification.json",
  "title": "EmailNotification",
  "description": "EmailNotification from Checkout API",
  "type": "object",
  "properties": {
    "email_address": {
      "maxLength": 255,
      "type": "string",
      "description": "Email address to which notification will be sent. This field can only be used for Pay By Link feature."
    }
  }
}