Thought Leadership

Stablecoin Payments Infrastructure: Build, Buy, or Both?

Mar 18, 2026

Every fintech building stablecoin payments has the same conversation at some point:

"We're going to integrate the providers ourselves. We have the engineering team, we want the control, and we don't want to depend on a third party for something this core."

That instinct is usually right, at least at first.

But the way most teams make this decision costs them six to twelve months of engineering time. And by the time they see it, they're already committed.

The mistake isn't choosing to build. It's thinking build-vs-buy is the only frame. The companies that move fastest treat it as a spectrum.

There's a Third Option

Most teams frame it as: build it yourself for control, or use an aggregator for speed and eat the FX markup.

The option most teams skip: become your own aggregator.

Traditional aggregators sit between you and the provider, marking up the FX spread, typically 20 basis points or more, and passing you a blended rate. 20bps sounds like nothing until you see the invoice. One company with 80 million users discovered their aggregator was charging well above mid-market rates on every transaction, with no visibility into the actual provider pricing underneath. Fast to market, sure. But you're paying for it on every single transaction.

A different model: you integrate once into an orchestration layer, like Borderless, that connects you to multiple licensed providers. You see the actual provider rates. You choose which providers to enable. The platform charges a flat fee for the infrastructure. The margin stays with you.

"Speed of an aggregator, economics of going direct."

An aggregator captures your margin. An orchestration layer lets you capture it yourself. You see every provider's actual rate, you pick the best one, done.

For a company doing $25M/month, 20bps of hidden markup is $50,000/month you'll never see on an invoice. At $100M/month, it's $200,000/month, margin permanently extracted from your business. The math at different volume tiers:

Monthly Volume

Aggregator Markup (20bps)

Platform Model

Your Margin Recaptured

$10M

$20,000/mo

Flat platform fee

~$15K/mo back to your P&L

$25M

$50,000/mo

Flat platform fee

~$45K/mo back to your P&L

$50M

$100,000/mo

Flat platform fee

~$95K/mo back to your P&L

$100M+

$200,000+/mo

Flat platform fee

Vertically integrate in core markets

Platform fees typically start at $5K/month. Below $5-10M in monthly volume, the aggregator markup may be tolerable, and that's fine. Not every company should use a platform. But every company should run the math before defaulting to "we'll build it ourselves."

What "Building Your Own" Actually Means

Going direct with stablecoin providers is way more than a few API integrations.

Each provider has:

  • A different API, different auth, different error handling

  • KYB and compliance onboarding that takes 2-6 weeks per provider

  • Schema changes and breaking updates on their own schedule

  • Unique downtime patterns and failure modes

  • Their own rate format, settlement window, and reconciliation export

For a single corridor, let's say Brazil, one provider integration might take 4-6 weeks end-to-end: API integration, sandbox testing, KYB, compliance review, go-live. That's one country, one provider.

Now multiply that by the number of corridors you want to cover.

The companies building their own stack for Mexico, Colombia, Nigeria, and the Philippines are looking at 4-5 provider integrations. That's 4-6 months of engineering before they're live globally. And that's before anyone's thought about routing logic, failover, or a unified reconciliation layer.

If you already have two or three integrations built, you already know this. The first two make sense. It's integrations 3 through 7 where the economics flip, where every new corridor means another provider API, another KYB cycle, another reconciliation format, and another set of breaking changes to maintain.

It's Not the Build. It's the Upkeep.

Your Brazil provider pushes a breaking API change on a Friday. Your Mexico provider is down for maintenance. Your Nigeria provider changed their rate format. Your team is debugging three fires instead of shipping the feature your CEO asked about last week.

A conservative estimate: maintaining 4-5 provider integrations requires 1-2 full-time engineers. Not building features. Just keeping existing integrations from breaking. At current market rates, that's $15,000-$30,000 per month on plumbing.

That's just the engineering cost. The ops burden is worse.

Five providers means five dashboards, five transaction status formats, five settlement schedules, and five different CSV exports. Your ops team is spending days each month stitching these into a single view. When a transaction shows "completed" in one provider's system but "pending" in yours, someone has to dig through logs across two platforms to figure out what happened. Multiply that by hundreds of transactions a day across multiple corridors and you're building an entire reconciliation function, not just running one.

