Get Started
In this section, we'll walk you through a practical example of how to perform a payment request (/rest/payment) for a transaction.
There are two API integrations to make your first payment transaction through our API:
Payment Page Redirects
Redirect customers to a secure, hosted payment page. This integration works with all payment methods (cards, Wero, iDEAL, Pay by Bank, Google Pay, Apple Pay) and is the recommended starting point for most merchants.
View example →Server-to-Server Processing
Your backend sends all payment data directly to the API. Designed for approved merchants needing full control over the payment workflow. Requires PCI DSS compliance for card payments.
View example →Both approaches use the same authentication method (Basic Auth) and the same endpoint structure, but the workflow differs in how the payment data is handled and how the payment result is returned.