#manuel-payments

1 messages ยท Page 1 of 1 (latest)

near echo
#

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.

narrow obsidian
#

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?

river forge
#

๐Ÿ‘‹ taking over for my colleague. Let me catch up.

narrow obsidian
#

So if a payment is not succesfull, it can be handled manually from the backend

river forge
#

SEPA Debit is an async payment method

#

it could fail afterwards

#

so I wouldn't recommend doing that at all

narrow obsidian
#

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

river forge
#

yes you're right

#

but there's a proper way of integrating with SEPA

#

which includes having webhooks setup

#

and listening to some events

narrow obsidian
#

How do you mean listening to some events?

river forge
#

do you have a webhook endpoint setup already?

narrow obsidian
#

No, but that will be included.

#

Is there some additional documentation on stripe I can check tand read more about it?

#

More than this?

river forge
#

this is for webhooks

narrow obsidian
#

Cool, thank your very much.

river forge
#

let me know if you need any more help

narrow obsidian
#

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?

river forge
#

I can't really tell, it depends on a lot of factors

narrow obsidian
#

Ok, I understand. Thank you ๐Ÿ˜‰