# OmyPayments Docs

## OMY Payments Docs

- [Introduction](https://docs.omypayments.com/readme.md)
- [What are cryptocurrencies](https://docs.omypayments.com/overview/quickstart.md)
- [Why accept crypto](https://docs.omypayments.com/overview/publish-your-docs.md)
- [Our products](https://docs.omypayments.com/overview/our-products.md)
- [Payment Gateway](https://docs.omypayments.com/overview/our-products/payment-gateway.md)
- [Earnings on deposit](https://docs.omypayments.com/overview/our-products/earnings-on-deposit.md)
- [Manual Invoices](https://docs.omypayments.com/overview/our-products/manual-invoices.md)
- [Payment & Donation button](https://docs.omypayments.com/overview/our-products/payment-and-donation-button.md)
- [Mass Payouts](https://docs.omypayments.com/overview/our-products/mass-payouts.md)
- [Swaps](https://docs.omypayments.com/overview/our-products/swaps.md)
- [Gas manager](https://docs.omypayments.com/overview/our-products/gas-manager.md)
- [Private Withdrawals](https://docs.omypayments.com/overview/our-products/private-withdrawals.md)
- [Sweeper (Balance Cleaner)](https://docs.omypayments.com/overview/our-products/sweeper-balance-cleaner.md)
- [White Label](https://docs.omypayments.com/overview/our-products/white-label.md)
- [Affiliate program](https://docs.omypayments.com/overview/our-products/affiliate-program.md)
- [Demo Shop](https://docs.omypayments.com/overview/our-products/demo-shop.md)
- [Basics](https://docs.omypayments.com/getting-started/editor.md)
- [What is an Invoice?](https://docs.omypayments.com/getting-started/editor/what-is-an-invoice.md)
- [Accepting Payments](https://docs.omypayments.com/getting-started/editor/accepting-payments.md)
- [Withdrawing Your Funds from OMY Payments](https://docs.omypayments.com/getting-started/editor/withdrawing-your-funds-from-omy-payments.md)
- [Security and Transparency](https://docs.omypayments.com/getting-started/editor/security-and-transparency.md)
- [Implementation](https://docs.omypayments.com/getting-started/markdown.md)
- [Balance Notifications](https://docs.omypayments.com/getting-started/markdown/balance-notifications.md)
- [Enabling Tokens](https://docs.omypayments.com/getting-started/markdown/enabling-tokens.md)
- [Use OMY with no code](https://docs.omypayments.com/getting-started/images-and-media.md)
- [Create Payment Links](https://docs.omypayments.com/getting-started/images-and-media/create-payment-links.md)
- [Create a buy button](https://docs.omypayments.com/getting-started/images-and-media/create-a-buy-button.md)
- [Send invoices](https://docs.omypayments.com/getting-started/images-and-media/send-invoices.md)
- [Send quotes](https://docs.omypayments.com/getting-started/images-and-media/send-quotes.md)
- [Plugins for CMS](https://docs.omypayments.com/getting-started/images-and-media/plugins-for-cms.md)
- [Overview](https://docs.omypayments.com/api/overview.md)
- [Authentication](https://docs.omypayments.com/api/authentication.md)
- [API Endpoints](https://docs.omypayments.com/api/api-endpoints.md)
- [Mass Payouts](https://docs.omypayments.com/api/api-endpoints/mass-payouts.md)
- [Create a payout (container)](https://docs.omypayments.com/api/api-endpoints/mass-payouts/create-a-payout-container.md)
- [Rename a payout](https://docs.omypayments.com/api/api-endpoints/mass-payouts/rename-a-payout.md)
- [Delete a payout](https://docs.omypayments.com/api/api-endpoints/mass-payouts/delete-a-payout.md)
- [Add a recipient (target)](https://docs.omypayments.com/api/api-endpoints/mass-payouts/add-a-recipient-target.md)
- [Update a recipient](https://docs.omypayments.com/api/api-endpoints/mass-payouts/update-a-recipient.md)
- [Delete a recipient](https://docs.omypayments.com/api/api-endpoints/mass-payouts/delete-a-recipient.md)
- [Start a payout run (create task)](https://docs.omypayments.com/api/api-endpoints/mass-payouts/start-a-payout-run-create-task.md)
- [Error format](https://docs.omypayments.com/api/api-endpoints/mass-payouts/error-format.md)
- [Swaps](https://docs.omypayments.com/api/api-endpoints/swaps.md): Estimate and execute swaps between two of your merchant assets (a different token and/or network). This page documents the HTTP endpoints you’ll call from your backend. Authentication and the error-en
- [Estimate a swap](https://docs.omypayments.com/api/api-endpoints/swaps/estimate-a-swap.md): Get a quote for swapping one merchant asset into another. The estimate is held for \*\*30 minutes\*\* and is single-use — creating a swap from it consumes the quote.
- [Create a swap](https://docs.omypayments.com/api/api-endpoints/swaps/create-a-swap.md): Execute a swap from a previously obtained estimate. The source amount is immediately reserved from the asset’s available balance, and the swap starts processing asynchronously. Track its progress with
- [Get a swap](https://docs.omypayments.com/api/api-endpoints/swaps/get-a-swap.md): Return the current state of a swap by its ID. Poll this endpoint to track progress, or rely on Callbacks to be notified of status changes.
- [Error format](https://docs.omypayments.com/api/api-endpoints/swaps/error-format.md): Swap endpoints share the public API error envelopes. The per-endpoint validation messages are listed on each endpoint page.
- [Get Merchant Assets](https://docs.omypayments.com/api/api-endpoints/get-merchant-assets.md)
- [Get Merchant Asset Data](https://docs.omypayments.com/api/api-endpoints/get-merchant-asset-data.md)
- [Create Invoice](https://docs.omypayments.com/api/api-endpoints/create-invoice.md)
- [Create Invoice by Crypto](https://docs.omypayments.com/api/api-endpoints/create-invoice-by-crypto.md)
- [Get Invoice Data](https://docs.omypayments.com/api/api-endpoints/get-invoice-data.md)
- [Withdraw Asset](https://docs.omypayments.com/api/api-endpoints/withdraw-asset.md)
- [Callbacks](https://docs.omypayments.com/api/callbacks.md): OmyPayments notifies your backend by calling your \*\*Callback URL\*\* whenever an entity changes status. Set the Callback URL in your account settings.
- [Invoice Statuses](https://docs.omypayments.com/api/invoice-statuses.md)
- [Common issues](https://docs.omypayments.com/api/common-issues.md)
- [Overview](https://docs.omypayments.com/no-code-integration/overview.md)
- [Getting Started with No‑Code Integration](https://docs.omypayments.com/no-code-integration/getting-started-with-no-code-integration.md)
- [How to Create Payment Links](https://docs.omypayments.com/how-to-create-payment-links.md)
- [Advanced Use Cases and Best Practices for No‑Code Integration](https://docs.omypayments.com/advanced-use-cases-and-best-practices-for-no-code-integration.md)
- [Terms of Use](https://docs.omypayments.com/legal/terms-of-use.md): Please read these Terms of Use ('Terms') carefully before using any of the services provided by the OmyPayments website (https://omypayments.com) (the 'Website') and Application Programming Interface
- [Privacy Policy](https://docs.omypayments.com/legal/privacy-policy.md)
- [AML Policy](https://docs.omypayments.com/legal/aml-policy.md): OmyPayments is committed to maintaining effective crime prevention and detection measures to assist law enforcement agencies in combating financial crime. The site has adopted a strict set of policies
- [Verification & Limits](https://docs.omypayments.com/legal/verification-and-limits.md)
- [Terms of Use Old](https://docs.omypayments.com/legal/terms-of-use-old.md)
