B2B collections
Invoice customers with a payment URL
Payment requests let you create a timed collection with amount, currency, and expiry — ideal for invoices, services, and B2B follow-up. The API returns a payment_url your customer opens to pay on lomi. Checkout.
Typical use
Timed payment requests
Set amount, currency_code, and expiry_date; attach customer_id, reference, and metadata for your ERP or CRM.
Shareable payment URL
Send the returned payment_url by email, WhatsApp, or embed in your invoice PDF — no custom checkout required.
Webhook confirmation
Listen for PAYMENT_SUCCEEDED like any other lomi. integration to mark the invoice paid in your systems.
Complements payment links
For simpler share-anywhere links without expiry logic, see <a href="https://docs.lomi.africa/build/payment-links" class="underline hover:text-foreground" target="_blank" rel="noopener noreferrer">payment links</a> in the docs.
Public invoice pages?
This page covers the payment requests API used for invoicing-style collections. See the payment requests guide in the docs for technical detail.
See pricing