Create Payment Invoice
Invoice result / status:
No invoice yet.
Notes
- Frontend calls
/api/payments/create— your backend should call NowPayments with server-side API key. - Use webhooks on your backend (NowPayments dashboard) to receive status updates and reconcile invoices.
- Do not put API keys in frontend. Keep them in
.envon server and only use secure endpoints.