- Home
- Resources
- Integrations
- MangoPay
MangoPay Make integrationAutomate MangoPay with Make.
Can Make open MangoPay users and wallets for you? Yes. The MangoPay Make integration gives you 13 modules: one instant trigger, ten actions and two searches. This page shows how to link your account, build a first scenario and pick the right module.
Verified Trustpilot reviews · AI, automation & growth agency
What does the MangoPay Make integration do?
The MangoPay Make integration links your MangoPay account to Make, a no-code tool where you build a scenario: an automation made of modules, each one a brick that triggers, acts or searches. Once linked, Make can create users and wallets, read them back and react to MangoPay events without a line of code.
A payment account ready at signup. A marketplace can take a new seller from its signup form, run Create a Natural User, then Create a Wallet for that user. Add Create a Bank Account when the seller gives an IBAN, a US, CA or GB account, or one of the OTHER type.
A reaction the moment something happens. Watch Events is an instant trigger: MangoPay calls Make through a webhook as soon as the event occurs, so the next modules run without waiting for a schedule.
A quick lookup for support. Get a Wallet, Get a User or List Wallets pull the current record, which helps a support team answer a seller without opening the MangoPay dashboard.
Anything the listed modules do not cover goes through Make an API Call, which reuses the same connection. The MangoPay docs in Make also carry a warning: the page is AI-generated from the official documentation, so check anything critical with MangoPay. For a wider view of the tool, read the Make review, and if you are weighing both platforms, the n8n vs Make comparison sets out the criteria. A team that prefers to delegate the build can talk to the Make agency.
How do you connect MangoPay to Make?
- 01
Copy your Client ID and API key
In the MangoPay dashboard, open the Developers section, click API accounts and choose Sandbox or Production. Copy the Client ID and the API key shown on screen. You need an active MangoPay account for this.
- 02
Open the connection window in Make
Add any MangoPay module to your scenario and click Create a connection. A connection is your MangoPay account linked to Make once, then reused by every MangoPay module. The Connection name field is optional but helps tell Sandbox from Production.
- 03
Paste the credentials and save
Enter the Client ID and API key you copied, or follow the on-screen instructions. If MangoPay asks for a callback URI during setup, use
https://www.integromat.com/oauth/cb/mangopay. Make then lists what it can read from your account.
Your first scenario with MangoPay
GoalWhen a new seller signs up in another app, Make creates a MangoPay natural user and a wallet for them.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the + to add the first module. Pick the trigger of the app where sellers sign up, such as your form tool or your CRM.
- 02
Add Create a Natural User
Click the + on the right of the first module, search for MangoPay and choose Create a Natural User. Select your connection, then map the seller's details from the previous module into the fields.
- 03
Chain Create a Wallet
Add Create a Wallet after it. Map the user ID returned by the previous module, so each new wallet belongs to the person that was just created and not to someone else.
- 04
Test with Run once
Click Run once and submit a test signup, ideally with a Sandbox connection. Open each module to read the bundle it received, a bundle being one item passed from module to module.
- 05
Schedule and switch it on
Set the schedule on the first module (every 15 minutes by default for a new scenario) and switch the scenario on. Each module run on one bundle counts as one operation on your Make plan.
Which MangoPay trigger starts a scenario?
1 module starts a scenario when something happens in MangoPay. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by MangoPay as soon as it happens.
Watch Events
Instant triggerIn Make“Triggers when an specified event occurs.”
Watch Events starts your scenario when a chosen MangoPay event takes place, so the rest of the flow runs on real activity instead of on a timer.
What can the MangoPay modules do in Make?
MangoPay gives you 12 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Create a Bank Account
ActionIn Make“Creates one of the selected bank accounts (IBAN, US, CA, GB or OTHER).”
Attach a bank account to a MangoPay user straight from your scenario, without typing the details again in the dashboard. You pick the account type: IBAN, US, CA, GB or OTHER.
Create a Natural User
ActionIn Make“Creates a natural user.”
Opens a MangoPay user for a private person from data your scenario already holds, with no manual entry in the dashboard.
Create a Wallet
ActionIn Make“Creates a new wallet.”
Gives a MangoPay user a brand new wallet, created from inside the scenario rather than by hand.
Deactivate a Card
ActionIn Make“Deactivates a card by ID.”
Switches off a card saved on MangoPay, using its ID, so it can no longer be used on your platform.
Get a Card Registration
ActionIn Make“Retrive information about card registration by ID.”
Reads one card registration by its ID and returns its details as a bundle that later modules can use.
Get a User
ActionIn Make“Retrevie information about specific user.”
Fetches a single MangoPay user by ID, so the rest of the scenario works with up-to-date details instead of what an older system stored.
Get a Wallet
ActionIn Make“Retrivie information about specific wallet.”
Pulls one wallet by its ID and hands its current details to the next module, so a message or a sheet row shows fresh data.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Calls any endpoint of the MangoPay API with the connection you already set up, which covers what the twelve other modules leave out.
Update a Natural User
ActionIn Make“Updates a natural user by ID.”
Changes the details of an existing natural user, found by ID, so MangoPay stays in line with your CRM or your own database.
Update a Wallet
ActionIn Make“Updates a description of the wallet.”
Rewrites the description of a wallet, handy to keep a readable label that your team recognizes at a glance.
List Users
SearchIn Make“Retrieves a list of users.”
Returns your MangoPay users as a list, each user becoming its own bundle for the modules that follow.
List Wallets
SearchIn Make“Returns a list of wallets for a user.”
Lists the wallets owned by one user, so you can see in a single step everything tied to that account.
Need help automating MangoPay with Make?
A person reads every message.