Product Invoicing & payment links — bill online, settle by bank→

Open banking routing. Invoicing & payment links.

Route A2A payments across providers — and bill online with hosted checkout.

Open banking routing · Invoicing & payment links

One platform. Two product lines.

Route A2A payments across providers — and bill online with hosted payment links.

Built for platforms, PSPs, and merchants

Market-aware open banking routing plus invoicing SaaS on the same stack — with transparent pricing and no setup fees.

  • Multi-provider open banking routing
  • Invoices & hosted payment links
  • Bank SCA — lower CNP fraud exposure
  • High acceptance on eligible A2A rails

To get a personalised pricing offer please contact our sales team

Contact sales
Checkout screen showing card-free Pay by bank option for secure open banking payments, with frictionless checkout and instant refunds.

E-commerce & Payment services

Route Pay by bank — and get paid via payment links

Offer account-to-account checkout with market-aware open banking routing, or send invoicing & payment links when you bill outside the cart.

  • Card-free checkout via bank SCA
  • Hosted payment links for invoices and one-offs
  • Webhooks, references, and reconciliation in one layer
  • Coverage expansion with compliance built in
Learn more
Digital banking app with connected HSBC and Monzo accounts and total balance, for aggregation and payment initiation.

Banking

Ship PIS with routing — not provider lock-in

Add payment initiation and data products on a routing layer that hides aggregator complexity — including invoicing links for your merchant programmes.

  • Market-aware open banking routing for PIS
  • Invoicing & payment links for merchant programmes
  • One API — hide aggregator lock-in
  • Webhooks and reconciliation in one layer
Learn more
Loan request form with open banking integration for instant verification and faster approval.

Lending

Collect instalments — and arrears via payment links

Route repayments with open banking, then send invoicing & payment links when borrowers need to catch up.

  • Collect instalments via Pay by bank routing
  • Send arrears invoices with hosted payment links
  • Bank SCA — fewer card declines on large amounts
  • Shared webhooks for gateway and invoice settlement
Learn more
Car service booking checkout with Pay by bank open banking payment option.

Automotive

Settle high-ticket sales without card ceilings

Route deposits and full vehicle payments account-to-account — and send payment links when buyers settle after the showroom visit.

  • High-ticket deposits via open banking routing
  • Balance invoices with hosted payment links
  • Lower interchange on large A2A amounts
  • Webhook posting into DMS / ERP
Learn more
Corporate treasury dashboard with balances, cash flow forecast, and multi-bank visualization.

Treasury management

Reconcile A2A cash-in — pay links for partners

Match open banking routing collections with stable references, and send invoicing & payment links when counterparties settle outside the ERP cycle.

  • Reconcile A2A collections with stable references
  • Partner invoices with hosted payment links
  • Same open banking routing as merchant checkout
  • Status webhooks for cash application
Learn more

Product capabilities

Open banking routing

Market-aware A2A initiation across providers — one API, bank SCA, clear settlement events.

Learn More >

API collections

Gateway Pay by bank with market-aware open banking routing.

Invoicing & payment links

Issue invoices and share hosted checkout links settled by open banking.

Hosted checkout

Branded pay page before bank SCA — invoices and API alike.

Invoice PDF & email

Send structured invoices with a pay link attached.

Coverage & banks

See markets and ASPSPs available for routing and payment links.

Merchant dashboard

Create invoices, track collections, and manage payment links.

Integrate routing and payment links in hours, not weeks

StixBNK connects open banking routing and invoicing & payment links through one API and hosted checkout. Launch A2A collections, invoices, and status webhooks without rebuilding bank connectivity per market.

Routing + invoicing on one API

  • Open banking routing for Pay by bank collections
  • Invoices with hosted payment links
  • API keys, webhooks, and sandbox simulator
Explore the Docs >
 1curl -sS -X POST "https://stixbnk.com/api/v1/payments/merchant/requests" \
 2  -H "Content-Type: application/json" \
 3  -H "X-API-Key: your_key" \
 4  -d '{
 5  "amount": 45.00,
 6  "currency": "EUR",
 7  "market": "FR",
 8  "reference": "postman-merchant-014",
 9  "product_name": "Example product",
10  "description": "Test Postman",
11  "customer_email": "payer@example.com",
12  "customer_lastname": "Doe",
13  "customer_first_name": "John",
14  "language": "en",
15  "store_name": "Example Store",
16  "success_url": "https://stixbnk.com/success",
17  "failure_url": "https://stixbnk.com/failed"
18}'