Skip to content

BS Payone

Mohamed Osman edited this page Sep 30, 2019 · 30 revisions

BS Payone is a payment service provider that is integrated into our backend via REST API calls. If a merchant wants to use BS Payone, an account will be created on the BS Payone control panel for them. They will get then the following data that need to be configured on our dashboard.

merchantId
portalId
key
accountId

The data transfer is based on HTTPS-POST requests (key/ value pair). The requests will be sent to https://api.pay1.de/post-gateway. With each request the standard parameters will be always submitted.

Standard parameters
Parameter Name Description
mid Merchant id
portalid Portal id
key Portal key as MD5 value
api_version BS Payone API version - 3.11
mode Test or live mode
request preauthorization, capture, authorization, refund, updateuser
encoding UTF-8

It is possible to register a SEPA and a Credit Card with BS Payone and use them to execute payments. You can use the links below to find out more about BS Payone specific behaviours.

Payment method registration
Credit Card

The following diagram describes the Credit Card registration flow at BS Payone.

Credit Card Registration

SEPA

The following diagram describes the SEPA registration flow at BS Payone.

SEPA Registration

Clone this wiki locally