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

  1. Generate an API key from your Developer settings.
  2. Call POST /payment-links with an amount and a message.
  3. Share the returned checkout URL — a minimal, unbranded payment page.
  4. 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 .