Loofta Pay API
Create payment links programmatically, and get paid by anyone — they log in, pay from their Loofta balance or any funding method, 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. - Share the returned checkout URL — a minimal, unbranded payment page.
- The payer logs in and pays. You always receive the exact amount; fees are on them.
Base URL
https://api.loofta.xyz
Next: or jump straight to .