Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
CassioMG authored Apr 23, 2024
1 parent 21a20ac commit a7c6d7d
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions ecosystem/sep-0009.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,42 +54,42 @@ top-level key.

## Natural Person Fields

| Name | Type | Description |
| ----------------------------- | ------ | ------------------------------------------------------------------------------------------- |
| `family_name` or `last_name` | string | Family or last name |
| `given_name` or `first_name` | string | Given or first name |
| `additional_name` | string | Middle name or other additional name |
| `address_country_code` | string | country code for current address |
| `state_or_province` | string | name of state/province/region/prefecture |
| `city` | string | name of city/town |
| `postal_code` | string | Postal or other code identifying user's locale |
| `address` | string | Entire address (country, state, postal code, street address, etc...) as a multi-line string |
| Name | Type | Description |
| ----------------------------- | ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `family_name` or `last_name` | string | Family or last name |
| `given_name` or `first_name` | string | Given or first name |
| `additional_name` | string | Middle name or other additional name |
| `address_country_code` | string | country code for current address |
| `state_or_province` | string | name of state/province/region/prefecture |
| `city` | string | name of city/town |
| `postal_code` | string | Postal or other code identifying user's locale |
| `address` | string | Entire address (country, state, postal code, street address, etc...) as a multi-line string |
| `mobile_number` | string | Mobile phone number with country code, in `E.164` format unless specified differently on `mobile_number_format` field. It could be hashed in case `mobile_number_format` is defined as `hash` |
| `mobile_number_format` | string | Expected format of the `mobile_number` field. E.g.: `E.164`, `hash`, etc... In case this field is not specified, receiver should assume it's in `E.164` format |
| `email_address` | string | Email address |
| `birth_date` | date | Date of birth, e.g. `1976-07-04` |
| `birth_place` | string | Place of birth (city, state, country; as on passport) |
| `birth_country_code` | string | ISO Code of country of birth |
| `tax_id` | string | Tax identifier of user in their country (social security number in US) |
| `tax_id_name` | string | Name of the tax ID (`SSN` or `ITIN` in the US) |
| `occupation` | number | Occupation ISCO code |
| `employer_name` | string | Name of employer |
| `employer_address` | string | Address of employer |
| `language_code` | string | primary language |
| `id_type` | string | `passport`, `drivers_license`, `id_card`, etc... |
| `id_country_code` | string | country issuing passport or photo ID as ISO 3166-1 alpha-3 code |
| `id_issue_date` | date | ID issue date |
| `id_expiration_date` | date | ID expiration date |
| `id_number` | string | Passport or ID number |
| `photo_id_front` | binary | Image of front of user's photo ID or passport |
| `photo_id_back` | binary | Image of back of user's photo ID or passport |
| `notary_approval_of_photo_id` | binary | Image of notary's approval of photo ID or passport |
| `ip_address` | string | IP address of customer's computer |
| `photo_proof_residence` | binary | Image of a utility bill, bank statement or similar with the user's name and address |
| `sex` | string | `male`, `female`, or `other` |
| `proof_of_income` | binary | Image of user's proof of income document |
| `proof_of_liveness` | binary | video or image file of user as a liveness proof |
| `referral_id` | string | User's origin (such as an id in another application) or a referral code |
| `mobile_number_format` | string | Expected format of the `mobile_number` field. E.g.: `E.164`, `hash`, etc... In case this field is not specified, receiver should assume it's in `E.164` format |
| `email_address` | string | Email address |
| `birth_date` | date | Date of birth, e.g. `1976-07-04` |
| `birth_place` | string | Place of birth (city, state, country; as on passport) |
| `birth_country_code` | string | ISO Code of country of birth |
| `tax_id` | string | Tax identifier of user in their country (social security number in US) |
| `tax_id_name` | string | Name of the tax ID (`SSN` or `ITIN` in the US) |
| `occupation` | number | Occupation ISCO code |
| `employer_name` | string | Name of employer |
| `employer_address` | string | Address of employer |
| `language_code` | string | primary language |
| `id_type` | string | `passport`, `drivers_license`, `id_card`, etc... |
| `id_country_code` | string | country issuing passport or photo ID as ISO 3166-1 alpha-3 code |
| `id_issue_date` | date | ID issue date |
| `id_expiration_date` | date | ID expiration date |
| `id_number` | string | Passport or ID number |
| `photo_id_front` | binary | Image of front of user's photo ID or passport |
| `photo_id_back` | binary | Image of back of user's photo ID or passport |
| `notary_approval_of_photo_id` | binary | Image of notary's approval of photo ID or passport |
| `ip_address` | string | IP address of customer's computer |
| `photo_proof_residence` | binary | Image of a utility bill, bank statement or similar with the user's name and address |
| `sex` | string | `male`, `female`, or `other` |
| `proof_of_income` | binary | Image of user's proof of income document |
| `proof_of_liveness` | binary | video or image file of user as a liveness proof |
| `referral_id` | string | User's origin (such as an id in another application) or a referral code |

## Financial Account Fields

Expand Down

0 comments on commit a7c6d7d

Please sign in to comment.