Then there are RFIs. Each provider runs their own compliance process, their own timelines. When one lands, the clock starts. If your team is juggling RFIs across four or five providers with no unified queue, things slip. A missed RFI doesn't just hold up a payment - it can freeze your account, trigger enhanced due diligence across the entire relationship, or surface regulatory exposure you weren't tracking. The bigger you get, the less forgiving this becomes.

And without a single system tying your providers together, basic questions become hard to answer: What's our success rate in Nigeria this week? Which provider has the best settlement time for Colombia? Why did three transactions fail in the Philippines yesterday? Each answer requires logging into a different system and correlating data manually. Your ops team ends up building internal tooling just to get visibility, which is more engineering time that isn't going toward product.

A CTO at a B2B treasury platform operating across 12 countries put it simply after walking through this exercise:

"Does it add any strategic value for us doing integrations ourselves? No. Not at all."

A head of partnerships at a crypto exchange with 80 million users told us their aggregator was charging well above mid-market rates, and they had no way to see it until they started comparing quotes from individual providers directly.

And one fintech that evaluated providers across multiple regions found that pricing was "fine in certain markets, good in other markets, and terrible in others." No single provider wins everywhere. Multi-provider access isn't a nice-to-have, it's the difference between competitive and uncompetitive rates in every corridor you serve.

Direct provider integrations aren't a competitive advantage. Your routing logic is. Your product experience is. Your compliance posture is. The code that calls a Brazilian provider's API and parses their response? That's plumbing. The ops team reconciling five dashboards at month-end? Also plumbing. It costs the same whether you build it or someone else does.

When Going Direct Is the Right Call

If you're doing $100M+/month in a single market, you're past the point of needing providers at all. At that volume you should be owning the bank relationships directly, getting your own licenses, and fully vertically integrating in those core markets. Skip the provider layer entirely and build the rails yourself. That's a real competitive moat.

If control is the product, it’s the same idea. If exchanges or infra providers are positioning provider relationships as part of their value, they should own those integrations. That’s part of the product - not overhead.

And if you have enough volume to negotiate rates comparable to what a platform gets through aggregate volume, direct integration becomes more attractive.

For most fintechs doing $1M-$100M/month and expanding into 3+ corridors? None of these apply yet.

The Crawl/Walk/Run Playbook

The companies that do this well don't think "build vs. buy." They think "what do I need now vs. later?"

  1. Crawl. Go live on your first 2-3 corridors through an orchestration layer. Two to four weeks instead of months. Validate the use case, the economics, the product fit before you invest serious engineering resources.

  2. Walk. As volume grows and corridors prove out, start building direct relationships with your highest-volume providers. Use the data you've collected (rate comparisons, settlement times, failure rates) to negotiate from a position of knowledge.

  3. Run. Core corridors on your own infrastructure. Long-tail (15-20 countries) still routed through the platform. Best execution where it matters, without the maintenance overhead everywhere else.

This is where most mature cross-border fintechs land eventually. The platform handles the long tail. That's what makes 20-country coverage viable without a 10-person integrations team.

If you want to see how this maps to your corridors, talk to us.

What About Platform Risk?

The obvious CTO question: "What happens if the platform goes down? What about lock-in?"

Good questions that are worth walking through.

First, architecture. An orchestration layer that sits in the flow of funds is a fundamentally different risk profile than one that doesn't. If the platform is routing your API calls and managing provider connections but you're settling directly with providers, the counterparty risk is dramatically lower. If the platform goes down, your existing provider relationships remain intact.

Second, data portability. If a platform won't give you full access to your transaction data, rate history, and provider performance, walk away. If you decide to go direct on a corridor, the data you've collected through the platform should make that transition easier, not harder.

And then there's compliance independence. SOC 2 Type II certification, transparent pricing with no FX markup, the ability to maintain your own provider contracts alongside platform-routed corridors. That's how you know a platform is built for partnership, not lock-in.

The crawl/walk/run model only works if "walk" and "run" are genuinely available to you. Any platform that makes it hard to move corridors in-house over time isn't a partner. It's a trap.

What to Actually Evaluate

If you're making this decision now, these are the questions that matter:

Question

If the answer is...

Then...

How many corridors at launch?

More than 2

Going direct for all is not realistic on a normal engineering timeline

Monthly volume per corridor?

Under $5M/month

