Integrating Connected Payments
Last edit: Jan 29, 2026
Warning
This article promotes the deprecated Payments module, which is not following best practices like Commands and Events, and does not use our core module. We recommend using pos-module-payments-stripe instead.
This guide will help you integrate Stripe Connect payments and teach you how to process proper commissions for each payment.
Requirements
To follow this tutorial, you should be familiar with the Stripe API and the Stripe Dashboard.
You need to have access to the Partner Portal. Before you start, make sure that:
- you have Stripe configured correctly as explained in Integrating Stripe
- you understand GraphQL mutations and how you can process payments with them: Processing Payments with GraphQL Mutations
Steps
- Create Merchant Account
- Automate payment transfers
- Create manual payment transfers with mutations
- Fetch transfers list
- Configure automated payment fees