PayPal · Example Payload

Paypal Authorizationsreauthorize Example

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Paypal Authorizationsreauthorize 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": "authorizations.reauthorize",
  "method": "POST",
  "path": "/v2/payments/authorizations/{authorization_id}/reauthorize",
  "summary": "Paypal Reauthorize authorized payment",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "reauthorize_request",
      "example": {
        "amount": {
          "value": "10.99",
          "currency_code": "USD"
        }
      }
    }
  ],
  "responseExamples": []
}