Person ​
This is an object representing a person associated with a Stripe account.
A platform can only access a subset of data in a person for an account where account.controller.requirement_collection is stripe, which includes Standard and Express accounts, after creating an Account Link or Account Session to start Connect onboarding.
See the Standard onboarding or Express onboarding documentation for information about prefilling information and account onboarding steps. Learn more about handling identity verification with the API.
Endpoints ​
Create a person ​
- POST /v1/accounts/:id/persons
Update a person ​
- POST /v1/accounts/:id/persons/:id
Retrieve a person ​
- GET /v1/accounts/:id/persons/:id
List all persons ​
- GET /v1/accounts/:id/persons
Delete a person ​
- DELETE /v1/accounts/:id/persons/:id
Events ​
person.createdOccurs whenever a person associated with an account is created.person.deletedOccurs whenever a person associated with an account is deleted.person.updatedOccurs whenever a person associated with an account is updated.