Risk Solution Services Integration - Arvato 1.0

The purpose of developing the risk solution services is to provide a complete and comprehensive risk management for the eCommerce/mail-order industry, contributing to a high level of modularization and automation. Besides the use of pre-configured service modules for risk management, risk solution services comprise process support up to the outsourcing of the entire operative risk management. All risk management processes are supported by a business intelligence component.

Prerequisites

For every service call of risk solution services an authorization is required. The authorization data is transferred in the SOAP header and shows the following structure.

In order to send requests, you are supposed to have the following credentials, provided by Arvato:

Parameter name Description
ClientID Unique client number in the risk solution services. Will be communicated to the client before the integration
Authorization Password for the authorization at risk solution services

The following information (also present in config.dist.php) should be specified in configuration:


        $config[ArvatoRssConstants::ARVATORSS] = [
            ArvatoRssConstants::ARVATORSS_URL => '',
            ArvatoRssConstants::ARVATORSS_CLIENTID => '',
            ArvatoRssConstants::ARVATORSS_AUTHORISATION => '',
        ];

API URLs:

Production url https://customer.risk-solution-services.de/rss-services/risk-solution-services.v2.1
Sandbox url https://integration.risk-solution-services.de/rss-services/risk-solution-services.v2.1

To implement Arvato RSS you should be familiar with concept of extending the Spryker Commerce OS. See Extending Spryker for more details.

Installation

Composer Dependency

To install Arvato RSS module, use Composer:

composer require spryker-eco/arvato-rss

 

See also

 

Last review date: Oct. 9th, 2017