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

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