#shainanand
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- shainanand, 1 minute ago, 25 messages
- shain-add-to-balance, 23 hours ago, 9 messages
- shainanand, 2 days ago, 12 messages
Hi 👋 you don't use the account creation endpoint for that. After creating the Account you can use this endpoint to create a Person for it:
https://stripe.com/docs/api/persons/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.
awesome,thanks
Hi
After I add a person, how can I link that person as a representative to that custom account? @molten tinsel
You must pass an Account ID when creating the Person, so they're automatically associated with that account. the relationship hash is where you can define the person's relationship with the business:
https://stripe.com/docs/api/persons/create#create_person-relationship
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.