PayPal · Schema

payee_payment_method_preference

The merchant-preferred payment methods.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-payee-payment-method-preference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/payee_payment_method_preference",
  "title": "payee_payment_method_preference",
  "type": "string",
  "description": "The merchant-preferred payment methods.",
  "minLength": 1,
  "maxLength": 255,
  "pattern": "^[0-9A-Z_]+$",
  "default": "UNRESTRICTED",
  "enum": [
    "UNRESTRICTED",
    "IMMEDIATE_PAYMENT_REQUIRED"
  ]
}