Nxsys API Documentation
  1. Introduction
Nxsys API Documentation
  • Introduction
    • Nxsys API Documentation
    • Base URL and Environments
    • Handling Errors
    • Pagination
    • Best Practices
  • Authentication
    • Overview
    • Step 1: Create a Client Application
    • Step 2: Obtain Authorization Code
    • Step 3: Exchange your Authorization Code for an Access Token
    • Step 4: Refresh your Access Token
  • APIs
    • Authentication
      • Construct the Authorization URL
      • Exchange your Authorization Code for an Access Token
    • Candidates
      • Create Candidate
      • Get Candidates
      • Update Candidate
    • VAT Codes
      • Get Default VAT Codes
    • PaymentRate
      • Create Payment Rate
      • Get Payment Rates
      • Get Single Payment Rate
      • Update Payment Rate
    • Timesheet
      • Create Timesheet
      • Get Timesheets
      • Get Single Timesheet
      • Update Timesheet
    • Payslips
      • Get Payslips
  1. Introduction

Base URL and Environments

The Nxsys and Payroll systems each provide dedicated APIs, available in two distinct environments: Testing and Production. These environments are designed to support different stages of development, integration, and live operations. This section outlines the base URLs for API and authorization requests for both systems across their respective environments.

Nxsys Umbrella System#

Nxsys Umbrella - Testing Environment
Nxsys Umbrella - Production Enviroment

API Base URL#

All API requests for the Nxsys tax system should use the following base URL:
https://staging-api.nxsys.tech
This URL provides access to the full suite of Nxsys API endpoints.

Authorization Base URL#

All authorization requests for the Nxsys API should be directed to the following base URL:
https://staging.nxsys.tech
This endpoint serves as the entry point for authentication workflows.

Nxsys Payroll System#

Nxsys Payroll - Testing Environment
Nxsys Payroll - Production Enviroment

API Base URL#

All API requests for the Nxsys tax system should use the following base URL:
https://staging-api.nxsys.tech
This URL provides access to the full suite of Nxsys API endpoints.

Authorization Base URL#

All authorization requests for the Nxsys API should be directed to the following base URL:
https://bureau-stg.nxsys.tech
This endpoint serves as the entry point for authentication workflows.
Previous
Nxsys API Documentation
Next
Handling Errors
Built with