> ## Documentation Index
> Fetch the complete documentation index at: https://docs.y.uno/llms.txt
> Use this file to discover all available pages before exploring further.

# FAQs

> Answers to the most common questions about the Yuno VTEX integration.

<AccordionGroup>
  <Accordion title="How does Yuno handle expired Pix payments?">
    Yuno automatically tracks the expiration of every Pix payment based on the configuration in your integration. Before a Pix payment expires, Yuno proactively checks whether it has been completed. If the shopper does not pay in time, Yuno notifies VTEX, which automatically cancels the order.
  </Accordion>

  <Accordion title="How are saved cards and Click to Pay handled?">
    Saved-card flows and Click to Pay both rely on a customer record being created in Yuno. To enable them, set the **Create Customer** field to **Yes** in your Yuno provider configuration. With this option enabled, the plugin creates or updates a Yuno customer record on every payment.
  </Accordion>

  <Accordion title="Does Yuno support VTEX subscriptions (recurring payments)?">
    Yes. Orders created with VTEX's [subscriptions](https://help.vtex.com/docs/tutorials/how-subscriptions-work) feature are supported out of the box. The first purchase is processed like any other card payment. The automatic renewals that follow are charged even though the shopper is not present and no security code (CVV) is entered — Yuno processes them as stored-credential, merchant-initiated (MIT) payments, so recurring charges go through instead of being declined.

    There is nothing extra to configure on the Yuno side: as long as you have set up subscriptions in VTEX, the integration handles them automatically, and your regular checkout is unaffected. Subscriptions apply to card payments only.
  </Accordion>

  <Accordion title="How do I switch between sandbox and production?">
    The environment is determined by the prefix of your Yuno **Public API Key**:

    * `dev_*`, `staging_*`, and `sandbox_*` prefixes connect to test environments.
    * `prod_*` prefixes connect to production.

    To switch to production, simply replace your API keys in the VTEX dashboard with your production credentials from the Yuno dashboard.
  </Accordion>

  <Accordion title="How can I customize what appears on my shoppers' card statements?">
    Use the **Soft Descriptor** field in your Yuno provider configuration. The text you enter is sent to the acquirer and shown on the shopper's card statement. We recommend using your store name to help shoppers identify the purchase and reduce chargebacks.
  </Accordion>

  <Accordion title="My business runs multiple VTEX accounts. Do I need a separate Yuno integration for each?">
    Not necessarily. If your VTEX accounts share the same Yuno credentials (e.g., a franchise model), you can use the **Main Account** fields in the provider configuration to share catalog and order data. If each account uses its own credentials, you should configure them independently.
  </Accordion>

  <Accordion title="I have several Yuno accounts under a single VTEX store. Can I use them all?">
    Yes. You can connect a single VTEX account to multiple Yuno integrations. Configure Yuno as a provider once for each integration with a distinct **Affiliation Name**, then select the correct affiliation when activating each payment method.
  </Accordion>

  <Accordion title="How are orders with items from multiple sellers handled?">
    When a shopper's cart contains products from different sellers or franchises, VTEX splits the purchase into multiple suborders and charges each one independently. Yuno processes every suborder so the whole order is paid — not just the first part — sharing a single antifraud session across all of them. You can control which antifraud providers receive that shared session with the **Antifraud Providers for Split Orders** field. See [Advanced Scenarios](/docs/plugins/vtex/set-up-yuno-on-vtex#advanced-scenarios) for details.
  </Accordion>

  <Accordion title="Where can I troubleshoot a specific order?">
    Open the order in your **Yuno dashboard** to see the full lifecycle of every payment attempt, including provider responses and errors. Cross-reference the VTEX order ID with the Yuno payment ID to follow the transaction end-to-end.
  </Accordion>
</AccordionGroup>
