PaymentFlowHandler

Payment flow handler

Functions

Link copied to clipboard
abstract fun onBackPressed()

Invoked when user decides to close payment details screen

Link copied to clipboard
abstract fun onFailure(errorMessage: String)

Invoked when tokenization is failed.

Link copied to clipboard
abstract fun onSubmit()

Invoked when tokenization is started. Can be used to show a progress bar.

Link copied to clipboard
abstract fun onSuccess(tokenDetails: TokenDetails)

Invoked when tokenization is succeed.