SEPADirectDebitClient
class SEPADirectDebitClient
Used to integrate with SEPA Direct Debit.
Constructors
Link copied to clipboard
Initializes a new SEPADirectDebitClient instance
Functions
Link copied to clipboard
fun createPaymentAuthRequest(sepaDirectDebitRequest: SEPADirectDebitRequest, callback: SEPADirectDebitPaymentAuthRequestCallback)
Starts the SEPA tokenization process by creating a SEPADirectDebitPaymentAuthRequestParams to be used to launch the SEPA mandate flow in SEPADirectDebitLauncher.launch
Link copied to clipboard
fun tokenize(paymentAuthResult: SEPADirectDebitPaymentAuthResult.Success, callback: SEPADirectDebitTokenizeCallback)
After receiving a result from the SEPA mandate web flow via SEPADirectDebitLauncher.handleReturnToApp , pass the SEPADirectDebitPaymentAuthResult.Success returned to this method to tokenize the SEPA account and receive a SEPADirectDebitNonce on success.