#ciri_payment-intent-status
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1351942580375388190
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- ciri_api, 1 hour ago, 5 messages
My question misses the actual question ahah.
Is that a correct approach on how to handle payment intents?
Yeah if this is an off session payment and customer isn't in a checkout flow, then confirming server-side and passing off_session=true is the correct approach
If the payment method was set up properly for off session usage, these 3ds requests/requires action incidents should be rare
But, you're right, it is a possibility
Ok, so it's better to always listen to a payment_intent.succeeded event before adding top up an internal system balance.
Not sure what you're referring to exactly
I don't know what you mean by "top up an internal system balance."
Sorry maybe I forgot to explain it.
I'm working on a balance system on my SaaS platform, so my guess was that in order to be completely sure about the payment intent succession was to listen to that event and not doing anything before.
But I guess that's basic. just wanted a confirmation, thanks
Thanks!
Another question, do you still offer the exchange rate api?
I can see in older version of the stripe sdk was present, but in the current, i can't find it, I'm using the sdk version 11.5.0
yeah, ok.
thanks