Payment Requests


Create shareable payment links with a pre-filled recipient, amount, token, and memo. Send the link to anyone. The recipient opens it, confirms with their passkey, and the payment is done.
How to create a request
Set the amount
Enter the amount you want to receive and select which stablecoin (pathUSD, AlphaUSD, BetaUSD, or ThetaUSD).
Add a memo (optional)
Include a reference like an invoice number or description. This is stored on-chain as a 32-byte transfer memo.
Generate the link
Click Generate Link to create a shareable URL. The link encodes your address, amount, token, and memo as URL parameters.
Share and receive
Send the link via any messaging app. When the payer opens it, they see a pre-filled payment form and can pay with one tap.
Tempo primitives used
- Transfer with memo. A 32-byte on-chain memo for invoice or reference IDs.
- Multi-token support. Request any of the four registered TIP-20 stablecoins.
- Fee sponsorship. The payer pays $0 in gas. Tempo sponsors every fee.
Privacy note: Payment links are client-side only. No data is stored on any server. The link itself contains everything needed.

