- Vaulted token with card type
- Account funding transaction details
- Network transaction ID
- Smart routing flag
- Trial period for subscriptions
Vaulted token with Card Type
While using vaulted tokens in Yuno, we’ve added the capability to specify the card type for each payment. For markets such as Brazil, where a user can use the same card for both credit or debit transactions, you can now specify in every payment if the transaction should beCREDIT or DEBIT. For this, you can use the already existing structure of card_details inside the payment methods object in payments.
Account funding transaction details
We’ve added a new capability to the Payments API, which allows you to specify the sender and beneficiary information necessary for account funding transactions. Account Funding Transactions (AFT) are financial transactions that facilitate funds transfer between payment accounts. They are widely used to load or top up user accounts and digital wallets and perform internal fund transfers within a payment platform.Network Transaction ID
We’ve added the possibility to send in the Payments API thenetwork_transaction_id recommended for subscription payments with enrolled payment methods.
The Network Transaction ID Is a unique identifier assigned to a transaction by the card network. It tracks and references specific transactions, particularly in recurring payment scenarios, ensuring consistency and traceability across the payment lifecycle.
Smart routing flag
We’ve added a new field to the Payment object response calledsmart_routing. It’s a field inside the routing rules object specifying whether a transaction went through the smart routing feature.
Example