@bigcommerce/checkout-sdk / ApplePayPaymentInitializeOptions
A set of options that are required to initialize the Applepay payment method with:
- ApplePay:
service.initializePayment({
methodId: 'applepay',
applepay: {
shippingLabel: 'Shipping',
subtotalLabel: 'Sub total',
}
});
• Optional
shippingLabel: string
Shipping label to be passed to apple sheet.
• Optional
storeCreditLabel: string
Store credit label to be passed to apple sheet.
• Optional
subtotalLabel: string
Sub total label to be passed to apple sheet.