Fetch Virtual Account Numbers

You can programmatically get the virtual account number tied to a deposit account in two (2) ways.

  1. Make a GET request to the List Virtual Nuban endpoint and provide the account ID of the deposit account in your query (settlementAccountId) parameter
  2. Make use of our include feature to expand the VirtuaNuban relationship when you fetch a deposit account
  • That is, Make a GET request to Fetch Deposit Account Endpoint and include Virtual Nuban /api/v1/accounts/accountID?include=VirtualNuban. See image below: