#cole-redfearn
1 messages · Page 1 of 1 (latest)
Hi there, there's no account.created webhooks.
Would account.updated work?
Are you the one who make the API call to create an account?
No, we're using the Stripe dashboard to create the signup link, which is then filled out by the user.
OK, so you are not calling /v1/accounts API to create the accounts, instead you are using OAuth
Correct
OK. Or can you tell me why you are interested in account creation events?
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)
Got it.
An connected account is unable to accept payment if the account owner hasn't completed onboarding and provided neccessary documantaiton.
I'd suggest you to listen to account.updated event, and check if its charge_enabled (https://stripe.com/docs/api/accounts/object#account_object-charges_enabled) is true before registering an ApplePay domain for this account
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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
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?
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.