Multi-provider routing
- No vendor lock-in — routes are chosen per-transaction based on rate and corridor coverage.
- Broader coverage — the union of every provider’s corridors is what your account can reach.
- Automatic failover — when one provider degrades, quotes still come back from the rest.
Lifecycle of a payout
- KYB once — complete business verification in the dashboard before you get API access. Teel propagates it to every provider that licenses your corridors.
- Add recipients — created via the API, provisioned across providers in the background.
- Quote — one request fans out to every provider on the corridor; the best route comes back.
- Execute — Teel pins the chosen route with an opaque token and settles through the winning provider.
Transaction status
How payouts settle
A Payout is settled as a collection leg (fiat in) plus a disbursement leg (fiat out), with an on-chain stablecoin hop in between. A Stablecoin payout uses the collection leg only — the recipient keeps the stablecoin. The legs can be served by different providers, and Teel picks each independently.Real-time updates
Two channels, same events — pick one and you don’t need to poll.- WebSocket — push updates as a payout moves through its lifecycle. Authenticate in-band with your API key on the first frame.
- HTTP webhooks — POST callbacks to a URL you register. HMAC-signed; verify the signature before processing. See the Webhooks guide.