PayPal · Schema

Apple Pay Card

The payment card to be used to fund a payment. Can be a credit or debit card.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks
View JSON Schema on GitHub

JSON Schema

paypal-apple-pay-card-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/apple_pay_card",
  "title": "Apple Pay Card",
  "type": "object",
  "description": "The payment card to be used to fund a payment. Can be a credit or debit card.",
  "allOf": [
    {
      "$ref": "#/components/schemas/card"
    }
  ]
}