List Virtual Accounts by Rapyd Wallet

I just wanted to highlight one of the API calls, List Virtual Accounts by Rapyd Wallet, which I think is really great.

You can issue a Virtual Account to any Rapyd Wallet type: client, personal or business.

Once you have issued these Virtual Accounts you can list them by the Wallet ID which begins with ewallet_

List Virtual Accounts by Rapyd Wallet

Request

// Request URL: GET https://sandboxapi.rapyd.net/v1/bankaccounts/list?ewallet=ewallet_80c390f0e8b0d9f10966422c24f653a6

// Message body absent

Response

{
    "status": {
        "error_code": "",
        "status": "SUCCESS",
        "message": "",
        "response_code": "",
        "operation_id": "6cef857e-b338-44bd-834d-eef4ff3da5f8"
    },
    "data": {
        "ewallet": "ewallet_80c390f0e8b0d9f10966422c24f653a6",
        "bank_accounts": [
            {
                "account_id": "8850780138613670",
                "account_id_type": "account_number",
                "currency": "SGD",
                "country_iso": "SG",
                "issuing_id": "issuing_7e43a46dd9c653ab1846de05ce70854d"
            }
        ]
    }
}
1 Like