Returns the user’s active virtual account (dedicated Wema Bank account number).
Display the account details on the wallet funding screen so the user can transfer money directly from their bank app. Any transfer received triggers an automatic wallet credit via the Paystack webhook — no further action needed.
Returns 404 if no virtual account has been set up yet. In that case, call
POST /virtual-account-create to initiate setup.
JWT access token obtained from /auth-verify (login context) or /auth-signup. Set the bearer_token environment variable in your API client to apply it globally.