#robotlos_checkout-events

1 messages ¡ Page 1 of 1 (latest)

half shardBOT
#

👋 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.

vernal elk
#

robotlos_checkout-events

elfin bone
#

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?

vernal elk
#

correct, you control which payment methods to use in the Dashboard really

elfin bone
#

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?

vernal elk
#

yes you get checkout.session.completed first

#

You can test all of this in Test mode to get more familiar with this!