we are using gravity form stripe addon and payments gets failed but entry gets created. these are the errors that i can see in log
2024-11-22 11:42:57.918900 - DEBUG → GFStripe::maybe_hit_rate_limits(): The current IP has card errors in total of 1 times
2024-11-22 11:42:58.787939 - ERROR → GFStripe::capture(): Cannot capture payment intent data; This PaymentIntent could not be captured because it has already been captured.
I believe in this case, the issue was resolved by enabling “Additional Payment Methods” on the Stripe field. Without that setting, the add-on uses an older implementation of the Stripe field: enabling the option forces the add-on to use the latest Stripe field integration.