# Overview

The Customer API is an integral component of the banking platform, designed primarily to extend the platform's functionalities to users who require enhanced control and automation capabilities. It's particularly useful for users or organizations with substantial operational needs, such as managing a large number of accounts or performing high-frequency financial activities.

Here's a high-level overview of what the Customer API facilitates:

* **Streamlined Operations:** Users can make actions on accounts, optimizing operational efficiency for themselves or the people they manage.
* **Data Accessibility:** The API provides access to account information in a standardized and easily exchangeable data format, namely JSON, which is advantageous for integrating with other systems or applications.

The API encompasses a range of modules, each tailored to a specific function within the financial ecosystem:

* **Account Transactions:** Offers an interface to manage exchanges and asset transfers, augmenting the banking experience with advanced transactional capabilities.
* **Payee Management:** Enables users to efficiently manage payees, enhancing the ease of setting up and executing payments.
* **Card Management:** Streamlines the process of issuing and overseeing top-up cards for organizations, simplifying expense management and payment distribution.
* **Managee Management**: Operate banking accounts for clients, facilitate transfers, exchanges, create payment cards, and more.

To encapsulate, the Customer API not only augments the banking platform with additional layers of functionality but also delivers a more adaptable and efficient banking experience for those who manage multiple accounts or engage in frequent financial operations. It stands as a testament to the adaptability and the forward-leaning nature of the banking platform, seeking to cater to the evolving needs of modern businesses and organizations.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://customer-api-docs.ibanera.com/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
