GET
/
v2.01
/
{ClientId}
/
wallets
/
{WalletId}
/
virtual-accounts
// 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": "Mangopay SA (for ACME Platform)",
        "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"
            ]
        }
    }
]

Path parameters

WalletId
string
required

The unique identifier of the wallet.

Query parameters

page
integer

Start value: 1

Default value: 1

Indicates the index of the page for the pagination.

per_page
integer

Max. value: 100

Default value: 10

Indicates the number of items returned for each page of the pagination.

Sort
string

Allowed values: CreationDate:ASC, CreationDate:DESC

Indicates the direction in which to sort the list.

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": "Mangopay SA (for ACME Platform)",
        "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"
            ]
        }
    }
]
// GET has no body parameters