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.

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.

Avancerat API, enkel implementation

I den digitala eran är API:ers tillgänglighet och integration avgörande för att optimera företagsprestanda och skapa sömlösa användarupplevelser. Med Shoutlys API blir överföring av data mellan företagets system och externa applikationer både enkel och säker. Detta främjar snabbt och pålitligt dataflöde, vilket är avgörande för att säkerställa korrekta och aktuella uppgifter.

Säkerhetsaspekterna i vårt API, inklusive autentisering och krypterad dataöverföring, garanterar maximalt skydd av känsliga personuppgifter och betalningsinformation.Genom att dra nytta av vårt API kan du enkelt hämta realtidsinformation om utbetalningar, transaktionshistorik och mycket mer. Detta ger en heltäckande och aktuell överblick över företagets ekonomiska aktiviteter.

Vårt API är skapat för att vara skalbart och flexibelt nog att hantera alla företagsbehov, oavsett om det gäller små justeringar eller stora förändringar. Det anpassar sig smidigt till företagets tillväxt och utveckling, och garanterar att API-lösningen alltid är anpassad efter de senaste kraven.

I den digitala eran är tillgång till och integration av API avgörande för att skapa sömlösa användarupplevelser. Med Shoutlys API blir dataöverföring mellan företagets system och externa applikationer både enkel och säker. Detta möjliggör ett snabbt och pålitligt dataflöde, vilket är avgörande för att säkerställa korrekta och uppdaterade uppgifter.

Vårt API inkluderar avancerade säkerhetsfunktioner som autentisering och krypterad dataöverföring, vilket garanterar maximalt skydd av känsliga personuppgifter och betalningsinformation. Genom att utnyttja vårt API kan ni enkelt hämta realtidsinformation om utbetalningar, transaktionshistorik och mycket mer. Detta ger en omfattande och aktuell överblick över företagets ekonomiska aktiviteter.

Shoutlys API är designat för att vara skalbart och flexibelt, vilket gör att det kan hantera alla typer av företagsbehov, från mindre justeringar till omfattande förändringar. Det anpassar sig smidigt till företagets tillväxt och utveckling, och garanterar att API-lösningen alltid uppfyller de senaste kraven.

<?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
}
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 registering here. It only takes a few minutes to register, and you can 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