Apple Pay on the Web

Created on 13 September 2016, over 8 years ago
Updated 18 March 2023, about 2 years ago

Are there any plans for this module to support Stripe's implementation of Apple Pay on the Web (see https://stripe.com/docs/apple-pay/web)? If not, I would like to officially request it. :)

✨ Feature request
Status

Needs review

Version

3.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States spazfox Olympia, WA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡«πŸ‡·France berramou

    +1 for this patch for the 8.x version ?

  • πŸ‡©πŸ‡ͺGermany Anybody Porta Westfalica
  • πŸ‡ΊπŸ‡ΈUnited States TomTech

    This was originally a D7 issue, which is no longer supported.

    ApplePay is already supported in the current version using the Stripe Payment Element. (Stripe does NOT support ApplePay with Stripe Card Element.)

    ApplePay will also be supported with the upcoming Express Checkout implementation. ✨ Stripe Express Checkout Element Integration Active

  • πŸ‡¬πŸ‡§United Kingdom jonathanshaw Stroud, UK

    ApplePay is already supported in the current version using the Stripe Payment Element.

    There is no Apple Pay payment method type plugin provided by commerce_stripe yet, so that is not exactly true as I understand it. Isn't there still work to do?

  • πŸ‡ΊπŸ‡ΈUnited States TomTech

    @jonathanshaw,

    While ApplePay and GooglePay appear to be distinct payment method types in Stripe, this is only true to some degree. They actually return as the card payment method type, with a wallet.type of apple_pay or google_pay. (I know...confusing, isn't it?)

    The initial reason for the implementation of the PaymentElement was to add support for ApplePay and GooglePay. (CardElement does not support them.) We've been adding additional payment method types over time since then.

Production build 0.71.5 2024