added
Updates for January, 2025
about 1 month ago by Nico Mana
You can take a look at the latest Yuno updates. There have been some updates on Yuno. Please check the updates below.
- Additional Tickets information
- First payment successful for Subscriptions
Additional tickets information
We've added a new capability to the Payments API, which allows you to specify the information of the tickets related to the purchase.
[...],
"additional_data": {
"order": {
"fee_amount": 40.5,
"tickets": [
{
"id": "XYZ",
"name": "Music",
"description": "123AD",
"type": "VIRTUAL",
"amount": {
"currency": "COP",
"value": 5000
},
"event": {
"id": "ADMKASLMD",
"name": "Music festival",
"description": "1234",
"type":"FESTIVAL",
"date":"1990-02-28",
"address": {
"address_line_1": "Calle 34 # 56 - 78",
"address_line_2": "Apartamento 502, Torre I",
"city": "Bogota",
"country": "{{country}}",
"state": "Cundinamarca",
"zip_code": "111111",
"neighborhood":"Bogota"
}
}
}
],
[...]
Please refer to the payments API reference section for more information.
First payment successful for Subscriptions
We've added the possibility of defining a flag for Subscriptions in Yuno which lets the merchant decide whether or not to continue with a subscription after the first payment is SUCCESS or DECLINED.
[...],
"initial_payment_validation":true
[...]
For more information, please refer to the Subscriptions guides section in the documentation.