For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

How to implement this feature can be found in section β€œ9-Responding to Invalid Transactions.”

Last updated