Drupal Commerce, WooCommerce, or Magento? No Problem. We can integrate with most carts.
Test Drive Our Gateway
Try Our Live DemoPayment Technology That Empowers
Omni Channel Merchants
Our technology allows merchants to manage Global Payments across a single platform. We focus on simplifying the transaction process with frictionless fraud prevention. Generate more sales with automation features, workflows, and reporting.
Sign Up Now! Talk to Our Team!Feature Rich. Not Feature Dense
We empower you with solid, useful tools, not unecessary features you'll never use.
-
Fraud Prevention
Don't lose customers because of cumbersome fraud tools. Get your transactions approved and fight fraud in real time.
-
Data Security
It's vital to choose a technology partner that doesn't leave you exposed. Pinwheel is level one PCI Compliant.
-
Integrations
We give you the proper tools to empower your business technology with easily accessible APIs and an SDK.
-
A Global Network
Pinwheel supports a network of acquirers in virtually every country, and supports nearly every currency.
-
Technology Focused
Pinwheel engineers solutions using mainstream development standards, security, and deployment.
-
Solutions Experts
We deploy custom financial technology solutions based on expert research, planning, and development.
Accept Payments in Almost Any Format
Pinwheel is integrated with most major payment providers and the list is always growing. Accept most major payment types. Customers need an alternative payment solution? There's a good chance we can facilitate your (and your customer's) needs.
Visa, MasterCard, and Amex
Most of your customers are going to use one of the three major credit card providers, or debit cards that are issued through Visa. Accept all major card types and offer your customers the easiest way to pay.
Learn MoreReports that Work for You
Reporting is about data and feedback. It's also the way you keep track of how your business is doing. Pinwheel's reporting is based on need and requirement, rather than overwhelming amounts of data. We provide you with the tools you need to produce the reports that are useful to you, and leave out the information that doesn't matter.
Mobile Payments
Our engineers can integrate with most mobile payment solutions, and we can even provide custom payment solutions for your specific business needs. Do you have mobile payment requirements? We've got a solution that will work for your Android or iPhone application.
One payment platform, infinite possibilities
eCommerce
Retail
Need to accept payments at your brick and mortar store? We can provide you with a POS system.
Phone Sales
Do you need to take orders over the phone? We have a virtual terminal for that can help.
Develop Your Store On Your Terms
Customize your payment solutions and provide your customers with an experience you define.
Talk to Our Dev Team!require "pinwheel"
Pinwheel.api_key = "..."
Pinwheel::Charge.create(
:amount => 2000,
:currency => "eur",
:source => "tok_mastercard", # obtained with pinwheel.js
:description => "Charge for hello@thomascullen.io"
)
import pinwheel
pinwheel.api_key = "..."
pinwheel.Charge.create(
amount=2000,
currency="eur",
source="tok_amex", # obtained with pinwheel.js
description="Charge for madison.wilson@example.com"
)
var pinwheel = require("pinwheel")(
"..."
);
pinwheel.charges.create({
amount: 2000,
currency: "eur",
source: "tok_visa", // obtained with Pinwheel.js
description: "Charge for jayden.martinez@example.com"
}, function(err, charge) {
// asynchronously called
});
pinwheel.Key = "..."
chargeParams := &pinwheel.ChargeParams{
Amount: 2000,
Currency: "eur",
Desc: "Charge for benjamin.wilson@example.com",
}
// obtained with pinwheel.js
chargeParams.SetSource("tok_mastercard")
ch, err := charge.New(chargeParams)
Growing Support Daily
We support most major technologies out of the box, with more support for new languages and frameworks being developed actively. Our engineers work hard to ensure you can create a payment process that works for your store, on your terms, and using your technology stack.
Contact our development team to learn more