#robotlos_checkout-events
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/1237082437100638209
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
robotlos_checkout-events
Card payments are instant whether credit or debit card.
ACH is asynchronous yes and takes a few days so you would get different Events, this is documented in details here: https://docs.stripe.com/payments/checkout/fulfill-orders#delayed-notification
Got it so customer can use credit card or debit card and payments are processed instant
I was under the impression debit card payments were using ACH.
Can I assume hosted page does not by default allow ACH unless otherwise specified or enabled?
correct, you control which payment methods to use in the Dashboard really
Ok follow up question, lets say I use ACH. Is there an intermediary event I can use to e.g. send out an email? This would be before getting the checkout.session.completed event.
Or would I get checkout.session.completed immediately for ACH, but need to handle checkout.session.async_payment_succeeded and checkout.session.async_payment_failed for ACH?