-
Notifications
You must be signed in to change notification settings - Fork 0
BS Payone
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.
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.
The following diagram describes the Credit Card registration flow at BS Payone.
The following diagram describes the SEPA registration flow at BS Payone.