Skip to main content
Create your first invoice in three steps.

1. Create an invoice

Send a POST request to /invoices:
The response includes a paymentUrl.

2. Redirect the customer

Use the paymentUrl 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

Call GET /invoices/{id}. When status is paid, the invoice has been paid.