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.Note – Verification of PayeeVerification 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
Feeson 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,
LocalAccountDetailsare only available for the UK (CountryisGB), and no further country expansion is planned
Attributes
string
Max. length: 255 charactersThe 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.string
The IBAN (international bank account number) of the banking alias.
string
The BIC (international identifier of the bank) for the banking alias.
string
Returned values:
COLLECTION, USER_OWNEDThe 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.
object
The banking alias details in local format returned if applicable for the
Country (e.g. GB), otherwise null.string
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
Note: Once the banking alias is created, it is not possible to change the
CreditedUserId.string
Allowed values: DE, DK, ES, FR, GB, LU, PLThe country of the banking alias. The country must correspond to the currency of the wallet.
string
Max. length: 255 charactersCustom data that you can add to this object.
Unix timestamp
The date and time at which the object was created.
boolean
Whether or not the banking alias is active.
Caution: Setting this value to
Caution: Setting this value to
false is irreversible.string
Returned values:
IBANThe type of banking alias.string
The unique identifier of the object.
string
The unique identifier of the wallet.
Related resources
Guide
Learn more about virtual IBAN
How to
Learn how to attach a virtual IBAN to a wallet