OrganizationData: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
(Created page with "{{PageTitle|title=Organization details information}} This structure represents the details of an organization that is begin undertaken in a remote KYC process. == API usage...")
 
Line 10: Line 10:
== Property list ==
== Property list ==


{{api_output_table_header}}
{{api_input_table_header}}
|-
|-
| OrganizationName || string || The full name of the organization
| OrganizationName || string || * Required || The full name of the organization
|-
|-
| OrganizationShortName || string || The short name of the organization
| OrganizationShortName || string || * Required || 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_Country || string || * Required || 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_City || string || * Required || City part of the headquarters address of the organization
|-
|-
| HeadQuarters_Street || string || 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 || 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 || 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")
|-
|-
| PostalAddress_City || string || City part of the postal address of the organization
| 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_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_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
| PostalAddress_Zip || string || || Zip code part of the postal address of the organization
|-
|-
|}
|}

Revision as of 10:28, 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 * Required The full name of the organization
OrganizationShortName string * Required The short name of the organization
HeadQuarters_Country string * 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_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_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_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