ABROAD FOR PARTNERS

Make your product
feel local.

Connect your wallet, fintech app, or platform to supported local payment rails through one Abroad integration. Your customers keep the experience they know; local sellers receive the money they expect.

Live payout rails: Pix in Brazil and Bre-B in Colombia

YOUR PRODUCTUSDCStellar · Solana · Celo
ABROADORCHESTRATION
LOCAL RAILSBRL · BrazilCOP · Colombia
01One integration
02Local QR rails
03Scoped API keys
04Webhooks & tracking

THE PARTNER PLATFORM

Local payments,
without the local rebuild.

Abroad handles the connection between stablecoin funding and supported local payment systems, while your product stays at the center of the customer relationship.

01

Add local QR payments

Let customers pay supported local QR codes from the wallet or app they already use.

02

Expand corridor by corridor

Use current corridor configuration to discover enabled currencies, networks, limits, and payment directions.

03

Keep the experience yours

Build Abroad into your own interface and follow every payment through a consistent status lifecycle.

A CLEAR INTEGRATION PATH

From intent
to local settlement.

Your integration follows the same four-part lifecycle across supported corridors. Each step gives your product the information it needs to move forward confidently.

View the quickstart
  1. 01

    Quote

    Request the payment amount, route, and fee snapshot before the customer commits.

    POST /quote
  2. 02

    Accept

    Create the transaction and receive the payment instructions for its selected route.

    POST /transaction
  3. 03

    Pay

    Fund the transaction using the payment context returned by Abroad.

    PAYMENT CONTEXT
  4. 04

    Track

    Follow the status through the API or receive at-least-once webhook updates.

    GET + WEBHOOKS

BUILD YOUR OWN INTEGRATION

Your product.
Our payment rails.

Use Abroad’s API, webhooks, partner workspace, and read-only MCP tools to build and maintain your local payment experience. Adjust the example to see how a payout quote changes by rail and network.

Production API access API-key authentication Configurable corridors
Explore all documentation
abroad / quote builder
const quote = await fetch('https://api.abroad.finance/quote', {
  method: 'POST',
  headers: {
    'X-API-Key': process.env.ABROAD_API_KEY,
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    amount: 400000,
    crypto_currency: 'USDC',
    network: 'STELLAR',
    payment_method: 'BREB',
    target_currency: 'COP'
  })
}).then(response => response.json());

BUILT FOR THE WORK AFTER LAUNCH

Operate with
the full picture.

Credentials, transaction visibility, webhook diagnostics, and reconciliation tools live together in the partner workspace.

ACCESS

Scoped API keys

Create and rotate credentials with the access your integration actually needs.

EVENTS

Webhook delivery

Test endpoints, inspect delivery diagnostics, and build idempotent status handling.

REPORTING

Reconciliation

Review transactions, receipts, and exports from one operational workspace.

SECURITY

Team controls

Manage workspace access, verification, and MFA as your partner team grows.

LIVE CORRIDORS

Start where
Abroad is live.

Corridor availability is configuration-driven. Check the API or documentation for currently enabled assets, networks, limits, directions, and notification requirements.

Check current coverage
PixBRAZILBRL through Pix
LIVE
Bre-BCOLOMBIACOP through Bre-B
LIVE

WALLETS BUILDING WITH ABROAD

Designed to live
inside great products.

READY TO BUILD?

Bring local payments
into your product.

Tell us what you are building and which markets matter to your customers.

Get partner access Read the docs