#mattgraves
1 messages · Page 1 of 1 (latest)
Hi there
No ACH doesn't support manual capture
You could collect ACH details and charge it later if you wanted
Is there a way to use Checkout (or some other Stripe service) to save ACH information in Stripe's system without running the information through my system?
You can use Checkout in mode: setup yes
bismarck, you are killing it! Thanks! What is the ultimate outcome in the Stripe dashboard when using mode: setup? Is it a pending payment in the payments tab that I can then confirm and charge?
Nope no payment
Just a PaymentMethod attached to the Customer
Then you can create a charge using that PaymentMethod in the future
Can I specify only ACH for this Checkout mode: setup? or will it allow any payment methods that I have setup in my Stripe account?
You can specify just ACH (really us_bank_account by passing payment_method_types: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_method_types
Nice. Thanks again! Would creating a Checkout Session with payment set to "manual" create a payment in the payments tab that I can then charge later?
Hi there 👋 jumping in as my teammate needed to step away. If you're referring to the payment_intent_data.capture method, then yes, that performs the authorization for a payment but does not capture it. This page goes into more detail regarding the flow of things when you separate the authorization and capture steps of a payment:
https://stripe.com/docs/payments/place-a-hold-on-a-payment-method