PayPal · Schema

Payment Token Status

The status of the payment token.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-payment-token-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/payment_token_status",
  "title": "Payment Token Status",
  "type": "string",
  "description": "The status of the payment token.",
  "minLength": 1,
  "maxLength": 255,
  "pattern": "^[0-9A-Z_]+$",
  "default": "CREATED"
}