Skip to content

2.3.0

Compare
Choose a tag to compare
released this 03 Oct 12:50
· 34 commits to master since this release

🎉 New features for PCI Proxy merchants!

We have added more data to our PCI Proxy flows: Our SDK now returns the card information in addition to the tokenization ID.

⚠️ Important Changes - only relevant to PCI Proxy merchants

  • PCIPTokenizationListener method onTokenizationSuccess has a changed signature: instead of a single tokenizationId string argument, it now has a result argument of type PCIPTokenizationSuccess, which contains the tokenization ID and other information
  • PCIPTokenizationRequest has been renamed to PCIPTokenization
  • PCIPTokenizationRequestOptions has been renamed to PCIPTokenizationOptions
  • PCIPTokenizationRequestListener has been renamed to PCIPTokenizationListener
  • PCIPTokenizationRequestException has been renamed to PCIPTokenizationException
  • PCIPTokenizationListener method onTokenizationRequestError has been renamed to onTokenizationError
  • PCIPTokenizationListener method onTokenizationRequestCancel has been renamed to onTokenizationCancel

Added

  • The PCI Proxy flow now returns card information in addition to the tokenization ID

Changed

  • API renaming to be more consistent with other Datatrans APIs