html, body { overscroll-behavior: none; }

We automate your payouts and salaries

Are you looking for a simple and automated solution for your personnel administration and payroll payments? Hand over responsibility for introduction and procurement responsibilities while maintaining full control.

We offer several products and solutions to meet your company's automation needs.

Achieve automation for your enterprise with a single integration

Thanks to our high degree of automation, we can keep prices low. Through our partnership with affiliated partners, we are able to offer a seamless payout process and access to a comprehensive financial infrastructure.

Simple, safe and cost effective

Shoutly offers businesses a cost-effective and agile solution with multiple benefits. With a competitive fee of only 2.95% of invoiced amount, Shoutly takes on full employer responsibility and aggregates all payroll payments on a single invoice. This provides companies with simplicity, security and significant time savings in managing payroll administration.

  • Black checkmark icon

    Low fee of only 2.95%

  • Black checkmark icon

    We take employer responsibility

  • Black checkmark icon

    You get it all in one consolidated invoice

Administrative fee only
2.95%
No fixed costs
Administrative fee only
2.95%
No fixed costs

We help companies create the futures salaries and payouts

Free up time and resources with Shoutly's automated consultant and freelancer management tool. Through our automation platform, we can guarantee fast and accurate payroll payments.

You can decide when and how your staff will be paid. You can choose to pay the staff before the completion of the assignment, after the assignment, or split the payment.

You can also choose a default payment method and a range of how often you want payroll payments to go, such as real-time to once a month, once a week or once a year.

Automate your human resources management

Shoutly provides innovative solutions for automating corporate payroll payments. By using advanced technology, Shoutly eliminates manual processes and reduces the risk of errors. This results in significant time savings in administration, increased security, greater flexibility and transparency. In addition, the system provides valuable insights through automated reporting and supports multiple payment methods.

With Shoutly, your business can grow without being constrained by administrative barriers. You can collect all salary payments on a single invoice for the entire staff or customize the billing according to cost centers or departments. You have the freedom to choose the solution that best suits your business, whether it's integration via API, file transfer or management through our easy-to-use interface.

Let us support your long-term growth by offering competitive rates, flexibility and fast payouts.

Advanced API, easy implementation

In the digital era, the availability and integration of APIs is critical to optimizing business performance and creating seamless user experiences. With Shoutly's API, transferring data between your company's systems and external applications is both simple and secure. This promotes fast and reliable data flow, which is critical to ensuring accurate and up-to-date data.

The security aspects of our API, including authentication and encrypted data transmission, ensure maximum protection of sensitive personal data and payment information. By taking advantage of our API, you can easily retrieve real-time information about payouts, transaction history and much more. This provides a comprehensive and up-to-date overview of the company's economic activities.

Our API is designed to be scalable and flexible enough to handle any business need, whether it's small adjustments or big changes. It adapts smoothly to the growth and development of the company, ensuring that the API solution is always adapted to the latest requirements.

In the digital era, access to and integration of API is critical to creating seamless user experiences. With Shoutly's API, data transfer between enterprise systems and external applications is both simple and secure. This allows for a fast and reliable data flow, which is essential to ensure accurate and up-to-date data.

Our API includes advanced security features such as authentication and encrypted data transfer, ensuring maximum protection of sensitive personal data and payment information. By leveraging our API, you can easily retrieve real-time information about payouts, transaction history and much more. This provides a comprehensive and up-to-date overview of the company's economic activities.

Shoutly's API is designed to be scalable and flexible, allowing it to handle all kinds of business needs, from minor tweaks to extensive changes. It adapts smoothly to the growth and development of the company, ensuring that the API solution always meets the latest requirements.

<?php
  require_once 'HTTP/Request2.php';
  $request = new HTTP_Request2();
  $request->setUrl('https://api.test.shoutly.com/partner/v1/collabs/14');
  $request->setMethod(HTTP_Request2::METHOD_GET);
  $request->setConfig(array(
    'follow_redirects' => TRUE
  ));
  $request->setHeader(array(
    'Accept' => 'application/json'
    'Authorization': Bearer JWT_TOKEN
  ));
  try {
    $response = $request->send();
    if ($response->getStatus() == 200) {
      echo $response->getBody();
    }
    else {
      echo 'Unexpected HTTP status: ' . $response->getStatus() . ' ' .
      $response->getReasonPhrase();
    }
  }
  catch(HTTP_Request2_Exception $e) {
    echo 'Error: ' . $e->getMessage();
  }
