<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "ApplePayontheWeb",
  "identifier" : "/documentation/ApplePayontheWeb/ApplePayPaymentTiming",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Apple Pay on the Web"
    ],
    "preciseIdentifier" : "enum/ApplePayPaymentTiming"
  },
  "title" : "ApplePayPaymentTiming"
}
-->

# ApplePayPaymentTiming

A type that indicates the time a payment occurs in a transaction.

```
enum ApplePayPaymentTiming
```

## Overview

The following are the payment timing values:

- `"immediate"`: A value that specifies that the payment occurs when the transaction is complete.
- `"recurring"`: A value that specifies that the payment occurs on a regular basis.
- `"deferred"`: A value that specifies that the payment occurs in the future.
- `"automaticReload"`: A value that specifies that the payment occurs automatically when the account falls below the [`automaticReloadPaymentThresholdAmount`](/documentation/ApplePayontheWeb/ApplePayLineItem/automaticReloadPaymentThresholdAmount) amount.

## Topics

### Enumeration Cases

[`case automaticReload`](/documentation/ApplePayontheWeb/ApplePayPaymentTiming/automaticReload)

[`case deferred`](/documentation/ApplePayontheWeb/ApplePayPaymentTiming/deferred)

[`case immediate`](/documentation/ApplePayontheWeb/ApplePayPaymentTiming/immediate)

[`case recurring`](/documentation/ApplePayontheWeb/ApplePayPaymentTiming/recurring)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)