Categories
Your platform facilitates payments between two groups of users: those who only need to send money and those who receive it. Mangopay calls these groups Payers and Owners.
Payers
The Payer category is designed for users who only need to make payments to other users – they don’t need to receive money. For example, a Payer might be a buyer on a marketplace or someone donating to a crowdfunding project.
Possible actions
The following table summarizes the actions a Payer can and can’t take:
Payers can | Payers can’t |
---|---|
|
|
Required information
To create a Payer, you need to provide the following information:
User category | Required information |
---|---|
Natural user |
|
Legal user – Business, Partnership, Organization |
|
Legal user – Soletrader |
|
Note - Payers can become Owners
A user must be created as either a Payer or an Owner. A Payer can become an Owner, but an Owner can’t be recategorized as a Payer.
Owners
The Owner category is intended for users who need to receive funds from another user, for example following the sale of a product or service.
Possible actions
Owners can do everything Payers can. The following table summarizes the actions an Owner can and can’t take:
Owners can | Owners can’t |
---|---|
| Request a payout to their bank account unless they have been verified. Find out more about Verification. |
Required information
To create an Owner, or modify an existing Payer into an Owner, you need to provide the following information:
User category | Required information |
---|---|
Natural user |
|
Legal user – Business |
|
Legal user – Partnership, Organization |
|
Legal user – Soletrader |
|
Note - Owners must accept our terms and conditions (T&Cs)
Mangopay’s T&Cs apply to Owners on your platform. An Owner must accept the T&Cs and you must provide confirmation that they have accepted them when you create the Owner user.
The relevant T&Cs for your users are provided when your platform signs the contract with Mangopay.
Integration
In the API, whether a user is a Payer or an Owner is governed by the UserCategory
parameter, which is available on both the natural and legal user objects and required for all users.
Endpoints
Endpoints
The UserCategory
parameter has the following values:
- PAYER - User who can only make pay-ins to their wallet and transfers to other wallets.
- OWNER - User who can do everything a Payer can, plus receive transfers to their wallet. To request payouts, an Owner user’s
KYCLevel
must beREGULAR
. For more information, see the Verification section.
The required information for Owners (outlined above) is required if UserCategory
is OWNER
. These parameters are returned null
if the category is PAYER
, even if they are sent.
Note - Users created before UserCategory
Users created before May 2022, when UserCategory
was introduced, have the value UNKNOWN
. If you have Unknown users, they must be modified to either Payer or Owner by sending the UserCategory
(along with the required parameters if Owner).
Changing a Payer to an Owner
Note – Owners can’t become Payers
A user must be created as either a Payer or an Owner. A Payer can become an Owner, but an Owner can’t be recategorized as a Payer.
The steps to turn a Payer into an Owner are:
Collect the necessary information
Owners need to provide the information described above, depending on their user type.
Update the user object
Update the user object with the collected information, setting UserCategory
to OWNER
.
Was this page helpful?