What You Can Build
Accept Payments
Issue virtual accounts so customers can pay via local bank transfer, PIX, SPEI, SEPA, and more. Receive webhook notifications when funds arrive.
Send Money
Send cross-border payments to beneficiaries via local bank transfers, SPEI, ACH, SEPA, and LATAM rails. Lock exchange rates with quotes before executing.
Virtual Accounts
Issue dedicated local bank account numbers per customer for automatic payment matching and reconciliation.
Virtual Cards
Issue prepaid virtual Visa/Mastercard cards to your customers for online spending, funded from your wallet balance.
Wallets
Manage multi-currency wallet balances. Hold USD, EUR, BRL, CLP, MXN, COP, PEN, ARS and more.
Customers & KYC
Create and manage customer profiles. Submit KYC/KYB for compliance and unlock features like virtual accounts and virtual cards.
How It Works
Create your account
Sign up at app.yativo.com. Authentication is passwordless — enter your email, receive a 5-digit OTP, and you’re in.
Complete Business KYC
Submit your company details, upload required documents, and verify your UBOs (Ultimate Beneficial Owners). This unlocks full API access.
Get your API credentials
Go to Developer → API Key in your dashboard. Generate your App Secret (PIN verification required). Note your Account ID.
Generate a Bearer token
Call
POST /auth/login with your Account ID and App Secret to get a Bearer token (valid 10 minutes). Use this token in all API requests.Supported Regions & Payment Rails
| Region | Countries | Rails |
|---|---|---|
| Latin America | Brazil | PIX |
| Latin America | Mexico | SPEI |
| Latin America | Chile, Peru, Colombia, Argentina | Local bank transfer |
| North America | United States | ACH, Wire |
| Europe | Eurozone | SEPA Credit Transfer |
Key Concepts
| Concept | Description |
|---|---|
| Customers | End users your business serves. Must pass KYC before receiving virtual accounts or cards. |
| Virtual Accounts | Local bank account numbers assigned to a customer for receiving funds on specific rails. |
| Beneficiaries | Recipients for outbound payments. Save their bank details for reuse. |
| Wallets | Your multi-currency balance pools. Fund payouts from your wallet. |
| Quotes | Rate-locked exchange calculations valid for 5 minutes. Use quote IDs when executing payments. |
| Webhooks | Real-time event notifications sent to your server (e.g. deposit completed, KYC approved). |
Environments
| Environment | URL |
|---|---|
| Dashboard | app.yativo.com |
| Production API | https://api.yativo.com/api/v1 |
| Sandbox API | https://smtp.yativo.com/api/v1 |
Next Steps
Quickstart
Get your first payment working in under 10 minutes.
Authentication
Learn how to authenticate and secure your API calls.

