> ## Documentation Index
> Fetch the complete documentation index at: https://docs.busha.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Accept Stablecoin with Payment Links

> Create a Busha-hosted checkout link and share it anywhere your customers buy from you

Use Payment Links when you want to start accepting stablecoin payments quickly without building a checkout flow. Busha hosts the payment page, you share the link, and your customer completes payment in a few clicks.

<Tip>
  **What You'll Achieve:**

  1. Create a Busha payment link from your dashboard.
  2. Share a hosted checkout page with customers on social, chat, or email.
  3. Preview the exact payment experience before you send the link out.
</Tip>

## Prerequisites

Before you begin, ensure you have:

* A Busha Business account (from the [Quick Start Guide](/guides/getting-started/quick-start)).

## How to create a payment link

<Steps>
  <Step title="Open Payment Links in your dashboard">
    Log in to Busha Business, go to **Commerce** → **Payment Links**, and click **Create Payment Link**.

    <Accordion title="View screenshot">
      <img src="https://mintcdn.com/busha-36f167ef/TPgq_F3PIb361nQH/images/dashboard-payment-links-view.png?fit=max&auto=format&n=TPgq_F3PIb361nQH&q=85&s=94a7391e22dcedee4d5eef4f8b2ff213" alt="Payment links location in the Busha Business dashboard" style={{ display: 'block', margin: '0 auto' }} width="2880" height="1612" data-path="images/dashboard-payment-links-view.png" />
    </Accordion>
  </Step>

  <Step title="Enter the payment details">
    Add the product or payment details your customer should see, then click **Create Payment Link**.

    <Accordion title="View screenshot">
      <img src="https://mintcdn.com/busha-36f167ef/TPgq_F3PIb361nQH/images/payment-link.png?fit=max&auto=format&n=TPgq_F3PIb361nQH&q=85&s=55e286ab9b0c06771d3c2b4c707ea5cd" alt="Payment link creation page" style={{ display: 'block', margin: '0 auto' }} width="2880" height="1612" data-path="images/payment-link.png" />
    </Accordion>
  </Step>

  <Step title="Copy and share the link">
    Copy the generated checkout URL and send it anywhere you sell from, for example, WhatsApp, Instagram, email, or SMS.

    <Accordion title="View screenshot">
      <img src="https://mintcdn.com/busha-36f167ef/TPgq_F3PIb361nQH/images/payment-link-created.png?fit=max&auto=format&n=TPgq_F3PIb361nQH&q=85&s=abf27ba063290cab6c12890f09508946" alt="Payment link created with link copy action" style={{ display: 'block', margin: '0 auto' }} width="2880" height="1612" data-path="images/payment-link-created.png" />
    </Accordion>
  </Step>
</Steps>

### Sample checkout link

Use this staging link to see the kind of checkout your customer receives:

`https://staging.dash.busha.io/checkout/Q4Yfew3cT8F5`

<iframe
  src="https://staging.dash.busha.io/checkout/Q4Yfew3cT8F5"
  title="Sample Busha payment link checkout"
  width="100%"
  height="700"
  style={{
border: '1px solid #e5e7eb',
borderRadius: '8px',
overflowX: 'hidden',
}}
  scrolling="no"
/>

[Open the sample checkout in a new tab](https://staging.dash.busha.io/checkout/Q4Yfew3cT8F5).

## What your customer sees

<Steps>
  <Step title="Open the hosted checkout">
    The customer lands on a Busha-hosted payment page with the amount and payment details.

    <Accordion title="View screenshot">
      <img src="https://mintcdn.com/busha-36f167ef/TPgq_F3PIb361nQH/images/busha-hosted-payment.png?fit=max&auto=format&n=TPgq_F3PIb361nQH&q=85&s=c40ff14da577a3f51d81ca63c90da0b1" alt="Busha-hosted checkout page" style={{ display: 'block', margin: '0 auto' }} width="2880" height="1612" data-path="images/busha-hosted-payment.png" />
    </Accordion>
  </Step>

  <Step title="Choose a payment method">
    The customer can continue with their Busha account or pay from an external wallet.

    <Accordion title="View screenshot">
      <img src="https://mintcdn.com/busha-36f167ef/TPgq_F3PIb361nQH/images/payment-links-payment-methods.png?fit=max&auto=format&n=TPgq_F3PIb361nQH&q=85&s=87c20332988afd5acc7d9e8aeb46acf3" alt="Payment link payment method options" style={{ display: 'block', margin: '0 auto' }} width="2880" height="1612" data-path="images/payment-links-payment-methods.png" />
    </Accordion>
  </Step>

  <Step title="Complete payment and confirm status">
    After the customer pays, Busha shows a confirmation screen and the funds appear in your balance.

    <Accordion title="View screenshots">
      <img src="https://mintcdn.com/busha-36f167ef/TPgq_F3PIb361nQH/images/payment-links-payment.png?fit=max&auto=format&n=TPgq_F3PIb361nQH&q=85&s=f95a6b66dc04a9cfcd58138576a3b0b2" alt="Payment link payment screen" style={{ display: 'block', margin: '0 auto 1rem' }} width="2880" height="1612" data-path="images/payment-links-payment.png" />

      <img src="https://mintcdn.com/busha-36f167ef/TPgq_F3PIb361nQH/images/payment-confirmation.png?fit=max&auto=format&n=TPgq_F3PIb361nQH&q=85&s=4f66d072cc0a7c39ee2a057221c372b0" alt="Payment confirmation screen" style={{ display: 'block', margin: '0 auto' }} width="1972" height="1446" data-path="images/payment-confirmation.png" />
    </Accordion>
  </Step>
</Steps>

## What's Next?

* [Accept Stablecoin with SDK Integration](/guides/accepting-stablecoin-payments/payment-widget) - Add a crypto checkout directly to your website or app.
