PayPal · Example Payload

Paypal Subscriptionscancel Example

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Paypal Subscriptionscancel Example is an example object payload from PayPal, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "subscriptions.cancel",
  "method": "POST",
  "path": "/v1/billing/subscriptions/{id}/cancel",
  "summary": "Paypal Cancel subscription",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "subscription_cancel_request",
      "example": {
        "reason": "Not satisfied with the service"
      }
    }
  ],
  "responseExamples": []
}