PUT
/
v2.01
/
{ClientId}
/
bankingaliases
/
{BankingAliasId}
{
    "Active": false,
}
  
{
    "OwnerName": "John Doe.",
    "IBAN": "FR617452110000GJX2HRBQPLS41",
    "BIC": "MPAYFRP1PIN",
    "CreditedUserId": "145397183",
    "Country": "FR",
    "Tag": "ibanized",
    "CreationDate": 1670342493,
    "Active": false,
    "Type": "IBAN",
    "Id": "157688274",
    "WalletId": "157688124"
}  
Caution – Deactivating a Banking Alias is irreversibleOnce the Banking Alias object is deactivated, you cannot reactivate it or attach another to the same wallet.Any funds wired to the banking alias won’t be credited to the corresponding wallet.If such cases arise, contact Mangopay via the Dashboard.

Path parameters

BankingAliasId
string
required
The unique identifier of the banking alias.

Body parameters

Active
boolean
required
Whether or not the banking alias is active.Caution: Setting this value to false is irreversible.

Responses

{
    "OwnerName": "John Doe.",
    "IBAN": "FR617452110000GJX2HRBQPLS41",
    "BIC": "MPAYFRP1PIN",
    "CreditedUserId": "145397183",
    "Country": "FR",
    "Tag": "ibanized",
    "CreationDate": 1670342493,
    "Active": false,
    "Type": "IBAN",
    "Id": "157688274",
    "WalletId": "157688124"
}  
{
    "Active": false,
}