Payment Gateway Integration in Dubai (2026)

How UAE payment gateways, PCI DSS, and CBUAE licensing actually work — Stripe, Telr, and Network International compared for custom software builds.

By NxFold19 July 202616 min read
Payment GatewayStripeFintechDubaiSaaS

Most "best payment gateway" articles are written for someone comparing pricing plans, not for someone actually building the checkout, subscription flow, or marketplace payout system behind a piece of software. That gap shows up fast: a founder picks a gateway off a listicle, hands it to a developer, and three weeks later discovers the gateway doesn't support recurring billing, or that "PCI compliant" doesn't mean what they assumed, or that nobody actually checked whether their platform now needs a Central Bank license because it collects money on behalf of other merchants.

This guide is written from the build side. It covers how UAE payment gateways actually work, which one fits which kind of business, what the Central Bank's payment regulation really requires of you (and, more importantly, what it doesn't), how to handle PCI DSS without drowning in paperwork, and the architecture patterns that hold up once you're processing real transaction volume — not just a demo checkout.

The Short Answer

For most UAE businesses building custom software, the right starting point is a licensed gateway — Stripe, Telr, Network International, PayTabs, Tap, Mamo, or Checkout.com — integrated through hosted fields or a tokenized SDK, not a raw card-data form you build yourself. You are the merchant, not a payment service provider, so the Central Bank's licensing regime almost never applies directly to you. It starts to matter only if your platform aggregates or splits payments on behalf of other businesses — a marketplace, a booking platform that pays out vendors, a SaaS product that collects money for its customers' customers. In that case, get a legal opinion before you launch, not after.

If you only remember one thing from this guide: choose your gateway based on your settlement speed needs and whether you bill on a subscription, not based on which one has the lowest headline transaction fee. The fee differences between providers are small. The cost of picking a gateway that can't do recurring billing, split payouts, or fast local settlement — and having to migrate mid-build — is not.

How Payment Processing in the UAE Actually Works

It helps to separate four roles that get blurred together in most sales conversations:

  • Card schemes (Visa, Mastercard, and regional networks) set the rules for how a card transaction moves and who can participate.
  • Acquirers are UAE-licensed banks or institutions that have a direct relationship with the card schemes and actually move money into a business's account. Network International is the clearest example of an acquirer-backed provider in this market.
  • Payment gateways / payment service providers (PSPs) are the software layer — Stripe, Telr, PayTabs, Tap, Mamo, Checkout.com — that sits between your website or app and an acquirer, handling the technical integration, fraud checks, and often the merchant onboarding.
  • Merchants are businesses like your customers — the ones selling a product or service and accepting payment for it.

When a business integrates "a payment gateway," it is almost always operating as a merchant, plugging into infrastructure that a licensed PSP and acquirer already built and are already regulated for. That single fact resolves most of the compliance anxiety business owners bring to a build: you are consuming a regulated service, not providing one.

Settlement in the UAE is typically in AED, landing in a local bank account, with most gateways offering same-currency settlement to avoid conversion losses. If a business needs to accept and settle in USD, EUR, or GBP as well — common for agencies and SaaS products serving clients outside the UAE — that needs to be confirmed with the gateway during setup, since not every provider offers multi-currency settlement by default.

The UAE Gateway Landscape in 2026

There is no single "best" gateway — the right choice depends on transaction volume, whether the business needs subscription billing, how fast it needs funds to land, and whether it primarily serves UAE customers or a mixed GCC/international base.

GatewayTypical UAE rateMonthly feeSettlementBest fit
Stripe~2.9% + AED 1 (local), ~3.9% + AED 1 (intl)None~T+2SaaS/subscription products, dev-first teams, fastest onboarding
Telr~2.49% + AED 0.50AED 99–349T+2 to T+3SMEs wanting predictable, regional support
Network International~1.9–2.9% (volume-based) + AED 1NegotiatedT+1 to T+2Larger merchants wanting bank-backed acquiring
PayTabs~2.85% + AED 0.27From AED 183T+2 to T+3Regional payment method coverage
Tap Payments~2.75% (local), ~3.25% (intl)NoneT+1 to T+2GCC-wide businesses, single integration across markets
Mamo~2.9% + AED 1 (local)None (Ultra plan AED 399 lowers rate)T+1Fast-moving SMEs, simple payment links
Checkout.com~2.9% + fixed fee (custom enterprise rates available)None at standard tierT+2Enterprises, high international volume, 150+ currencies

