Version 1.0.30
Last updated
Version 1.0.30 includes functionality to prevent a transaction from being initiated under the following conditions:
when the amount is R$ 0.00;
when there are invalid installments (for example, debit with an installment greater than 1).
A new viewData (PaymentInformationInvalidViewData) has been included, which is returned by the SDK to the client that consumes it (TTP) whenever any inconsistency is identified in the transaction-related information.
How to implement this feature can be found in section β9-Responding to Invalid Transactions.β
Last updated

