Add local QR payments
Let customers pay supported local QR codes from the wallet or app they already use.
ABROAD FOR PARTNERS
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
BRL · Brazil
COP · ColombiaTHE PARTNER PLATFORM
Abroad handles the connection between stablecoin funding and supported local payment systems, while your product stays at the center of the customer relationship.
Let customers pay supported local QR codes from the wallet or app they already use.
Use current corridor configuration to discover enabled currencies, networks, limits, and payment directions.
Build Abroad into your own interface and follow every payment through a consistent status lifecycle.
A CLEAR INTEGRATION PATH
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 ↗Request the payment amount, route, and fee snapshot before the customer commits.
Create the transaction and receive the payment instructions for its selected route.
Fund the transaction using the payment context returned by Abroad.
Follow the status through the API or receive at-least-once webhook updates.
BUILD YOUR OWN INTEGRATION
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.
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
Credentials, transaction visibility, webhook diagnostics, and reconciliation tools live together in the partner workspace.
Create and rotate credentials with the access your integration actually needs.
Test endpoints, inspect delivery diagnostics, and build idempotent status handling.
Review transactions, receipts, and exports from one operational workspace.
Manage workspace access, verification, and MFA as your partner team grows.
LIVE CORRIDORS
Corridor availability is configuration-driven. Check the API or documentation for currently enabled assets, networks, limits, directions, and notification requirements.
Check current coverage ↗
BRAZILBRL through Pix
COLOMBIACOP through Bre-BWALLETS BUILDING WITH ABROAD
READY TO BUILD?
Tell us what you are building and which markets matter to your customers.