Developers · Changelog

What shipped, when, and why.

We publish every non-trivial API, SDK, dashboard, and corridor change here. Breaking changes are announced 30 days in advance.

April 1, 2026 — New corridor: Kenya (KES)

Mobile money (M-Pesa) and bank delivery now live for KES payouts. Sub-60-second settlement, transparent FX, compliant with CBK guidance.

March 22, 2026 — SDK v2.4

  • Added transfers.retrieveExpanded() returning source + destination hydrated inline.
  • Go SDK now supports context cancellation through the full webhook verification pipeline.
  • Fixed a pagination bug when listing more than 10,000 payouts in one scan.

March 10, 2026 — Sub-account support

You can now create sub-accounts from the API and route balances, transfers, and payouts under them. Useful for marketplaces, white-label fintechs, and treasury segmentation.

February 28, 2026 — Webhook retries tuned

Failed webhook deliveries now retry with jittered exponential backoff: 5s, 30s, 2m, 10m, 1h, 6h, 24h. Max 7 attempts before dead-letter.

February 14, 2026 — Hood chain support

Transfers and mint/redeem now support the Hood chain natively. USDC and EURC balances bridge automatically across Ethereum, Base, and Hood.

February 1, 2026 — Travel Rule enforcement

All cross-border transfers above the FATF threshold now require Travel Rule data. The SDK will throw an early error if fields are missing — check the migration guide.

January 20, 2026 — New errors: compliance_block

Split compliance rejections out of invalid_request into a dedicated 422 compliance_block. Existing error handlers should be updated — the old code path is deprecated but not removed.

January 5, 2026 — Quote expiry raised to 60s

Quote TTL increased from 30s to 60s based on customer feedback. No code changes required.

December 12, 2025 — Dashboard: bulk payout importer

Upload a CSV, map columns, preview, and submit up to 10,000 payouts in one batch directly from the dashboard.