PayPal · Schema

Payment Type

The payment type. Can be PayPal or an external payment. Includes cash or a check.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-payment-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/payment_type",
  "title": "Payment Type",
  "type": "string",
  "description": "The payment type. Can be PayPal or an external payment. Includes cash or a check.",
  "enum": [
    "PAYPAL",
    "EXTERNAL"
  ]
}