#nitin4465
1 messages · Page 1 of 1 (latest)
hi! well basically you'd use the Persons API.
instead of passing individual , you'd create the Account without that, and then call https://stripe.com/docs/api/persons/create with their details (and set the booleans in https://stripe.com/docs/api/persons/create#create_person-relationship )
no basically I am using account create api- https://stripe.com/docs/api/accounts/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.
I know, yep
you would still do that. But then after you do that, you create a Person with the details that you are currently trying to pass into individual, instead.
okay, thanks for your quick responce