#rikz_api

1 messages ¡ Page 1 of 1 (latest)

jade fossilBOT
#

👋 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/1272967158569238670

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

median pagoda
#

You can rely for the most part on the response, but when it comes to provisioning services/goods we recommend listening to webhooks. Reason being, something could go wrong between the call and responst of the HTTP request to Stripe's API which would result in your server not getting the response. Webhooks on the other hand will be sent upon updates to the Payment Intent and resent upon failure to send

green tundra
#

I only need payment intent id here.
Is there any way that payment intent id will differ between response and the webhook response

#

Yes I understood we use webhooks for our main flows.
I need the payment intent id immediatly to be updated for one scenario

green tundra
#

Ok great
Tanks for the confirmation