create
open suspend fun create(externalBankAccountToken: String, params: ExternalBankAccountMicroDepositCreateParams, requestOptions: RequestOptions = RequestOptions.none()): MicroDepositCreateResponse
Verify the external bank account by providing the micro deposit amounts.
abstract suspend fun create(params: ExternalBankAccountMicroDepositCreateParams, requestOptions: RequestOptions = RequestOptions.none()): MicroDepositCreateResponse