Identities
Retrieve the default identity
Returns the default identity of this administration.
Example: returns the default identity
Request
Response
Updates the default identity
Parameters
Parameter | Type | Description |
---|---|---|
identity[company_name] |
String |
|
identity[legal_entity_type] |
String |
|
identity[country] |
String |
ISO two-character country code, e.g. NL or DE. |
identity[city] |
String |
|
identity[zipcode] |
String |
|
identity[address1] |
String |
|
identity[address2] |
String |
|
identity[email] |
String |
Should be a valid email addresses. |
identity[phone] |
String |
|
identity[bank_account_name] |
String |
|
identity[bank_account_number] |
String |
|
identity[bank_account_bic] |
String |
|
identity[chamber_of_commerce] |
String |
|
identity[tax_number] |
String |
|
identity[tax_number_absence_reason] |
String |
Can be |
identity[custom_fields_attributes][id] |
Integer |
Required |
identity[custom_fields_attributes][value] |
String |
Required |
identity[administration_attributes][adyen_processed_funds] |
Boolean |
|
identity[administration_attributes][company_activities_description] |
String |
|
identity[administration_attributes][company_website_url] |
String |
|
identity[administration_attributes][company_website_absent] |
String |
|
identity[administration_attributes][legal_entity_type] |
String |
Example: updates the default identity
Request
Response
Retrieve identities
An administration can have multiple identities, for example to cover multiple tradenames or offices. This does not include the default identity.
Example: returns all identities of an administration
Request
Response
Retrieve identity by given id
Example: returns a single identity
Request
Response
Example: returns 404 when identity does not exist
Request
Response
Creates an identity
Most fields for an identity are required. You can provide zero or more custom fields, for each provided
custom field value the id
and value
are required.
Parameters
Parameter | Type | Description |
---|---|---|
identity[company_name] |
String |
Required |
identity[country] |
String |
Required ISO two-character country code, e.g. NL or DE. |
identity[city] |
String |
Required |
identity[zipcode] |
String |
Required |
identity[address1] |
String |
Required |
identity[address2] |
String |
|
identity[email] |
String |
Required Should be a valid email addresses. |
identity[phone] |
String |
|
identity[bank_account_name] |
String |
|
identity[bank_account_number] |
String |
Required |
identity[bank_account_bic] |
String |
|
identity[custom_fields_attributes][id] |
Integer |
Required |
identity[custom_fields_attributes][value] |
String |
Required |
Example: creates an identity
Request
Response
Example: creates an identity with custom fields
Request
Response
Updates an identity
Parameters
Parameter | Type | Description |
---|---|---|
identity[company_name] |
String |
|
identity[country] |
String |
ISO two-character country code, e.g. NL or DE. |
identity[city] |
String |
|
identity[zipcode] |
String |
|
identity[address1] |
String |
|
identity[address2] |
String |
|
identity[email] |
String |
Should be a valid email addresses. |
identity[phone] |
String |
|
identity[bank_account_name] |
String |
|
identity[bank_account_number] |
String |
|
identity[bank_account_bic] |
String |
|
identity[custom_fields_attributes][id] |
Integer |
Required |
identity[custom_fields_attributes][value] |
String |
Required |