PayRun.io - UK Payroll API - Source Code
Full featured RESTful payroll API for the United Kingdom including Real Time Information submissions to HMRC. The API is well documented.
PayRun.io is a pure payroll API, it has no ties to any accounting platform and all calculations are fast and completely transparent.

Sample Source Code (9)
The following is a list of sample source code snippets that matched your search term. Source code snippets are chunks of source code that were found out on the Web that you can cut and paste into your own source code. Whereas most of the sample source code we've curated for our directory is for consuming APIs, we occasionally find something interesting on the API provider side of things. If you know of some sample source code that would be of interest to the ProgrammableWeb community, we'd like to know about it. Be sure to check our guidelines for making contributions to ProgrammableWeb.
Title | Description | |
---|---|---|
![]() | PayRun.io Link test Java Sample Code | This PayRun.io Java Sample Code demonstrates instancing for employee-employer links. |
![]() | PayRun.io Link collection Java Sample Code | This PayRun.io Java Sample Code creates a JSON object containing employee information. |
![]() | PayRun.io Employee Java Sample Code | This PayRun.io Java Sample Code takes JSON data to create an employee, create a new bank account, and create an employee partner. |
![]() | PayRun.io OAuth Java Sample Code | This PayRun.io Java Sample Code is a test authentication implementation that generates OAuth 1.0 credentials for consumers. |
![]() | PayRun.io Simple payrun C# Sample Code | This PayRun.io C# Sample Code demonstrates how to create a payment schedule, create a pay instruction, and execute a new PayRun job. |
![]() | PayRun.io Subcontractor C# Sample Code | This PayRun.io C# Sample Code demonstrates how to add and verify a subcontractor by using an employer link. This test program also creates new CIS instructions, runs a CIS calculation job, and performs the monthly return. |
![]() | PayRun.io Correcting tax code C# Sample Code | This PayRun.io C# Sample Code is a test implementation that demonstrates how to delete employee PayRuns that are dated after the new tax effective date. This application also creates a new tax instruction. |
![]() | PayRun.io Auto enrollment C# Sample Code | This PayRun.io C# Sample Code demonstrates the auto-enrollment process. Included is a test class that creates an employer, creates a pension scheme, creates payment schedules, creates an employee, and implements pay instructions. |
![]() | PayRun.io Demo UI App NodeJS Sample Code | The PayRun.io Demo UI App NodeJS Sample Code is a payroll application that demonstrates payment schedules and queries. |