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",
    "VirtualAccountPurpose": "COLLECTION",
    "Country": "GB",
    "Status": "ACTIVE",
    "Active": true,
    "AccountOwner": "MGP PlatformTradingName",
    "LocalAccountDetails": {
        "Address": {
            "StreetName": "68 King William Street",
            "PostCode": "EC4N 7HR",
            "TownName": "London",
            "CountrySubDivision": null,
            "Country": "GB"
        },
        "Account": {
            "SortCode": "608382",
            "AccountNumber": "22276063"
        },
        "BankName": "Banking Circle S.A. UK Branch"
    },
    "InternationalAccountDetails": [
        {
            "Address": {
                "StreetName": "68 King William Street",
                "PostCode": "EC4N 7HR",
                "TownName": "London",
                "CountrySubDivision": null,
                "Country": "GB"
            },
            "Account": {
              "Iban": "GB92SAPY60838222276063",
                "Bic": "SAPYGB2L"
            },
            "BankName": "Banking Circle S.A. UK Branch"
        }
    ],
    "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",
    "VirtualAccountPurpose": "COLLECTION",
    "Country": "GB",
    "Status": "ACTIVE",
    "Active": true,
    "AccountOwner": "MGP PlatformTradingName",
    "LocalAccountDetails": {
        "Address": {
            "StreetName": "68 King William Street",
            "PostCode": "EC4N 7HR",
            "TownName": "London",
            "CountrySubDivision": null,
            "Country": "GB"
        },
        "Account": {
            "SortCode": "608382",
            "AccountNumber": "22276063"
        },
        "BankName": "Banking Circle S.A. UK Branch"
    },
    "InternationalAccountDetails": [
        {
            "Address": {
                "StreetName": "68 King William Street",
                "PostCode": "EC4N 7HR",
                "TownName": "London",
                "CountrySubDivision": null,
                "Country": "GB"
            },
            "Account": {
              "Iban": "GB92SAPY60838222276063",
                "Bic": "SAPYGB2L"
            },
            "BankName": "Banking Circle S.A. UK Branch"
        }
    ],
    "Capabilities": {
        "LocalPayinAvailable": true,
        "InternationalPayinAvailable": true,
        "Currencies": [
            "GBP"
        ]
    },
    "ResultCode": "000000",
    "ResultMessage": "Success"
}
// GET has no body parameters