How can I use Commerce Stripe payment with all payment methods that Stripe offers?

Created on 8 November 2022, over 2 years ago
Updated 13 February 2025, 9 days ago

Hello,
how can I use Drupal Commerce Stripe payment with all payment methods that Stripe offers?

In my stripe.com account I enabled credit card payment AND further payment methods like Apple Pay, Google Pay, SEPA, EPS, Sofort, Klarna or at least 3 of them. I have to use all of them.
But the Commerce Stripe module only allows credit card payment.

I am using the commerce_stripe for Drupal 7 (this is an Drupal 7 project).

Is it possible to write a patch for this? How?
Thank you very much.

πŸ’¬ Support request
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡¦πŸ‡ΉAustria drupalfan2

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.

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

    Stripe Card Element, as its name implies, only supports cards. (Additionally, it does not support ApplePay or GooglePay.)

    As of this writing, this module's Stripe Payment Element currently supports the following Payment Methods:
    Card (including ApplePay and GooglePay)
    ACH (US Bank Accounts)
    Affirm
    Alipay
    AmazonPay
    CashApp
    Klarna
    WeChatPay

    This list is growing!

    The initial implementation only supported Card.

    The others were added the past year.

    You might find MRs/patches for some in the issue queue.

Production build 0.71.5 2024