General
What is Yuno?
What is Yuno?
Which countries and payment methods does Yuno support?
Which countries and payment methods does Yuno support?
What is the difference between sandbox and production?
What is the difference between sandbox and production?
Integration
Which integration should I choose?
Which integration should I choose?
- Full Checkout — Fastest setup, Yuno manages the entire UI
- Lite Checkout — Embed a payment form in your page, balance of control and speed
- Secure Fields — Full UI control for card payments, PCI SAQ-A compliant
- Direct API — Complete server-side control, requires PCI DSS Level 1
Do I need PCI compliance?
Do I need PCI compliance?
- SDK integrations (Full Checkout, Lite, Secure Fields): SAQ-A (simplest self-assessment)
- Direct API: SAQ-D Level 1 (most stringent, requires handling raw card data)
How do I handle 3DS authentication?
How do I handle 3DS authentication?
yuno.continuePayment() after creating the payment server-side. The SDK handles the 3DS challenge UI automatically. For Direct API, you must implement the 3DS redirect flow manually based on the action_url in the payment response.Can I use multiple payment providers simultaneously?
Can I use multiple payment providers simultaneously?
Payments
Why is my payment stuck in PENDING status?
Why is my payment stuck in PENDING status?
- PIX (waiting for customer to scan QR code)
- Bank transfers (waiting for bank confirmation)
- OXXO (waiting for customer to pay at store)
What is the difference between cancel (void) and refund?
What is the difference between cancel (void) and refund?
- Cancel/Void: Releases an authorization hold before capture. No funds were transferred, so no processing fees.
- Refund: Returns funds after a payment was captured. Processing fees may apply.
How long do refunds take?
How long do refunds take?
- Credit cards: 5-10 business days
- Debit cards: 3-5 business days
- PIX: Instant to 1 business day
- Bank transfers: 3-7 business days
Troubleshooting
I am getting a 400 error. What should I check?
I am getting a 400 error. What should I check?
- Missing required fields (check Error Codes)
- Wrong data types (string vs. number, especially for amounts)
- Invalid formats (currency must be ISO 4217, country must be ISO 3166-1)
- Malformed JSON syntax
error.code and error.details fields specify exactly which field failed validation.Why do webhooks return 404 in sandbox?
Why do webhooks return 404 in sandbox?
My SDK is not loading. What should I check?
My SDK is not loading. What should I check?
- Verify the SDK package is installed correctly (
npm list @yuno-payments/sdk-web) - Check browser console for JavaScript errors
- Verify your domain is in the allowed origins list (Dashboard > Settings)
- Ensure you are not blocking third-party scripts with CSP or ad blockers
- See SDK Errors for specific error messages
Account
How do I rotate my API keys?
How do I rotate my API keys?
How do I add team members?
How do I add team members?