Contents

recurringPaymentRequest

An optional request to set up a recurring payment, typically a subscription.

Declaration

var recurringPaymentRequest: PKRecurringPaymentRequest? { get set }

Discussion

Apple Pay issues an Apple Pay Merchant Token if the user’s payment network supports merchant-specific payment tokens. Otherwise, Apple Pay issues a device token for the payment request.

This property is optional. Set this property by assigning it to an instance of PKRecurringPaymentRequest.

See Also

Requesting recurring, automatic, and deferred payments