Utransfer US: Global Remit API integration (OpenFinance & remittance data)

Authorized protocol analysis, transfer-history exports, FX quote APIs, and webhook reconciliation for US outbound remittances to AU, CA, IN, JP, KR, MX, PH

From $300 · Pay-per-call available
OpenData · OpenFinance · Cross-border remittance · MSB-compliant integration

Bring zero-fee US outbound remittance data into your fintech, accounting, or compliance stack

Utransfer US is a FinCEN-registered money services business (Registration No. 31000246803608) and Korea FSS-recognised fintech that lets US senders move funds to Australia, Canada, India, Japan, Korea, Mexico, and the Philippines with no remittance fee. Transfers settle within 24 hours on average, with US→Mexico flows often delivered in under five minutes. Our team delivers authorized API integration, mobile protocol analysis, and ready-to-run source code so partner platforms can read transfer history, surface real-time FX quotes, and reconcile payouts automatically.

Transfer history & statement APIs — Per-user remittance ledger covering origin/destination, amount, FX rate, fee components, status timeline, and FinCEN-aligned reference IDs for downstream accounting and audit.
Real-time FX quote APIs — Locked-rate quotes tied to the global exchange market, with quote IDs, expiry timestamps, and corridor-specific spreads (USD→KRW, USD→MXN, USD→INR, USD→PHP and more).
Status webhooks & recipient resolution — Normalized state machine (Created → Pending → Compliance Hold → Funded → Paid Out → Returned) with idempotent webhook delivery for back-office automation.

Why Utransfer data is integration-worthy

Utransfer US sits between US funding sources (ACH-pulled bank accounts, debit funding) and overseas payout rails in seven countries. That position means each transfer record carries unusually rich, end-to-end context: payer KYC anchors, FX execution prices, corridor-level fee structures, and downstream payout confirmations. For an integrator, this is the data backbone needed to power expense reports, family-remittance dashboards, AML monitoring, or aggregated multi-provider remittance views.

Because the app is FinCEN-registered, every record is generated under a regulated audit trail, which makes the resulting API surface attractive for accounting platforms and compliance vendors that need defensible, time-stamped transaction lineage rather than scraped UI text.

Recent product changes (research-derived)

  • 2024: Utransfer US launched its US-outbound app on iOS and Google Play, opening with the US→Korea corridor.
  • 2025: Roadmap publicly mentions India, Vietnam, and the Philippines as new corridors, with Mexico added and Mexico same-corridor speed reduced to a few minutes.
  • Sep 2025 milestone: ~USD 32M cumulative volume, 23k transactions, 20k users; coverage expanded from 25 to 32 US states.
  • Onboarding economics: USD 8 welcome credits split across the first two transfers, plus USD 10 dual-sided referrals — both surfaced through API-accessible promo and ledger objects.

Feature modules we ship

1. Authentication & session APIs

Mirror the mobile auth flow: phone-number / email login, OTP verification, device binding, and refresh-token rotation. We hand you a clean OAuth-style client that hides the raw mobile handshake and produces a stable access_token + refresh_token pair for backend use. Typical use: nightly batch ingestion service that holds a per-user token vault.

2. KYC & sender-profile API

Read-only access to verified sender profile attributes — full name, address state (one of the 32 supported US states), document verification status, and limit tier. Use this to drive customer-tier logic, FinCEN CTR pre-screening, or duplicate-payer detection across sister fintech apps.

3. FX quote & corridor pricing

Server-to-server quote endpoint returning a corridor-specific locked rate, expiry, fee breakdown (zero remittance fee, FX spread component), and minimum/maximum amounts. Useful for comparison aggregators that surface Utransfer alongside Wise, Remitly, Xoom, WorldRemit, MoneyGram, and Western Union in a single quote screen.

4. Transfer-history & statement export

Date-ranged transaction list with paging, currency filters, and corridor filters. Exports as JSON, CSV, Excel, or PDF statement for personal-finance dashboards, year-end tax prep, or US senior-care apps tracking remittances on behalf of relatives.

5. Status webhooks & reconciliation

Push notifications on every state change, signed with HMAC and delivered with retry/backoff. Each event carries an idempotency key, normalized status, and the original provider-side status, so your reconciliation engine can ingest without bespoke parsing.

6. Promo & referral ledger

Read access to welcome-credit usage, referral-link redemption, and credit balance. Useful for partner growth dashboards, fraud-pattern detection on referral abuse, or LTV models that need promo-adjusted revenue per cohort.

Data available for integration

