PayPal · Schema

Card Verification Method

The verification method of the card.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-card-verification-method-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/card_verification_method",
  "title": "Card Verification Method",
  "type": "string",
  "description": "The verification method of the card.",
  "minLength": 1,
  "maxLength": 255,
  "pattern": "^[0-9A-Z_]+$"
}