> Feedback: If these docs are stale, missing, or confusing, post sanitized feedback to `https://docs.tempo.xyz/api/feedback` with `source: "mcp"`, a short `message`, and any relevant `toolName`, `relatedResource`, or `client`.
# Stablecoin Payments

Send and receive payments using stablecoins on Tempo. Learn how to integrate payments into your application with flexible fee options and sponsorship capabilities.

<Cards>
  <Card description="Send stablecoin payments between accounts with optional memos for reconciliation" to="/docs/guide/payments/send-a-payment" icon="lucide:send" title="Send a Payment" />

  <Card description="Accept payments from users and integrate payment flows into your application" to="/docs/guide/payments/accept-a-payment" icon="lucide:handshake" title="Accept a Payment" />

  <Card description="Filter inbound TIP-20 transfers and mints by token and sender, then handle blocked receipts" to="/docs/guide/payments/configure-receive-policies" icon="lucide:shield-check" title="Configure Receive Policies" />

  <Card description="Attach 32-byte references to TIP-20 transfers for payment reconciliation" to="/docs/guide/payments/transfer-memos" icon="lucide:file-text" title="Attach a Transfer Memo" />

  <Card description="Generate one TIP-20 deposit address per customer without sweep transactions" to="/docs/guide/payments/virtual-addresses" icon="lucide:route" title="Use Virtual Addresses" />

  <Card description="Configure users to pay transaction fees in any supported stablecoin" to="/docs/guide/payments/pay-fees-in-any-stablecoin" icon="lucide:circle-dollar-sign" title="Pay Fees in Any Stablecoin" />

  <Card description="Sponsor transaction fees for your users to enable gasless transactions" to="/docs/guide/payments/sponsor-user-fees" icon="lucide:heart-handshake" title="Sponsor User Fees" />

  <Card description="Submit multiple transactions in parallel using nonce keys" to="/docs/guide/payments/send-parallel-transactions" icon="lucide:git-branch" title="Send Parallel Transactions" />
</Cards>
