About our API
The API is designed to be human readable and easy to implement. Developers should be empowered to implement business requirements in a pragmatic manner, whereas product owners and merchants have the flexibility to design products according to their vision.
System URLs and Endpoints
We offer a REST based API, with HTTP Basic Access Authorization and JSON as payload format.
There are two main system URLs which are of interest:
api is the Live system, which will be used for real payments
apitest is used for development and testing purposes.
Endpoint structure
All the API functionality can be accessed via three main endpoints, orders, customers and payments. Please find detailed instructions in our API reference.