Verifone · Schema

Payer_Name

The name of the payer.

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Properties

Name Type Description
firstName string First name
lastName string Last name
View JSON Schema on GitHub

JSON Schema

paypal-ecommerce-api-payer_name.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-payer_name.json",
  "title": "Payer_Name",
  "description": "The name of the payer.",
  "type": "object",
  "properties": {
    "firstName": {
      "type": "string",
      "description": "First name"
    },
    "lastName": {
      "type": "string",
      "description": "Last name"
    }
  }
}