A few honest caveats worth building into your decision instead of taking any single number at face value: rates are negotiable at volume with nearly every provider on this list, monthly minimums and reserve requirements vary by risk category and industry, and approval timelines (24–48 hours for Stripe versus two to four weeks for bank-backed acquiring) can matter more than the fee itself if a launch date is fixed.

For a SaaS product with recurring billing, Stripe's subscription and invoicing engine alone typically justifies the slightly higher international rate — building that logic yourself against a gateway that only supports one-off charges is a real cost most founders underestimate. For a UAE-only e-commerce storefront processing modest volume, Telr or Mamo's simplicity and lower monthly overhead are usually the better trade.

Who Actually Needs a Central Bank Payment License

The Central Bank of the UAE's Retail Payment Services and Card Schemes Regulation (RPSCS) is the framework that governs payment activity in the country, and it is also the single most misunderstood piece of this puzzle among founders. It licenses nine categories of retail payment services, including merchant acquiring, payment aggregation, payment account issuance, and payment initiation services.

Here is the distinction that actually matters for a typical build: the regulation targets the licensed payment service providers — the Telrs, PayTabs, and Network Internationals of the world — not the merchants using them. If a business is simply accepting payment for its own products or services through a licensed gateway, it is an end user of a regulated service, not a regulated entity itself. That covers the overwhelming majority of e-commerce sites, service businesses, and SaaS products with a single-seller billing model.

Where it stops being straightforward is payment aggregation — when a platform collects money and then splits or forwards it to other businesses. A marketplace paying out multiple vendors, a booking platform collecting on behalf of service providers, a SaaS product acting as merchant-of-record for its own customers' sales — these models start to resemble the "payment aggregation services" category the RPSCS explicitly licenses. Whether a specific platform crosses that line depends on the details of who is legally the merchant of record, how funds flow, and whether the platform ever holds customer funds directly rather than passing them through a licensed processor's split-payment feature.

This is genuinely a legal-review question, not a development one, and it's worth flagging here rather than glossing over: if a product design involves collecting money on behalf of other businesses, get that reviewed by counsel before launch, not after a Central Bank inquiry. The good news is that most licensed gateways — Stripe Connect, Checkout.com's marketplace tooling, and similar — are built specifically to keep the platform out of PSP-licensing territory by handling the regulated pieces (fund custody, KYC on sub-merchants) themselves. Architecting on top of that tooling rather than building a custom money-movement layer is usually the difference between staying a technology vendor and accidentally becoming a regulated financial entity.

PCI DSS Without the Pain: Why Hosted Fields Exist

PCI DSS (Payment Card Industry Data Security Standard) applies to anyone who stores, processes, or transmits card data — and the scope of that obligation depends entirely on how the integration is built, not on the size of the business.

The version most businesses should never build is a plain HTML form that posts raw card numbers to your own server. That puts full PCI DSS scope — the most demanding tier of the standard, including annual on-site assessments for higher volumes — squarely on the business's own infrastructure.

The version almost every serious gateway supports, and the one worth insisting on, is hosted fields or a tokenized SDK: the card number field is rendered by the gateway inside an iframe or native SDK component that lives on the business's page but is controlled by the gateway's domain. Card data goes directly from the customer's browser to the gateway's servers — it never touches the business's own backend at all. In exchange, the business typically only needs to complete a Self-Assessment Questionnaire A (SAQ A), the lightest PCI tier, because it never handles, stores, or even transmits raw card data through its own systems.

This is not a minor implementation detail — it is the single highest-leverage decision in a payment integration project. Every gateway in the comparison table above supports hosted fields or SDK-based tokenization. There is rarely a good reason to build anything else.

Architecture Patterns Worth Getting Right

A payment integration built for a demo and one built to survive real volume tend to look different in a few specific places:

