#_docs

1 messages ¡ Page 1 of 1 (latest)

finite whaleBOT
#

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

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

green stirrup
hasty sigil
#

yes! I'm looking for exactly that

green stirrup
#

Gotcha, so instead of the charge.* events you will typically want to listen to the equivalent payment_intent.* events: payment_intent.succeeded, payment_intent.payment_failed, and payment_intent.processing

#

Instead of customer.source.updated there will be payment_method.attached when the intent confirmation succeeds. I don't think there is an equivalent of that event if the confirmation fails as no PaymentMethod object is created.

#

Server is a bit busy, will see if I can find a proper doc for that in a bit

hasty sigil
#

What would the event be if Payment Status is under review?

#

Server is a bit busy, will see if I can find a proper doc for that in a bit
that will be super helpful. thanks!

green stirrup
#

As in right after the payment is submitted? That would be processing

hasty sigil
#

yea