UsersInfoFields
idinteger
Unique numeric identifier.
organization_idinteger
Identifier of the organization.
namestring
Full name of the account holder.
emailstring
User email address.
businessboolean
company_namestring
vat_numberstring
phonestring
User phone number, in E.164 format.
billing_address1string
billing_address2string
zip_codestring
countrystring
ISO 3166-1 alpha-2 country code of the region.
statestring
created_atstring<date-time>
ISO 8601 UTC timestamp marking when the resource was created.
stripe_user_idstring
UsersInfoFields
{
"id": 0,
"organization_id": 0,
"name": "string",
"email": "string",
"business": true,
"company_name": "string",
"vat_number": "string",
"phone": "string",
"billing_address1": "string",
"billing_address2": "string",
"zip_code": "string",
"country": "string",
"state": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"stripe_user_id": "string"
}
Was this page helpful?