#matteoxt24mt
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- matteoxt24mt, 13 hours ago, 3 messages
https://stripe.com/docs/payments/klarna/accept-a-payment?platform=web&ui=API is it about how to use a payment method that supports installments?
My main clients will be in Brazil, I wanted something like the form I mentioned in the previous post (since I saw stripe being used):
So you want to save a card payment method, and create off-session charges on a customer manually?
Isn't it more complex? Is there no way to do this through a subscription setup?
Sure you can do subscription, but it's not exactly the same as installments
So the only way is off-session charges, for installments?
off-session charges aren't the same as installments either.
Off-session charges or subscriptions, there's always a possibility that the charge would fail
So how do you recommend that I implement this function? Thanks!
You can use subscriptions or off-session charges, that's entirely up to you. Just keep in mind that the charge may fail and you need to handle it.