PayPal · Schema

Integration Details

The integration details for the partner and customer relationship. Required if `operation` is `API_INTEGRATION`.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
classic_api_integration object
rest_api_integration object
View JSON Schema on GitHub

JSON Schema

paypal-integration-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/integration_details",
  "title": "Integration Details",
  "type": "object",
  "description": "The integration details for the partner and customer relationship. Required if `operation` is `API_INTEGRATION`.",
  "additionalProperties": false,
  "properties": {
    "classic_api_integration": {
      "$ref": "#/components/schemas/classic_api_integration"
    },
    "rest_api_integration": {
      "$ref": "#/components/schemas/rest_api_integration"
    }
  }
}