# Solana Documentation: Payments > Sending, accepting, and processing payments on Solana - subscriptions, batching, and agentic flows. > Every page is available as raw Markdown by appending `.md` to its URL > (the links here already include it). The site-wide index is at > https://solana.com/llms.txt. - [Payments](https://solana.com/docs/payments.md): Build global payment systems with instant settlement and fees under $0.001 - [Accept Payments](https://solana.com/docs/payments/accept-payments.md): Accept stablecoin and token payments on Solana - [Indexing](https://solana.com/docs/payments/accept-payments/indexing.md): Production-grade transaction monitoring for high-volume payment systems - [With Pay.sh](https://solana.com/docs/payments/accept-payments/pay-sh.md): Accept payments with Pay.sh. - [Payment Button](https://solana.com/docs/payments/accept-payments/payment-button.md): Drop-in React component for Solana payments - [Solana Pay](https://solana.com/docs/payments/accept-payments/solana-pay.md): Generate payment URLs, QR codes, and transactions - [Verification Tools](https://solana.com/docs/payments/accept-payments/verification-tools.md): Verify incoming stablecoin payments and reconcile them with your orders. - [Deferred Execution](https://solana.com/docs/payments/advanced-payments/deferred-execution.md): Sign transactions now, execute later—enabling approval workflows, treasury operations, and secure signing - [Spend Permissions](https://solana.com/docs/payments/advanced-payments/spend-permissions.md): Delegate token spending to third parties for automated and escrowed payments - [Agentic Payments](https://solana.com/docs/payments/agentic-payments.md): Enable AI agents to pay for services, APIs, and resources autonomously using the x402 protocol. - [How to get started with x402 on Solana](https://solana.com/docs/payments/agentic-payments/intro-to-x402.md): This guide explains what x402 is and how to build a simple 'HTTP 402 Payment Required' flow on Solana with a minimal server verifier and a client that pays and then accesses the endpoint. - [x402 Integration with Kora - Complete Demo Guide](https://solana.com/docs/payments/agentic-payments/x402-facilitator.md): Learn how to integrate the x402 payment protocol with Kora's gasless Solana signing infrastructure, enabling micropayments for API access with zero gas fees. - [Developer Tools](https://solana.com/docs/payments/developer-tools.md): Third-party platforms and services for building payments on Solana - [How Payments Work on Solana](https://solana.com/docs/payments/how-payments-work.md): Core concepts for sending and receiving payments on Solana - [Interacting with Solana](https://solana.com/docs/payments/interacting-with-solana.md): Connect to the network and explore blockchain data - [Production Readiness](https://solana.com/docs/payments/production-readiness.md): Moving from devnet testing to mainnet deployment - [Quickstart: accept a payment](https://solana.com/docs/payments/quickstart.md): Add a working payment button to a React app in about five minutes and take your first stablecoin payment. - [Send Payments](https://solana.com/docs/payments/send-payments.md): Send stablecoin payments with instant settlement and fees under $0.001 - [Basic Payment](https://solana.com/docs/payments/send-payments/basic-payment.md): Learn how to send a single token transfer between wallets. - [Payment Processing](https://solana.com/docs/payments/send-payments/payment-processing.md): Process payments at scale with gasless transactions and fee abstraction - [Batch Payments](https://solana.com/docs/payments/send-payments/payment-processing/batch-payments.md): Learn how to pay multiple recipients in a single transaction. - [Fee Abstraction](https://solana.com/docs/payments/send-payments/payment-processing/fee-abstraction.md): Learn how fee sponsorship works and implement fee abstraction with Kora. - [Payment with Memo](https://solana.com/docs/payments/send-payments/payment-with-memo.md): Learn how to attach invoice IDs or notes to a payment. - [Verify Address](https://solana.com/docs/payments/send-payments/verify-address.md): Learn how to verify addresses before sending payments on Solana to prevent fund loss. - [Close Subscription Authority](https://solana.com/docs/payments/subscriptions/close-subscription-authority.md): Guide for closing a user's Subscription Authority account. - [Create Subscription Authority](https://solana.com/docs/payments/subscriptions/create-subscription-authority.md): Guide for initializing a user's Subscription Authority account. - [Fixed Delegation](https://solana.com/docs/payments/subscriptions/fixed-delegation.md): Guide for setting up fixed delegation transactions. - [Overview](https://solana.com/docs/payments/subscriptions/overview.md): Overview of the Solana subscriptions program. - [With Pay.sh](https://solana.com/docs/payments/subscriptions/pay-sh.md): Create subscriptions with Pay.sh. - [Recurring Delegation](https://solana.com/docs/payments/subscriptions/recurring-delegation.md): Guide for setting up recurring delegation transactions. - [Revoke Abandoned Delegations And Subscriptions](https://solana.com/docs/payments/subscriptions/revoke-abandoned.md): Guide for reclaiming rent from a delegation or subscription whose Subscription Authority is gone. - [Subscription Plan](https://solana.com/docs/payments/subscriptions/subscription-plan.md): Guide for setting up subscription plan transactions.