xhr.addEventListener("readystatechange", function() {
  if(this.readyState === 4) {
    console.log(this.responseText);
  }
});

xhr.open("GET", "https://api.test.shoutly.com/partner/v1/collabs/14");
xhr.setRequestHeader("Accept", "application/json");
xhr.setRequestHeader("Authorization", "Bearer JWT_TOKEN");

xhr.send();
{
  "id": 14,
  "owner": 7,
  "employer": 7,
  "gigger": 8,
  "created_by_user": 7,
  "accepted_by_user": null,
  "date_start": "2021-04-21T22:00:00.000000Z",
  "date_end": "2021-12-21T23:00:00.000000Z",
  "upfront": 0,
  "postpaid": 12,
  "currency": "EUR",
  "state": "Ongoing",
  "cancellation": "sent_by_employer",
  "deadline": 0,
  "attest": 1,
  "fee": "paid_together",
  "email": null,
  "invoice_id": 6,
  "department_id": null,
  "created_at": "2021-10-27T09:04:02.000000Z",
  "updated_at": "2021-10-27T16:03:32.000000Z",
  "extension": "none",
  "suggested_date_end": null,
  "frequency": "hourly",
  "payout_date": null,
  "payout_day": 26,
  "cost_center": [],
  "report": {
      "id": 1,
      "collab_id": 14,
      "month": 9,
      "year": 2021,
      "state": "accepted",
      "hours": 186,
      "created_at": "2021-10-27T09:08:08.000000Z",
      "updated_at": "2021-10-27T09:09:10.000000Z",
      "cost_id": 41
  },
  "actions": {
      "confirmation": 0,
      "cancellation": 0,
      "cancelButton": 0,
      "extension": 0,
      "extendButton": 1,
      "finishNeeded": 1,
      "finishReminder": 0,
      "reportable": 0,
      "approvable": 0,
      "monthlyAttest": 0
  },
  "description": {
      "describable_id": 14,
      "describable_type": "App\Shoutly\Collabs\Collab",
      "title": "Corporate Brand Specialist",
      "description": null,
      "attachments": null,
      "satisfaction": null,
      "deliverables": null,
      "reason": null,
      "asap": 0,
      "sphere": null,
      "work_category": null,
      "experience_years": null,
      "experience_level": null,
      "location": null,
      "employment_type": null,
      "availability": null,
      "max_price": null,
      "working_hours": null,
      "start_time": null,
      "workfields": [],
      "skills": [
          "Adobe XDD"
      ]
  },
  "proposals": false,
  "partner": {
      "avatar": "http://www3.shoutly.test/v1/file/avatars/avatar-36.png",
      "name": "Considine, Schroeder and Heathcote",
      "email": "test@mail.com",
      "country": "Sweden"
  },
  "department": null,
  "fee_percent": 4
}

Your employies are safe with us

For us, it is important that both you and your staff feel safe. We therefore offer an insurance package and occupational pension for your staff when you use Shoutly's full-service product.

We take employer responsibility, take care of all administration, offer insurance, occupational pension and fast, flexible salary payments.

Questions & Answers

How can you keep the fee so low?
A icon with arrow pointing down

We are able to keep our fee lower than the competition thanks to our high degree of automation.

How do I access Shoutly's API?
A icon with arrow pointing down

To access our API, please submit a request via the form at this page or send an email to contact@shoutly.com.

How do I get started with Shoutly?
A icon with arrow pointing down

To get started, simply create an account by click here. Registration takes just a few minutes and you can then start creating collaborations right away.

How do I get in touch with Shoutly?
A icon with arrow pointing down

If you do not find the answer to your question on this page, you can contact us by email - contact@shoutly.com.

Recent Posts

Contact Us

Let's talk.

Want to know more or book a demo?
contact@shoutly.com
+46 (0) 76-028 57 55
Icon with paper plane, indicating your message was sent

Message sent

We will get back to you as soon as we can.
Oops! Something went wrong, please try again or reach out to us at contact@shoutly.com