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.