Skip to content

2.3.1

Compare
Choose a tag to compare
@skirsche-ieffects skirsche-ieffects released this 03 Oct 12:50
· 23 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

  • PCIPTokenizationDelegate no longer returns the tokenizationId directly, the tokenizationId is now contained in PCIPTokenizationSuccess
  • PCIPTokenizationRequest has been renamed to PCIPTokenization
  • PCIPTokenizationRequestOptions has been renamed to PCIPTokenizationOptions
  • PCIPTokenizationRequestDelegate has been renamed to PCIPTokenizationDelegate
  • PCIPTokenizationRequestError has been renamed to PCIPTokenizationError

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