Agency infrastructure — white-label fintech

Your clients need fintech.
Stripe can't do it.

Programmable accounts, virtual cards with spend controls, white-label everything — shipped under your client's brand in weeks, not months. No banking license required.

White-label fintech configuration panel with brand customization and live preview

Trusted by

KreivoPomeloKusama

Card configurator

Toggle merchant categories, set a monthly budget, and preview what your campaign card will enforce at swipe time.

Virtual card

•••• •••• •••• 8821

Expires 09/28 · Visa Business

Monthly budget$25,000
$2.5k$100k

Allowed merchant categories (MCC)

3 categories allowed · declines outside this list at authorization · budget resets monthly

How it works

From discovery to launch — infrastructure that stays invisible to end users.

01 · Scope

Define the product

Wallets, cards, transfers, payroll — pick the primitives your client needs. We provide the building blocks.

02 · Build

SDK + white-label API

Full TypeScript SDK with your client's branding. Sub-accounts, card programs, and transfer rails ready to go.

03 · Launch

Deploy under their brand

Your client's users never see Bloque. Full white-label with your agency earning recurring revenue on every transaction.

See the code

Real TypeScript SDK calls. This is what your integration looks like.

01Create a sub-account
import { Bloque } from "@bloque/sdk"

const bloque = new Bloque({ apiKey: "sk_live_..." })

const account = await bloque.accounts.create({
  name: "Client Neobank",
  type: "pocket",
})
02Issue a virtual card
const card = await bloque.cards.create({
  accountId: account.id,
  type: "virtual",
  spendingControls: {
    allowedMcc: ["5734", "7311"],
    maxTransaction: 5000,
    monthlyLimit: 25000,
  },
})
03Transfer funds
const transfer = await bloque.transfers.create({
  from: account.id,
  to: "ext_bank_account_id",
  amount: 10000,
  currency: "USD",
})

Before & after Bloque

What changes when your agency has fintech infrastructure on tap.

Without Bloque

Tell the client 'we don't do fintech'

Lost revenue, lost relationship

Cobble together 4+ APIs

Stripe + Plaid + Unit + compliance layer

6-12 month timeline

Banking partner negotiations, compliance burden

Stripe shows in the experience

No white-label, no brand control

With Bloque

Say yes to every fintech project

Accounts, cards, transfers — all from one SDK

One integration, one partner

TypeScript SDK, full API, webhooks

Weeks to first pilot

Sandbox to production in days

Your client's brand everywhere

Full white-label, Bloque stays invisible

Three branded wallet interfaces showing white-label customization across different clients

Estimate your opportunity

See what fintech-as-a-service could mean for your agency.

Number of clients3
120
Avg. monthly transaction volume$100,000
$10k$1M

Current integration timeline

Time to launch with Bloque

4-6 weeks

vs. 6-12 months traditional

Potential recurring revenue (0.8% of volume)

$2,400/mo

$28,800/year across 3 clients

Estimates are illustrative. Actual revenue depends on your commercial agreement and transaction volume. Contact us for specific pricing.

Frequently asked questions