OutpayDocs
Merchants

Payment links

Create a hosted checkout link from the merchant Dashboard.

Who this is for

Merchant owners and team members who want to accept a USDC payment without writing any integration code.

Before you begin

  • An active store with a verified payout wallet.
  • The exact amount you want to charge.

A payment link is a checkout URL

Outpay does not have a separate, reusable "payment link" object — each checkout you create has its own hosted checkout URL, and that URL is the shareable payment link. Create a new checkout for each new payment request.

Open Checkouts in the Dashboard.
Select Create checkout.
Enter the amount and a checkout label. Add an order reference or redirect URL if needed.
Review the Base and USDC payment instructions.
Create the checkout and copy the generated link.
Share the link with the customer. Keep the link associated with one order in your own system.

Suggested screenshot

Suggested screenshot: the checkout-creation form showing amount, label, order reference, and redirect URL. No screenshot asset exists in this repository — do not imply a pixel-perfect UI capture without one.

Expected result

Outpay displays a hosted checkout URL. Sharing it lets the customer open Outpay Checkout, see the Base/USDC payment instructions, and pay directly to your payout wallet.

Common problems

ProblemLikely causeNext step
Create checkout button is unavailableThe store has no active payout wallet yet.Complete onboarding or verify a wallet in Settings.
Customer says the link does not workThe checkout has expired, or was already paid or deactivated.Check its status on the Checkouts page and create a new one if needed.

The Dashboard flow uses the application's first-party, authenticated checkout-creation route. It is unversioned; use the public API for a third-party server integration instead.

  • Payout wallet — the wallet every payment link pays into.
  • Transactions — track whether a shared link was paid.
  • Quickstart — create the same kind of checkout from the API.

On this page