This site requires javascript to be enabled.

Integration methods

Results for

Results for search.results.searching

Worldline offers SDKs that wrap the RESTful API and make it even easier to integrate with our platform. The SDK you need depends on your server-side technology stack and on the clients that you want to support. The list below includes our current SDK offering.

Next to that, you can also easily offer payment products to your consumers, by using the checkout page hosted by us (the MyCheckout hosted payment pages). It gives you the benefit of less development work, an easy tool to change the look and feel and less PCI control points to adhere to.

NodeJs_CodeTyping_final.gif

We also offer direct access to our RESTful API for integration to our platform if you don't want to use any of our above mentioned SDKs. The API consists of two main parts: server-to-server and client-to-server functionality.

Server-to-server

The server-to-server functionality is used by your server to communicate directly to the Worldline platform. All methods in this part of the API need your secret API key to expose the functionality to allow for payments, refunds, etc. In all cases you will need this API to integrate your system with the Worldline platform. Our Server SDKs fully wrap the server-to-server API.

Client-to-server

The client-to-server functionality is used by your customers devices such as mobile phones, tablets and desktop computers to request information from Worldline which is needed to render the payment pages and to encrypt sensitive information. You will only need the client-to-server API if you build the payment pages yourself. You do not need it if you choose to use our hosted payment page solution. The browser and mobile SDKs fully wrap the client-to-server API. 

If you use technologies that are not covered by our SDKs you can always use our APIs directly.