> ## Documentation Index
> Fetch the complete documentation index at: https://docs.begin.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# Jumis

> Send approved day, night and overtime hours to Jumis payroll.

export const BetaCallout = ({children}) => <div className="kb-beta-callout" role="note">
    <span className="kb-beta not-prose">Beta</span>
    <div className="kb-beta-callout-body">{children}</div>
  </div>;

<img src="https://mintcdn.com/beginltd/BRY4HutgAYlm2EDK/images/cover/integrations-jumis-light.png?fit=max&auto=format&n=BRY4HutgAYlm2EDK&q=85&s=69ab3fb81eda956d995443d48c959610" alt="Jumis in Begin" className="block dark:hidden" noZoom width="1152" height="616" data-path="images/cover/integrations-jumis-light.png" />

<img src="https://mintcdn.com/beginltd/BRY4HutgAYlm2EDK/images/cover/integrations-jumis-dark.png?fit=max&auto=format&n=BRY4HutgAYlm2EDK&q=85&s=37ee8b095e42ce409843da370197c3b2" alt="Jumis in Begin" className="hidden dark:block" noZoom width="1152" height="616" data-path="images/cover/integrations-jumis-dark.png" />

Send day, night and overtime hours directly to Jumis. This is an API sync, so Begin does not produce a file for you to download and import.

<BetaCallout>
  Payroll integrations are rolling out gradually. If **Settings → Integrations** is missing, ask us
  about enabling it for your workspace. Your role also needs permission to manage integrations.
</BetaCallout>

## Connect Jumis

<Steps>
  <Step title="Create the setup">
    Open **Settings → Integrations → Jumis** and turn on the header switch. This creates the setup
    and opens **Setup**; the switch stays off until credentials are saved.
  </Step>

  <Step title="Save your key">
    Enter the Jumis **API key**, choose **Save credentials**, then turn the header switch on.
  </Step>

  <Step title="Check the people">
    Make sure each person you send has the personal code Jumis uses under **Identification number**
    on their [profile](/for-managers/people/member-profiles).
  </Step>
</Steps>

<img src="https://mintcdn.com/beginltd/MJcYB5P5kjj9okDt/images/articles/integrations/integrations-jumis-setup-light.png?fit=max&auto=format&n=MJcYB5P5kjj9okDt&q=85&s=22a45a4e543d1911e4b51277eb8e5416" alt="Send approved day, night and overtime hours to Jumis payroll." className="block dark:hidden" width="2944" height="1840" data-path="images/articles/integrations/integrations-jumis-setup-light.png" />

<img src="https://mintcdn.com/beginltd/MJcYB5P5kjj9okDt/images/articles/integrations/integrations-jumis-setup-dark.png?fit=max&auto=format&n=MJcYB5P5kjj9okDt&q=85&s=a780db8716c4d1b15f561a2e84eb88d5" alt="Send approved day, night and overtime hours to Jumis payroll." className="hidden dark:block" width="2944" height="1840" data-path="images/articles/integrations/integrations-jumis-setup-dark.png" />

## Keep the fixed mapping

**Field mappings** shows the fixed fields sent to Jumis: personal code, day hours, night hours and overtime. The rows are informational. You cannot change their codes or add custom fields to this payload.

Leave **Include unconfirmed hours** off in Setup unless your payroll process deliberately includes hours a manager has not approved. Rejected and cancelled hours are always excluded, even when this setting is on.

## Send a month

Open **Sync**, choose the month, narrow it to the required people or part of the company, and run the sync. Check the completed result and any errors before repeating a run or turning on **Sync on a schedule**.

If a person’s hours are missing, check their personal code and approval state before sending the month again. The shared run guide explains filters, status and automatic runs.

**Jumis: access and limits**

* **Who can:** the default Administrator role manages integrations; Manager and Employee do not. A custom role can carry that permission.
* **Where:** integration access is controlled per role in **Settings → Permissions**.
* **Not supported:** Jumis does not import people, contracts or employee details through this integration.
* **Limits:** the export uses Begin’s calculated payroll values. It is not a list of individual clock-in and clock-out records.

## Next

<Columns cols={2}>
  <Card title="Run the integration" icon="arrow-right" href="/for-managers/integrations/running-payroll-integrations">
    Choose a month, run it and check the result.
  </Card>

  <Card title="Choose an integration" icon="arrow-right" href="/for-managers/integrations/available-integrations">
    Compare providers and connection methods.
  </Card>
</Columns>

## Still need help?

<Columns cols={2}>
  <Card title="Contact support" icon="envelope" href="mailto:support@heybegin.eu">
    Email the Begin team and we'll get back to you.
  </Card>

  <Card title="Ask Begin AI" icon="comment-dots" href="?assistant=open">
    Open the AI assistant and get instant answers based on these docs.
  </Card>
</Columns>
