Skip to main content
September 2025
Dedicated Accounts
v1.1.0

Minor release: Retrieve account status improvements

  • id has now been renamed to accountRequestCode in the response object
  • liveMode has been added to the response object
  • account object is now returned in the response object if account has been created
  • the status enum has now been expanded to include created status
{
  "status": "created",
  "accountRequestCode": "acc_req_ehh1fphp0rso6smx0yba9h7mj2u7x0hf",
  "liveMode": true,
  "account": {
      "id": "va_y0bzhe9wo78dqa9yi9uc75rigmyzfjly",
      "accountName": "PAYCASHLESS/MANSA MUSA",
      "accountNumber": "4512340000",
      "currency": "NGN",
      "bankName": "fidelity",
      "bankId": "bank_4ac431d018bd463890ed2637e2349928"
  }
}