#joshuaehrlich
1 messages · Page 1 of 1 (latest)
No there's no events for account creation
would the recommended approach be to pull /accounts with starting_after or created.gt or is there an alternative?
What do you want to achieve here?
we are working with a partner's stripe integration and want to know when a new account is created
https://stripe.com/docs/api/accounts/object#account_object-created You can get the created timestamp from the account object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
sorry i meant we are going to do processing for them on new accounts so we want to be notified of new accounts not that we need to know when an account is created