PayPal · Schema

payment_initiator

The person or party who initiated or triggered the payment.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-payment-initiator-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/payment_initiator",
  "title": "payment_initiator",
  "type": "string",
  "minLength": 1,
  "maxLength": 255,
  "pattern": "^[0-9A-Z_]+$",
  "description": "The person or party who initiated or triggered the payment.",
  "enum": [
    "CUSTOMER",
    "MERCHANT"
  ]
}