PayPal · Schema

403

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
details array
View JSON Schema on GitHub

JSON Schema

paypal-403-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/403",
  "title": "403",
  "properties": {
    "details": {
      "type": "array",
      "items": {
        "anyOf": [
          {
            "title": "PERMISSION_DENIED",
            "properties": {
              "issue": {
                "type": "string",
                "enum": [
                  "PERMISSION_DENIED"
                ]
              },
              "description": {
                "type": "string",
                "enum": [
                  "You do not have permission to access or perform operations on this resource."
                ]
              }
            }
          }
        ]
      }
    }
  }
}