PUT
/
v2.01
/
{ClientId}
/
wallets
/
{WalletId}
{
    "Description": "New description of the wallet",
    "Tag": "Updated using Mangopay API Postman collection"
}  
{
    "Description": "New description of the wallet",
    "Owners": [
        "user_m_01J18HZSACR1EMYNY1TBS8KTJD"
    ],
    "Id": "wlt_m_01J6EN9X1Q0PGM0CJ9QD197CRG",
    "Balance": {
        "Currency": "EUR",
        "Amount": 0
    },
    "Currency": "EUR",
    "FundsType": "DEFAULT",
    "Tag": "Updated using Mangopay API Postman collection",
    "CreationDate": 1724921476
}

Path parameters

WalletId
string
required

The unique identifier of the wallet.

Body parameters

Description
string

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).

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

{
    "Description": "New description of the wallet",
    "Owners": [
        "user_m_01J18HZSACR1EMYNY1TBS8KTJD"
    ],
    "Id": "wlt_m_01J6EN9X1Q0PGM0CJ9QD197CRG",
    "Balance": {
        "Currency": "EUR",
        "Amount": 0
    },
    "Currency": "EUR",
    "FundsType": "DEFAULT",
    "Tag": "Updated using Mangopay API Postman collection",
    "CreationDate": 1724921476
}
{
    "Description": "New description of the wallet",
    "Tag": "Updated using Mangopay API Postman collection"
}