Cardinity is an all-in-one online payment service provider based in Lithuania. It is licensed and regulated by the Central Bank of the Republic of Lithuania, making it a reliable choice for businesses operating within the European Union. The company functions as a payment gateway, a merchant account provider, and an acquiring bank, combining all necessary services to process online card payments into a single solution. This allows online businesses, from e-shops to mobile applications, to accept major credit and debit card payments from customers all over the world. Cardinity focuses on providing a secure and direct payment process that is invisible to the end customer, ensuring a smooth checkout experience on the merchant's website.
Cardinity offers a range of features designed to facilitate online transactions for merchants.
Cardinity operates on a volume-based pricing model rather than fixed monthly plans. The transaction fee is determined by the merchant's monthly online sales volume. This structure is designed to be scalable, offering lower rates as the business grows and processes more transactions.
There are no setup fees, monthly fees, or other hidden charges associated with any of these tiers.
Cardinity does not have a traditional free plan with limited features. Instead, it offers a pay-as-you-go model that is free to set up. There are no setup fees, no monthly fees, and no hidden costs. You can open a merchant account for free and will only be charged a percentage-based fee on successful transactions. This makes it a cost-effective option for businesses of all sizes, as you only pay when you make a sale.
Getting started with Cardinity is a straightforward process for any online business.
Pros:
Cons:
Cardinity provides several integration options to connect with e-commerce platforms and custom systems. They offer ready-to-install modules for many popular shopping carts.
For custom-built websites and applications, Cardinity offers SDKs and a comprehensive API.
Yes, Cardinity provides a comprehensive RESTful API for developers who need to create custom payment integrations. The API allows you to process payments, create subscriptions, and manage transactions directly from your application.
To get started, you must first register for a Cardinity merchant account. Once your account is approved, you will find your API keys and credentials in your merchant dashboard. The official developer documentation provides detailed guides, code samples, and a testing environment (sandbox) to build and test your integration before going live.
Here is a basic cURL example for creating a payment:
curl https://api.cardinity.com/v1/payments \
-u {your_api_key}:{your_api_secret} \
-d amount=49.99 \
-d currency=EUR \
-d country=LT \
-d payment_method=card \
-d payment_instrument[pan]=... \
-d payment_instrument[exp_year]=... \
-d payment_instrument[exp_month]=... \
-d payment_instrument[cvc]=...
Cardinity offers a partner program for developers, web agencies, and platform providers who wish to integrate Cardinity's payment solutions for their clients. While a public affiliate program with fixed commission rates is not prominently advertised, they encourage partnerships. To join, it is best to contact their business development or support team directly through their website. You can discuss referral opportunities, integration partnerships, or becoming an influencer for their service. They typically work with partners on a case-by-case basis to establish a mutually beneficial arrangement.
Show your users that Cardinity is listed on SAASprofile. Add this badge to your website:
<a href="https://saasprofile.com/cardinity?utm_source=saasprofile&utm_medium=badge&utm_campaign=embed&utm_content=tool-cardinity" target="_blank"><img src="https://saasprofile.com/cardinity/badge.svg?theme=light&width=200&height=50" width="200" height="50" alt="Cardinity badge" loading="lazy" /></a>