PayPal · Schema

stored_payment_source_payment_type

Indicates the type of the stored payment_source payment.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-stored-payment-source-payment-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/stored_payment_source_payment_type",
  "title": "stored_payment_source_payment_type",
  "type": "string",
  "minLength": 1,
  "maxLength": 255,
  "pattern": "^[0-9A-Z_]+$",
  "description": "Indicates the type of the stored payment_source payment.",
  "enum": [
    "ONE_TIME",
    "RECURRING",
    "UNSCHEDULED"
  ]
}