Flow Automate

Smart money moves with Flow

Enable your customers to fully automate their money flows, seamlessly embedded into your product.

  • VAT Buffer

    Automatically set aside VAT of incoming payments.

  • Corporate Tax

    Allocate a percentage of incoming payments to tax obligations

  • Invoice Splitter

    Splits incoming invoice payments across multiple accounts.

  • Operating Budget

    Distribute incoming payments across operating categories for your business.

  • Profit First

    Distributes incoming revenue into buckets following the Profit First method.

  • Salary Splitter

    Allocate funds from business income to salary accounts on a recurring basis.

VAT

€11.235,18

NL01 ABCD 1234 1234 56

VAT

€11.235,18

NL01 ABCD 1234 1234 56

Trusted by leading companies

You name it, we automate it

Money automation

Split, forward, or distribute money automatically based on real events.

Smart triggers

Start flows when money comes in, balances change, or schedules are reached.

Composable actions

Chain actions like “from what’s left”, thresholds, and buffer limits.

Optional approval

Give users full control. Choose manual confirmation or complete autopilot.

Templates to get you started

VAT Buffer

Automatically sets aside VAT of incoming payments into a separate account, so tax money is never accidentally spent.

Tax Reserve

Automatically set aside a percentage of incoming revenue for corporate tax obligations.

Invoice Splitter

Splits incoming invoice payments across multiple accounts based on rules such as VAT, salary, expenses, or profit.

Operating Budget

Distribute incoming revenue across operating categories like marketing, tools & more.

Profit First

Distributes incoming revenue into buckets (like profit, tax, salary, and expenses) following the Profit First method.

Salary Splitter

Automatically allocates funds from business income to a personal salary account on a recurring or rule-based basis.

OS

The Embedded Finance Product Suite

FlowOS is the modular white-label solution that enables you to seamlessly embed financial products into your platform.

White-label solution

Seamlessly embed financial products while staying true to your brand.

Integrated KYC

KYC your customers once and reuse it across the FlowOS product suite.

Flexible modules

Financial products that easily integrate into your platform.

import { Flow } from "@withflow/sdk";


const flow = new Flow({ apiKey: process.env.FLOW_API_KEY! });


const customer = await flow.customers.create({

  type: "business",

  legalName: "Acme B.V.",

  registrationNumber: "72829796",

  country: "NL",

  email: "finance@acme.example",

});


const kycSession = await flow.kyc.createSession({

  customerId: customer.id,

  mode: "business",

  redirectUrl: "https://platform.example.com/onboarding/complete",

});


