#cole-redfearn

1 messages · Page 1 of 1 (latest)

empty gladeBOT
stray turtle
#

Hi there, there's no account.created webhooks.

sullen relic
#

Would account.updated work?

stray turtle
#

Are you the one who make the API call to create an account?

sullen relic
#

No, we're using the Stripe dashboard to create the signup link, which is then filled out by the user.

stray turtle
#

OK, so you are not calling /v1/accounts API to create the accounts, instead you are using OAuth

sullen relic
#

Correct

stray turtle
#

OK. Or can you tell me why you are interested in account creation events?

sullen relic
#

I want to listen for the stripe account creation event so that I can then register the stripe accountID with Apple Domain (this is to enable Apple Pay)

stray turtle
#

Got it.

#

An connected account is unable to accept payment if the account owner hasn't completed onboarding and provided neccessary documantaiton.

sullen relic
#

Ah ok thank you, is there a way that I can check in the account object whether or not the account has been registered with ApplePay? I'd ideally only like to run the code to register it when charge_enabled is true, but it hasn't been registered for Apple Pay yet

#

Sorry if that question is unclear, lmk if you'd like me to clarify

stray turtle
#

I don't see an API to retrieve the payment method settings, do you want to write in to stripe support https://support.stripe.com/contact/email and see if they have other solutions?