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.

Fetch corridor dataGET https://ahmadbilaldsa.github.io/payout-delta/api/fees.json
curl -s https://ahmadbilaldsa.github.io/payout-delta/api/fees.json

Corridor 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.

AttributeTypeDescriptionExample
slugstringCanonical corridor route id used in URLs and lookups.usd-to-pkr
baseCurrencystring · ISO 4217Source settlement currency of the payout.USD
targetCurrencystring · ISO 4217Destination local currency received by the freelancer.PKR
baseRatenumberReference mid-market rate: 1 `baseCurrency` → `targetCurrency`.277.425913
intermediaryUSDnumber · USDBenchmark SHA intermediary correspondent SWIFT deduction on an inbound wire.15
swiftCodestring · ISO 9362Recipient bank SWIFT / BIC identifier (8–11 chars).MZNBPKKA
purposeCodestringStatutory 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.