The table below summarises the OpenData surface we can expose under user authorisation. Each row identifies the underlying source screen in the Utransfer US mobile experience, the realistic granularity, and a typical downstream use.

Data typeSource (screen / feature)GranularityTypical use
Sender profile & KYC tierAccount / Verification screenPer user; updated on document refreshRisk control, AML CTR pre-screen, tier-aware UX
Funding source listAdd bank / debit funding flowPer linked instrument; masked account numberReconciling ACH debits in accounting tools
FX quote (corridor-specific)New transfer → amount entryPer corridor pair, sub-second freshnessComparison engines, hedging analytics
Transfer recordTransfer detail screenOne per transaction; status timeline includedStatements, year-end tax prep, audit trail
Recipient directoryBeneficiary listPer recipient; bank/wallet metadataRepeat-payee dashboards, fraud rings detection
Promo & referral ledgerCoupon / Invite screenPer credit grant and redemptionGrowth analytics, abuse detection
Status eventsLive transfer trackerStream of state transitionsWebhook-driven CRM and notifications
Corridor metadataCountry selector / disclosuresPer supported corridor (AU, CA, IN, JP, KR, MX, PH)Routing decisions, geo-restricted UI

Typical integration scenarios

Scenario A — Diaspora finance dashboard

Business context: A US fintech serving Korean, Mexican, Filipino, and Indian diaspora users wants to consolidate remittance history across multiple providers. Data/API involved: Utransfer transfer-history export, FX quote, recipient directory. OpenFinance mapping: consent-based read of personal financial data, normalised against an internal canonical schema shared with Wise, Remitly, and Xoom feeds.

Scenario B — SMB accounting reconciliation

Business context: An accounting platform where US founders pay overseas contractors needs to attach Utransfer transfers to QuickBooks/Xero entries. Data/API involved: webhook on payout completion, statement export (CSV), FinCEN reference IDs. OpenFinance mapping: structured payment-initiation receipt feeding the books-of-record without manual CSV downloads.

Scenario C — Compliance & AML monitoring

Business context: An MSB-compliance vendor monitoring cumulative outbound flows per user across providers. Data/API involved: sender profile, transfer record, status events. OpenFinance mapping: aligns with FinCEN BSA/AML controls; daily aggregation supports CTR/SAR pre-screen logic and cumulative-amount triggers.

Scenario D — Comparison & routing engine

Business context: A consumer comparison app surfaces the cheapest USD→KRW or USD→MXN route in real time. Data/API involved: FX quote API, corridor metadata, fee breakdown. OpenFinance mapping: normalised quote object placed alongside Wise, Xoom, WorldRemit, OFX, and MoneyGram quotes; deep link returns the user to Utransfer for the actual transfer.

Scenario E — Senior-care & family share

Business context: A US family-care app helps adult children watch over an elderly parent's overseas support transfers. Data/API involved: read-only transfer history, status webhook, low-balance / failed-transfer alerts. OpenFinance mapping: third-party consent flow with revocable scope, consistent with US OpenBanking 1033 expectations.

Technical implementation

Snippet 1 — Authentication & token refresh

POST /api/v1/utransfer/auth/login
Content-Type: application/json

{
  "phone": "+1-415-555-0188",
  "country_code": "US",
  "device_id": "dvc_8c2ad9f1",
  "otp": "419283"
}

Response 200:
{
  "access_token": "ut_at_...",
  "refresh_token": "ut_rt_...",
  "expires_in": 3600,
  "kyc_tier": "TIER_2",
  "supported_corridors": ["AU","CA","IN","JP","KR","MX","PH"]
}

# Refresh
POST /api/v1/utransfer/auth/refresh
{ "refresh_token": "ut_rt_..." }

Snippet 2 — FX quote & statement export

POST /api/v1/utransfer/fx/quote
Authorization: Bearer <ACCESS_TOKEN>

{
  "send_currency": "USD",
  "receive_currency": "KRW",
  "send_amount": 500.00,
  "corridor": "US-KR"
}

Response 200:
{
  "quote_id": "qt_a91f...",
  "rate": 1392.45,
  "fee": 0.00,
  "expires_at": "2026-04-29T12:00:30Z",
  "estimated_arrival": "PT1H"
}

# Statement export
GET /api/v1/utransfer/statements?from=2026-01-01&to=2026-04-29&corridor=US-MX&format=csv
Authorization: Bearer <ACCESS_TOKEN>

Snippet 3 — Webhook (status update)

POST https://your-app.example.com/webhooks/utransfer
X-Utransfer-Signature: t=1714377600,v1=8c1f...
Content-Type: application/json

