Overview
Co-badged cards are payment cards that carry two or more network brands, such as a card that is both Visa and Elo, or Mastercard and Maestro. These cards are common in markets like Brazil (Visa/Elo), Europe (Mastercard/Maestro, Visa/V Pay), and other regions where local and international networks coexist. Yuno detects co-badged cards and allows you to select the preferred network for processing, enabling cost optimization and regulatory compliance.How Co-Badging Works
A single physical card can be linked to multiple payment networks. Each network may offer different:- Interchange rates (local networks are often cheaper)
- Acceptance rates (international networks may have broader acceptance)
- Feature support (3DS, tokenization, installments)
- Regulatory compliance (some regulations require offering network choice)
In Brazil, many cards are co-badged with Elo (local) and Visa or Mastercard (international). Routing through Elo typically offers lower interchange fees for domestic transactions.
Detecting Co-Badged Cards
When a card is tokenized or used in a payment, Yuno returns all available networks:Selecting a Network
Merchant-Preferred Network
Specify your preferred network when creating a payment:Customer Choice (Regulatory Compliance)
In some jurisdictions (notably the EU under PSD2), customers must be given the choice of which network to use. Present the available brands and let the customer select:Cost Optimization
Common Co-Badge Combinations
Regulatory Requirements
When operating in the EU, ensure your checkout flow presents all available networks to the customer. Yuno’s Full Checkout SDK handles this automatically when co-badged card support is enabled.
Best Practices
- Enable co-badge detection: Ensure your integration reads the
available_brandsfield from card responses. - Route to local networks: For domestic transactions, prefer local networks for lower interchange costs.
- Comply with regulations: In regulated markets, present network choice to customers.
- Test both networks: Verify that transactions process correctly on each available network.
- Monitor acceptance rates: Compare approval rates between networks to optimize routing decisions.