PayPal · Schema

Payment Reference

The reference to the payment detail.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
payment_id string The ID for the invoice payment.
View JSON Schema on GitHub

JSON Schema

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