Numero Documentation
  1. Virtual Accounts
Numero Documentation
  • Overview
  • Transfers & Payouts
    • Validate Account Number
      POST
    • Initiate Single Transfer
      POST
    • Initiate Bulk Transfer
      POST
    • Transfer Status
      GET
  • Virtual Accounts
    • Create Virtual Account Customer
      POST
    • Create Virtual Account Business
      POST
    • Get Virtual Account
      GET
    • Get All Virtual Accounts
      GET
  • Transaction History
    • Get Transactions
      GET
  • Webhooks & Security
    • Webhook Notifications
    • Generate Signature
      POST
  1. Virtual Accounts

Get Virtual Account

GET
/api/v1/business/virtualaccount/reference

Request

Query Params

Header Params

Responses

🟢200Get Virtual Account
text/plain
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api-dev.usenumero.com/api/v1/business/virtualaccount/reference?reference=[REFERENCE]' \
--header 'x-api-key: {{apiKey}}'
Response Response Example
{
  "status": true,
  "message": "string",
  "code": "string",
  "version": "string",
  "reference": "string",
  "data": {
    "reference": "string",
    "accountName": "string",
    "accountNumber": "string",
    "bankName": "string",
    "details": {
      "firstName": "string",
      "lastName": "string",
      "email": "string",
      "phone": "string",
      "category": "string",
      "businessName": "string",
      "tin": "string",
      "rcNumber": "string",
      "type": "string"
    }
  },
  "error": {
    "message": "string"
  }
}
Modified at 2025-11-29 15:26:31
Previous
Create Virtual Account Business
Next
Get All Virtual Accounts
Built with