Verifone · Schema

SMSNotification

SMSNotification from Checkout API

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Properties

Name Type Description
phone_number string Phone number 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-smsnotification.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-smsnotification.json",
  "title": "SMSNotification",
  "description": "SMSNotification from Checkout API",
  "type": "object",
  "properties": {
    "phone_number": {
      "maxLength": 15,
      "pattern": "^[0-9-\\s\\-+().-]+$",
      "type": "string",
      "description": "Phone number to which notification will be sent. This field can only be used for Pay By Link feature."
    }
  }
}