2.3.0
🎉 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
methodonTokenizationSuccess
has a changed signature: instead of a singletokenizationId
string argument, it now has a result argument of typePCIPTokenizationSuccess
, which contains the tokenization ID and other informationPCIPTokenizationRequest
has been renamed toPCIPTokenization
PCIPTokenizationRequestOptions
has been renamed toPCIPTokenizationOptions
PCIPTokenizationRequestListener
has been renamed toPCIPTokenizationListener
PCIPTokenizationRequestException
has been renamed toPCIPTokenizationException
PCIPTokenizationListener
methodonTokenizationRequestError
has been renamed toonTokenizationError
PCIPTokenizationListener
methodonTokenizationRequestCancel
has been renamed toonTokenizationCancel
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