PayPal · Schema

Business document

The documents associated with the business.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-business-document-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/business_document",
  "title": "Business document",
  "description": "The documents associated with the business.",
  "allOf": [
    {
      "$ref": "#/components/schemas/document"
    },
    {
      "properties": {
        "type": {
          "description": "The actual type of the document.",
          "$ref": "#/components/schemas/business_document_type"
        }
      }
    }
  ]
}