# MONEI Connect overview

[MONEI Connect](https://monei.com/connect/) lets a business platform or marketplace offer payments to its own users under its own brand. You onboard merchants, operate their accounts on their behalf, and earn a revenue share — while MONEI handles KYC, compliance, and security.

This page explains, in plain terms, what MONEI Connect is and how the partnership works end to end. When you're ready to build, the [MONEI Connect developer guide](https://docs.monei.com/monei-connect/.md) has the registration link, API keys, endpoints, and webhooks.

## What is MONEI Connect?[​](#what-is-it "Direct link to What is MONEI Connect?")

MONEI Connect is MONEI's integrated payments solution for business platforms and marketplaces. With one partner API, you build end-to-end payment experiences for the merchants on your platform without becoming a payments company yourself: you skip building your own payments stack, MONEI runs KYC and onboarding, and payments compliance and security are built in.

## Who uses MONEI Connect[​](#who-uses-it "Direct link to Who uses MONEI Connect")

Business platforms and software companies whose own customers need to accept payments — typically in hospitality, hotels, taxis, and ERP. A few [MONEI Connect partners](https://monei.com/partners/):

* Honei (Hospitality)
* Glop (Hospitality)
* Hotelgest (Hotels)
* Taxitronic (Taxis)

## How the partnership works[​](#how-it-works "Direct link to How the partnership works")

You get a **master account** (your partner account) and a **registration link** unique to you. Every merchant who signs up through that link is bound to your master account — these are your sub-merchants. From then on you can operate their accounts on their behalf and see all their activity in one place.

<!-- -->

The whole flow is self-service from the [Partner Dashboard](https://admin.monei.com) once you're set up. To get started, contact <connect@monei.com>.

### Fully-managed KYC[​](#kyc "Direct link to Fully-managed KYC")

MONEI fully manages [Know Your Customer (KYC)](https://docs.monei.com/onboarding/verification/.md#kyc) for every merchant bound to your master account. Each merchant verifies their identity and the legitimacy of their business through MONEI's onboarding — you don't build or operate any of it. Because of regulatory obligations, each merchant must complete onboarding and sign their own contract with MONEI; you can't register merchants on their behalf.

### Tracking your merchants[​](#tracking "Direct link to Tracking your merchants")

Every merchant who registers through your link is automatically bound to your master account. You can also append your own external ID to the link so each merchant is easy to match against your own system — the ID is echoed back on every [webhook](https://docs.monei.com/monei-connect/.md#webhooks). See [Registration link](https://docs.monei.com/monei-connect/.md#registration-link) in the developer guide for the exact format.

## Supported payment methods[​](#payment-methods "Direct link to Supported payment methods")

Which methods you can offer your merchants depends on the integration.

**Online**: every method MONEI supports — [cards](https://docs.monei.com/payment-methods/card/.md), [local methods](https://monei.com/blog/local-payment-methods/) like [Bizum](https://docs.monei.com/payment-methods/bizum/.md) and [MB WAY](https://docs.monei.com/payment-methods/mb-way/.md), and [wallets](https://monei.com/blog/alternative-payment-methods/) like [Google Pay](https://docs.monei.com/payment-methods/google-pay/.md), [Apple Pay](https://docs.monei.com/payment-methods/apple-pay/.md), [Click to Pay](https://docs.monei.com/payment-methods/click-to-pay/.md), [and more](https://docs.monei.com/payment-methods/overview/.md).

**In person**: cards, Bizum, Google Pay, and Apple Pay, accepted directly inside your own merchant app via the [MONEI Pay SDKs](https://docs.monei.com/monei-pay/app-integration/getting-started/.md).

## Security and compliance[​](#security-compliance "Direct link to Security and compliance")

MONEI's platform is [PCI DSS Level 1](https://monei.com/blog/understanding-pci-compliance/) and [PSD2](https://monei.com/blog/psd2/) compliant, supports [3D Secure](https://monei.com/blog/what-is-3d-secure-and-its-advantages-for-e-commerce/), and enforces [Strong Customer Authentication](https://monei.com/blog/sca/). It also [tokenizes](https://monei.com/blog/what-is-tokenization/) sensitive card data so merchants can [save payment methods](https://docs.monei.com/guides/save-payment-method/.md) securely.

## Account visibility[​](#visibility "Direct link to Account visibility")

From your master account you can see every merchant's transactions, settlements, and applied fees in one place.

Your email first has to be bound to the master account — a one-time manual step. If it isn't yet, [contact support](https://support.monei.com/hc/en-us/requests/new?tf_4417061715857=%7B%7BAttributes.AccountId%7D%7D\&tf_4451372321809=yes\&tf_anonymous_requester_email=%7B%7BAddress%7D%7D\&ticket_form_id=360000322338). Then:

* Log in to [admin.monei.com](https://admin.monei.com/).
* Open [Accounts](https://admin.monei.com/accounts?).
* Click a merchant to view its details, settings, billing, payouts, payment methods, and analytics.

You can also [sort accounts by status](https://docs.monei.com/onboarding/verification/.md#account-statuses) from the navigation menu.

## Custom integrations[​](#custom-integrations "Direct link to Custom integrations")

In most cases we can adapt the [integrated payments solution](https://docs.monei.com/monei-connect/.md) to your specific needs. Email <connect@monei.com> to start the conversation.

## Common questions[​](#common-questions "Direct link to Common questions")

### Can I partner with MONEI to offer payments to my clients?[​](#partner-with-monei "Direct link to Can I partner with MONEI to offer payments to my clients?")

Yes. If your users need to accept payments, MONEI Connect lets you offer it. As a partner you:

* Skip building and maintaining your own payments solution.
* Let MONEI handle KYC and merchant onboarding.
* Earn a revenue share.
* Use MONEI's billing system to charge your merchants for additional services.
* Avoid dealing with [payment compliance](https://monei.com/pci-dss/) yourself.
* Offer your merchants more [payment methods](https://docs.monei.com/payment-methods/overview/.md).

### How do I set up the integration?[​](#set-up-integration "Direct link to How do I set up the integration?")

Follow the [MONEI Connect developer guide](https://docs.monei.com/monei-connect/.md) for registration and integration steps.

### Can I register merchants directly after setting up my master account?[​](#register-directly "Direct link to Can I register merchants directly after setting up my master account?")

No. Because of regulatory obligations, each merchant must complete onboarding themselves and sign their own contract with MONEI. MONEI manages KYC, onboarding, security, and compliance for you — see [how the partnership works](#how-it-works).

### What is the Partner API Key?[​](#partner-api-key "Direct link to What is the Partner API Key?")

After your partner account is set up, generate your Partner API Key at [admin.monei.com/settings/api](https://admin.monei.com/settings/api) → **Create API Key**. It lets you call MONEI's APIs on behalf of every merchant bound to your account. Details in the [developer guide](https://docs.monei.com/monei-connect/.md#api-keys).

### Can I test the integration?[​](#test-integration "Direct link to Can I test the integration?")

Yes. Every partner account comes with a test twin, so you can build and test the entire integration before any merchant signs a contract. See [Test mode and live mode](https://docs.monei.com/monei-connect/.md#test-mode-and-live-mode) and [Testing](https://docs.monei.com/testing/.md).

### What happens if a merchant has onboarding issues?[​](#onboarding-issues "Direct link to What happens if a merchant has onboarding issues?")

Merchant onboarding is fully managed by MONEI. If a merchant hits a problem, a MONEI support agent typically responds within 24 to 48 hours.

### What integration support do partners get?[​](#integration-support "Direct link to What integration support do partners get?")

For complex integrations we open a free Slack channel during your first two months as a partner. After that, dedicated support is available for €39.99/day.
