> For the complete documentation index, see [llms.txt](https://docs.fonbnk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fonbnk.com/server-to-server.md).

# Server to server

- [Getting Started](https://docs.fonbnk.com/server-to-server/getting-started.md)
- [Integration guide](https://docs.fonbnk.com/server-to-server/integration-guide.md)
- [Transfer types explanation](https://docs.fonbnk.com/server-to-server/integration-guide/transfer-types-explanation.md)
- [Flow examples](https://docs.fonbnk.com/server-to-server/integration-guide/flow-examples.md)
- [Fiat to Crypto](https://docs.fonbnk.com/server-to-server/integration-guide/flow-examples/fiat-to-crypto.md)
- [Crypto to Fiat](https://docs.fonbnk.com/server-to-server/integration-guide/flow-examples/crypto-to-fiat.md)
- [Fiat to Merchant balance](https://docs.fonbnk.com/server-to-server/integration-guide/flow-examples/fiat-to-merchant-balance.md)
- [Merchant balance to Fiat](https://docs.fonbnk.com/server-to-server/integration-guide/flow-examples/merchant-balance-to-fiat.md)
- [Crypto to Merchant balance](https://docs.fonbnk.com/server-to-server/integration-guide/flow-examples/crypto-to-merchant-balance.md)
- [Servers](https://docs.fonbnk.com/server-to-server/servers.md)
- [Signing requests](https://docs.fonbnk.com/server-to-server/signing-requests.md)
- [KYC flow](https://docs.fonbnk.com/server-to-server/kyc-flow.md)
- [Order statuses](https://docs.fonbnk.com/server-to-server/order-statuses.md)
- [Webhooks](https://docs.fonbnk.com/server-to-server/webhooks.md)
- [KYC and auth webhooks](https://docs.fonbnk.com/server-to-server/webhooks/kyc-and-auth-webhooks.md)
- [API Endpoints](https://docs.fonbnk.com/server-to-server/api-endpoints.md)
- [Get available currencies](https://docs.fonbnk.com/server-to-server/api-endpoints/get-available-currencies.md)
- [Get order limits](https://docs.fonbnk.com/server-to-server/api-endpoints/get-order-limits.md)
- [Create quote](https://docs.fonbnk.com/server-to-server/api-endpoints/create-quote.md)
- [Create order](https://docs.fonbnk.com/server-to-server/api-endpoints/create-order.md)
- [Trigger order intermediate action](https://docs.fonbnk.com/server-to-server/api-endpoints/trigger-order-intermediate-action.md)
- [Confirm order](https://docs.fonbnk.com/server-to-server/api-endpoints/confirm-order.md)
- [Cancel order](https://docs.fonbnk.com/server-to-server/api-endpoints/cancel-order.md)
- [Get order](https://docs.fonbnk.com/server-to-server/api-endpoints/get-order.md)
- [Get orders](https://docs.fonbnk.com/server-to-server/api-endpoints/get-orders.md)
- [Get user KYC state](https://docs.fonbnk.com/server-to-server/api-endpoints/get-user-kyc-state.md)
- [Submit user KYC](https://docs.fonbnk.com/server-to-server/api-endpoints/submit-user-kyc.md)
- [Merchant balance](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance.md)
- [Get merchant balances](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance/get-merchant-balances.md)
- [Get crypto deposit options](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance/get-crypto-deposit-options.md)
- [Get crypto deposit limits](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance/get-crypto-deposit-limits.md)
- [Create crypto deposit](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance/create-crypto-deposit.md)
- [Confirm crypto deposit](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance/confirm-crypto-deposit.md)
- [Cancel crypto deposit](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance/cancel-crypto-deposit.md)
- [Get crypto deposit](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance/get-crypto-deposit.md)
- [Get crypto deposits](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance/get-crypto-deposits.md)
- [Get crypto withdrawal options](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance/get-crypto-withdrawal-options.md)
- [Get crypto withdrawal limits](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance/get-crypto-withdrawal-limits.md)
- [Create crypto withdrawal](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance/create-crypto-withdrawal.md)
- [Cancel crypto withdrawal](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance/cancel-crypto-withdrawal.md)
- [Get crypto withdrawal](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance/get-crypto-withdrawal.md)
- [Get crypto withdrawals](https://docs.fonbnk.com/server-to-server/api-endpoints/merchant-balance/get-crypto-withdrawals.md)
- [Generate user auth tokens](https://docs.fonbnk.com/server-to-server/api-endpoints/generate-user-auth-tokens.md)
- [Types](https://docs.fonbnk.com/server-to-server/types.md): Types used in the code examples


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.fonbnk.com/server-to-server.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.
