#sempakonka-pi-cancel
1 messages ยท Page 1 of 1 (latest)
๐
We don't have auto cancellation for PaymentIntents. This is something that your integration would need to handle itself.
You can always retrieve the PaymentIntent and check its status to see if an attempt was made and if not, you can manually call the API and cancel the PaymentIntent
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.
okey, thanks!
NP! Happy to help ๐