Webhooks over redirects. Relying solely on a customer's browser redirect back to a success page to confirm payment is unreliable — customers close tabs, connections drop, mobile browsers get backgrounded. Every gateway sends server-to-server webhooks confirming payment status; that webhook, not the redirect, should be the source of truth for whether an order is actually paid.

Idempotency on every write. A customer double-clicking "Pay" or a retried webhook should never create two charges or two orders. Idempotency keys — supported natively by Stripe and most modern gateways — prevent this at the API layer rather than relying on frontend button-disabling alone.

Subscription and dunning logic for SaaS. Recurring billing isn't just "charge the same card monthly." It involves failed-payment retry schedules (dunning), proration when a customer upgrades mid-cycle, and grace periods before access is revoked. Building this from scratch against a one-off-charge API is a common and expensive mistake — it's worth confirming a gateway's subscription engine covers these cases before committing to it. This is directly relevant to the SaaS architecture decisions covered in our multi-tenant SaaS architecture guide — billing logic and tenant isolation need to be designed together, not bolted on separately.

Split payouts for marketplaces. If a platform needs to pay out multiple vendors from a single customer transaction, use the gateway's native split-payment or connected-accounts feature rather than manually tracking balances and issuing separate transfers. This keeps the platform out of the fund-custody territory discussed in the licensing section above.

Multi-currency handling. If a business serves customers outside the UAE, decide early whether to charge in the customer's local currency (better conversion experience, but exposes the business to FX risk) or always charge in AED and let the customer's bank handle conversion (simpler, but a worse checkout experience for international customers).

Bilingual Checkout: A UAE-Specific Consideration

Most gateway checkout widgets — Stripe's hosted checkout, Telr's payment page, Tap's SDK — support Arabic out of the box, but "supports Arabic" and "works correctly in RTL" are not the same claim. It's worth testing the actual checkout flow with dir="rtl" active: card number fields, expiry dates, and CVV should stay left-to-right even inside an RTL layout (numerals never mirror), while labels, error messages, and the surrounding form chrome should flip correctly. This is the same mirroring logic covered in our Arabic website design and RTL guide — a checkout page is exactly the kind of high-stakes, high-abandonment UI where a broken RTL layout costs a business a completed sale, not just a bad impression. If a gateway's hosted checkout doesn't render cleanly in Arabic, embedding hosted fields directly into a custom-built, properly localized checkout page is almost always worth the extra integration effort over accepting a generic, English-only redirect experience for Arabic-speaking customers.

What Integration Actually Costs and Takes

Gateway integration is rarely a standalone project — it is a component within a larger custom software build, which is why the honest cost range depends heavily on scope. As covered in more detail in our website cost guide, a straightforward e-commerce checkout integration typically adds a modest, well-defined chunk of time to a build; a full subscription billing system with dunning, proration, and customer self-service portals is a meaningfully larger scope; and a marketplace payout system with split payments and sub-merchant onboarding is larger again, largely because of the compliance and edge-case testing involved, not the API calls themselves.

The pattern that consistently causes budget overruns isn't the initial integration — it's failure-path handling: what happens on a declined card, a webhook that arrives out of order, a refund that needs to reverse a split payout, or a subscription that fails three times before cancelling. Businesses that scope these cases up front, alongside the custom software build discussed in our custom software development guide, consistently ship faster than those that treat them as an afterthought.

Common Mistakes We See in Payment Integration Projects

Choosing a gateway before scoping the business model. A gateway chosen for its low headline fee, then discovered mid-build to lack subscription support or split payouts, forces a costly mid-project migration.

Building custom card-data handling "to save on fees." The PCI DSS burden of handling raw card data almost always costs more in compliance overhead than any fee saved by avoiding hosted fields.

Treating the redirect as payment confirmation. Relying on the browser redirect instead of the webhook creates a class of bugs where orders show as unpaid despite a successful charge, or vice versa.

Assuming "the gateway is licensed, so we're fine" for aggregation models. A licensed gateway protects the platform on the technical and PCI side; it does not automatically resolve the question of whether the platform itself needs a payment aggregation license if it's splitting funds to other businesses. That is a separate legal question.

