Xerion — NowPayments Integration

Create invoices securely via backend — monitor status and forward to matching engine.
Domain: xerion.achaemion.com

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 .env on server and only use secure endpoints.