Add different payment methods to discourse subscription

Jan 18, 2026 - 5:35 PM

https://megagrass.com/community/question-and-answer/forums/4133/topics/3090929 COPY
  • Hello there,

    I’ve setup the discourse subscription plugin and it works very well.
    In Stripe I activated some other payment methods like pay by bank account and also girocard.

    When I setup a payment link by Stripe this works finde. But not in discourse subscription.
    How do I get these payment methods into the discourse payment dialog?

    0
  • That’ll take some work to add the other templates to handle those. I’m not clear what changes would need to get made the the back end.

    0
  • Stripe usually shows extra methods only if the integration asks for them, and the Discourse plugin currently sticks to card-based flows. I’ve seen folks work around this by using a small custom Stripe Checkout integration or a separate payment page. Tools like https://www.payinsider.com/subscription-management can give you a feel for how flexible subscription setups handle mixed payment methods, which might help you decide if a custom patch is worth the trouble.

    0