v1.0.0 Production Ready

Build seamless payment loops into your local platforms.

Connect to the NePay Merchant Core Engine using secure, lightning-fast endpoints optimized for both local businesses and global scalability.

Core API Reference

Comprehensive technical specs for authorization headers, webhooks structures, and processing execution. Get initialized in minutes.

Secure Authentication

Learn how to safely implement our Bearer Token protocol and secure signing hashes across your local merchant endpoints.

Webhooks Engine

Listen for instantly triggered network events like payment.success or subscription cycles natively.

The NePay Developer Hub

Join the conversation. Discuss implementation tricks, architecture optimization, and share localized payment solutions with fellow ecosystem developers on our interactive forum channels.

Initiate a Transaction

Pass your payment arguments directly into our merchant gateway. The transaction payload structure is lightweight and strictly validated to prevent layout edge-cases during handshakes.

Explore Endpoint Specs
POST /v1/charges JSON
    {
      "merchant_id": "np_me_88301",
      "amount": 24.50,
      "currency": "EUR",
      "redirect_url": "https://neprizren.com/success",
      "metadata": {
        "service_type": "booking_reservation",
        "client_identifier": "user_09x"
      }
    }

Stuck on an integration logic?

Our official peer forums are filled with answers to specific stack issues, workflow extensions, and edge-case resolutions.

Visit NePay Dev Forums