#rstupek

1 messages · Page 1 of 1 (latest)

zinc quarryBOT
hardy dust
#

Hello! The easiest way would be to use Stripe CLI and run stripe trigger checkout.session.async_payment_succeeded

#

And/or stripe trigger checkout.session.async_payment_failed

jolly stump
#

will the payment be processing in the test environment?

hardy dust
#

Yes, this will happen in test mode.

jolly stump
#

ok thanks I'll try running down that path

#

is there a trick to getting bank transfer enabled on a test connect account

hardy dust
jolly stump
#

I'm looking at the form where different payment options are provided during checkout (in my case card, google pay, after pay) are showing up but bank transfer isn't... logging into the connect account and selecting configure for bank transfer doesn't appear to have anything that needs to be configured

hardy dust
jolly stump
#

yes allowing bank transfer for a payment intent

hardy dust
jolly stump
#

ok so connected accounts would only be able to enable bank transfers if they're enabled by default or if they're allowed to configure payment methods themselves via connect setting "Account customization"

hardy dust
#

It depends on the type of connected accounts. Are you using Standard accounts?

jolly stump
#

yes the one where stripe handles all of the onboarding

hardy dust
#

Are you creating new Standard accounts yourself or are you allowing existing accounts to connect to your platform? Or both?

jolly stump
#

creating accounts ourselves

hardy dust
#

Then yes, what you said is correct.

jolly stump
#

ok just one point of confusion for a customer when I allow them to configure their own payment methods, if you enable ach direct debit they're cautioned to setup webhooks however I already have a webhook on my connect account which receives their webhook events so they shouldn't try setting up webhooks themselves right?

hardy dust
#

If you're handling their ACH payments and your existing Webhook Endpoint is listening for and handling the relevant events then no, they don't need to create one. If they're doing their own ACH payments independent of your platform then they would need to do that.

jolly stump
#

ok but will I still receive webhook events if they are trying to do those payments independently?

hardy dust
#

Yes.