FlowAlp

FlowAlp Pay overview

July 30, 2026

FlowAlp Pay overview: hosted checkout, pay links and QR codes, shop plugins, REST API and POS for accepting TWINT, cards and wallets in Switzerland.

FlowAlp Pay is FlowAlp's Swiss payment platform for accepting payments online and in person. A single merchant account gives you a hosted checkout, pay links and QR codes, ready-made shop plugins, a REST Merchant API, and point-of-sale (POS) options — with Swiss payment methods such as TWINT alongside international cards and wallets.

Payment flow with FlowAlp Pay: from checkout creation to payment confirmation
Payment flow with FlowAlp Pay: from checkout creation to payment confirmation

This documentation serves two audiences: merchants who want to get paid with little or no setup, and developers who integrate payments into websites, shops, and apps. Every capability below links to a dedicated guide.

What FlowAlp Pay offers

CapabilityWhat it does
Hosted checkout (Gateway)A ready-made payment page created per order through the Merchant API. Customers are redirected to it or see it embedded in your site.
Pay links and QR codesShareable payment links and QR codes created in the dashboard — no code required.
PluginsPrebuilt integrations for e-commerce platforms, CMS, and business software.
Merchant APIREST API to create checkouts and manage transactions, subscriptions, refunds, and payouts.
POSIn-person payment options; availability depends on your account configuration.

Payment methods include TWINT, Visa, Mastercard, American Express, PostFinance, Apple Pay, Google Pay, PayPal, and Klarna. Which methods you can offer depends on your account configuration — see Activate payment methods.

Core concepts

ConceptMeaning
InstanceThe technical identifier of your merchant account. It appears in your payment page domain and as the instance query parameter on every API request.
GatewayA checkout session created through the API for one specific payment.
DashboardThe merchant back office where you configure payment methods, tools, API keys, and webhooks.
WebhookA server-to-server notification that tells your system about payment status changes.
PayoutThe settlement transfer of collected funds to your bank account.

Read more about the instance in Instance name.

Two ways to integrate

For merchants (no or low code)

For developers (REST API)

  1. Look up your instance name and create API credentials.
  2. Send your first API request to verify the setup.
  3. Create a Gateway and send your customer to the hosted checkout, or embed it — see the checkout embedding overview.
  4. Process results server-side with webhooks and signature verification.
  5. Test everything in test mode and work through the go-live checklist.

Explore the documentation

Key URLs

PurposeURL
Dashboard and sign-uphttps://pay.flowalp.com
Your tenant (sign-in and payment pages)https://tenantname.pay.flowalp.com
Merchant APIhttps://api.pay.flowalp.com/v1.16/

The Merchant API supports versions v1.14, v1.15, and v1.16; new integrations should use v1.16. See API versions and changelog.

New to FlowAlp Pay? Create your account and follow Choose an integration. Developers can jump straight to Your first API request.