Callback

QuickPay offers a callback service that will notify your system when you create, change or delete a resource. This is useful e.g. when you want to mark an order as paid, update your shops inventory and so on. The callback service is asynchronous and as such will not interfer with […]

Services

A services defines some resource and what exactly you can do with it. Click on the service methods to expand details. Version:v10 Scope:MerchantAnonymousUserReseller   ProTip! You can quickly tests services using curl – Here is an example: $ curl -v -su ” -H ‘Accept-Version: v10’ https://api.quickpay.net/ping Enter host password for […]

Introduction

The QuickPay API is based on the principles of Representational State Transfer (REST) allowing clients to create, view, modify and delete resources using standard HTTP request methods. Recommended reading: HTTP: http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol Headers: http://en.wikipedia.org/wiki/List_of_HTTP_headers Basic access authentication: http://en.wikipedia.org/wiki/Basic_access_authentication Status codes: http://en.wikipedia.org/wiki/List_of_HTTP_status_codes REST: http://en.wikipedia.org/wiki/Representational_State_Transfer JSON: http://en.wikipedia.org/wiki/JSON The QuickPay API is purposely the […]