Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.5 KB

configuration.md

File metadata and controls

43 lines (24 loc) · 1.5 KB

Configuration

To configure the Saferpay payment method, you need to register on the Saferpay Worldline website. Let's start with the test environment - it can be done here.

After you successfully create an account and log in, you can move forward to its configuration:

  1. Create the API credentials

Create API

  1. Specify its password (and remember it! it will be used later)

API password

  1. Save Customer ID and API username (you will need them later as well)

Customer ID and Terminal ID

  1. Take a look at the Terminal and its ID (also needed for the further configuration)

Terminal ID

  1. Now you can configure Saferpay payment method in Sylius

Sylius payment method configuration

  1. Fill in the form with the data you've got from the Saferpay panel

Sylius payment method configuration

  1. Beware! By default, after payment method's creation there are no payment methods enabled for Saferpay. To configure them go to the /admin/payment-methods/{id}/configure-saferpay-payment-methods URL and check out which payment methods you would like to use.

Payment methods configuration

Done! You're now ready to use Saferpay payment method in your webshop 🎉


Prev: Installation Next: Development