#aero

1 messages · Page 1 of 1 (latest)

ornate laurelBOT
gloomy mauve
#

Hi there

#

You are using Custom Onboarding here via Account Links to onboard your accounts?

tame knot
#

Using account links w/ express accounts

gloomy mauve
#

That will ensure all necessary data is collected. That said, it is still possible for an account to have its charges enabled and then the verification fail async.

tame knot
#

yeah I have eventually_due set. I'm looking to see if there's a way to get into a state where say I complete onboarding, and

details_submitted: true and
charges_enabled: false

gloomy mauve
#

Yeah that won't really be the case.

tame knot
#

cool

gloomy mauve
#

Since ID verification and other verifications happen async

tame knot
#

is there a way I can set an account's charges_enabled to be false to trigger a webhook then?

gloomy mauve
#

So we don't know yet whether that verification will fail or succeed

#

What do you mean trigger a webhook for them?

tame knot
#

(Just looking to improve my test coverage, but I have decent confidence in my unit test already)

#

oops let me rephrase - is it possible to manually trigger an account.updated event with charges_enabled = false?

Can I update charges_enabled myself via API?