Verifone · Schema

payeeInfo

payeeInfo from PayPal eComm API

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Properties

Name Type Description
email string The email address that is associated with the payee's PayPal account.
View JSON Schema on GitHub

JSON Schema

paypal-ecommerce-api-payeeinfo.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/paypal-ecommerce-api-payeeinfo.json",
  "title": "payeeInfo",
  "description": "payeeInfo from PayPal eComm API",
  "required": [
    "email"
  ],
  "type": "object",
  "properties": {
    "email": {
      "type": "string",
      "description": "The email address that is associated with the payee's PayPal account."
    }
  }
}