AutomaticReloadPaymentRequest: {
    type: AutomaticReload;
    description: string;
    managementUrl: string;
    label: string;
    reloadAmount: string;
    thresholdAmount: string;
    billingAgreement?: string;
    tokenNotificationURL?: string;
}

Use this for an automatic reload or refill payment, such as a store card top-up.

Type declaration

  • type: AutomaticReload
  • description: string

    A description that you provide of the recurring payment and that Apple Pay displays to the user in the sheet.

  • managementUrl: string

    A URL to a web page where the user can update or delete the payment method for the recurring payment.

  • label: string

    A short, localized description of the item.

  • reloadAmount: string

    This is the amount that is automatically applied to the account when the account balance drops below the threshold amount.

  • thresholdAmount: string

    The balance an account reaches before you apply the automatic reload amount.

  • OptionalbillingAgreement?: string

    A localized billing agreement that the sheet displays to the user before the user authorizes the payment.

  • OptionaltokenNotificationURL?: string

    A URL you provide to receive life-cycle notifications from the Apple Pay servers about the Apple Pay merchant token for the recurring payment. For more information about handling merchant token life-cycle notifications, see Receiving and handling merchant token notifications.

MMNEPVFCICPMFPCPTTAAATR