OrganizationData: Difference between revisions
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
|- | |- | ||
| OrganizationName || string || | | OrganizationName || string || | ||
* Required || The full name of the organization | * Required | ||
|| The full name of the organization | |||
|- | |- | ||
| OrganizationShortName || string || | | OrganizationShortName || string || | ||
* Required || The short name of the organization | * Required | ||
|| The short name of the organization | |||
|- | |- | ||
| HeadQuarters_Country || string || | | HeadQuarters_Country || string || | ||
* Required || Country part of the headquarters address of the organizationin 3-letter ISO country code format (e.g.: "HUN", "ENG") | * Required | ||
|| Country part of the headquarters address of the organizationin 3-letter ISO country code format (e.g.: "HUN", "ENG") | |||
|- | |- | ||
| HeadQuarters_City || string || * Required || City part of the headquarters address of the organization | | HeadQuarters_City || string || | ||
* Required | |||
|| City part of the headquarters address of the organization | |||
|- | |- | ||
| HeadQuarters_Street || string || * Required || Street part of the headquarters address of the organization | | HeadQuarters_Street || string || | ||
* Required | |||
|| Street part of the headquarters address of the organization | |||
|- | |- | ||
| HeadQuarters_HouseNumber || string || * Required || House number part of the headquarters address of the organization | | HeadQuarters_HouseNumber || string || | ||
* Required | |||
|| House number part of the headquarters address of the organization | |||
|- | |- | ||
| HeadQuarters_Zip || string || * Required || Zip code part of the headquarters address of the organization | | HeadQuarters_Zip || string || | ||
* Required | |||
|| Zip code part of the headquarters address of the organization | |||
|- | |- | ||
| PostalAddress_Country || string || || Country part of the postal address of the organizationin 3-letter ISO country code format (e.g.: "HUN", "ENG") | | PostalAddress_Country || string || || Country part of the postal address of the organizationin 3-letter ISO country code format (e.g.: "HUN", "ENG") |
Latest revision as of 10:29, 4 July 2017
Organization details information
This structure represents the details of an organization that is begin undertaken in a remote KYC process.
API usage
This structure is used by the following API endpoints:
Property list
Property name | Property type | Limitations and constraints | Description |
---|---|---|---|
OrganizationName | string |
|
The full name of the organization |
OrganizationShortName | string |
|
The short name of the organization |
HeadQuarters_Country | string |
|
Country part of the headquarters address of the organizationin 3-letter ISO country code format (e.g.: "HUN", "ENG") |
HeadQuarters_City | string |
|
City part of the headquarters address of the organization |
HeadQuarters_Street | string |
|
Street part of the headquarters address of the organization |
HeadQuarters_HouseNumber | string |
|
House number part of the headquarters address of the organization |
HeadQuarters_Zip | string |
|
Zip code part of the headquarters address of the organization |
PostalAddress_Country | string | Country part of the postal address of the organizationin 3-letter ISO country code format (e.g.: "HUN", "ENG") | |
PostalAddress_City | string | City part of the postal address of the organization | |
PostalAddress_Street | string | Street part of the postal address of the organization | |
PostalAddress_HouseNumber | string | House number part of the postal address of the organization | |
PostalAddress_Zip | string | Zip code part of the postal address of the organization |