PayPal · Schema

liability_shift

Liability shift indicator. The outcome of the issuer's authentication.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-liability-shift-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/liability_shift",
  "title": "liability_shift",
  "type": "string",
  "minLength": 1,
  "maxLength": 255,
  "pattern": "^[0-9A-Z_]+$",
  "description": "Liability shift indicator. The outcome of the issuer's authentication.",
  "enum": [
    "YES",
    "NO",
    "POSSIBLE",
    "UNKNOWN"
  ]
}