#manuel-payments
1 messages ยท Page 1 of 1 (latest)
I can't give you an estimate no, depends on your resources
if you're using the PaymentElement it's fairly straightforward to support multiple payment methods though
for SEPA Debit though it can be complicated because those payments can take multiple days to clear, so you need to carefully think about and build how you will handle the asynchrnous payment process as it's quite different from cards.
Thank you, I understand. If I would say the system should mark the SEPA payment as successfull straight after they enter the payment details and confirm it, without waiting for the confirmation, it should be less effort to implement it, would you agree?
๐ taking over for my colleague. Let me catch up.
So if a payment is not succesfull, it can be handled manually from the backend
SEPA Debit is an async payment method
it could fail afterwards
so I wouldn't recommend doing that at all
I do get your point, but the people in Austria and Germany use that quite a lot, they are still suspicios when it is about credit card payments online (old fashioned). I have no other choice than including it
yes you're right
but there's a proper way of integrating with SEPA
which includes having webhooks setup
and listening to some events
How do you mean listening to some events?
do you have a webhook endpoint setup already?
No, but that will be included.
Is there some additional documentation on stripe I can check tand read more about it?
More than this?
this is for webhooks
and this is specifically for webhooks with subscriptions https://stripe.com/docs/billing/subscriptions/webhooks
Cool, thank your very much.
let me know if you need any more help
One last question, and I really do not expect an exact answer. But could you guess the effort difference between the integration of only credit cards to credit cards+SEPA, considering only the upgrade process will be automatically. If the users downgrade or cancel subscription, I will do it manually on stripe. My software partner said the integration of SEPA would be additional 60 hours or more, which I think is way too much, what do you think?
I can't really tell, it depends on a lot of factors
Ok, I understand. Thank you ๐