PayPal · Schema

Checkout Payment Intent

The intent to either capture payment immediately or authorize a payment for an order after order creation.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-checkout-payment-intent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/checkout_payment_intent",
  "title": "Checkout Payment Intent",
  "type": "string",
  "description": "The intent to either capture payment immediately or authorize a payment for an order after order creation.",
  "enum": [
    "CAPTURE",
    "AUTHORIZE"
  ]
}