tokenize
After receiving a result from the SEPA mandate web flow via SEPADirectDebitLauncher.handleReturnToApp, pass the resulting SEPADirectDebitPaymentAuthResult.Success to this method to tokenize the SEPA account.
On success callback is called with SEPADirectDebitResult.Success containing a SEPADirectDebitNonce.
On failure callback is called with SEPADirectDebitResult.Failure containing an exception.
Parameters
After receiving a result from the SEPA mandate web flow via SEPADirectDebitLauncher.handleReturnToApp, pass the resulting SEPADirectDebitPaymentAuthResult.Success to this method to tokenize the SEPA account.
On success returns a SEPADirectDebitResult.Success containing a SEPADirectDebitNonce.
On failure returns a SEPADirectDebitResult.Failure containing an exception.