Economics almost always favor a platform

Single corridor, $100M+/month?

Yes, in a core market

Own the bank relationships directly, vertically integrate

Cost of delay?

Competitor already has the coverage

4-6 months to go direct is a real competitive disadvantage

Engineering team size?

Under 30 engineers

Every engineer on provider maintenance is one not building product

What are your engineers actually building?

Webhook handlers and reconciliation scripts

That's not what your customers are paying for

Already have 2-3 integrations?

Yes, and adding more is painful

Hybrid model: keep existing direct integrations, platform for expansion

The goal isn't to never build. It's to stop spending 18 months building things that don't differentiate you.

For most fintechs entering stablecoin payments, the integration layer isn't a strategic asset. It's a cost center. The companies that figure that out early move faster, cover more ground, and spend their engineering budget on what actually matters to their customers.

About Borderless

Borderless.xyz is a global payments infrastructure company built on stablecoins, enabling instant, low-cost transfers across borders. By connecting fintechs, businesses, and banks to onchain settlement rails, Borderless simplifies cross-border payments and treasury operations, making money movement faster, more transparent, and accessible worldwide. Covering more than 94 countries and 63 currencies, Borderless.xyz’s mission is to make money move seamlessly between onchain and traditional finance, enabling the next generation of fintech.

If you're evaluating how to build your stablecoin payments stack, pick your top 3 corridors and we'll show you live provider rates in 15 minutes.

Every fintech building stablecoin payments has the same conversation at some point:

"We're going to integrate the providers ourselves. We have the engineering team, we want the control, and we don't want to depend on a third party for something this core."

That instinct is usually right, at least at first.

But the way most teams make this decision costs them six to twelve months of engineering time. And by the time they see it, they're already committed.

The mistake isn't choosing to build. It's thinking build-vs-buy is the only frame. The companies that move fastest treat it as a spectrum.

There's a Third Option

Most teams frame it as: build it yourself for control, or use an aggregator for speed and eat the FX markup.

The option most teams skip: become your own aggregator.

Traditional aggregators sit between you and the provider, marking up the FX spread, typically 20 basis points or more, and passing you a blended rate. 20bps sounds like nothing until you see the invoice. One company with 80 million users discovered their aggregator was charging well above mid-market rates on every transaction, with no visibility into the actual provider pricing underneath. Fast to market, sure. But you're paying for it on every single transaction.

A different model: you integrate once into an orchestration layer, like Borderless, that connects you to multiple licensed providers. You see the actual provider rates. You choose which providers to enable. The platform charges a flat fee for the infrastructure. The margin stays with you.

"Speed of an aggregator, economics of going direct."

An aggregator captures your margin. An orchestration layer lets you capture it yourself. You see every provider's actual rate, you pick the best one, done.

For a company doing $25M/month, 20bps of hidden markup is $50,000/month you'll never see on an invoice. At $100M/month, it's $200,000/month, margin permanently extracted from your business. The math at different volume tiers:

Monthly Volume

Aggregator Markup (20bps)

Platform Model

Your Margin Recaptured

$10M

$20,000/mo

Flat platform fee

~$15K/mo back to your P&L

$25M

$50,000/mo

Flat platform fee

~$45K/mo back to your P&L

$50M

$100,000/mo

Flat platform fee

~$95K/mo back to your P&L

$100M+

$200,000+/mo

Flat platform fee

Vertically integrate in core markets

Platform fees typically start at $5K/month. Below $5-10M in monthly volume, the aggregator markup may be tolerable, and that's fine. Not every company should use a platform. But every company should run the math before defaulting to "we'll build it ourselves."

What "Building Your Own" Actually Means

Going direct with stablecoin providers is way more than a few API integrations.

Each provider has:

  • A different API, different auth, different error handling

  • KYB and compliance onboarding that takes 2-6 weeks per provider

  • Schema changes and breaking updates on their own schedule

  • Unique downtime patterns and failure modes

  • Their own rate format, settlement window, and reconciliation export

For a single corridor, let's say Brazil, one provider integration might take 4-6 weeks end-to-end: API integration, sandbox testing, KYB, compliance review, go-live. That's one country, one provider.

Now multiply that by the number of corridors you want to cover.

