v1

latestOpenAPI 3.0.02026-08-04380104.3 KB
Relay 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

statusstring
messagestring

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"
  }
}