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

# Ezeebit Pay API

## With Ezeebit Pay:

#### Supported Networks & Assets

•  Bitcoin (Mainnet & Lightning)

•  Ethereum (ERC-20)

•  BNB (Binance Smart Chain)

•  USDT (Tron, Ethereum,Solana & Binance Smart Chain)

•  USDC (Solana, Ethereum)

•  Solana (SOL)&#x20;

•  TRON (TRX)

•  Exchange Pays – Enables fast and secure payments through the Luno, VALR and Binance wallets

•  WalletConnect - Enables payments directly from 700+ wallets

&#x20;       …and more available on request.

#### Instant conversion to stablecoins

Our Ezeebit platform auto-converts incoming crypto into stablecoins the moment funds arrive.

#### Next-day settlement

Funds are settled to your account in fiat currency on the next business day.

### &#xD;This documentation covers two core APIs:

**Platform/Merchant API for Cryptocurrency Payments :**\\

\
Our APIs are designed specifically to serve both **individual merchants or platforms** managing merchants or sub-merchants. With a flexible multi-API key structure, each merchant or sub-merchant can be uniquely identified and securely onboarded.

Key capabilities include:

* **Create Payment Orders**\
  Merchants or platforms can generate crypto payment orders for their customers.
* **Merchant / Sub-Merchant Support**\
  Platforms can manage their multiple merchants, each configured with separate API keys and security controls.
* **Real-Time Webhook Notifications**\
  Receive instant transaction status updates
* **Query transaction certificates**\
  Query transaction certificates for compliance, audits, or customer proof of payment.

\
**API for Merchant /** **Platform** **Management :**

Our management APIs are built for both standalone merchants or platforms handling merchant or sub-merchants. They provide full control over onboarding, payment operations, fees and taxes.

Ready to get technical? Continue to the [<mark style="color:blue;">Overview</mark>](/documentation/overview.md) for a detailed walkthrough of endpoints, authentication, and example workflows.


---

# 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.ezeebit.com/introduction/ezeebit-pay-api.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.
