Loofta Pay API
Create payment links programmatically, and get paid by anyone — no Loofta account required on their end. They pay as a guest with any token on any chain, or with an existing Loofta balance if they have one, and you receive the exact amount. No webhook plumbing required to get started.
How it works
- Generate an API key from your Developer settings.
- Call
POST /payment-linkswith an amount and a message — fresh, per order. - Share the returned checkout URL — a minimal, unbranded payment page.
- The payer pays, no account needed. You always receive the exact amount; fees are on them.
Base URL
https://api.loofta.xyz
Next: or jump straight to .