Our company needs to integrate payments with Stripe into an agreement signing process. The business wishes to restrict payments to only ACH transfers. Is there a way to set this?
The AllowedPaymentMethods property of the PaymentDetails, seems to be where this may be set, and it accepts a List<string> of allowed payment methods. I could not locate any documentation for the correct value to allow ACH transfers.
Any idea of what that value may be, or if there is another way to restrict the payment type allowed?