Hikashop Stripe unprocessed purchases

  • Posts: 429
  • Thank you received: 22
  • Hikashop Business
1 month 2 days ago #371785

-- HikaShop version -- : 6.3.0
-- Joomla version -- : 4.4.14
-- PHP version -- : 8.3.3

I use Hikashop Stripe Connect Payment Plugin v1.2.5 for card payments. Payment mode is endpage. Every day at least one order appears that is not processed.
Instead of being given the opportunity to enter credit card details, the buyer only receives a notification that the order is being processed. Among the orders, the status of such an order is Created.
There is no note in the payment log about any error for these cases. In case of rejections or insufficient balance, the error is normally logged. I have debug enabled in the plugin.
Where could the problem be?

Please Log in or Create an account to join the conversation.

  • Posts: 85712
  • Thank you received: 14048
  • MODERATOR
1 month 1 day ago #371786

Hi,

With the debug turned on in the payment method, you should have information about the problem logged in the "payment log file" in the HikaShop configuration:
www.hikashop.com/support/documentation/5...nfig.html#main_files
So please check what you have there.
Once we have more information about the problem from the log file, we should be able to tell you what the problem is.

Please Log in or Create an account to join the conversation.

  • Posts: 429
  • Thank you received: 22
  • Hikashop Business
1 month 1 day ago #371787

As I said, there are no records in the payment log for these cases.
For example, for 3.5.2026 I have two such cases. The last record in the log is for 23.4.2026.

Please Log in or Create an account to join the conversation.

  • Posts: 26354
  • Thank you received: 4068
  • MODERATOR
1 month 1 day ago #371792

Hello,

Please provide more details about your Stripe Connect configuration (you can hide the credentials).

In "End" mode, it is not possible for Stripe Connect to display a "thank you for your purchase" automatically.
The view contains that HTML code but it's with a "display: none" style so that block is only displayed when the Stripe JS confirm the order processing. It means that the customer need to fill the payment form to activate that script.
The only way to go directly to the "thank you" page is with the "checkout" mode.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 429
  • Thank you received: 22
  • Hikashop Business
1 month 1 day ago #371797

Stripe Connect configuration

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 26354
  • Thank you received: 4068
  • MODERATOR
4 weeks 1 day ago #371838

Hello,

Thank you for the screenshots and sorry for the delay.
You wrote :

Among the orders, the status of such an order is Created.

So, we are sure that the customer finished the checkout workflow since the order is created in your backend.
Can you please confirm that the payment method is stripe connect?
What do you have in the order history at the bottom of the order details in your backend?

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 429
  • Thank you received: 22
  • Hikashop Business
3 weeks 5 days ago #371869

Yes, as mentioned, the customer gets to the end but doesn't even offer him the option to enter his card details. It simply shows him the thank you page and that the order is being processed. The problem occurs in some random key that we can't decipher.
Yes, it's Stripe connect 1.2.5 (obsydev).
I'm attaching a screenshot of the history in case of a successful purchase and in case of a fail.

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 26354
  • Thank you received: 4068
  • MODERATOR
3 weeks 4 days ago #371874

Hello,

Thank you for the screenshots but unfortunately, just a part of the order history does not allow me to understand the situation.
Like I wrote, I also need the payment method attached to the order.
By design, it should not be possible for the plugin to just let the order be created ; so I need to understand the source of the issue, which could be related to restrictions, plugins, etc.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 429
  • Thank you received: 22
  • Hikashop Business
3 weeks 4 days ago #371877

For these orders, the payment method Stripe credit card is selected as mentioned at the beginning.
I don't know how else I could look or confirm. The payment method of the order is visible in the order list, in emails, invoices ...

If you need any other information, please define exactly where I should look.

Last edit: 3 weeks 4 days ago by mojweb.

Please Log in or Create an account to join the conversation.

  • Posts: 26354
  • Thank you received: 4068
  • MODERATOR
3 weeks 3 days ago #371898

Hello,

Please update your HikaShop to the latest version.
The issue is not related to the Stripe Connect plugin ; it's an issue with another plugin which interact with payment plugins.
Latest HIkaShop release contains patchs for it.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 429
  • Thank you received: 22
  • Hikashop Business
1 week 3 days ago #372045

Updated to the latest version. The problem is still there. Almost every day an order is incomplete with the status created.

Please Log in or Create an account to join the conversation.

  • Posts: 85712
  • Thank you received: 14048
  • MODERATOR
1 week 3 days ago #372061

Hello,

The detail that matters most is the one you mentioned: those customers see the "please wait" / order processing message instead of the credit card fields.

In endpage mode the Stripe card form is built in the customer's browser by Stripe's JavaScript. When the card fields never appear, it means that JavaScript did not run to completion on that page: the form is never displayed, nothing is ever submitted, and the order stays in "Created" with no entry in the payment log. The log is empty precisely because the problem happens in the browser, before any request reaches your server. It also means no payment was taken for those orders.

The two usual causes are a JavaScript conflict with another extension that loads on the checkout page, or Stripe's JavaScript being blocked on the customer side (ad blocker, privacy extension, corporate firewall, or a strict content security policy).

To move forward, could you provide:
- The order IDs of a few of the affected orders.
- For those same orders, whether your Stripe dashboard shows any payment or payment attempt. We expect none, but confirming it tells us for certain that no charge happened.
- Whether this happens for every customer or only occasionally, for some of them.

It would also help us a lot to look at the site directly. Please send us a super administrator access to your website through our contact form, so it stays private, along with one affected order ID. With backend access we can open the checkout page, inspect the browser console on the payment step, and identify what is preventing the Stripe card form from loading.
www.hikashop.com/support/contact-us.html

Please Log in or Create an account to join the conversation.

  • Posts: 429
  • Thank you received: 22
  • Hikashop Business
4 days 22 hours ago #372119

Admin access sent to contact.

Please Log in or Create an account to join the conversation.

  • Posts: 85712
  • Thank you received: 14048
  • MODERATOR
4 days 16 hours ago #372124

Hi,

I checked your backend and I can't conclude anything. It works fine for most orders, so I don't think it comes from hikaShop or it would always fail.
The payment log doesn't provide enough information from the Stripe Connect plugin to say much. It would potentially require more debugging information in the log by the plugin. That would require the developer of the plugin, Obsidev, to work on this.
However, even this might not help.

I can see that you have a payment plugin called "Hikashop UPN QR Code Payment Plugin" developed by someone called Sjaeeb Ahamed. This looks like a custom plugin. Payment plugins can potentially hijack other payment plugins so that could be one suspect for why you would get the thank you page directly without seeing the credit card form.

As a simple alternative, I can propose you to try switching to Stripe Checkout:
www.hikashop.com/marketplace/product/296-stripe-checkout.html
It is a new plugin we developed in house for Stripe's latest API and it works great.

Please Log in or Create an account to join the conversation.

  • Posts: 429
  • Thank you received: 22
  • Hikashop Business
23 hours 44 minutes ago #372179

If I understand correctly, your plugin redirects the buyer to comics and then back. I would like to avoid this.
The Hikashop UPN QR Code Payment Plugin is a custom plugin that was added later, when the problems were already present.

Please Log in or Create an account to join the conversation.

Time to create page: 0.091 seconds
Powered by Kunena Forum