The companies building their own stack for Mexico, Colombia, Nigeria, and the Philippines are looking at 4-5 provider integrations. That's 4-6 months of engineering before they're live globally. And that's before anyone's thought about routing logic, failover, or a unified reconciliation layer.

If you already have two or three integrations built, you already know this. The first two make sense. It's integrations 3 through 7 where the economics flip, where every new corridor means another provider API, another KYB cycle, another reconciliation format, and another set of breaking changes to maintain.

It's Not the Build. It's the Upkeep.

Your Brazil provider pushes a breaking API change on a Friday. Your Mexico provider is down for maintenance. Your Nigeria provider changed their rate format. Your team is debugging three fires instead of shipping the feature your CEO asked about last week.

A conservative estimate: maintaining 4-5 provider integrations requires 1-2 full-time engineers. Not building features. Just keeping existing integrations from breaking. At current market rates, that's $15,000-$30,000 per month on plumbing.

That's just the engineering cost. The ops burden is worse.

Five providers means five dashboards, five transaction status formats, five settlement schedules, and five different CSV exports. Your ops team is spending days each month stitching these into a single view. When a transaction shows "completed" in one provider's system but "pending" in yours, someone has to dig through logs across two platforms to figure out what happened. Multiply that by hundreds of transactions a day across multiple corridors and you're building an entire reconciliation function, not just running one.

Then there are RFIs. Each provider runs their own compliance process, their own timelines. When one lands, the clock starts. If your team is juggling RFIs across four or five providers with no unified queue, things slip. A missed RFI doesn't just hold up a payment - it can freeze your account, trigger enhanced due diligence across the entire relationship, or surface regulatory exposure you weren't tracking. The bigger you get, the less forgiving this becomes.

And without a single system tying your providers together, basic questions become hard to answer: What's our success rate in Nigeria this week? Which provider has the best settlement time for Colombia? Why did three transactions fail in the Philippines yesterday? Each answer requires logging into a different system and correlating data manually. Your ops team ends up building internal tooling just to get visibility, which is more engineering time that isn't going toward product.

A CTO at a B2B treasury platform operating across 12 countries put it simply after walking through this exercise:

"Does it add any strategic value for us doing integrations ourselves? No. Not at all."

A head of partnerships at a crypto exchange with 80 million users told us their aggregator was charging well above mid-market rates, and they had no way to see it until they started comparing quotes from individual providers directly.

And one fintech that evaluated providers across multiple regions found that pricing was "fine in certain markets, good in other markets, and terrible in others." No single provider wins everywhere. Multi-provider access isn't a nice-to-have, it's the difference between competitive and uncompetitive rates in every corridor you serve.

Direct provider integrations aren't a competitive advantage. Your routing logic is. Your product experience is. Your compliance posture is. The code that calls a Brazilian provider's API and parses their response? That's plumbing. The ops team reconciling five dashboards at month-end? Also plumbing. It costs the same whether you build it or someone else does.

When Going Direct Is the Right Call

If you're doing $100M+/month in a single market, you're past the point of needing providers at all. At that volume you should be owning the bank relationships directly, getting your own licenses, and fully vertically integrating in those core markets. Skip the provider layer entirely and build the rails yourself. That's a real competitive moat.

If control is the product, it’s the same idea. If exchanges or infra providers are positioning provider relationships as part of their value, they should own those integrations. That’s part of the product - not overhead.

And if you have enough volume to negotiate rates comparable to what a platform gets through aggregate volume, direct integration becomes more attractive.

For most fintechs doing $1M-$100M/month and expanding into 3+ corridors? None of these apply yet.

The Crawl/Walk/Run Playbook

The companies that do this well don't think "build vs. buy." They think "what do I need now vs. later?"

  1. Crawl. Go live on your first 2-3 corridors through an orchestration layer. Two to four weeks instead of months. Validate the use case, the economics, the product fit before you invest serious engineering resources.

  2. Walk. As volume grows and corridors prove out, start building direct relationships with your highest-volume providers. Use the data you've collected (rate comparisons, settlement times, failure rates) to negotiate from a position of knowledge.

  3. Run. Core corridors on your own infrastructure. Long-tail (15-20 countries) still routed through the platform. Best execution where it matters, without the maintenance overhead everywhere else.

This is where most mature cross-border fintechs land eventually. The platform handles the long tail. That's what makes 20-country coverage viable without a 10-person integrations team.

