#TheUchi007-cancel-payment-intent
1 messages ยท Page 1 of 1 (latest)
Hi ๐ there isn't a way to bulk cancel all intents in a particular status, but you can use this endpoint to cancel specific ones:
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 ok. I will probably set a "timer", or maybe a script on my side warning the user that a payment is not done, and if the prompt is true, I will do an endpoint to remove the payment intent created. Thank you!
Happy to help!