Surfboard Payments Rolls Out Tap to Pay on iPhone to Four More Countries
Surfboard Payments enables businesses in Ireland, Estonia, Latvia, and Lithuania to accept contactless payments with just an iPhone and CheckoutX app.
Read now »
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 iPhone or 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 for example Zebra devices or other 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
Our other payment devices
Take a look at our other products which includes both hardware-, and software-based payment terminals
SurfPrint
SurfPrint K
SurfTouch
SurfTouch Retail
SurfPad
SurfAlone
SurfXpress
Tap to Pay on iPhone
Tap to Pay on Android
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.
🍪 We Value Your Privacy
We use cookies for a better browsing experience and to analyze site traffic. Click "Accept" to consent, or "Decline" to refuse non-essential cookies. Learn more in our Privacy Policy.