NextPay Docs
API Reference

API Reference

NextPay REST API reference

The NextPay API is a RESTful API that uses JSON for request and response bodies.

Base URL

https://api.nextpay.world/v1

Authentication

Most endpoints require a Bearer token in the Authorization header.

curl -H "Authorization: Bearer YOUR_TOKEN" \
  https://api.nextpay.world/v1/auth/me

Endpoints

OpenAPI Spec

The full OpenAPI 3.1.0 specification is available at:

  • Production: https://api.nextpay.world/openapi/v1
  • Interactive docs: https://api.nextpay.world/reference/v1

On this page