PayPal · Schema

Decrypted Apple Pay Token data.

Information about the Payment data obtained by decrypting Apple Pay token.

BillingCommerceDisputesInvoicesOrderPaymentsPayoutsSubscriptionTokensWebhook

Properties

Name Type Description
transaction_amount object The transaction amount for the payment that the payer has approved on apple platform.
tokenized_card object Apple Pay tokenized credit card used to pay.
device_manufacturer_id string Apple Pay Hex-encoded device manufacturer identifier. The pattern is defined by an external party and supports Unicode.
payment_data_type string Indicates the type of payment data passed, in case of Non China the payment data is 3DSECURE and for China it is EMV.
payment_data object Apple Pay payment data object which contains the cryptogram, eci_indicator and other data.
View JSON Schema on GitHub

JSON Schema

paypal-apple-pay-decrypted-token-data-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/apple_pay_decrypted_token_data",
  "title": "Decrypted Apple Pay Token data.",
  "type": "object",
  "description": "Information about the Payment data obtained by decrypting Apple Pay token.",
  "properties": {
    "transaction_amount": {
      "description": "The transaction amount for the payment that the payer has approved on apple platform.",
      "$ref": "#/components/schemas/money-2"
    },
    "tokenized_card": {
      "description": "Apple Pay tokenized credit card used to pay.",
      "$ref": "#/components/schemas/card"
    },
    "device_manufacturer_id": {
      "description": "Apple Pay Hex-encoded device manufacturer identifier. The pattern is defined by an external party and supports Unicode.",
      "type": "string",
      "minLength": 1,
      "maxLength": 2000,
      "pattern": "^.*$"
    },
    "payment_data_type": {
      "description": "Indicates the type of payment data passed, in case of Non China the payment data is 3DSECURE and for China it is EMV.",
      "type": "string",
      "minLength": 1,
      "maxLength": 16,
      "pattern": "^[0-9A-Z_]+$",
      "enum": [
        "3DSECURE",
        "EMV"
      ]
    },
    "payment_data": {
      "description": "Apple Pay payment data object which contains the cryptogram, eci_indicator and other data.",
      "$ref": "#/components/schemas/apple_pay_payment_data"
    }
  },
  "required": [
    "tokenized_card"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/paypal-apple-pay-decrypted-token-data"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.