PayPal · Schema

Accept Claim Type

The refund type proposed by the merchant for the dispute.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-accept-claim-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/accept_claim_type",
  "title": "Accept Claim Type",
  "type": "string",
  "minLength": 1,
  "maxLength": 255,
  "pattern": "^[0-9A-Z_]+$",
  "description": "The refund type proposed by the merchant for the dispute.",
  "enum": [
    "REFUND",
    "REFUND_WITH_RETURN",
    "PARTIAL_REFUND",
    "REFUND_WITH_RETURN_SHIPMENT_LABEL"
  ]
}