Skip to content

Create Payment Links

A payment link is a URL you can share with your customers to collect a payment, with no technical integration required.

Create a Link from the Dashboard

  • Go to Dashboard → Payment Links → New Link
  • Choose the amount type (fixed or open)
  • Configure options (expiry, redirects, limits)
  • Associate one or more products (optional)
  • Add an internal reference (metadata)
  • Click Create: the link is immediately active

Available Options

OptionDescription
Fixed amountPrice is predefined (buyer cannot change it)
Open amountBuyer enters the amount of their choice (donation, tip)
Expiry dateLink becomes inactive after this date
Success URLRedirect after successful payment
Cancel URLRedirect if buyer abandons
Usage limite.g. valid for 1 buyer only
Associated product(s)Displays the product page on the payment page

Share the Link

  • Copy-paste the direct URL
  • Share by SMS, email, or WhatsApp
  • Display the automatically generated QR code
  • Copy the HTML button to embed on your website

Link Statistics

From the link details page, view the number of clicks, conversion rate, total collected amount, and successful vs. abandoned payments.

PaymentLink Object (API)

ResponseResponse
json
{
  "id": "pl_xxxxxxxxxxxx",
  "object": "payment_link",
  "url": "https://pay.sangho.ga/l/pl_xxxx",
  "active": true,
  "amount": 5000,
  "currency": "XAF",
  "amount_type": "fixed",
  "success_url": "https://my-store.com/thank-you",
  "cancel_url": "https://my-store.com/cancel",
  "expires_at": "2026-12-31T23:59:59Z",
  "usage_limit": null,
  "usage_count": 12,
  "metadata": {
    "order_type": "service"
  },
  "created_at": "2026-01-01T10:00:00Z"
}

HTML Button to Embed

html
<a href="https://pay.sangho.ga/l/pl_xxxx"
   target="_blank"
   style="display:inline-block;
          background:#0066FF;
          color:#fff;
          padding:12px 24px;
          border-radius:6px;
          font-family:sans-serif;
          font-size:16px;
          text-decoration:none">
  Pay Now
</a>

Available Metrics

MetricDescription
ClicksNumber of visits to the payment page
ConversionsSuccessful payments / clicks
Amount collectedNet total (after commissions)
AbandonsBuyers who left without paying