PayPal · Schema

enrolled

Status of Authentication eligibility.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-enrolled-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/enrolled",
  "title": "enrolled",
  "type": "string",
  "minLength": 1,
  "maxLength": 255,
  "pattern": "^[0-9A-Z_]+$",
  "description": "Status of Authentication eligibility.",
  "enum": [
    "Y",
    "N",
    "U",
    "B"
  ]
}