# xPay.Stream

## xPay.Stream

- [xPay.Stream](https://docs.xpay.stream/xpay.stream.md): Crypto Payment Gateway APIs
- [Prerequisites](https://docs.xpay.stream/prerequisites.md): Generic API Calls Patterns:
- [Authentication API](https://docs.xpay.stream/authentication-api.md): Authenticate for the apis access\_token
- [Wallets](https://docs.xpay.stream/wallets.md): Create and manage your TRON Wallets and Bitcoin Lightning Wallets
- [Create Wallet](https://docs.xpay.stream/wallets/create-wallet.md): Create a new Tron or Bitcoin Wallet used for deposits and withdrawals
- [Update Wallet](https://docs.xpay.stream/wallets/update-wallet.md): You can update an existing wallet's tag
- [Get Wallet Info](https://docs.xpay.stream/wallets/get-wallet-info.md): Fetch an existing wallet by its UUID
- [Search Wallets](https://docs.xpay.stream/wallets/search-wallets.md): Search your existing wallets
- [Billing](https://docs.xpay.stream/billing.md): Create and manage your TRON Wallets and Bitcoin Lightning Wallets
- [Create Bill](https://docs.xpay.stream/billing/create-bill.md): Create a new Invoice for billing, supporting USDT (over TRON) or Bitcoin Lightning
- [Cancel Bill](https://docs.xpay.stream/billing/cancel-bill.md): Cancel an active bill
- [Get Bill Info](https://docs.xpay.stream/billing/get-bill-info.md): Fetch an existing wallet by its UUID
- [Search Bills](https://docs.xpay.stream/billing/search-bills.md): Search your existing wallets
- [Transactions](https://docs.xpay.stream/transactions.md)
- [Preview Transaction](https://docs.xpay.stream/transactions/preview-transaction.md): Check transaction details and fees before broadcasting it to the network
- [Broadcast Transaction](https://docs.xpay.stream/transactions/broadcast-transaction.md): Send Tron Transaction to the network - Irreversible
- [Search Transactions](https://docs.xpay.stream/transactions/search-transactions.md): Search all your transactions , deposits and withdrawals, with filtering support
- [Notifications](https://docs.xpay.stream/notifications.md): Foreach Transaction Deposit and Withdrawal, a hook API call can be made.
- [Webhook](https://docs.xpay.stream/notifications/webhook.md): Push Alerts Through WebHook - POST API Calls
- [Email Alerts](https://docs.xpay.stream/notifications/email-alerts.md): Foreach withdrawal, deposit and bill related event, emails are sent accordingly to your username email handle. Customers can get an email for their invoices, and their payment confirmations too.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.xpay.stream/xpay.stream.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.
