What a provider is
A provider in Yuno is a payment processor, acquirer, or gateway that executes transactions. Yuno abstracts each provider’s API behind one unified interface, so you integrate once and can route to any connected provider. Examples include Stripe, Adyen, Mercado Pago, dLocal, PagSeguro, and hundreds of regional acquirers across Latin America, North America, Europe, and Asia.Multi provider architecture
Connect multiple providers for the same payment method and country. Yuno picks the optimal provider for each transaction based on your routing rules.Smart routing
Smart routing decides which provider processes each transaction. Configure rules in Dashboard > Routing.Routing decisions happen per transaction, not per payment. When a payment cascades, the routing engine re evaluates the best option for each retry independently.
Failover and cascading
When a provider declines or fails to respond, Yuno can retry automatically with the next provider in your configuration. Configure cascading:
See transaction retries for retry configuration and the Dashboard routing builder.
Provider configuration
Set providers up in Dashboard > Providers.1
Add a provider
Navigate to Dashboard > Providers > Add Provider and pick from the available integrations.
2
Enter credentials
Provide the provider’s API keys, merchant IDs, and any required configuration. Each provider has different credential requirements.
3
Enable payment methods
Select which methods this provider should handle (cards, SEPA, UPI, Pix, Alipay, and so on).
4
Configure routing
Go to Dashboard > Routing to set priority, failover rules, and any conditional routing logic.
Normalized responses
Yuno normalizes every provider response into a standard status. The raw provider response is preserved in the transaction for debugging.What next
Multi provider orchestration
How to set up routing across multiple providers.
BIN routing strategy
Send cards to the acquirer most likely to approve them.
Transactions
What each provider attempt looks like under the hood.
Dashboard routing
Configure providers and routing without code.