Overview
Yuno supports 1000+ payment methods across 194 countries through 300+ providers. Coverage, processors, and availability move frequently, so we don’t publish a static catalog here. The set of methods available on a given transaction is driven by the country, currency, and your provider configuration in the Dashboard.For the list of methods available on your account, current country and currency coverage, and the integration guide for each one, contact your Yuno technical account manager.
Method specific requirements
Different methods require different fields in the payment request.Cards
Pix (Brazil)
Pix requires
customer.document with a valid CPF (individuals) or CNPJ (businesses). The response includes a QR code and a copy and paste code for the customer.Boleto (Brazil)
SEPA Direct Debit (Europe)
SEPA Direct Debit covers 36 European countries in EUR. The customer’s IBAN is required. Mandates and settlement follow the SEPA Core scheme. Settlement timing depends on the processor. Confirm with your acquirer.
iDEAL (Netherlands)
redirect_url. Use webhooks for definitive confirmation.
UPI (India)
UPI requires a Virtual Payment Address (VPA), for example
customer@upi or customer@paytm. The customer receives a payment request in their UPI app and authorizes with their PIN.Digital wallets (global)
Discover available methods
The checkout session response includesavailable_payment_methods for the given country, currency, and configured providers.
If a method you expect is missing from the list, verify it is enabled in Dashboard > Settings > Payment Methods for the target country.
Enroll (vault) a method
Save a method for future use by passing"vaulted_token": true in the payment request along with a customer_id. See tokens for lifecycle details and Enroll payment method for the dedicated endpoint.
List saved methods
Every vaulted method attached to a customer lives atGET /v1/customers/{customer_id}/payment-methods. See tokens for the example and List payment methods for the full schema. Responses include masked details (last 4 for cards, masked keys for Pix) and the vaulted token ID for one-click payments.
What next
Payment methods by region
Full per country list with required customer fields.
Tokens
How one time and vaulted tokens work with methods.
Payment method object
The full Payment method schema in the API reference.
Payments
Use a method to actually create a charge.