const account = await flow.accounts.create({

  customerId: customer.id,

  product: "banking",

  currency: "EUR",

  type: "current",

  metadata: { workspaceId: "ws_42" },


01

02

03

04

05

06

07

08

09

10

11

12

13

14

15

16

17

18

19

20

21

23

24

25

26

27

28

29

30

31


import { Flow } from "@withflow/sdk";


const flow = new Flow({ apiKey: process.env.FLOW_API_KEY! });


const customer = await flow.customers.create({

  type: "business",

  legalName: "Acme B.V.",

  registrationNumber: "72829796",

  country: "NL",

  email: "finance@acme.example",

});


const kycSession = await flow.kyc.createSession({

  customerId: customer.id,

  mode: "business",

  redirectUrl: "https://platform.example.com/onboarding/complete",

});


const account = await flow.accounts.create({

  customerId: customer.id,

  product: "banking",

  currency: "EUR",

  type: "current",

  metadata: { workspaceId: "ws_42" },


01

02

03

04

05

06

07

08

09

10

11

12

13

14

15

16

17

18

19

20

21

23

24

25

26

27

28

29

30

31


KYC Module

KYC Module

KYC Module

Acme

Home

Proposals

Invoices

Banking

Reports

Banking

New account

Transfer

Open a new bank account within minutes.

Spend less time managing your finances. Map transactions to invoices in real-time in our platform with an Acme bank account.

Open new account

Inbox

Transaction

LinkedIn

Tesla

GoDaddy

Polar

Claude.ai

Date

Today, 6:33

Today, 6:33

Today, 6:33

Today, 6:33

Today, 6:33

Status

Completed

Completed

Completed

Completed

Completed

Amount

-€69,65

-€9,99

-€170,76

-€20,48

-€86,98

OS

The Embedded Finance Product Suite

FlowOS is the modular white-label solution that enables you to seamlessly embed financial products into your platform.

White-label solution

Seamlessly embed financial products while staying true to your brand.

Integrated KYC

KYC your customers once and reuse it across the FlowOS product suite.

Flexible modules

Financial products that easily integrate into your platform.

import { Flow } from "@withflow/sdk";


const flow = new Flow({ apiKey: process.env.FLOW_API_KEY! });


const customer = await flow.customers.create({

  type: "business",

  legalName: "Acme B.V.",

  registrationNumber: "72829796",

  country: "NL",

  email: "finance@acme.example",

});


const kycSession = await flow.kyc.createSession({

  customerId: customer.id,

  mode: "business",

  redirectUrl: "https://platform.example.com/onboarding/complete",

});


const account = await flow.accounts.create({

  customerId: customer.id,

  product: "banking",

  currency: "EUR",

  type: "current",

  metadata: { workspaceId: "ws_42" },


01

02

03

04

05

06

07

08

09

10

11

12

13

14

15

16

17

18

19

20

21

23

24

25

26

27

28

29

30

31


import { Flow } from "@withflow/sdk";


const flow = new Flow({ apiKey: process.env.FLOW_API_KEY! });


const customer = await flow.customers.create({

  type: "business",

  legalName: "Acme B.V.",

  registrationNumber: "72829796",

  country: "NL",

  email: "finance@acme.example",

});


const kycSession = await flow.kyc.createSession({

  customerId: customer.id,

  mode: "business",

  redirectUrl: "https://platform.example.com/onboarding/complete",

});


const account = await flow.accounts.create({

  customerId: customer.id,

  product: "banking",

  currency: "EUR",

  type: "current",

  metadata: { workspaceId: "ws_42" },


01

02

03

04

05

06

07

08

09

10

11

12

13

14

15

16

17

18

19

20

21

23

24

25

26

27

28

29

30

31


KYC Module

KYC Module

KYC Module

Acme

Home

Proposals

Invoices

Banking

Reports

Banking

New account

Transfer

Open a new bank account within minutes.

Spend less time managing your finances. Map transactions to invoices in real-time in our platform with an Acme bank account.

Open new account

Inbox

Transaction

LinkedIn

Tesla

GoDaddy

Polar

Claude.ai

Date

Today, 6:33

Today, 6:33

Today, 6:33

Today, 6:33

Today, 6:33

Status

Completed

Completed

Completed

Completed

Completed

Amount

-€69,65

-€9,99

-€170,76

-€20,48

-€86,98

OS

The Embedded Finance Product Suite

FlowOS is the modular white-label solution that enables you to seamlessly embed financial products into your platform.

White-label solution

Seamlessly embed financial products while staying true to your brand.

Integrated KYC

KYC your customers once and reuse it across the FlowOS product suite.

Flexible modules

Financial products that easily integrate into your platform.

import { Flow } from "@withflow/sdk";


const flow = new Flow({ apiKey: process.env.FLOW_API_KEY! });


const customer = await flow.customers.create({

  type: "business",

  legalName: "Acme B.V.",

  registrationNumber: "72829796",

  country: "NL",

  email: "finance@acme.example",

});


const kycSession = await flow.kyc.createSession({

  customerId: customer.id,

  mode: "business",

  redirectUrl: "https://platform.example.com/onboarding/complete",

});


const account = await flow.accounts.create({

  customerId: customer.id,

  product: "banking",

  currency: "EUR",

  type: "current",

  metadata: { workspaceId: "ws_42" },


01

02

03

04

05

06

07

08

09

10

11

12

13

14

15

16

17

18

19

20

21

23

24

25

26

27

28

29

30

31


import { Flow } from "@withflow/sdk";


const flow = new Flow({ apiKey: process.env.FLOW_API_KEY! });


const customer = await flow.customers.create({

  type: "business",

  legalName: "Acme B.V.",

  registrationNumber: "72829796",

  country: "NL",

  email: "finance@acme.example",

});


const kycSession = await flow.kyc.createSession({

  customerId: customer.id,

  mode: "business",

  redirectUrl: "https://platform.example.com/onboarding/complete",

});


const account = await flow.accounts.create({

  customerId: customer.id,

  product: "banking",

  currency: "EUR",

  type: "current",

  metadata: { workspaceId: "ws_42" },


01

02

03

04

05

06

07

08

09

10

11

12

13

14

15

16

17

18

19

20

21

23

24

25

26

27

28

29

30

31


KYC Module

KYC Module

KYC Module

Acme

Home

Proposals

Invoices

Banking

Reports

Banking

New account

Transfer

Open a new bank account within minutes.

Spend less time managing your finances. Map transactions to invoices in real-time in our platform with an Acme bank account.

Open new account

Inbox

Transaction

LinkedIn

Tesla

GoDaddy

Polar

Claude.ai

Date

Today, 6:33

Today, 6:33

Today, 6:33

Today, 6:33

Today, 6:33

Status

Completed

Completed

Completed

Completed

Completed

Amount

-€69,65

-€9,99

-€170,76

-€20,48

-€86,98

Banking within SnelStart

SnelStart, used by thousands of accountants, now offers SnelStart Bankieren powered by Flow Banking.

Smart money automation

Qonto users can now smartly automate their finances directly inside the app, powered by Flow Automate.

3x

Faster GTM

60%

Less engineering effort

Launch with speed and efficiency with FlowOS.

Launch with speed and efficiency with FlowOS.

Compliance & Security

So your team can move fast, with confidence

ISO 27001

ISO/IEC 27001:2013

International certification for structured information security and data protection controls.

PSD2 AIS

PSD2 license enabling secure access to and aggregation of bank account data.

PSD2 PIS

PSD2 authorization to securely initiate payments from users’ bank accounts.

GDPR compliant

Compliance with EU regulations for lawful and secure personal data processing.

Implementation services

Implementation services

Your partner from start to finish

Your partner from start to finish

To create a truly successful commercial future, we help with your go-to-market strategy, sales, and marketing.

To create a truly successful commercial future, we help with your go-to-market strategy, sales, and marketing.

Daan van Klinken

Daan van Klinken

Daan van Klinken

Founder, CEO

Founder, CEO

Ronald Sminia

Eelco-Jan Boonstra

General Manager

Go-to-market strategy

In close cooperation, we develop value propositions that fit your customers' needs, ascertain the target audience, and decide on pricing.

Marketing & Sales

We know the benefits of our products from the inside out. That is paramount in coaching and guiding your marketing team.

Continuous support

We’re there for you all the way. That’s because we want our money management products to truly wow your customers: we wow to win.

Discover Flow Automate

If your customers repeat the same financial actions every week, Flow Automate can turn those actions into reliable behaviour.

Trusted partners

Discover Flow Automate

If your customers repeat the same financial actions every week, Flow Automate can turn those actions into reliable behaviour.

Trusted partners

Discover Flow Automate

If your customers repeat the same financial actions every week, Flow Automate can turn those actions into reliable behaviour.

Trusted partners

Visit us
Flow Money Automation BV
Terminalweg 38
3821AB Amersfoort
The Netherlands

CoC 72829796
VAT NL851355936B01

Mail hi@withflow.com

© 2026 Flow Money Automation BV — Flow is a financial technology company and not a bank. Banking services are provided by Flow's bank partners.

Visit us
Flow Money Automation BV
Terminalweg 38
3821AB Amersfoort
The Netherlands

CoC 72829796
VAT NL851355936B01

Mail hi@withflow.com

© 2026 Flow Money Automation BV — Flow is a financial technology company and not a bank. Banking services are provided by Flow's bank partners.