Skip to main content
GET
/
portal
/
email
/
virtual-account
Get the virtual account
curl --request GET \
  --url https://api.useduro.com/portal/email/virtual-account \
  --header 'x-portal-session: <api-key>'
{
  "account": {
    "bankName": "<string>",
    "bankAccountNumber": "<string>",
    "bankAccountName": "<string>",
    "status": "<string>"
  },
  "hasBvn": true
}

Authorizations

x-portal-session
string
header
required

The session token returned by /portal/email/verify.

Response

200 - application/json

OK

account
object | null
hasBvn
boolean