Caribbean and Latin American card acquiring (formerly First Atlantic Commerce), with supported currencies and features determined by each merchant agreement.
Caribbean · South America
Explore PowertranzConnect supported bank and gateway accounts to the business platforms your customers already use. Manage payments through one API and one merchant portal.
Our partner gateways settle to the leading banks across the Caribbean and Latin America. You keep your existing acquiring relationship.
Route different currencies, brands, or merchants through different acquirers. Switch providers without rewriting your checkout. Add new gateways as your business grows — without changing a line of integration code.
Caribbean and Latin American card acquiring (formerly First Atlantic Commerce), with supported currencies and features determined by each merchant agreement.
Caribbean · South America
Explore PowertranzMastercard gateway technology used by participating banks and acquiring partners.
Global
Explore Mastercard Payment Gateway Services (MPGS)A Jamaican mobile wallet payment option for eligible merchant accounts.
Jamaica
Explore LYNKPayment processing through Wompi, including methods such as cards, PSE and Nequi when enabled for the merchant.
Colombia
Explore WompiFrom WooCommerce and GoHighLevel to Shopify, Wix, QuickBooks, FreshBooks, GiveWP and beyond — with new platforms shipping monthly.
Native payment provider for funnels, order forms, calendars, invoices, memberships, and Communities subscriptions.
View integrationAccept card payments on Ecwid storefronts with one-click install.
View integrationDrop-in WordPress plugin for WooCommerce stores. Hosted checkout, refunds, saved cards.
View integrationDonation gateway for non-profits. One-time + recurring giving with branded donor receipts.
View integrationStorefront payment provider for BigCommerce merchants.
View integrationMagento 2 / Adobe Commerce payment module.
View integrationPrestaShop payment module for global storefronts.
View integrationOpenCart payment extension.
View integrationAuto-create payment links on QBO invoices. Push payments back as recorded payments.
5,000+ no-code automations — Slack, Sheets, HubSpot, Mailchimp, Zendesk, anything Zapier connects to.
Visual workflow automation with 1,000+ apps. Build complex multi-step flows triggered by Genius Checkout events.
Shopify Payments App for Caribbean merchants.
LATAM e-commerce — Argentina, Brazil, Mexico, Colombia.
Wix Payment Provider for Wix Stores, Bookings, and Events.
Custom workflow action + deal-stage webhook to auto-mint payment links from deals.
Webhook + 15-minute poll to keep invoices and payments in sync.
Auto-create payment links on Zoho Books invoices.
Polled invoice sync for Wave-managed businesses.
Odoo payment acquirer for invoicing and e-commerce.
Salesforce Commerce Cloud + Sales Cloud payment connectors.
VTEX payment connector for enterprise LATAM commerce.
Trigger payment links from monday.com automations.
From hosted checkout to recurring billing, refunds to a customer portal — everything is included on every plan.
Card data tokenizes in the buyer's browser; raw PAN and CVV never reach your servers. Branded with your colors and logo.
Print or display a QR. Buyers scan with their phone, pay on the spot — great for events, in-person, and counters.
Charge once, subscribe monthly, schedule installments. Built-in dunning and card-on-file updates.
Full or partial refunds from the dashboard. Save cards for one-click repeat purchases.
Frictionless or step-up authentication on every issuer that supports it. Liability shift, fewer chargebacks.
Present and process supported currencies according to the gateway and merchant account you connect.
Buyers manage subscriptions, update cards, download receipts — without emailing support.
Real-time webhooks with idempotency, signing, and exponential-backoff retries. Zapier and Make connectors are in active development.
Manage many businesses from one account. Invite teammates with role-based permissions.
Predictable JSON responses. Idempotency keys on every write. Webhooks with delivery retries and signed payloads. Sandbox API keys that look exactly like live keys, just prefixed.
Build payment links in two lines or wire deep integrations through the OpenAPI spec. We ship updates without breaking your contract.
# Create a payment link in one call
curl https://app.geniuscheckout.com/api/v1/payment-links \
-H "Authorization: Bearer gc_live_xxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"amount": 4999,
"currency": "USD",
"description": "Pro plan — annual"
}'
// Composer: require geniuscheckout/php
use Geniuscheckout\Client;
$gc = new Client('gc_live_xxxx');
$link = $gc->paymentLinks->create([
'amount' => 4999,
'currency' => 'USD',
'description' => 'Pro plan',
]);
echo $link->url;
// npm install @geniuscheckout/node
import Geniuscheckout from '@geniuscheckout/node'
const gc = new Geniuscheckout('gc_live_xxxx')
const link = await gc.paymentLinks.create({
amount: 4999,
currency: 'USD',
description: 'Pro plan',
})
console.log(link.url)
# pip install geniuscheckout
import geniuscheckout
gc = geniuscheckout.Client('gc_live_xxxx')
link = gc.payment_links.create(
amount=4999,
currency='USD',
description='Pro plan',
)
print(link.url)
Buyers get a clean, branded, mobile-first checkout. You get a working dashboard from day one.
Whatever you sell, we have a pre-built plug-in or API path that gets you live in hours, not weeks.
Connect supported stores including WooCommerce, Ecwid, BigCommerce, Magento, PrestaShop and OpenCart. Shopify, Wix and Tiendanube are in active development.
Recurring billing with dunning, card-on-file updates, proration, and a customer portal your buyers can use without emailing support.
GiveWP gateway with one-time and recurring giving, branded donor receipts, and donation forms that match your site.
Native GoHighLevel / Lead Connector provider for funnels, order forms, calendars, invoices, memberships and Communities.
No long contracts. No dev sprints. Most merchants take their first payment on the same day they sign up.
Register, choose the plan that fits your business and complete your merchant profile.
Connect Powertranz, Mastercard Payment Gateway Services (MPGS), LYNK or Wompi. Pick which one routes which currency.
Install the WooCommerce, GiveWP, Ecwid or GoHighLevel app, or share a payment link. Done.
Unlimited transactions on every plan. No per-transaction fees. Gateway fees are billed by your gateway, never marked up. Cancel anytime.
For solo sellers and small storefronts.
billed yearly — $120/year billed monthly
For businesses charging on a schedule.
billed yearly — $240/year billed monthly
For agencies running payments for their clients.
billed yearly — $720/year billed monthly
All plans include hosted checkout, refunds, multi-currency, QR-code payments, and webhooks. See full plan comparison →
Can’t find what you’re looking for? Book a 20-minute call or email [email protected].
Real demo, not a slide deck. Pick a time below.
Prefer to dive in? Start free in under 5 minutes — no credit card.