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 - Accept payments everywhere
CheckoutX is our white-label SoftPOS (Software Point of Sale) app that turns any NFC-enabled device into a powerful contactless payment terminal. Designed for ISVs, financial institutions, and large enterprises, CheckoutX enables you to offer your merchants a seamless payment solution under your brand, without the hassle of maintaining or developing the technology.
Why offer CheckoutX to your merchants?
Packed with huge benefits
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.
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.
Fully White-Label Branding
Offer a fully branded SoftPOS solution that aligns with your brand’s look and feel, creating a seamless experience for your merchants.
Through our branding API, you can easily customize the app with logos, colors, and more, all without additional development effort. The app is designed to be a part of your brand, not ours.
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.
Learn more about this device
Relevant files
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.