provider POST /v1/accounts/{account}/people
@utdk/stripe /v1/accounts/{account}/people
Create a person
<p>Creates a new person.</p>
account path required
string

Try it

Authentication
Configure credentials for Stripe API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

postaccountsaccountpeople
POST/v1/accounts/{account}/people
<p>Creates a new person.</p>

Parameters

required

Input

Details on the legal guardian's or authorizer's acceptance of the required Stripe agreements.

The person's address.

The Kana variation of the person's address (Japan only).

The Kanji variation of the person's address (Japan only).

The person's date of birth.

Documents that may be submitted to satisfy various informational requests.

The person's email address.

Specifies which fields in the response should be expanded.

The person's first name.

The Kana variation of the person's first name (Japan only).

The Kanji variation of the person's first name (Japan only).

A list of alternate names or aliases that the person is known by.

The person's gender (International regulations require either "male" or "female").

The person's ID number, as appropriate for their country. For example, a social security number in the U.S., social insurance number in Canada, etc. Instead of the number itself, you can also provide a [PII token provided by Stripe.js](https://docs.stripe.com/js/tokens/create_token?type=pii).

The person's secondary ID number, as appropriate for their country, will be used for enhanced verification checks. In Thailand, this would be the laser code found on the back of an ID card. Instead of the number itself, you can also provide a [PII token provided by Stripe.js](https://docs.stripe.com/js/tokens/create_token?type=pii).

The person's last name.

The Kana variation of the person's last name (Japan only).

The Kanji variation of the person's last name (Japan only).

The person's maiden name.

Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.

The country where the person is a national. Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)), or "XX" if unavailable.

A [person token](https://docs.stripe.com/connect/account-tokens), used to securely provide details to the person.

The person's phone number.

Indicates if the person or any of their representatives, family members, or other closely related persons, declares that they hold or have held an important public job or function, in any jurisdiction.

The person's registered address.

The relationship that this person has with the account's legal entity.

The last four digits of the person's Social Security number (U.S. only).

Demographic data related to the person.

The person's verification status.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import stripe from '@utdk/stripe';

await stripe.postaccountsaccountpeople()