PayoutDelta · Open Developer Data Hub
Open Cross-Border Banking & Remittance Dataset
A zero-dependency open index of 50 freelance payout corridors, correspondent SWIFT BICs, retail FX spreads, and statutory export tax codes. Published as static files from this website's own export — no API key, no CORS preflight, no cloud bill.
Dataset revision 2026-09-24 · 72 corridors · 3 platforms · 5 rails · MIT / Open Data
Pull the feed in 3 lines
The corridor payload is a plain JSON file served straight from the static export — fetch it with any HTTP client and filter by corridor slug.
GET https://ahmadbilaldsa.github.io/payout-delta/api/fees.jsoncurl -s https://ahmadbilaldsa.github.io/payout-delta/api/fees.jsonCorridor schema
Each corridor record merges the feed's native fields (the JSON carries from / to / rate aliases) with the statutory bank database. The canonical developer contract below is documented with live values from usd-to-pkr.
| Attribute | Type | Description | Example |
|---|---|---|---|
| slug | string | Canonical corridor route id used in URLs and lookups. | usd-to-pkr |
| baseCurrency | string · ISO 4217 | Source settlement currency of the payout. | USD |
| targetCurrency | string · ISO 4217 | Destination local currency received by the freelancer. | PKR |
| baseRate | number | Reference mid-market rate: 1 `baseCurrency` → `targetCurrency`. | 277.425913 |
| intermediaryUSD | number · USD | Benchmark SHA intermediary correspondent SWIFT deduction on an inbound wire. | 15 |
| swiftCode | string · ISO 9362 | Recipient bank SWIFT / BIC identifier (8–11 chars). | MZNBPKKA |
| purposeCode | string | Statutory export / remittance purpose code from the first tax tier (composed as `SBP 9111` on the manifest). | 9111 |
Figures are informational benchmarks compiled from public rate cards — the actual intermediary deduction lands on the beneficiary bank's credit advice. Nothing here is financial, tax or legal advice.
License & provenance
MIT
Open Data license
The dataset, schema and API documentation are released under the MIT license and the Open Definition — free to share, remix and cite commercially.
CORS *
Read from anywhere
Plain static files: no key, no preflight, no proxy. Fetch from a dashboard, spreadsheet sync or CI job and pin to the updatedAt revision.
0
Server-side tracking
PayoutDelta publishes the feed from its own static export. No telemetry, no query logging — the bytes you download are the only bytes that move.
Publisher: PayoutDelta · GitHub repository · source feed regenerated on every deploy via npm run prebuild.