The Banking Alias object

Deprecated

Description

Mangopay relies on the Banking Alias object to create a virtual IBAN or account number attached to a wallet. Once attached, the IBAN can be used by end users to wire funds directly to the wallet.

Deprecated – Decommissioning planned for 2027

Mangopay plans to decommission the Banking Alias endpoints in 2027.

Platforms using them should plan to re-integrate using the Virtual Account endpoints.

Existing Banking Alias objects are available via the GET View a Virtual Account endpoint by using the Banking Alias Id and WalletId as path parameters.

Note – Verification of Payee

Verification of Payee (VOP) changes the behavior of the OwnerName value by setting it automatically based on the User’s UserCategory and KYCLevel.

Read more in the VOP guide.

Constraints and comparison with virtual accounts:

  • It’s not possible to take Fees on External Instruction pay-ins to banking aliases – this constraint also exists on virtual accounts
  • Only one Banking Alias can be created per wallet, whereas multiple are possible with virtual accounts (of the same type)
  • On Banking Alias, LocalAccountDetails are only available for the UK (Country is GB), and no further country expansion is planned

Attributes

OwnerNamestringOptional

The owner of the banking alias, which is set automatically by Mangopay since September 15, 2025 (read more). If the User owning the attached wallet has UserCategory of OWNER and the KYCLevel of REGULAR, then the OwnerName is set to the FirstName and LastName values for a Natural User or the Name value for a Legal User. In this case, the VirtualAccountPurpose in the API response is USER_OWNED. If the User is not KYC verified and an OWNER, then the OwnerName is set to “MGP PlatformTradingName" in standard cases, or else “Mangopay” for Marketplace Payment Extension (MPE) workflows. In this case, the VirtualAccountPurpose in the API response is COLLECTION. Caution: Your platform must ensure that you use the OwnerName returned in the API response.

IBANstringOptional

The IBAN (international bank account number) of the banking alias.

BICstringOptional

The BIC (international identifier of the bank) for the banking alias.

VirtualAccountPurposestringOptional

Returned values: COLLECTION, USER_OWNED

The type of the virtual account:

  • COLLECTION - Owned by Mangopay and usable by platforms and/or users for the purpose of collecting and reconciling incoming funds paid by users.
  • USER_OWNED - Owned by the wallet owner, enabling them to accept and store funds and make payments. Offering User-Owned Accounts requires your platform to sign the VOP contract amendment.

For more information, see the virtual account guide.

CreditedUserIdstringOptional

The unique identifier of the user whose wallet is credited, in other words, the Owner of the wallet for which the alias is created.

Note: Once the banking alias is created, it is not possible to change the CreditedUserId.

CountrystringOptional

Returned values: DE, DK, ES, FR, GB, LU, PL

The country of the banking alias. The country must correspond to the currency of the wallet.

TagstringOptional

Max. length: 255 characters

Custom data that you can add to this object.

CreationDateintegerOptional

Unix timestamp (UTC) of the date and time the object was created.

ActivebooleanOptional

Whether or not the banking alias is active.

Caution: Setting this value to false is irreversible.

TypestringOptional

Returned values: IBAN, GB

The type of banking alias.

The GB value is only returned if the Country is GB.

IdstringOptional

Max length: 128 characters (see data formats for details)

The unique identifier of the object.

WalletIdstringOptional
The unique identifier of the wallet.
LocalAccountDetailsobjectOptional

The banking alias details in local format returned if applicable for the Country (e.g. GB), otherwise null