PayPal · Schema

Individual_beneficial_owner

The individual owner of the account.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-individual-beneficial-owner-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/individual_beneficial_owner",
  "title": "Individual_beneficial_owner",
  "description": "The individual owner of the account.",
  "allOf": [
    {
      "$ref": "#/components/schemas/person"
    },
    {
      "properties": {
        "percentage_of_ownership": {
          "description": "The percentage of shares this person owns in the company.",
          "$ref": "#/components/schemas/percentage"
        }
      }
    }
  ]
}