{
  "event": "transfer.status_changed",
  "idempotency_key": "evt_2f81c0",
  "transfer_id": "tx_4a91...",
  "previous_status": "FUNDED",
  "status": "PAID_OUT",
  "corridor": "US-MX",
  "amount": { "send": 500.00, "receive": 8412.30, "currency_pair": "USD/MXN" },
  "fincen_ref": "FC-20260429-...",
  "occurred_at": "2026-04-29T11:42:18Z"
}

# Verify HMAC, then upsert into your ledger; respond 2xx within 5s.

Compliance & privacy

Utransfer US is a FinCEN-registered Money Services Business (MSB Registration No. 31000246803608) and is officially recognised by the Korea Financial Supervisory Service (FSS). Any integration we deliver is built around the Bank Secrecy Act (BSA) and FinCEN MSB obligations on the US side, the FSS Foreign Exchange Transactions Act expectations on the Korean side, and US state-level money-transmitter conditions for the 32 supported states.

For consumer data handling, integrations follow CFPB Section 1033 Personal Financial Data Rights principles and OpenBanking-style consent: explicit user authorisation, scoped tokens, revocable access, and minimum-necessary data retrieval. Where partner platforms touch EU residents, we add GDPR-aligned consent records and data-subject access tooling. We never circumvent app-side controls; all extraction is performed under documented user consent or a written data-processing agreement.

Data flow / architecture

A typical pipeline is intentionally short and auditable:

  1. Client App / Consent layer — User grants scoped access via your front-end; tokens are exchanged with our authorised Utransfer adapter.
  2. Ingestion / API gateway — Stateless gateway that handles auth, rate limits, retry, and HMAC webhook verification.
  3. Normalisation & storage — Each transfer is mapped to a canonical schema (Created → Pending → Compliance Hold → Funded → Paid Out → Returned) and persisted with FinCEN reference and audit timestamps.
  4. Analytics / partner API output — Read APIs, statement exports, and event streams downstream into accounting tools, dashboards, AML monitors, or comparison engines.

Market positioning & user profile

Utransfer US targets US-based diaspora senders — Korean-American, Mexican-American, Filipino-American, Indian-American, and Japanese-American households — who repeatedly transfer modest amounts to family or vendors abroad. The user profile skews heavily mobile (iOS and Android), comfortable with app-only onboarding, and price-sensitive: zero remittance fee plus USD 8 welcome credits and USD 10 referrals are the headline acquisition hooks. Utransfer is currently a B2C product, but its data shape — repeat-payee, recurring small-ticket, well-structured KYC — is a natural fit for B2B accounting, payroll, and compliance integrations layered on top.

Screenshots

Click any thumbnail to view a larger preview of the Utransfer US: Global Remit experience.

Utransfer US screenshot 1 Utransfer US screenshot 2 Utransfer US screenshot 3 Utransfer US screenshot 4 Utransfer US screenshot 5 Utransfer US screenshot 6

Similar apps & integration landscape

Teams that integrate Utransfer US: Global Remit often work with one or more of the apps below. We list them as part of the broader OpenFinance and cross-border remittance landscape, not as a comparison or ranking — and our studio can provide consistent integration patterns across them so unified transaction exports are practical.

WiseMulti-currency account and FX transfer app whose transaction and balance APIs are commonly federated with Utransfer feeds for unified diaspora-finance dashboards.
RemitlyDedicated remittance app strong in Southeast Asia, India, and Latin America corridors; integrators frequently combine Remitly transfer history with Utransfer history for repeat-payee analytics.
Xoom (PayPal)PayPal-owned remittance service supporting bank deposit, mobile wallets (UPI, PIX), and cash pickup; pairs well with Utransfer in PayPal-account-linked aggregation flows.
WorldRemitGlobal remittance brand with strength across Africa and Asia; pulling its transaction list alongside Utransfer is common in cross-corridor reporting tools.
Western UnionLong-established remittance and cash-pickup network whose digital APIs sit alongside Utransfer when partners want both digital-first and walk-in payout coverage.
MoneyGramGlobal money-transfer provider with a documented Transfer API; integrators include MoneyGram in any aggregation layer that already speaks Utransfer.
RevolutMulti-currency neobank-style app whose Open Banking API is often paired with Utransfer for diaspora users who hold a Revolut multi-currency wallet on the US side.
OFXFX-focused cross-border transfer service used by SMBs and frequent international payers; complements Utransfer in payroll and contractor-payment dashboards.
SendvaluInternational remittance provider profiled in Mexico-corridor research; appears in comparison engines that already surface Utransfer USD→MXN routes.
Ria Money TransferGlobal remittance brand under Euronet, frequently part of multi-provider comparison and aggregation stacks alongside Utransfer.

