#Alex_15-qs
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
are we talking about a customer or the Person related to owners of the business?
the person related to the business
because I'm creating a custom company account through stripes stripe.account.create
so I wanted to create a representative of that company first before making the company account
yes the id is not necessary it's autogenerated by Stripe
Thank you! But how do I link the person I created to the company I'm about to create?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
when you create a person you have to create them through the Account object
Oh I see, so I need to make the account first before the representative
depending on the language you're using the implementation differs but you will always have to pass in the Account id some how
I'm using node.js
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thank you so much!
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!
No, I got everythig. Thank you so much!
np!