PayPal · Schema

Activate Subscription Request

The activate subscription request details.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
reason string The reason for activation of a subscription. Required to reactivate the subscription.
View JSON Schema on GitHub

JSON Schema

paypal-subscription-activate-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/subscription_activate_request",
  "title": "Activate Subscription Request",
  "description": "The activate subscription request details.",
  "type": "object",
  "properties": {
    "reason": {
      "type": "string",
      "description": "The reason for activation of a subscription. Required to reactivate the subscription.",
      "minLength": 1,
      "maxLength": 128
    }
  }
}