PayPal · Schema

Refund Payment Reference

The reference to the refund payment detail.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
refund_id string The ID of the refund of an invoice payment.
View JSON Schema on GitHub

JSON Schema

paypal-refund-reference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/refund_reference",
  "title": "Refund Payment Reference",
  "type": "object",
  "description": "The reference to the refund payment detail.",
  "properties": {
    "refund_id": {
      "type": "string",
      "description": "The ID of the refund of an invoice payment.",
      "readOnly": true
    }
  }
}