CreatePlaidBankAccountSdkCallback

Callback triggered when a Plaid bank account is added to the account as payment method or when an event occurs.

Functions

Link copied to clipboard
abstract fun onEvent(event: String, metadata: Map<String, String>?)

An event occurred in the SDK.

Link copied to clipboard
abstract fun onSuccess(pBank: BankAccountModel)

The Plaid bank account was successfully added to an account as a payment method.