#diavo-subscriptions
1 messages · Page 1 of 1 (latest)
hi again mate, i completely forgot the SEPA payment and i cant do it with mode:subscription
yep that's really a problem on our end, we should be able to support it. There's a beta for it for a while but it hasn't been released yet unfortunately.
I would write to https://support.stripe.com/email to say you need SEPA Debit support on Checkout in Subscription mode and you'd like to get into a beta for it.
Failing that, I would just build and launch your product with cards for now and revisit when we support this(the alternative is a complex non-Checkout integration that is not really worth building right now)
So its impossible to buy a subscription plan without mode : subscription ? (and ofc pay each month the product)
what is " launch your product with cards" ? You mean my own checkout system ?
it's completely possible, you can create subscriptions without Checkout : https://stripe.com/docs/billing/subscriptions/elements
I'd recommend against it given how complex it is and your current resources I think. You should just use Checkout for now. If it doesn't support the payment methods you need, complain to our support team so we can prioritise releasing them! SEPA Debit really should be supported and hopefully will be soon.
I mean build whatever site it is you're building with Checkout as the payment part and for now just support creating subscriptions with cards, and revisit for SEPA later
note SEPA has a lot of complex business concerns you'd need to think about(it has a no-questions-asked dispute policy which can be dangerous https://stripe.com/docs/payments/sepa-debit#disputed-payments ) so in many ways it makes sense to start with cards and expand as your business grows
Ok thanks mate
ok if it helps I asked people internally and we actually plan to launch sepa_debit for Subscriptions on Checkout really soon
as in you shouldn't get that "The payment method sepa_debit cannot be used in subscription mode." error when trying this soon
can't really give you any exact time, but it's on the order of ~days/weeks, not months.
Ok thanks mate
Btw mate, why is the difference between a payment link and custom element/checkout structure ?