Checkout.com is a global payment solutions provider that offers an end-to-end platform for businesses to process online payments. Founded in 2012 by Guillaume Pousaz and headquartered in London, UK, the company acts as a gateway, acquirer, and processor all in one. This unified structure simplifies payment operations for merchants. The core purpose of Checkout.com is to help large-scale businesses and enterprises manage, move, and optimize their money across the globe. Its main functionality revolves around providing a single, integrated API to accept a wide range of payment methods, improve transaction success rates using data and AI, and protect against fraud, all while ensuring regulatory compliance.
Checkout.com provides a suite of products designed to handle the entire payment lifecycle for businesses.
Checkout.com primarily offers a Custom Pricing model tailored to the specific needs of each business. There are no standard, publicly listed pricing tiers. The final cost is determined after a consultation with their sales team and depends on several factors:
This model is best suited for large, established businesses and enterprises that require a bespoke payment solution. The pricing is often based on an Interchange++ model, which provides transparency by breaking down the cost into the interchange fee, the card scheme fee, and Checkout.com's markup.
Checkout.com does not offer a free plan or a self-service free trial. Its services are designed for large-scale businesses, and the onboarding process is sales-led. To explore the platform, interested businesses must contact the sales team to request a demo and discuss their specific requirements. During this process, they can get a sandbox account to test the API and integrations before committing to a contract.
Getting started with Checkout.com involves a consultative process designed for enterprise clients.
Pros:
Cons:
Checkout.com offers a powerful API for custom integrations and also provides pre-built plugins and extensions for major ecommerce platforms and services.
Yes, Checkout.com provides a comprehensive and powerful API that is central to its platform. The API allows developers to integrate payment processing deeply into their applications and websites. Developers can find extensive documentation, API references, and tutorials on the Checkout.com developer portal.
To get API keys, a business must first sign up for a merchant account through the sales process. Once the account is approved, both sandbox (for testing) and live (for production) API keys are made available in the merchant dashboard.
Here is a simple example of using cURL to create a payment session with the Checkout.com API:
curl https://api.sandbox.checkout.com/payments \
-H "Authorization: sk_sbox_..." \
-H "Content-Type: application/json" \
-d '{
"source": {
"type": "token",
"token": "tok_..."
},
"amount": 1000,
"currency": "USD",
"reference": "ORDER123"
}'
Checkout.com does not have a traditional, public affiliate program where individuals can sign up and earn a commission per referral. Instead, it operates a Partner Program aimed at agencies, technology providers, and venture capital firms. Partners can collaborate with Checkout.com to refer clients, build integrated solutions, or offer payment services to their portfolio companies. The benefits and commercial terms of this program are customized for each partner. If you are interested in becoming a partner, you should contact their partnership team directly through their website to discuss a potential collaboration.
Show your users that Checkout is listed on SAASprofile. Add this badge to your website:
<a href="https://saasprofile.com/checkout?utm_source=saasprofile&utm_medium=badge&utm_campaign=embed&utm_content=tool-checkout" target="_blank"><img src="https://saasprofile.com/checkout/badge.svg?theme=light&width=200&height=50" width="200" height="50" alt="Checkout badge" loading="lazy" /></a>