#mathers_webhooks

1 messages ¡ Page 1 of 1 (latest)

somber girderBOT
#

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

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

gusty tangleBOT
young oyster
#

Hi, can you clarify what you mean with ' setup intent payment is successful'? The SetupIntent collects payment details but does not make a payment. Are you able to clarify?

lucid whale
#

ok so essentially i create a setup intent and payment is made

#

payment being successful doesnt mean it immediately reflects on the balance so i would need to create a webhook and listen on it

#

so update my db

young oyster
lucid whale
#

balance.available correct?

young oyster
#

Yes!

lucid whale
#

ohh so for every charge that is successful and funds are available i can immediately update my table correct and thats just what i need to listen to correct?

young oyster
#

That is right

lucid whale
#

thank you!!