About This Guide

This guide is for the JavaScript integration of Smart Checkout. If you feel not confident with it, or before you start a new integration, please get in touch with our friendly help desk:Link

With Smart Checkout you can save the effort of creating a checkout solution of your own . Depending on your needs, the checkout flow includes a summary of the order, negotiation of the delivery details, the payment authorization, or even contract conclusion including the actual payment.

This guide explains how to use Smart Checkout to sell something at your website using only the means of JavaScript. It begins with an example to get you started. You should study this thoroughly to understand the essentials. After you have achieved this, you can refer to the remaining sections as needed.

You should have basic knowledge of HTML and JavaScript in order to follow and use the integration.

Using HTML or JavaScript integration, the basket is arranged in the customer's browser. Thus your system cannot validate the basket before it is sent to ours. This bears the manageable risk of basket manipulation. For instance one could change a price, or article name.

Therefore the merchant is obligated to check incoming orders before processing them, if either HTML or JavaScript integration is used. If you cannot make this sure, you need to take the effort of an API integration, and to check the basket before its transmission. Please refer to our Terms and Conditions for details.

Do you need more assistance? Don't hesitate to ask our friendly help desk. Your questions are welcome.