Developers · Changelog
We publish every non-trivial API, SDK, dashboard, and corridor change here. Breaking changes are announced 30 days in advance.
Mobile money (M-Pesa) and bank delivery now live for KES payouts. Sub-60-second settlement, transparent FX, compliant with CBK guidance.
transfers.retrieveExpanded() returning source + destination hydrated inline.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.
Failed webhook deliveries now retry with jittered exponential backoff: 5s, 30s, 2m, 10m, 1h, 6h, 24h. Max 7 attempts before dead-letter.
Transfers and mint/redeem now support the Hood chain natively. USDC and EURC balances bridge automatically across Ethereum, Base, and Hood.
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.
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.
Quote TTL increased from 30s to 60s based on customer feedback. No code changes required.
Upload a CSV, map columns, preview, and submit up to 10,000 payouts in one batch directly from the dashboard.