#JohnM-cancel-ach
1 messages ยท Page 1 of 1 (latest)
Hi ๐ I will need to double check whether there are any special considerations for ACH Payment Intents, or if they can also be canceled in any of the states listed here:
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.
Yea, I would appreciate that. The docs are a little confusing.
says you can cancel at any status before 'processing' or 'succeeded'
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
says you can cancel if status is 'processing'
Thank you for your patience while I had a teammate look into this further. They tested and confirmed that you cannot cancel a Payment Intent in the processing state. Thank you for raising this to our attention, we'll work on getting our documentation corrected.
ok... cool. So any state before processing, I can cancel the payment intent.
Can you confirm that for a ach paymentIntent, when does it transition to processing ? At the end of the day ? Is it possible for us to cancel a ach paymentintent if the uses discovers he used the wrong account immediately and wanted to cancel it ?
I'm not aware of a delay between an ACH Payment Intent being confirmed and it moving into a processing state.
yea, I just read, and apparently it goes to status of processing immediately. So , basically, you are saying there is no way to cancel a ACh paymentIntent.
Correct, not once it has been confirmed.