CardConnect is a payments platform that is part of Fiserv, a global leader in financial services technology. The CardConnect Merchant Services Partner Program is designed for Independent Sales Organizations (ISOs) and individual Sales Agents who want to sell payment processing solutions to businesses. The core purpose of the program is to provide partners with the technology, tools, and support needed to build and manage a portfolio of merchant accounts. Partners are equipped with CardConnect's proprietary solutions, such as the CardPointe payment platform and the CoPilot management portal, to attract and retain clients. This allows them to earn residual income from the transaction fees of the merchants they sign up.
CardConnect offers a suite of tools and features to help its partners succeed in the competitive merchant services industry.
The CardConnect Partner Program does not follow a traditional subscription pricing model. Instead, it is based on a revenue-sharing arrangement. Partners earn income through commissions and long-term residual payments from the processing fees of the merchants they enroll. The specific details of the revenue share, including splits and bonuses, are typically customized based on the partner's experience, portfolio size, and business model. There are different partnership levels available, catering to individual agents just starting out as well as large, established ISOs with their own teams.
There is no cost to join the CardConnect Merchant Services Partner Program for qualified sales professionals and organizations. It is not a subscription service. The program is free to enter, and partners are provided with the necessary tools and training without any upfront fees. The business model is based on mutual success; CardConnect earns revenue when its partners successfully sign up merchants who process transactions.
Getting started as a CardConnect partner follows a clear process:
CardConnect's primary product for merchants, the CardPointe Gateway, is designed for easy integration. This allows partners to offer solutions that connect with a merchant's existing software.
Yes, CardConnect provides a comprehensive RESTful API through its CardPointe Gateway. This API allows developers to integrate secure payment acceptance into any software, website, or mobile application. Partners can leverage this API as a selling point for merchants with custom software needs.
To get API credentials, a developer must sign up for an account on the CardConnect developer portal. Once an account is created and approved, they can generate API keys for the UAT (testing) and production environments.
Here is a basic example of an API request using cURL to authorize a payment:
curl https://<site>.cardconnect.com/cardconnect/rest/auth \
-X POST \
-H "Content-Type: application/json" \
-u "<API_USERNAME>:<API_PASSWORD>" \
-d '{
"merchid": "<MERCHANT_ID>",
"amount": "10.00",
"currency": "USD",
"name": "John Doe",
"account": "<CARD_NUMBER>",
"expiry": "<MMYY>",
"cvv2": "<CVV>"
}'
The CardConnect Merchant Services Partner Program is a comprehensive partnership program rather than a simple affiliate link program. It is designed for sales professionals and organizations who actively sell payment processing services. Compensation is not based on a one-time referral fee but on a long-term revenue-sharing model where partners earn a percentage of the processing fees from their merchants every month. This is known as residual income.
To join, interested parties must apply through the CardConnect website. The application process involves a review to ensure the candidate is a good fit for the program. If you are interested in becoming a sales partner, you should contact their business development team directly via the forms on their site.
Show your users that CardConnect CardPointe is listed on SAASprofile. Add this badge to your website:
<a href="https://saasprofile.com/cardconnect-cardpointe?utm_source=saasprofile&utm_medium=badge&utm_campaign=embed&utm_content=tool-cardconnect-cardpointe" target="_blank"><img src="https://saasprofile.com/cardconnect-cardpointe/badge.svg?theme=light&width=200&height=50" width="200" height="50" alt="CardConnect CardPointe badge" loading="lazy" /></a>