Transform Your Payment Experience with CheckoutX
CheckoutX revolutionizes payment processing by turning any NFC-enabled Android device into the worlds fastest, and most reliable SoftPOS terminal.
Read now »CheckoutX - The pre-built payment application
CheckoutX is the fastest way forward for you to implement our SoftPOS and handheld payment terminals. No SDK, just trigger the payment from your POS and send it to any handheld Android device, even the phone. After launching, you can implement our SDK into your own app without any stress.
What is CheckoutX?
CheckoutX is our pre-built checkout app solution designed to be integrated with your current systems enabling you to accept payments. With CheckoutX, you can turn NFC-enabled Android devices into terminals for processing contactless card payments. This feature extends your payment capabilities to include contactless payments, without additional hardware terminals.
CheckoutX also runs as a pre-built app on all our payment terminals (SurfTouch, SurfPrint). You can also download and install the CheckoutX app from Google Play Store on supported Android devices.
How to integrate
CheckoutX can be integrated in two ways, either as a TTP (Tap-to-Phone) solution on supported Android devices or handheld COTS devices such as Zebra, or via Surfboard's payment terminals. For the TTP solution, the CheckoutX app can be downloaded and installed on your Android device. Alternatively, if you choose to use Surfboard's payment terminals, they come pre-installed with the CheckoutX app. The integration path that you choose will depend on your specific requirements.
Key capabilities
First of all, you need an integration capable of initiating API calls to Surfboard. After that, you can enjoy these features:
The checkout solution for handheld devices is also delivered as an SDK, without the need for the pre-built CheckoutX. However, CheckoutX lets you ship and go to market with your merchants in a much faster way.
Works with your existing devices too
Have you already invested in Zebra devices or Android smartphones for the store, and do not want to purchase new hardware? Then we have great news for you. CheckoutX is compatible with all COTS devices that have an NFC chip, such as Zebra handheld computers.
So instead of investing in new hardware, you can focus on sales on the floor and meet the customers where they are. Checkouts have never been faster and more optimized to bring out the best experience, like the CheckoutX experience.
Included in the worlds fastest SoftPOS solution
Blazing-fast transactions
Complete a card transaction on an NFC-enabled Android device in way under 3 seconds.
No devlopment needed
You can have you POS as an app or even in the web, then just switch over to CheckoutX during the payment and we will take care of the rest.
Activate tips
Let your merchants receive tips from their customers directly in the app. Easily activated through the API or their Merchant Portal.
Multiple payment methods
With CheckoutX you can accept all major card brands, mobile payments, local schemes like Swish and buy now, pay later such as Klarna. All of them easily activated through the API or Merchant Portal.
Your brand, your way
Customize the CheckoutX app with your logo and colors to make it feel like your own. The app is designed to be a part of your brand, not ours.
Digital receipts
You can choose to use our Digital Receipt Host, or you can use your own. The choice is yours. Our digital receipts can be sent via SMS, or email and accessed through the Merchant Portal.
Perfect for merchants on the move
CheckoutX is perfect for merchants on the move. As a handheld payment terminal, it can be used anywhere, anytime. It is the perfect solution for pop-up shops, markets, restaurants, food trucks, and more.
Latest posts about CheckoutX
Let us show you CheckoutX in action
CheckoutX: Compatible devices
Any Android smartphone
A true SoftPOS solution, with no need for any extra hardware. Just plug and play
Zebra devices
Convert the handheld computer into a fully functioning payment terminal
SurfTouch
Our small Android payment terminal with touchscreen and a barcode scanner
SurfPrint
Our handheld terminal with printer attached, perfect for table service
Supported Payment Methods
Here are the payment methods we support across our platform:
Everything starts with an order
Here is an overview of how CheckoutX works:
//Create new order
import axios from "axios"
const data = JSON.stringify(
{
"terminal$id": "813bee989f08500405",
"type": "purchase",
"orderLines": [
{
"id": "1234",
"name": "Bucket hat",
"quantity": 1,
"itemAmount": {
"total": 2000,
"currency": "SEK",
"tax": [ { "amount": 500, "percentage": 25, "type": "vat" } ]
}
}
],
"totalOrderAmount": {
"total": 2000, "currency": "SEK", "tax": [ { "amount": 500, "percentage": 25, "type": "vat" } ]
}
})
const response = await axios({
url: "YOUR_API_URL/orders",
port: 3005,
data,
method: "POST",
headers: {
"Content-Type": "application/json",
"API-KEY": "YOUR_API_KEY",
"API-SECRET": "YOUR_API_SECRET"
}
})
Ready to check out that CheckoutX?
If you are interested in exploring our cloud-based payment solutions and the CheckoutX for handheld payments, please get in touch with us and we'll schedule a call.