POST
/
v2.01
/
{ClientId}
/
wallets

Best practice – Create one wallet per user and currency

While Mangopay authorizes you to create as many wallets as required, we recommend you create one wallet per user and currency.

Caution – Currency not updatable

The Currency of a created wallet cannot be changed.

Body parameters

Description
string
required

Max. length: 255 characters

The description of the wallet. It can be a name, the type, or anything else that can help you clearly identify the wallet on the platform (and for your end users).

Owners
array
required

string

The unique identifier of the user owning the wallet. Note: Only one owner can be defined; this array accepts only one string.

Currency
string
required

Allowed values: The three-letter ISO 4217 code (EUR, GBP, etc) of a supported currency (depends on feature, contract, and activation settings).

The currency of the wallet.

Tag
string

Max. length: 255 characters

Custom data that you can add to this object.
For wallets, you can use this parameter to identify the corresponding end user in your platform.

Responses