- Wallet Cryptogram
- Simplified mode for refunds
Wallet Cryptogram
We’ve added a new field to the Payment method object while creating the Payment calledcryptogram. It is a field that lets you use your Apple/Google pay native integration and make payments directly vía API. You will also find the fingerprint in the payment response when a transaction is made.
Example
Simplified mode for refunds
Yuno allows merchants to retry capture and refund transactions that received an error or declined response from the provider by adding a field to the transaction request. This feature is designed to enhance transaction success rates and improve user experience. By setting the simplified_mode field to true in capture and refund requests, the system will:- Return a
SUCCEEDEDstatus for capture transactions so you dont have to worry about the retry scheme and Yuno will automatically retry failed or pending transactions up to five times within a 24-hour period. - Return the
DECLINEDstatus for the transaction, leaving the payment in aPENDING/RETRY_IN_PROCESSstatus, and Yuno will automatically retry failed or pending transactions up to five times within a 24-hour period.
Taxes
For a better handling of the taxes information for every payment, in Yuno we have added aTaxes array of objects inside the additional_data. order struct so the merchants can send more than one Tax line for each case.
If you are sending the Tax object outside the additional_data struct, don’t worry, we are going to keep supporting the object, but for a better management of taxes we recommend to start using the new array of objects available instead.
For more information on how it works, please refer to the Payment amount details on the Guides section.