Contents

automaticReloadPaymentRequest

An optional request to set up an automatic reload payment, such as a store card top-up.

Declaration

var automaticReloadPaymentRequest: PKAutomaticReloadPaymentRequest? { get set }

Discussion

Set this property by assigning it to an instance of PKAutomaticReloadPaymentRequest to indicate that the payment request is for an automatic reload payment.

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.

See Also

Requesting recurring, automatic, and deferred payments