- Card expiration details
- Recipients for Split Payments Marketplace
- Receipts for Cancel transactions
- Items for Subscriptions
- Payouts with vaulted tokens
Card expiration details
We’ve added two more fields to the Payment response calledexpiration_year and expiration_month. The fields (inside every transaction.card_data) specify the expiration details of the card used to make the payment, giving you the information without having to do a get to the payment method.
Recipients for Split Marketplace
We’ve added a new capability to the split payments marketplace requests called Recipients. In case you use more than one payment provider for the split payments, we recommend using the recipients object, as it lets you define more than one provider for each recipient.Recipient creation
Sending a Payment
Receipts for Refund Transactions
We’ve added a new capability to the refund requests called Receipts. This capability lets you obtain a receipt for every refund transaction made in Yuno. As Yuno does not actually executes the refund to the acquirers, this receipt represents the execution of the request to the provider in order to refund the previously made purchase.payment.transaction object.
For more information, please refer to the refund request in the API reference section.
Items for Subscriptions
We’ve added a new capability to the Subscription feature called Additional data. Now Yuno lets you specify information about the items related to the subscription so we can send that information to the providers.Payouts with vaulted tokens
We’ve added a new capability to the Payouts product, which allows you to create requests directly to an enrolled credit/debit card in Yuno if supported by the provider.- Enrollment guide section for the enrollment process.
- Payouts API reference section for payouts creation.