POCardTokenizationDelegate
Delegate that allows to handle events during card tokenization.
Functions
Allows to evaluate card eligibility for tokenization based on issuer information.
Invoked on card tokenization lifecycle events.
Allows to choose default preferred card scheme based on issuer information. Primary card scheme is used by default.
Allows to additionally process tokenized card before completion, for example to authorize an invoice or assign a customer token. Return the result from respective ProcessOut API if it was used. In case of a custom implementation you can pass ProcessOutResult.Success(Unit) or appropriate ProcessOutResult.Failure() with localizedMessage that will be shown directly to the user. Failure will be propagated to shouldContinue function.
Allows to decide whether the flow should continue or complete after the failure. Returns true by default.