SEPADirectDebitClient

Used to integrate with SEPA Direct Debit.

Constructors

Link copied to clipboard
constructor(context: Context, authorization: String, returnUrlScheme: String?)

Initializes a new SEPADirectDebitClient instance

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

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

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.