Create bank accounts, process transfers, and manage entity onboarding through a unified API
Yuno BaaS provides a unified API for creating bank accounts, processing transfers, and managing entity onboarding across multiple banking providers in the US, UK, Australia, and EU regions.
BaaS and Yuno’s core payments platform share infrastructure but serve different purposes:
Same authentication. BaaS uses the same API authentication as payments. Send public-api-key and private-secret-key as HTTP headers, and your account_id inside body fields that take it. See Authentication.
Payout integration. BaaS entities can receive payouts from payment splits via their recipient IDs. This enables marketplace and platform flows where payment funds are split and disbursed to BaaS-managed accounts.
Regional availability. BaaS is currently available in Brazil and Mexico, with expansion planned to additional markets.
Separate endpoints. BaaS endpoints are under /v1/baas/ and are separate from /v1/payments/. They have their own resource models, statuses, and webhook events.
Your webhook endpoint must return a 200 OK status with {"received": true} in the response body. Yuno retries on 5xx responses and timeouts with exponential backoff.