PayPal · Schema

Order Capture Request

Completes an capture payment for an order.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
payment_source object
View JSON Schema on GitHub

JSON Schema

paypal-order-capture-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/order_capture_request",
  "title": "Order Capture Request",
  "type": "object",
  "description": "Completes an capture payment for an order.",
  "properties": {
    "payment_source": {
      "$ref": "#/components/schemas/payment_source"
    }
  }
}