#RON WAFFLE-connect-accounts-internal-id
1 messages · Page 1 of 1 (latest)
When you create an account you can always set metadata (https://stripe.com/docs/api/accounts/create#create_account-metadata) where you can include your internal ID
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
perfect thanks, and when an account is created a webhook is fired with this same internal ID coming back?
We don't have any webhooks specifically for account creation, but it should come back in any account.updatedevents
ok thank you