Funnelkit Support
Forum Replies Created
-
Hi @lyeffeth,
We have received your email on our support desk.
Let’s keep this discussion continued there and closing this thread from here.
ThanksHi @lyeffeth,
From the screenshot you shared, it appears that the payment for that intent has failed. It’s a bit unusual that the payment was marked as failed immediately after you closed the window, with no time gap in between , but let’s set that aside for now.
If the payment failed, your site should have received a webhook for the failed payment, which should have updated the order status to failed. However, as you mentioned, the order is still showing as pending.
Since this is a public platform, we can’t share any logs or payment intent details here.
To properly investigate what’s happening on your site, please contact us via our support desk with more information.
Thanks
Team FunnelkitHi @ultraraniel,
Thanks for reaching out to us.
The error “Your card number is incorrect” indicates that the payment attempt failed due to invalid card details provided by the customer. In Stripe’s payment flow, if the payment method creation fails (such as due to an incorrect card number), no further API calls are made, and the transaction ends without creating a customer profile or recording the failed order in Stripe.- When a customer enters an invalid or mistyped card number, Stripe immediately declines it with the error message
card_number_incorrect. - WooCommerce then changes the order status from “Pending payment” → “Failed” and records that exact message (“Your card number is incorrect”) in the order notes.
- The transaction never reaches the authentication or capture stage, Stripe rejects it right at the validation level.
Let us know if any follow-up questions.
Thanks
Team FunnelkitHi @skym89,
Thanks for reaching out to us.
Can you please share the site URL to take a look?
Thanks
Team FunnelkitHi @chicsouq,
Hope you are doing well.We haven’t heard back. So marking this as resolved.
Feel free to create a new thread for any other query.
Thanks
Team FunnelkitHi @lyeffeth,
We reviewed this and found you won’t receive a failed order email unless the order status is actually marked as failed. In the scenario you described, Stripe doesn’t trigger any event related to a payment failure or error, the payment is simply in a “requires action” state.
https://www.awesomescreenshot.com/image/57310121?key=22bbb1f473be200f571fc689d5cce960
In this case, the user needs to complete the required action (such as authentication or confirmation) before the payment can proceed.
Since no failure event is sent from Stripe, the order cannot be marked as failed at this stage.
An order will only be marked as failed when Stripe takes an action indicating that the payment has failed or an error occurs during checkout.
Once that happens, the failed order email will be sent automatically.
Thanks
Team FunnelkitHi @lyeffeth,
Thanks for using the Funnelkit Stripe and for reaching out to us.
Let us check this and get back to you on this.
Thanks
Team FunnelkitHi @chicsouq,
Thanks for your interest in using the Funnelkit Stripe.
We discussed this with our product team about this use case to use the inline payments only for Google Pay/Apple Pay without address and Shipping methods.
We would like to know if your store has only Virtual products or Physical products as well?
The Google Pay pop-up itself shows the attached billing address with the card used in Google Pay and the available Shipping methods from the checkout.
In the case of Virtual products, it will not display the address and shipping methods
https://tinyurl.com/2cp8rccn
But for the physical products, it will display the shipping address and available shipping methods.
The showing of the address/ shipping is completely managed by the GooglePay itself. Also, it can be different for the login/ non-login users.
Let us know if any follow-up questions. Happy to discuss.
Thanks
Team FunnelkitHi @drinth,
Thanks for reaching out to us.
Sure, you can get the abandoned cart recovery feature for free using this module.
https://ww.wp.xz.cn/plugins/wp-marketing-automations/
https://funnelkit.com/docs/autonami-2/carts/set-up-abandoned-cart-automation/
Thanks
Team FunnelkitHi @james934,
Thanks for using the Funnelkit Sliding cart.
We would like to review in deep. Please contact to our support desk channel with more information.
Thanks
Team FunnelkitHi @cacapybarra,
Hope you are doing well.<span style=”box-sizing: border-box; margin: 0px; padding: 0px;”>We haven’t heard back or have not received your email to our support desk.</span> Marking this as resolved from here.
Feel free to create a new thread for any other query.
Thanks
Team FunnelkitHi @troopekyt,
Thanks for reaching out to us. We request you to record a demo video and contact us on our tech support desk here with the neccessary info to review this during the weekend holiday.
Thanks
Team FunnelkitHi @mrgarry05,
Hope you are doing well and the above information helpful for you.
We haven’t heard back. So marking this as resolved.
Feel free to create a new thread for any other query.
Thanks
Team FunnelkitHi @cacapybarra,
Thanks for using the Funnelkit Stripe. We just pushed a new version of the Funnelkit Stripe 1.14.0.
Please update it on your store and check. If this not resolves, keep us posted here on our support desk with more information with our tech team to review it.
Thanks
Team FunnelkitHi @mrgarry05,
Hope you are doing well. Here are the detailed explaination.
Every website use some kind of font site wide but someone at FunnelKit had a brilliant idea to add “Robot” font in every element individually.
We understand that this approach can be a bit frustrating. The good news is that we’ve made changes in the JSON template, and now switching the Global font setting in checkout element will reflect throughout the entire checkout form, without the need to modify each element individually. This should make managing your fonts much easier and more efficient. The changes were pushed to our template library.Here is the preview: https://www.loom.com/share/b98dd4f04bb04d17b801330b873c2077?sid=5efa9b2e-c42c-4578-8c02-9872fd648e9e
Even if I try to create a new template from scratch, every element has hardcoded colours which can’t be changed from the builder (Bricks Builder) We are working here to remove teh font and colour settings from widget when dragged from scratch. The CSS added by FunnelKit is bigger than my whole website, with 5000 pages.
These files include a wide range of styling rules to ensure conflict-free display of checkout elements across various WordPress setups. These comprehensive styles are necessary to maintain consistent and stable checkout functionality, even in different environments. We will review further optimisation but we can assure the stylesheet is only loaded on the required page and not on whole website.
This has been an interesting feedback. We would like to improve any experience. It would be great if you can contact us via support desk* for deeper conversation. We are committed to any improvements.
Thanks
Team Funnelkit - When a customer enters an invalid or mistyped card number, Stripe immediately declines it with the error message