createBankPaymentMethod
abstract suspend fun createBankPaymentMethod(info: BankAccountInfo): TransactionResult<BankAccountResult>
Creates a bank payment method using the provided bank account information.
Return
A TransactionResult containing the result of the bank payment method creation.
Parameters
info
The bank account information used to create the payment method.