# API Endpoints

- [Accounts](https://customer-api-docs.ibanera.com/api-endpoints/accounts.md)
- [Business Onboarding](https://customer-api-docs.ibanera.com/api-endpoints/business.md)
- [Cards](https://customer-api-docs.ibanera.com/api-endpoints/cards.md)
- [Review Create Card](https://customer-api-docs.ibanera.com/api-endpoints/cards/review-customer-details.md)
- [Create Card](https://customer-api-docs.ibanera.com/api-endpoints/cards/create-card.md)
- [Activation / Deactivation](https://customer-api-docs.ibanera.com/api-endpoints/cards/activation-deactivation.md)
- [Change Card PIN](https://customer-api-docs.ibanera.com/api-endpoints/cards/change-card-pin.md)
- [Get Customer Cards](https://customer-api-docs.ibanera.com/api-endpoints/cards/get-customer-cards.md)
- [Get Card Details By ID](https://customer-api-docs.ibanera.com/api-endpoints/cards/get-card-details-by-id.md)
- [List Card Balances & Transactions](https://customer-api-docs.ibanera.com/api-endpoints/cards/list-card-balances-and-transactions.md)
- [Review Transfer Funds](https://customer-api-docs.ibanera.com/api-endpoints/cards/review-transfer-funds.md)
- [Transfer Funds](https://customer-api-docs.ibanera.com/api-endpoints/cards/card-transfers.md)
- [Crypto Exchanges](https://customer-api-docs.ibanera.com/api-endpoints/exchanges.md)
- [Foreign Currency Exchange](https://customer-api-docs.ibanera.com/api-endpoints/fx-exchanges.md)
- [Payees (Beneficiaries)](https://customer-api-docs.ibanera.com/api-endpoints/payees.md)
- [Transfers](https://customer-api-docs.ibanera.com/api-endpoints/transfers.md)
- [Fiat Transfers](https://customer-api-docs.ibanera.com/api-endpoints/transfers/transfers.md)
- [Crypto Transfers](https://customer-api-docs.ibanera.com/api-endpoints/transfers/crypto-transfers.md)
- [Transaction Cancellation](https://customer-api-docs.ibanera.com/api-endpoints/transaction-cancellation.md)
- [Managees](https://customer-api-docs.ibanera.com/api-endpoints/managees.md)
- [Information Requests (RFIs)](https://customer-api-docs.ibanera.com/api-endpoints/information-requests-rfis.md)
- [Quick Buy](https://customer-api-docs.ibanera.com/api-endpoints/quick-buy.md)
- [Simulated Testing](https://customer-api-docs.ibanera.com/api-endpoints/simulated-testing.md)


---

# 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/api-endpoints.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.
