Getting started
Overview
The mMoney merchant platform lets you accept mMoney payments on your website or app. It gives you four building blocks:
- Payment buttons. Drop-in web components that collect a payment.
- Subscriptions. Plans and recurring charges, with a subscribe button.
- Webhooks. Signed event notifications to your server.
- Mini apps. Your web app, embedded inside the mMoney wallet.
All of these sit on the merchant REST API.
Base URLs
| Environment | Base URL |
|---|---|
| Production |
https://api.mmoneybb.com/merchant |
| QA |
https://qa.api.mmoneyapp.com/merchant |
Before you start
- Create a merchant account and complete verification.
- Log in to the merchant dashboard.
- Create an API key on the Manage API page.
Read Authentication next.