#mattgraves

1 messages · Page 1 of 1 (latest)

coral ferryBOT
fiery shuttle
#

Hi there

#

No ACH doesn't support manual capture

#

You could collect ACH details and charge it later if you wanted

digital cosmos
#

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?

fiery shuttle
#

You can use Checkout in mode: setup yes

digital cosmos
#

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?

fiery shuttle
#

Nope no payment

#

Just a PaymentMethod attached to the Customer

#

Then you can create a charge using that PaymentMethod in the future

digital cosmos
#

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?

fiery shuttle
digital cosmos
#

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?

lone epoch
#

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

Separate payment authorization and capture to create a charge now, but capture funds later.