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

# Overview

> Edge's account management api service

The accounts service enables you create both virtual and regular accounts for use by your customers, as well as gives you the extended functionality of being able to manage created accounts.

By default all accounts created via this service can be used by your customers for inflow.

<Info>
  Please note that this service can only be used to manage accounts created by
  you as an orgnisation
</Info>

## Endpoints

<ul>
  <li>
    **Account Creation:** This endpoint is used to create virtual or physical
    accounts for your customers
  </li>

  <li>
    **Get Account Details:** This endpoint is used to retrieve your customer
    account details using the account number.
  </li>

  <li>
    **Get Account Statement:** This endpoint is used to retrieve the bank
    statement of accounts created by you.
  </li>

  <li>
    **Get Accounts:** This endpoint is used to retrieve all account numbers
    generated by you the organisation.
  </li>
</ul>
