Payroll Integration
  • Introduction
  • Authentication
    • Testing the Client Id & Secret
    • Retrieving a Refresh and Access Token
    • Switching Users
  • Available APIs
    • Payroll API V1.0 Methods
    • Postman Import
  • Integrating Timesheet Applications
    • Login Management
    • Select an Employer
    • Mapping Hourly Rates and Employees
    • Storing the mapping for future use
    • Creating Hourly Payments in BrightPay
    • End 0f Financial Year Behaviour
  • Payroll Scenario Simulation
    • Payroll Simulation Request Headers
    • Payroll Simulation Scenarios
  • Configuring BrightPay for Testing
    • Setting up an Organisation and Employer
    • Setting up Employees
    • Setting up a Payment Schedule
    • Configuration Summary
  • Managing Errors
    • Error Responses
    • Error Code Definitions
  • Secure Design Requirements
Powered by GitBook
On this page
  1. Integrating Timesheet Applications

Select an Employer

PreviousLogin ManagementNextMapping Hourly Rates and Employees

Last updated 9 months ago

Now your application has an Access Token the application can connect to the Bright Payroll API and retrieve a list of Organisations\Employers that the user has access to (see ). This list should be displayed to the user so they can select an Employer. Please display the EmployerNameWithHint field as the text (it may be worthwhile also including the Organisation name for clarity) and use the organisation\employerId field. combination as the value.

GetEmployers