> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mattildapayments.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Decrypted Apple Pay tokens

Some merchants and platforms may have the option to decrypt an Apple Pay token themselves. For this scenario, we
support direct pass through of these decrypted Apple Pay tokens to our API using the \[]`network-token` method]\(/reference/transactions/new-transaction#network-token-payment-method-create).

<CodeGroup>
  ```json Payment method theme={"dark"}
  {
    "method": "network-token",
    "token": "4111111111111111",
    "expiration_date": "02/30",
    "cryptogram": "AAEBAwQjSQAAXX...",
    "eci": "05",
    "card_suffix": "1234", 
    "card_scheme": "visa",
    "card_source": "apple-pay",
    "cardholder_name": "John Smith"
  }
  ```
</CodeGroup>