What we deliver

Deliverables checklist

  • OpenAPI / Swagger specification for the Utransfer adapter (auth, FX quote, statement, webhook)
  • Protocol & auth report (token lifecycle, device binding, OTP handling)
  • Runnable source code for login, FX quote, statement export, and webhook receiver (Python and Node.js)
  • Postman / cURL collection plus automated regression tests
  • Compliance guidance (FinCEN MSB, BSA/AML, CFPB 1033, GDPR where applicable)
  • Source-code delivery from USD 300 — pay after delivery upon satisfaction
  • Pay-per-call hosted API option — no upfront cost, billed per call

Engagement workflow

  1. Scope confirmation: which corridors, which data surfaces (history, FX, webhooks).
  2. Protocol analysis & API design (2–5 business days, complexity-dependent).
  3. Build & internal validation (3–8 business days).
  4. Documentation, samples, and test cases (1–2 business days).
  5. Typical first delivery: 5–15 business days; third-party approvals may extend timelines.

About our studio

We are an independent technical studio focused on App interface integration and authorized API integration for fintech, OpenFinance, OpenBanking, and OpenData scenarios. Our engineers come from banks, remittance providers, payment gateways, and mobile protocol-analysis teams, and we have shipped end-to-end adapters for transaction history, FX quoting, and webhook reconciliation on iOS and Android. Our service model is simple: you provide the target app and your requirements, we deliver runnable API source code, OpenAPI documentation, and a test plan that reflects current US and international compliance expectations.

  • Cross-border payments, neobanking, insurtech, and accounting integrations
  • Authorized iOS / Android protocol analysis and SDK development
  • Custom Python / Node.js / Go clients with HMAC webhook tooling
  • Full pipeline: protocol analysis → build → validation → compliance review

Contact

To request a quote or to share your Utransfer US: Global Remit integration brief (target corridors, data scope, expected call volume), open the contact page below. We typically respond within one business day with a written scope and price band.

Contact page

FAQ

What do you need from me to start?

The target app (Utransfer US: Global Remit, already specified), the corridors you care about, the data scope (history, FX, webhooks, KYC profile), and any sandbox or partner credentials you already hold.

How long does delivery take?

A first API drop with documentation typically lands in 5–12 business days; multi-corridor or webhook-heavy stacks may take longer.

How do you handle compliance?

We work only under documented user authorisation or written data-processing agreements, log every call, support data minimisation, and align with FinCEN MSB, CFPB 1033, and GDPR where the user base requires it. NDAs available on request.

Do you support comparison aggregators?

Yes. Our normalised quote and transfer schema is designed to coexist with Wise, Remitly, Xoom, WorldRemit, MoneyGram, Western Union, Revolut, OFX, Sendvalu, and Ria feeds in a single comparison or aggregation layer.
📱 Original app overview (appendix — collapsed by default)

Utransfer US: Global Remit (package: com.utransfer.us.app) is an international money-transfer app that lets US residents send funds to Australia, Canada, India, Japan, Korea, Mexico, and the Philippines with no remittance fee, regardless of amount. It is operated by a licensed and registered fintech recognised by both the Korea Financial Supervisory Service (FSS) and the U.S. Department of Treasury FinCEN (Registration No. 31000246803608).

  • Zero remittance fee — Transfer any amount with no remittance fee, forever; transparent pricing with no hidden fees.
  • USD 8 welcome credits — New users receive a total of USD 8 in coupons that fully cover the first and second international transfers.
  • Real-time exchange rates — Linked to the global exchange market and automatically applied at quote time.
  • Avg < 24h settlement — Most transfers complete within 24 hours from request to delivery, with live status tracking; weekends and holidays may add time.
  • USD 10 referrals — Inviter and invitee each receive USD 10, with no cap on the number of friends invited.
  • Mobile-first onboarding — A transfer can be completed in about a minute with no paperwork; available on iOS and Android.
  • Trustworthy & legit service — Bank-grade encryption, regulatory compliance (FSS & FinCEN), and trusted payment systems.
  • 2024–2025 expansion — Launched US-outbound app in 2024, added Mexico with sub-five-minute typical settlement, and publicly outlined India, Vietnam, and the Philippines as upcoming corridors; coverage expanded from 25 to 32 US states; reported ~USD 32M cumulative volume, 23k transactions, and 20k users as of September 2025.