#JohnM - ACH Refund
1 messages · Page 1 of 1 (latest)
yes. Lets say the customer had 2 bank accounts set up, and chose by mistake the incorrect account.
If so we spell out how the refunds work here:
https://stripe.com/docs/payments/ach-debit#refunds
The key text is here:
We process refunds only after the payment process completes. If you create a full or partial refund on a payment that hasn’t completed yet, Stripe initiates the refund when the PaymentIntent status transitions to succeeded.
is it possible to cancel that payment instead of doing a refund ?
assuming it has not been picked up yet
You can cancel the Payment Intent via the API if it has not reached the succeeded state: https://stripe.com/docs/api/payment_intents/cancel
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Oh, I am still using the charge api for ACH
Then unfortunately you'll have to wait until it succeeds