Updates for June, 2025
There have been some updates on Yuno. Please check the updates below.
- 3DS exemptions
- First and last name optionals for Customer creation
3DS Exemptions
We’ve added support for 3DS exemptions to help you streamline your checkout experience while maintaining security. A new optional field, strong_customer_authentication_exemptions, is now available under payment_method.detail.card.three_d_secure
in our Payments Public API. This allows you to define exemption preferences directly when creating a payment.
Additionally, Yuno now supports receiving exemption recommendations from your fraud provider. These recommendations, as well as predefined exemption logic from your routing configuration, will be propagated through the full payment route to the final 3DS provider.
You can now define exemptions via API or rely on your fraud provider’s advice—either way, the exemption type will persist throughout the flow, reaching the 3DS gateway and appearing in the payment response, GET API, and webhooks.
For more information, please refer to the SCA exemptions documentation in the guides section.
Optional fields for customer creation
The first_name
and last_name
fields are now optional when creating a customer. If a specific payment provider requires these fields, we will prompt the user to complete them via the corresponding SDK form before proceeding with the payment.
If you’re not using our SDK, please ensure that you provide this information at the time of payment creation, in case the selected provider requires it as mandatory.