collectBankAccount abstract method

Future<PaymentIntent> collectBankAccount({
  1. required bool isPaymentIntent,
  2. required String clientSecret,
  3. required CollectBankAccountParams params,
})

Methods related to ACH payments

Implementation

Future<PaymentIntent> collectBankAccount({
  required bool isPaymentIntent,
  required String clientSecret,
  required CollectBankAccountParams params,
});