Skipping sandbox testing of failure paths. Every gateway provides a sandbox with test cards for declines, disputes, and 3D Secure challenges. Testing only the happy path (successful charge) leaves the most bug-prone code — refunds, disputes, retries — untested until real customers hit it.

Choosing the Right Gateway for Your Business Stage

Early-stage / low volume, UAE-only: Telr or Mamo — low overhead, fast setup, simple payment links for businesses not yet ready to invest in deep API integration.

SaaS or subscription product: Stripe — the subscription, invoicing, and dunning tooling is mature enough that it is rarely worth building equivalent logic against a cheaper alternative.

GCC-wide e-commerce: Tap Payments or PayTabs — single integration covering multiple GCC markets and regional payment method preferences.

High volume or enterprise: Network International (bank-backed acquiring, negotiated rates at scale) or Checkout.com (global reach, interchange-plus pricing, 150+ currencies).

Marketplace or platform with sub-merchants: Whichever gateway's connected-accounts or split-payment tooling best fits the payout structure — and a legal review of the aggregation question before launch, not after.

Frequently Asked Questions

Do I need a Central Bank license to accept payments on my website? No, in almost all cases. If you are accepting payment for your own products or services through a licensed gateway like Stripe, Telr, or Network International, you are a merchant using a regulated service, not a regulated entity yourself. Licensing only becomes a live question if your platform aggregates or splits payments on behalf of other businesses.

What's the difference between a payment gateway and a payment aggregator? A gateway processes payments for a single merchant (your business). An aggregator collects payments on behalf of multiple merchants and splits or forwards the funds — a marketplace or platform paying out vendors is functioning as an aggregator, which is a separately licensed activity under CBUAE rules.

Is Stripe fully supported for UAE businesses? Yes — Stripe operates in the UAE with local AED settlement, and its subscription and invoicing tooling make it a strong default for SaaS products specifically. Approval for tech businesses is typically fast, often within 24–48 hours.

Do I need to be PCI DSS compliant if I use Stripe or Telr? You still have a PCI DSS obligation, but its scope shrinks dramatically if you use hosted fields or a tokenized SDK rather than handling raw card data yourself. Most businesses in that setup only need to complete the lightest self-assessment tier (SAQ A).

How long does gateway integration actually take? For a standard e-commerce checkout using hosted fields, integration itself is usually a small, well-defined slice of a broader build. Subscription billing, split payouts, or heavy failure-path testing extend that meaningfully — scope these explicitly rather than assuming "integration" means the same thing across projects.

Which gateway settles fastest in AED? Mamo and Tap Payments typically offer the fastest settlement (T+1) for UAE card transactions among the providers compared here, with Network International close behind via its bank-backed acquiring relationship.

Can I use more than one gateway? Yes, and larger merchants often do — for redundancy if one gateway has downtime, or to route different payment methods or currencies to whichever provider handles them best. This adds integration complexity and is usually only worth it once monthly volume is substantial.

What happens if a customer disputes a charge? Disputes (chargebacks) are handled through the gateway's dispute-resolution tooling, which requires evidence of the transaction (delivery confirmation, service records, customer communication). This is another reason webhook-driven order records matter — clean transaction history makes dispute responses far faster to assemble.

The Bottom Line

Payment gateway integration in the UAE is less about picking the cheapest transaction fee and more about matching a gateway's actual capabilities — subscription billing, split payouts, settlement speed, multi-currency support — to what the business genuinely needs, then building on top of it in a way that keeps PCI scope minimal and failure paths handled. The regulatory side is simpler than most founders assume for a standard merchant setup, and considerably more serious the moment a platform starts moving money on behalf of other businesses.

If you're building custom software that needs payment processing — a SaaS product, an e-commerce platform, or a marketplace — get in touch and we'll help you scope the right gateway, the right architecture, and the right compliance posture before a single line of checkout code gets written.

Contact

Have an idea? Let's make it real.

Tell us about your project and we'll get back to you within 24 hours.

Senior designers and engineers are your project team, from brief to launch. You'll always talk to the people actually building it.

Start a project
  • Free quote within 24 hours
  • No commitment, no pressure
  • Fixed timeline & price upfront
info@nxfold.com

Trusted by founders and teams in the UAE and worldwide.