GET
/
v2.01
/
{ClientId}
/
wallets
/
{WalletId}
/
virtual-accounts
/
{VirtualAccountId}
// GET has no body parameters
{
    "Id": "wltbank_m_01J7NCAT73Q15SVSM9S6Z36GRZ",
    "Tag": "Created using Mangopay API Postman Collection",
    "CreationDate": 1726220691,
    "WalletId": "wlt_m_01J7NC9YKP3NB1PADF4SHZY712",
    "CreditedUserId": "user_m_01J7KACBPAV7XAF8AH9BDCJPRS",
    "VirtualAccountPurpose": "COLLECTION",
    "Country": "GB",
    "Status": "ACTIVE",
    "Active": true,
    "AccountOwner": "MGP PlatformTradingName",
    "LocalAccountDetails": {
        "Address": {
            "StreetName": "2, Avenue Amélie",
            "PostCode": "L-1125",
            "TownName": "Luxembourg",
            "CountrySubDivision": null,
            "Country": "Luxembourg"
        },
        "Account": {
            "SortCode": "608382",
            "AccountNumber": "21762697"
        }
    },
    "InternationalAccountDetails": [
        {
            "Address": {
                "StreetName": "2, Avenue Amélie",
                "PostCode": "L-1125",
                "TownName": "Luxembourg",
                "CountrySubDivision": null,
                "Country": "Luxembourg"
            },
            "Account": {
                "Iban": "GB62SAPY60838221762697",
                "Bic": null
            }
        }
    ],
    "Capabilities": {
        "LocalPayinAvailable": true,
        "InternationalPayinAvailable": true,
        "Currencies": [
            "GBP"
        ]
    },
    "ResultCode": "000000",
    "ResultMessage": "Success"
}

Path parameters

WalletId
string
required

The unique identifier of the wallet.

VirtualAccountId
string
required

The unique identifier of the virtual account.

Responses

Functional errors (ResultCode) are possible on a 200 response. Read more


{
    "Id": "wltbank_m_01J7NCAT73Q15SVSM9S6Z36GRZ",
    "Tag": "Created using Mangopay API Postman Collection",
    "CreationDate": 1726220691,
    "WalletId": "wlt_m_01J7NC9YKP3NB1PADF4SHZY712",
    "CreditedUserId": "user_m_01J7KACBPAV7XAF8AH9BDCJPRS",
    "VirtualAccountPurpose": "COLLECTION",
    "Country": "GB",
    "Status": "ACTIVE",
    "Active": true,
    "AccountOwner": "MGP PlatformTradingName",
    "LocalAccountDetails": {
        "Address": {
            "StreetName": "2, Avenue Amélie",
            "PostCode": "L-1125",
            "TownName": "Luxembourg",
            "CountrySubDivision": null,
            "Country": "Luxembourg"
        },
        "Account": {
            "SortCode": "608382",
            "AccountNumber": "21762697"
        }
    },
    "InternationalAccountDetails": [
        {
            "Address": {
                "StreetName": "2, Avenue Amélie",
                "PostCode": "L-1125",
                "TownName": "Luxembourg",
                "CountrySubDivision": null,
                "Country": "Luxembourg"
            },
            "Account": {
                "Iban": "GB62SAPY60838221762697",
                "Bic": null
            }
        }
    ],
    "Capabilities": {
        "LocalPayinAvailable": true,
        "InternationalPayinAvailable": true,
        "Currencies": [
            "GBP"
        ]
    },
    "ResultCode": "000000",
    "ResultMessage": "Success"
}
// GET has no body parameters