PayPal · Schema

Resource Version

The resource version in the webhook notification.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-resource-version-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/resource_version",
  "title": "Resource Version",
  "description": "The resource version in the webhook notification.",
  "type": "string",
  "pattern": "^([0-9]+.[0-9]+)$"
}