Skip to content

3.7.0

Compare
Choose a tag to compare
@luiscosta luiscosta released this 14 Aug 08:54
· 10 commits to master since this release

🌷🙌🏻 iDEAL, 3D Secure & More

We've expanded our SDK to iDEAL as a supported payment method and added Google Pay's token registration flow. Additionally, we've provided more flexibility in passing 3D Secure cardholder information.

Added

  • iDEAL as a supported payment method in the SDK
  • Option to pass 3D Secure cardholder information directly when invoking the SDK, supporting scenarios where this information isn't available during the transaction init request
  • Tokenization of Google Pay wallets (via newly added SavedGooglePay) to enable merchant-initiated transactions

Changed

  • Removed validations on the payment method Swiss Pass

Fixed

  • Fixed a bug happening when navigating back in the card flow, resolving issue #12
  • Repackaged classes during SDK obfuscation, resolving issue #22
  • Updated all dependencies, resolving issue #25