New
- Components now support integration with custom payment buttons:
showsSubmitButton
configuration: Added a new property to hide the default submit button, enabling the use of custom buttons for more flexible payment flows.- Introduced
submit
andvalidate
methods to allow manual initiation and validation of payment processes.
- Update TwintSDK to v8.0.2.
- For Twint, you can now reduce the required number of
LSApplicationQueriesSchemes
values. InTwintActionComponent.Configuration
, set the newmaxIssuerNumber
property. - Add support for the following Boleto Bancario
tx-variants
:- Boleto Bancario Itaú (
boletoBancarioItau
) - PrimeiroPay Boleto (
primeiroPayBoleto
) - Boleto Bancario (
boletoBancario
)
- Boleto Bancario Itaú (
- Pay by Bank in the US: Now supports stored payment methods.
Changed
- Pay by Bank in the US: Drop-in now displays supported bank logos and a confirmation screen before redirecting to the issuer for
PaymentMethodType.paybybank_AIS_DD
. - Delegated Authentication: Add an option to reset credentials on the error screen during Secure Checkout.
Fixed
- Correct
type
andbrand
values for Meal Voucher payment details.