v1
latestOpenAPI 3.0.02026-08-04380104.3 KBRelay Wallet
Get Virtual Account
Retrieve the virtual bank account details associated with your relay wallet, used for funding your account.
get/relay/wallet/virtual-account
Response
200
Example response
{
"status": "success",
"message": "Account found",
"data": {
"account_name": "CHOWDECK/LA CUISINE INTERNAL PRO",
"account_number": "1234567890",
"bank_name": "Paystack-Titan",
"bank_code": "629"
}
}