PCIPTokenizationListener

Implement PCIPTokenizationListener to be notified when a tokenization request ends. PCIPTokenizationListener will notify you about the success, error or cancel state of the processed tokenization request.

Functions

Link copied to clipboard

This is called after a tokenization request has been cancelled. This callback can be used to cancel any on-going process involving the tokenization request.

Link copied to clipboard

This is called after a tokenization request fails or encounters an error. Keep in mind that the SDK shows the error to the user before this is invoked. Therefore, this callback can be used to cancel any on-going process involving the tokenization request.

Link copied to clipboard

This is called after a tokenization request has been successfully completed. This callback provides details about the tokenization request.