Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.noxpay.io/llms.txt

Use this file to discover all available pages before exploring further.

Base URL

https://api.noxpay.io

Authentication

All API requests must include a Bearer token in the Authorization header:
Authorization: Bearer <your-api-key>
Your API key is available in the Noxpay dashboard under Settings → API Keys.
Never expose your API key in client-side code. All requests to the Noxpay API must originate from your backend.

Error responses

All endpoints return JSON error bodies:
{ "error": "Unauthorized" }
{ "error": "Bad Request", "details": "currency is required" }
{ "error": "internal error" }
HTTP StatusMeaning
400Invalid request body or missing required field
401Missing or invalid API key
403Authenticated but insufficient permissions
404Resource not found or does not belong to your account
500Internal server error