- Transactions history
- Tip amount
- Invalid transaction response message
- Neighborhood field
Transactions History
We’ve added a new object to the Payment object response calledtransactions_history. It is an array of objects that represents the list of the transactions that are part of a payment. The amount of transactions is going to depend on how many providers you have set up in your payment method route.
Tip amount
We’ve added a new field to the Payment object inside theadditional_data.order struct called tip_amount. It represents the tip amount of the order. This field is for informational purposes, the tip amount is already included in the final transaction amount and is not added separately.
Invalid transaction response message
We’ve added new information to theresponse_message of the API call when a capture transaction is trying to be made and there is already one in process.
json
Neighborhood
We’ve added a new field to the Customer object inside theshipping_addresand billing_address called neighborhood. It represents the neighborhood of the address line of the customer (MAX 255; MIN 3).