Updates for February, 2025
You can take a look at the latest Yuno updates. There have been some updates on Yuno. Please check the updates below.
- SDK for VTEX Headless checkout
- Oauth2 for Webhooks
- Chargebacks Webhooks
VTEX Headless Checkout
A headless store in VTEX handles all ecommerce integration without a traditional user interface, relying solely on API requests. If you want to use this type of checkout in VTEX, a normal integration with just configuring parameters does not apply, you'll need to integrate our VTEX SDK to support the regular flow.
Oauth2 for webhooks
In case you use the oAuth2 authentication protocol for your webhook reception, Yuno also offers the possibility to define the required parameters in the developers/webhooks dashboard section. You will need to configure the following fields so we can obtain the tokens for the webhooks delivery:
- Authentication_url: url to use for authentication
- Credentials: Necessary credentials to communicate with the authentication_url.
- Client Secret_key
- Cliente Client_ID
- Grant type: Type of grant for the authentication.
For more information on how to use Webhooks, please refer to the Webhooks page on the guides section.
Chargebacks Webhooks
Previously, to be able to receive chargeback Webhooks in Yuno, the merchant needed to turn on the "Purchase" trigger on the Webhooks configuration page, as that flag triggered purchases and chargebacks at the same time. Now, we've added the possibility to define a specific URL for Chargeback webhooks.

For more information on how to use Webhooks, please refer to the Webhooks page on the guides section.