> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paycashless.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Product updates

> Product updates and announcements

<Update label="September 2025" description="v1.1.0" tags={["Dedicated Accounts"]}>
  ## 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

  ```json theme={null}
  {
    "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"
    }
  }
  ```
</Update>
