Accepting Payments

Using Pay you can quickly set up payments

We have a ready-made set of plugins for well known platforms like Shopify, Magento2 and more. For more complex integrations you have also have a look at our SDK's & Libraries. In case you are setting up your own integration we recommend reading the documentation in this "Payments" section as it provides in detail all the things you have to look out for when building your own integration.


To set up payments with our system, you can follow these three fundamental steps:

  1. Configure the Payment: Use our Order:Create API to set up the payments.
  2. Redirect to Checkout: Send the customer to the hosted checkout page.
  3. Process the Exchange call/webhook: Handle the exchange call/webhook notification we send once the payment is completed.

From the customer’s perspective, the payment journey generally involves entering payment information, possibly authenticating with their bank or card issuer, and completing the transaction. Depending on the chosen payment method, the process may include additional steps or information requirements.

If you prefer a more integrated approach, you can customize the payment experience further. This includes but is not limited to offering your own payment method selection and embedding credit card fields directly into your checkout process. For detailed instructions on creating a fully integrated checkout experience, please refer to our guide on customizing your checkout and refer to our guide on the different payment flows.