PayPal · Schema

Refund Details

The refund details.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
allowed_refund_amount object The maximum refundable amount.
View JSON Schema on GitHub

JSON Schema

paypal-refund-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/refund_details",
  "title": "Refund Details",
  "type": "object",
  "description": "The refund details.",
  "properties": {
    "allowed_refund_amount": {
      "$ref": "#/components/schemas/money",
      "description": "The maximum refundable amount."
    }
  }
}