Create your first invoice in three steps.Documentation Index
Fetch the complete documentation index at: https://docs.palomma.com/llms.txt
Use this file to discover all available pages before exploring further.
1. Create an invoice
Send aPOST request to /invoices:
paymentUrl.
2. Redirect the customer
Use thepaymentUrl to redirect your customer straight to Palomma’s payment page (e.g. after they click “Pay” in your app). The link expires 5 minutes after creation, so it’s meant for immediate redirection rather than sending via email or WhatsApp.
3. Track status
- Polling
- Webhooks
Call
GET /invoices/{id}. When status is paid, the invoice has been
paid.