PayPal · Schema

Apple Pay Response

A resource representing a response for Apple Pay.

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
card object Card data for the card linked to the apple pay token.
View JSON Schema on GitHub

JSON Schema

paypal-apple-pay-payment-token-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/apple_pay_payment_token_response",
  "title": "Apple Pay Response",
  "type": "object",
  "description": "A resource representing a response for Apple Pay.",
  "properties": {
    "card": {
      "description": "Card data for the card linked to the apple pay token.",
      "$ref": "#/components/schemas/apple_pay_card"
    }
  }
}