Version 1.0.30

Why a new version ?

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).

What are the main changes ?

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.

The way to implement this feature is described in section “9-Reacting to Invalid Transactions.”

Last updated