Effortless
gig salary payments
- Built for scaling Gig and Marketplace businesses
- Pricing from 3.9%
- Instant salary payouts with all taxes, insurances and pensions covered.

Short-term Salary Payout Management for Scaling Gig and Marketplace Platforms
Easy
Manage all of your short-term Gig workers, assignments, and payouts, directly through our dashboard.
Scalable
Just as perfect for managing 10+ short-term Gig workers, to managing thousands.
Compliant
All taxes, insurances and pensions are covered each time a Gig payout is made. Automagically.

Gigger
Management
Take control of all your short-term Giggers directly in your dashboard. Within moments see which payouts have been made, which are still waiting to be claimed, and how many assignments have been completed. Easily send new payouts to existing Giggers within seconds. Seriously, it is that simple. Read more
Onboarding
& verification
That’s where we come in. We’ve built our solution for businesses just like yours. We’ve built a solution so it’s easy to manage the payouts for your staff without having to learn all of the employee tax rules, or do the reporting, as we do it for you. Learn more

Developer-first technology
Our automated payroll solution is easy to integrate. With the help of our API you can offer simple payouts in your platform or cloud service. Minimise manual handling, avoid human error and leverage instant payouts.
-
import requests response = requests.post( 'https://api.demo.gigapay.se/v2/payouts/?expand=employee', data = { 'amount': 1000, 'description': 'Event', 'employee': { 'cellphone_number': '+46701234544', 'name': 'Thomas' } })
-
require './vendor/autoload.php'; use GuzzleHttp\Client; $client = new Client(['base_uri' => 'https://api.demo.gigapay.se/v2']); $response = $client->request('POST', 'https://api.demo.gigapay.se/v2/payouts/?expand=employee', [ 'headers' => [ 'Authorization' => '
', 'Integration_ID' => ' ' ], 'json' => [ 'amount' => '100.00', 'description' => 'Example gig', 'employee' => [ 'cellphone_number' => '+46700000000', 'name' => 'Albin' ], ] ]); echo $response->getBody() -
const request = require('request'); request.post({ url: 'https://api.demo.gigapay.se/v2/payouts/?expand=employee', json: { amount: '100.00', description: 'Example gig', employee: { cellphone_number: '+46700000000', name: 'Ludwig' } }, headers: { Authorization: '
', Integration_ID: ' ' } }, (error, res, body) => { console.log(body) } ); -
require 'httparty' response = HTTParty.post( 'https://api.demo.gigapay.se/v2/payouts/?expand=employee', headers: { Authorization: '
', Integration_ID: ' ' }, json: { amount: '100.00', description: 'Gig salary', employee: { cellphone_number: '+46700000000', name: 'Gustav' } } ) print JSON.parse response.body
Request a 15 minute demo, or apply for free access.