#fredkzk-connect-events
1 messages · Page 1 of 1 (latest)
so in that case you're getting the account id in the create response, right?
yes i see it in the dev tool
with oauth you'd get account.application.authorized https://stripe.com/docs/api/events/types#event_types-account.application.authorized
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Im being told this event is no longer in use
hence my question...
(not using Oauth, I'm a new platform with Standard Connect)
Is there any issue with using the response you get from the api upon creation?
YOu'd get an account.updated event too, so you could find new accounts there if needed
I guess I can save the ID after the API is run on the server. Which path do you recommend?
save after API run or account.updated event listening?
saving after the api create request i'd say, since in my testing i'm not actually getting the updated event when i create