payeeInfo from PayPal eComm API
{ "$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." } } }