# Pay.io

## Home

- [Welcome to Pay.io](https://docs.pay.io/welcome.md): Welcome to your team’s developer platform
- [Service Level Agreement (SLA) for Pay.io during Beta Program](https://docs.pay.io/service-level-agreement-sla-for-pay.io-during-beta-program.md)
- [On-Ramping: Buying Crypto with Fiat](https://docs.pay.io/on-ramping-buying-crypto-with-fiat.md): Enable users to buy crypto with fiat currencies
- [What is Pay.io?](https://docs.pay.io/learn-the-basics/what-is-pay.io.md)
- [What is the Merchant Console?](https://docs.pay.io/learn-the-basics/what-is-the-merchant-console.md): Centralised Control for Your Digital Asset Operations
- [What is the Cashier UI?](https://docs.pay.io/learn-the-basics/what-is-the-cashier-ui.md): Embed a Seamless Crypto Payment Experience for Your Players
- [How to Get Started?](https://docs.pay.io/getting-started/how-to-get-started.md)
- [Creating an Account](https://docs.pay.io/getting-started/creating-an-account.md)
- [Onboarding Process](https://docs.pay.io/getting-started/onboarding-process.md)
- [Setting up 2FA - Two-Factor Authentication](https://docs.pay.io/getting-started/setting-up-2fa-two-factor-authentication.md)
- [Asset Management (Add, Edit, Disable)](https://docs.pay.io/assets/asset-management-add-edit-disable.md)
- [Asset Networks](https://docs.pay.io/assets/asset-management-add-edit-disable/asset-networks.md): The Infrastructure Behind Your Transactions
- [List of Available Assets](https://docs.pay.io/assets/asset-management-add-edit-disable/list-of-available-assets.md)
- [Hot Wallet](https://docs.pay.io/assets/hot-wallet.md): Managing Your Daily Operational Liquidity
- [Making a Deposit](https://docs.pay.io/assets/making-a-deposit.md)
- [Float Set Up and Maintenance](https://docs.pay.io/assets/float-set-up-and-maintenance.md)
- [Setting up Sweeps and Alerts](https://docs.pay.io/assets/setting-up-sweeps-and-alerts.md)
- [User Withdrawal Limits](https://docs.pay.io/assets/user-withdrawal-limits.md): Configure withdrawal amounts and auto approvals
- [Swapping Assets](https://docs.pay.io/assets/swapping-assets.md)
- [Treasury Wallet](https://docs.pay.io/assets/treasury-wallet.md)
- [Transfer from Hot Wallet to Treasury Wallet](https://docs.pay.io/assets/treasury-wallet/transfer-from-hot-wallet-to-treasury-wallet.md)
- [Transfer from Treasury Wallet to Hot Wallet](https://docs.pay.io/assets/treasury-wallet/transfer-from-treasury-wallet-to-hot-wallet.md)
- [Deposit to Treasury Wallet](https://docs.pay.io/assets/treasury-wallet/deposit-to-treasury-wallet.md)
- [Withdraw from Treasury Wallet](https://docs.pay.io/assets/treasury-wallet/withdraw-from-treasury-wallet.md): Execute withdrawals from Treasury to external wallet or exchange
- [Withdrawal Requests](https://docs.pay.io/transaction-management/withdrawal-requests.md)
- [User Transactions](https://docs.pay.io/transaction-management/user-transactions.md)
- [Merchant Transactions](https://docs.pay.io/transaction-management/merchant-transactions.md)
- [Settings Overview](https://docs.pay.io/account-settings/settings-overview.md)
- [Changing Console Theme](https://docs.pay.io/account-settings/settings-overview/changing-console-theme.md): Switching Between Light and Dark Mode
- [Changing My Password](https://docs.pay.io/account-settings/settings-overview/changing-my-password.md)
- [Managing Notifications](https://docs.pay.io/account-settings/managing-notifications.md)
- [Team Management (Roles and Permissions)](https://docs.pay.io/account-settings/team-management-roles-and-permissions.md)
- [Invite or Remove Team Members](https://docs.pay.io/account-settings/team-management-roles-and-permissions/invite-or-remove-team-members.md)

## API Reference

- [Pay.io APIs Overview](https://docs.pay.io/api-reference/readme.md)
- [Getting Started](https://docs.pay.io/api-reference/core-concepts/getting-started.md)
- [Making your first API request](https://docs.pay.io/api-reference/core-concepts/making-your-first-api-request.md)
- [Request Structure](https://docs.pay.io/api-reference/core-concepts/request-structure.md)
- [Authorisation](https://docs.pay.io/api-reference/core-concepts/authorisation.md)
- [Pagination](https://docs.pay.io/api-reference/core-concepts/pagination.md)
- [Event Notifications and Webhooks](https://docs.pay.io/api-reference/core-concepts/event-notifications-and-webhooks.md)
- [Webhook Retry Policy](https://docs.pay.io/api-reference/core-concepts/webhook-retry-policy.md)
- [Get a List of Available Currencies](https://docs.pay.io/api-reference/merchant-console-api/get-a-list-of-available-currencies.md)
- [Get a List of Merchant Transactions](https://docs.pay.io/api-reference/merchant-console-api/get-a-list-of-merchant-transactions.md)
- [Retry Failed Transaction](https://docs.pay.io/api-reference/merchant-console-api/retry-failed-transaction.md)
- [Refresh API Key](https://docs.pay.io/api-reference/merchant-console-api/refresh-api-key.md)
- [Create a Deposit Address](https://docs.pay.io/api-reference/user-payment-api/create-a-deposit-address.md)
- [Get a List of User Transactions](https://docs.pay.io/api-reference/user-payment-api/get-a-list-of-user-transactions.md)
- [Create a User Withdrawal](https://docs.pay.io/api-reference/user-payment-api/create-a-user-withdrawal.md)
- [Create a Payment Session](https://docs.pay.io/api-reference/user-payment-api/create-a-payment-session.md)
- [Add On-Ramping To Your Site](https://docs.pay.io/api-reference/user-payment-api/add-on-ramping-to-your-site.md)
- [Payment Gateway Integration Guide](https://docs.pay.io/api-reference/payment-gateway-integration-guide.md)


---

# 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.pay.io/welcome.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.
