Which do you actually need?
Two different things get called "creating a 2D payment gateway", and they are worlds apart.
Building a gateway from scratch means becoming the infrastructure: acquiring bank sponsorship, card scheme membership, PCI DSS Level 1 certification, fraud and settlement systems, and a compliance function to maintain them. It is a multi-year, heavily capitalised undertaking, and almost nobody asking this question wants it.
Creating a 2D payment gateway account means getting your own merchant account and credentials on an existing gateway, so your business can start taking card payments without OTP. That takes days, not years, and it is what the rest of this guide covers.
What to prepare first
Every provider asks for broadly the same things. Having them ready is the single biggest factor in how fast you get approved:
- Business registration documents — incorporation certificate, trade licence, or the equivalent in your country.
- Proof of identity and address for the owner or directors.
- A bank account in the business name for settlement.
- A live website with your products or services, pricing, contact details, and refund and privacy policies.
- Processing history, if you have it — statements from a previous provider strengthen an application considerably.
If your website is missing policy pages, fix that before applying. It is one of the most common reasons an otherwise fine application gets held up.
1. Choose a provider
Providers differ far more than their websites suggest. Before you commit, get straight answers on:
- Whether they approve your business category, stated plainly before you start onboarding.
- Settlement speed and any rolling reserve, in writing.
- Which currencies you can charge in, and which you settle in.
- Integration options: hosted payment page, payment links, API, platform plugins.
- Whether chargeback alerts and screening are included or charged separately.
- What happens if volumes spike — and what triggers a review or a hold.
2. Apply and submit documents
The application itself is short: your business details, what you sell, your expected monthly volume and average transaction size. Be accurate about volume. Understating it to look low-risk causes problems later when your actual processing does not match what was underwritten.
Documents are uploaded to the provider's dashboard rather than emailed. Expect to spend around ten minutes on this stage if your paperwork is ready.
3. Verification
This is where the provider reviews your documents and your business model — often called underwriting. They are checking that the business is real, that the owner is who they say, that the website matches what was described, and that the category is one their banking partners accept.
With a responsive provider this takes about one working day. If it stretches into weeks with no explanation, that itself is information about how they will handle you as a customer.
4. Connect your checkout
Once approved you receive live API keys and dashboard access. There are usually four ways to connect, in increasing order of effort:
- Payment links — send a link, get paid. No website changes at all.
- Hosted payment page — the provider hosts the card form; you redirect to it.
- Platform plugin — WooCommerce and similar, usually a configuration screen rather than code.
- Direct API — full control over the checkout, and the most development work.
Most merchants start with a hosted page or plugin and move to the API later if they need a custom checkout.
5. Test, then go live
Run test transactions before you switch on real traffic: an approval, a decline, a refund, and a full end-to-end order on your actual site. Confirm the amount, currency and billing descriptor are exactly what you expect on the statement — a wrong descriptor is a leading cause of avoidable chargebacks.
Then take a small amount of live traffic first and check the first settlement lands correctly before pointing everything at the new gateway.
Why applications get declined
Knowing these in advance saves a wasted week:
- Website does not match the application — different products, a parked page, or a site still under construction.
- Missing policy pages — no refund, privacy, or terms page.
- Prohibited category — some verticals no acquirer will touch, regardless of how good the business is.
- Unexplained chargeback history — a high ratio is not always fatal, but hiding it is.
- Documents that do not match — a bank account in a different name from the registered business is an immediate stop.
A good provider tells you which of these applies rather than sending a generic rejection, so you can fix it and reapply.
Frequently asked questions
How long does it take to create a 2D payment gateway account?
With documents ready, approval typically takes one working day and integration an afternoon. The delays are almost always missing paperwork rather than the provider.
Do I need a registered company?
In most markets yes, because settlement goes to a business bank account and the account is underwritten against a legal entity. Some providers accept sole traders with the appropriate local registration.
Can I get an account with no processing history?
Yes. New businesses are approved regularly; you may start with lower limits that increase as your processing record builds.
What does it cost to set up?
It varies by provider and by risk category. Ask for the full picture in writing before you commit — setup fee, processing rate, any reserve, and settlement timing — so nothing appears later.
Ready to start? Create your account, or read our complete 2D payment gateway guide for how the technology itself works.