For Resellers
Offer your customers an extensive range of hardware and software solutions – from powerful payment terminals to mobile payment solutions and point-of-sale software. Our solutions are designed to meet the needs of the widest range of industries, including retail, hospitality, healthcare, convenience retail, petroleum and many more.
-
Consolidated payment stack
Empower merchants with a consolidated payment stack supported by a single partner for processing, acquiring and devices. All they need to do is integrate once with us. We’ll keep them compliant with regulations within the regions they’re selling to, with full end-to-end optimization.
-
Your commerce gateway
Open the door for your merchants to simplified payment processing and powerful customer experiences. Our gateway services are designed to integrate seamlessly with existing systems. They tap into robust reporting and fraud prevention features to keep your merchants’ businesses flowing.
-
A token advantage
Simplify compliance, enhance security, offer cross-channel services and more for your merchants with our tokenization services. Our tokens keep your merchants protected and empower them to offer personalized services to drive customer satisfaction.
For Independent Sales Organizations (ISOs)
Let us do the heavy lifting for you. A single integration and certification with Verifone is all that’s required in terms of compatibility and processor certification. We make it easy to develop and integrate third-party applications and connectors, and our solutions are made to work seamlessly with a wide variety of configurations. All that, with industry-leading device security to make it happen.
-
Dynamic feature-rich devices
Give your merchants the tools they need to thrive in the world of modern commerce. We offer the industry-leading devices that drive commerce all over the globe, from multilane to mobile, from kiosks to PIN pads and beyond.
-
Valuable versatility
We’re here to help you achieve your business goals – not the other way around. Our devices and payment services are built around what you need them to be. Integrating once with us means easy certification for devices and services across any processor partnerships.
-
Modular solutions
Pick and choose the Verifone products and services that align with your merchant requirements and business models. Determine which of our value-added offerings can enhance your merchant packages and build your own solution stack that’s backed by us.
For Independent Software Vendors (ISVs)
Are you an ISV? Consider us your partner in delivering secure, reliable and versatile payment solutions to your customers. That’s everything from card-present POS integrations to online payment routing and beyond. Our streamlined developer tools and flexible APIs make it easy to integrate a wide variety of payment capabilities into your software applications for seamless and streamlined commerce. No matter how your merchants do business.
-
Intuitive integration
Looking for a good fit? Our payment devices and services are made to fit the broadest variety of POS, webstore, and other configurations. They can then be customized to fit your exact needs. Just pick the integration option that’s right for your business and empower your merchants with value-added services for ultimate payment flexibility.
-
Omni optimization
Tap into the benefits of our omnichannel payment orchestration and empower your merchants to do business everywhere. A single payments platform is easier to manage, more secure, and allows your merchants to access powerful business insights on customer shopping habits to grow the business.
-
Offering expansion
Enable your merchants to expand their offerings in the areas they need to grow. Whether that’s taking a brick-and-mortar operation into the digital frontier or implementing value-added services for customer personalization, a partnership with us equips your customers with the right tools for the job.
For Value-Added Resellers (VARs)
Want to expand your product portfolio and offer your customers a complete and well-rounded payment solution? We’re here to help. Our solutions are easy to integrate and broaden the services your merchants can provide to shape powerful customer experiences that resonate long after the sale.
-
The value of omni
With a unified commerce platform, cross-channel services are easy to implement and manage. Empower your merchants to offer online/curbside pickup, delivery, digital offerings available in-store, and much more with a cohesive omnichannel payments platform.
-
Streamlined deployment capabilities
Enjoy support for you and your merchants at every phase of the business journey. Our Managed Services provide a variety of value-added, end-to-end deployment features. From kitting and the loading of device software to co-branded packaging, personalized merchant portals and more. Pick and choose the managed services you and your merchants want for a support network you can rely on.
-
Payment Alternatives
Our advanced payment method (APM) platform only requires a single integration to tap into all the most popular payment alternatives. Empower your merchants to drive higher average basket values and overall customer satisfaction.
-
Centralized Management
Offer your merchants a broad 360-degree view of their business with Verifone Central. This dashboard empowers your merchants with powerful business monitoring tools, reports and analytics, transaction tracking, and more. Best of all, it allows your merchants to track device health, software updates, and push customized media branding for their entire estate, all from a single location.
Let’s work together.
We’ll help you unlock the full commerce potential for you and your merchants.
Designed for Developers
Coding should be as hassle-free as possible, so that you can focus on your customers. Our apps seamlessly integrate with the point-of-sale app installed on the device, eliminating the need for any custom integration. We've worked diligently to remove costly and time-consuming app certification processes, granting you the freedom to run your preferred apps on our devices without any hassle.
-
Pre-built integrations & connectors
Learn more -
Payment gateway
Our gateway is specifically designed to seamlessly integrate with your current systems, offering you the flexibility and control necessary to effortlessly manage your payments.
Learn more -
Tokenize Touchpoints
Leverage our tokens to provide seamless cross-channel services, enhanced security, and powerful data insights for your merchants.
Learn more
"<?php
require ('PATH_TO_AUTH');
$Order = new stdClass();
$Order->RefNo = NULL;
$Order->Currency = 'brl';
$Order->Country = 'BR';
$Order->Language = 'en';
$Order->CustomerIP = '0.0.0.0';
$Order->ExternalReference = NULL;
$Order->Source = NULL;
$Order->AffiliateId = NULL;
$Order->CustomerReference = NULL;
$Order->Items = array();
$Order->Items[0] = new stdClass();
$Order->Items[0]->Code = 'my_subscription_1';
$Order->Items[0]->Quantity = 1;
$Order->Items[0]->PriceOptions = NULL;
$Order->BillingDetails = new stdClass();
$Order->BillingDetails->FirstName = 'FirstName';
$Order->BillingDetails->LastName = 'LastName';
$Order->BillingDetails->CountryCode = 'BR';
$Order->BillingDetails->State = 'DF';
$Order->BillingDetails->City = 'LA';
$Order->BillingDetails->Address1 = 'Address example';
$Order->BillingDetails->Address2 = NULL;
$Order->BillingDetails->Zip = '70403-900';
$Order->BillingDetails->Email = 'customer@email.com';
$Order->BillingDetails->Phone = ""556133127400"";
$Order->BillingDetails->FiscalCode = ""056.027.963-98"";
$Order->BillingDetails->Company = NULL;
$Order->DeliveryDetails = NULL;
$Order->PaymentDetails = new stdClass ();
$Order->PaymentDetails->Type = 'CC';
$Order->PaymentDetails->Currency = 'brl';
$Order->PaymentDetails->PaymentMethod = new stdClass ();
$Order->PaymentDetails->CustomerIP = '10.10.10.10';
$Order->PaymentDetails->PaymentMethod->RecurringEnabled = true;
$Order->PaymentDetails->PaymentMethod->CardNumber = ""XXXX11111111"";
$Order->PaymentDetails->PaymentMethod->CardType = 'visa';
$Order->PaymentDetails->PaymentMethod->ExpirationYear = '2019';
$Order->PaymentDetails->PaymentMethod->ExpirationMonth = '12';
$Order->PaymentDetails->PaymentMethod->HolderName = 'John';
$Order->PaymentDetails->PaymentMethod->CCID = '123';
$jsonRpcRequest = array (
'method' => 'getInstallments',
'params' => array($sessionID, $Order),
'id' => $i++,
'jsonrpc' => '2.0'
);
echo '<BR>';
echo 'The content of the current session:';
echo '<BR>';
$installments = callRPC((Object)$jsonRpcRequest, $host, true);
var_dump ($installments);"
Let’s build something great together.
Good consultation takes time. Our team of experts will happily discuss your needs to help you decide what partnership is right for you.
Frequently Asked Questions
-
I'm interested in becoming a Verifone partner as a reseller. How can I get started?
That’s great news. We look forward to hearing from you. Joining our partner program as a reseller is a straightforward process. Simply go to our partner section where you'll find all the information you need about the application process and requirements for reseller partnerships. If you have any questions or need guidance along the way, our friendly team is here to assist you.
-
As an ISO (Independent Sales Organization), what advantages would I gain by partnering with Verifone?
There are plenty of benefits. We’re a global leader in payment and commerce solutions and we help shape powerful customer experiences across all industries, geographies, and environments. By partnering with us, you gain access to our extensive portfolio of innovative payment solutions and tools. This empowers you to offer your customers secure and efficient payment processing. You’ll also benefit from our training and support resources, co-marketing opportunities, and an expanded network of merchants.
-
How can I collaborate with Verifone as an ISV (Independent Software Vendor)?
We’re glad you asked. Joining forces with us allows you to enhance your product offerings with secure payment processing capabilities, something that adds value and functionality for your customers. We provide comprehensive support and resources to help you integrate our payment solutions effectively. Additionally, our ISV partnership offers co-marketing opportunities and access to our extensive network of merchants, helping you expand your customer base and reach.
Interested in becoming a partner?
We've simplified the process. Our team of architects is ready to discuss your business goals and objectives.