Skip to main content

Get Company Information

The GetCompanyInformation request returns address information of a Company based on the their organizational registration number.

To use this functionality, an agreement with Walley must be made.

This method is available in the following countries:

Parameters

Fieldmin OccursnillableMaxTypeDescription
Username1false50stringThe username used to authorize the request.
Password1false50stringThe password used to authorize the request.
ClientIpAddress1false50stringThe IP address of the customer performing the purchase at the partner's web shop.
CorrelationId1false50stringCorrelationID is sent back in the response.
CountryCode1false2stringThe country code (ISO 3166-1 alpha-2) for the country. Only “SE” allowed.
RegNo1false12stringThe organizational registration number.
StoreId1false-intThe StoreId used for identification of store.

Response

Fieldmin OccursnillableMaxTypeDescription
CompanyInformation1false-CompanyInformation[]Company Information, can occur one or multiple times depending on the company
DunsNumber1false50stringDunsNumber
Name1false50stringCompany Legal Name
PostalAddress1false50PostalAddress[]Postal Address of company branch
RegistrationNumber1false50stringFirst name of the customer.
VisitingAddress1false50VisitingAddress[]Visiting address details.
CorrelationId1false12stringCorrelationID from the request if any.

CompanyInformation

FieldReqTypeDescription
DunsNumberstringDunsNumber
NamestringCompany Legal Name
PostalAddressPostalAddress[]Postal Address of company branch
RegistrationNumberstringFirst name of the customer.
TypestringThe address type (HeadOffice, Branch etc)
VisitingAddressVisitingAddress[]Visiting address details.

PostalAddress/VisitingAddress

FieldReqTypeDescription
Addressstring
Citystring
Countrystring
PostalCodestring

Example Requests

 Value
Environment:UAT
Service:PaymentService
URL:https://ecommercetest.collector.se/v3.0/PaymentServiceV10.svc?wsdl
Function:GetCompanyInformation
Description:The operation returns a list of Addresses for the requested customer
Notes:N/A

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pay="http://schemas.ecommerce.collector.se/v30/PaymentService">
<soapenv:Header>
<pay:Username>USERNAME</pay:Username>
<pay:Password>PASSWORD</pay:Password>
<pay:ClientIpAddress>127.0.0.1</pay:ClientIpAddress>
</soapenv:Header>
<soapenv:Body>
<pay:GetCompanyInformationRequest>
<pay:CorrelationId>123</pay:CorrelationId>
<pay:CountryCode>SE</pay:CountryCode>
<pay:RegNo>556597-0513</pay:RegNo>
<pay:StoreId>1234</pay:StoreId>
</pay:GetCompanyInformationRequest>
</soapenv:Body>
</soapenv:Envelope>

Error codes

Fault CodeDescription