If you want to see how this maps to your corridors, talk to us.

What About Platform Risk?

The obvious CTO question: "What happens if the platform goes down? What about lock-in?"

Good questions that are worth walking through.

First, architecture. An orchestration layer that sits in the flow of funds is a fundamentally different risk profile than one that doesn't. If the platform is routing your API calls and managing provider connections but you're settling directly with providers, the counterparty risk is dramatically lower. If the platform goes down, your existing provider relationships remain intact.

Second, data portability. If a platform won't give you full access to your transaction data, rate history, and provider performance, walk away. If you decide to go direct on a corridor, the data you've collected through the platform should make that transition easier, not harder.

And then there's compliance independence. SOC 2 Type II certification, transparent pricing with no FX markup, the ability to maintain your own provider contracts alongside platform-routed corridors. That's how you know a platform is built for partnership, not lock-in.

The crawl/walk/run model only works if "walk" and "run" are genuinely available to you. Any platform that makes it hard to move corridors in-house over time isn't a partner. It's a trap.

What to Actually Evaluate

If you're making this decision now, these are the questions that matter:

Question

If the answer is...

Then...

How many corridors at launch?

More than 2

Going direct for all is not realistic on a normal engineering timeline

Monthly volume per corridor?

Under $5M/month

Economics almost always favor a platform

Single corridor, $100M+/month?

Yes, in a core market

Own the bank relationships directly, vertically integrate

Cost of delay?

Competitor already has the coverage

4-6 months to go direct is a real competitive disadvantage

Engineering team size?

Under 30 engineers

Every engineer on provider maintenance is one not building product

What are your engineers actually building?

Webhook handlers and reconciliation scripts

That's not what your customers are paying for

Already have 2-3 integrations?

Yes, and adding more is painful

Hybrid model: keep existing direct integrations, platform for expansion

The goal isn't to never build. It's to stop spending 18 months building things that don't differentiate you.

For most fintechs entering stablecoin payments, the integration layer isn't a strategic asset. It's a cost center. The companies that figure that out early move faster, cover more ground, and spend their engineering budget on what actually matters to their customers.

About Borderless

Borderless.xyz is a global payments infrastructure company built on stablecoins, enabling instant, low-cost transfers across borders. By connecting fintechs, businesses, and banks to onchain settlement rails, Borderless simplifies cross-border payments and treasury operations, making money movement faster, more transparent, and accessible worldwide. Covering more than 94 countries and 63 currencies, Borderless.xyz’s mission is to make money move seamlessly between onchain and traditional finance, enabling the next generation of fintech.

If you're evaluating how to build your stablecoin payments stack, pick your top 3 corridors and we'll show you live provider rates in 15 minutes.

Join the Network

The Borderless Network is available to select early access customers.

Join the Network

The Borderless Network is available to select early access customers.

Join the Network

The Borderless Network is available to select early access customers.

Global Stablecoin Orchestration Network

Copyright ©2025 Borderless

Borderless Innovations Labs Inc. (Borderless) is a technology and smart contract development company. Borderless in not a broker-dealer or financial institution and does not engage any conduct or transactions requiring such registration. All financial products are offered by and through financial institutions directly. Borderless does not make any recommendation for the purchase or sale of digital assets. Our products and services are offered in limited jurisdictions so please contact our partnerships team for further information and refer to our Terms of Services.

Global Stablecoin Orchestration Network

Copyright ©2025 Borderless

Borderless Innovations Labs Inc. (Borderless) is a technology and smart contract development company. Borderless in not a broker-dealer or financial institution and does not engage any conduct or transactions requiring such registration. All financial products are offered by and through financial institutions directly. Borderless does not make any recommendation for the purchase or sale of digital assets. Our products and services are offered in limited jurisdictions so please contact our partnerships team for further information and refer to our Terms of Services.

Global Stablecoin Orchestration Network

Copyright ©2025 Borderless

Borderless Innovations Labs Inc. (Borderless) is a technology and smart contract development company. Borderless in not a broker-dealer or financial institution and does not engage any conduct or transactions requiring such registration. All financial products are offered by and through financial institutions directly. Borderless does not make any recommendation for the purchase or sale of digital assets. Our products and services are offered in limited jurisdictions so please contact our partnerships team for further information and refer to our Terms of Services.