#XeroSiS
1 messages · Page 1 of 1 (latest)
Hi, what does your integration look like? Are you using Checkout? Payment Elements? Or something else?
I think you'd need to control this on your end I'm afraid.
You can listen to charge_succeeded event, https://stripe.com/docs/api/events/types#event_types-charge.succeeded and in the example you provided, you can add logic to disable the button after you get 2 charge_succeeded events.