Wise API logo

Wise API

Wise API

Wise API (formerly TransferWise) provides low-cost international transfers — mid-market exchange rate + transparent fees, 5-10x cheaper than traditional SWIFT.

Visit site ↗Documentation ↗Health checked 9h ago
Use it when

Mid-market exchange rate (no spread markup like PayPal/banks)

Watch for

Some country partnerships limited

First check

Create business account at wise.com + apply for API access. GET /v1/profiles for your profile, POST /v3/quotes for FX quote.

Auth
api_key
CORS
?
HTTPS
Yes
Signup
?
Latency
945 ms
Protocol
REST
Pricing
paid

Uptime · 30-day window

Probes: 1Uptime: 100%Avg latency: 945ms
01

About this API

Wise is a London fintech company founded 2011 (formerly TransferWise, renamed Wise in 2021 IPO). Business model revolution: traditional international transfers (SWIFT) layer bank spread + fees, so $1000 sent from US to Europe actually arrives as €950 worth $950; Wise uses mid-market rate + transparent small fee, $1000 to Europe arrives close to $990 value. Technically: Wise has local bank accounts in every country; "international transfer" is actually "money in via US account in USD, out via European account in EUR" reconciliation, bypassing SWIFT clearing. Wise API for platforms and enterprises: marketplaces paying international sellers, SaaS collecting international subscriptions, Payroll companies paying cross-border salaries, crypto exchanges fiat off-ramp. vs. Adyen Payouts, bank SWIFT: Wise is nearly unbeatable for small-to-mid international transfers (< $50k per transaction).

02

What you can build

  • 1Platforms paying international contractors / freelancers
  • 2Crypto exchange fiat off-ramp
  • 3Cross-border payroll
  • 4Subscription services accepting non-USD payments
03

Strengths & limitations

Strengths

  • Mid-market exchange rate (no spread markup like PayPal/banks)
  • 50+ currency local accounts (collect USD/EUR/GBP via local accounts)
  • Fast settlement (most via local rails, hours to arrive)

Limitations

  • Some country partnerships limited
  • Business account review is strict
  • High-volume platform model requires dedicated Wise Platform plan
04

Example request

Generic template — replace <endpoint> with the real path from the docs.
curl https://wise.com/<endpoint> \
  -H "Authorization: Bearer $API_KEY"
# Some providers use X-Api-Key instead — verify in the docs.
05

Getting started

Create business account at wise.com + apply for API access. GET /v1/profiles for your profile, POST /v3/quotes for FX quote.

06

FAQ

Can it integrate with Stripe Connect flows?+

Not directly. Stripe Connect uses its own payout system. But you can use Stripe to collect → withdraw to bank → Wise to pay international sellers.

Does it work in mainland China?+

Wise doesn't directly service mainland China individuals / businesses (regulatory restrictions). But you can transfer to mainland China accounts to receive (RMB).

07

Technical details

CORS: ?HTTPS: YesSignup: ?Open source: No
Auth type
api_key
Pricing
paid
Rate limit
默认 100 req/分;自助升级
Protocols
REST
SDKs
python, javascript, java, go
Response time
945 ms
Last health check
5/12/2026, 7:38:40 AM
08

Tags