#LEO LIU Konbini
1 messages · Page 1 of 1 (latest)
According to your specification, there’s an edge scenario that user can still successfully pay to the expired payment code only if the user prints the valid payment slip before the expiry of payment code. That's why Stripe reserves its buffer time(about an hour in your spec) to notify us about the failed payment intent.
Prerequisite: Payment code is expired, but user does successfully pay with the code and Stripe has yet to respond to us.
Actions taken by us: We call the Cancel PaymentIntent API within your buffer time, and the payment intent is successfully canceled.
Questions:
- Will Stripe still notify us about the successful payment result?
- And how will Stripe handle the payment/fund, like contact the user via email to collect info for initiating a refund?
Thanks for the clarification! Give me a few minutes to look into this.
sure, appreciated
👋 taking over for my colleague. Let me catch up.