On my community page, I implement a subscription that gives access to a group. I’m currently using the discourse-subscriptions plugin, but I encounter 2 problems :
The plugin only offers one payment method (payment by card).
In addition to the payment by card, I want to give members the possibility to subscribe by bank transfer. Is it possible to add other payment methods with this plugin?
I don’t want the payment to be recurring, I want it to be a one-time payment,
Stripe supports bank transfers. Another thing that this reminds me of is that using a coupon that results in a $0 payment still requires a credit card.
All that said, until a bunch of people or an important customer want this fixed. . . .
It’s possible, but I think it’ll take a few hours work. I’d be happy if it were supported, as it saves some money on larger transfers.
Hmm. It might be harder than I thought, as the process for getting ACH started looks rather complicated: ACH Direct Debit payments | Stripe Documentation. A first step might be a hybrid aproach where the ACH was set up some other way and then Discourse could just arrange to use existing ach accounts that had been approved already.
I have noticed that you are talking about direct debit payement which is not actually the same as bank transfer. Do you think that the implementation will be just as difficult?