A scannable link to your PayPal.Me page
A PayPal.Me QR code encodes your paypal.me/handle link — optionally with a fixed amount — so customers can scan with a phone camera and land on your payment page ready to pay. It is ideal for invoices, market stalls, tip jars, donation signs and social posts where a typed link is awkward.
How it works
The tool builds the correct PayPal.Me URL and renders it as a QR code in your browser:
no amount: https://paypal.me/<handle>
with amount: https://paypal.me/<handle>/<amount>
If you paste a full paypal.me/... link, it extracts just the handle. When you
add an amount, it is appended to the path so PayPal opens with that figure
prefilled (the payer can still adjust it). The finished code can be downloaded as
PNG or SVG.
Example
Handle janedoe with amount 25:
- URL encoded:
https://paypal.me/janedoe/25 - Scanning it opens PayPal prefilled to pay Jane 25 in her account currency.
| Input | Resulting link |
|---|---|
| janedoe | https://paypal.me/janedoe |
| janedoe + 25 | https://paypal.me/janedoe/25 |
Everything is generated in your browser, so nothing is uploaded.