#thescoutrocker-payment-intent-duedate
1 messages ยท Page 1 of 1 (latest)
Ok, @fading valve as a workaround can I make a process to cancel the PaymentIntents via the API?
Hi ๐ jumping in as @fading valve needs to step away. Yeah, you could build a flow that utilizes the Cancel Payment Intent endpoint:
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.
Great, thank you!