sophie11 wrote: Hi Jerome
Yes I entered my credentials in the plugin settings
I don't have a Stripe Connect account only a normal Stripe account sio I have an account id not a client id, doest it matter ?
I deleted the return and cancel urls and now I get a page but no payment form
here is the view
As you can see there is no form ?
and there is an other pb on the page where the customer chooses the payment method: that page is not secure anymore see view below
but it is secure without the stripe payment choice
Thank you
Hello,
I had exactly the same problem when entering the credentials in the global plugin configuration. I got the Stripe Card Number field showing up by selecting "Use global credentials" to "No" in the Hikashop Payment Method configuration and specifiying the Stripe Secret Key (sk_test...) in the "API key" field and the Stripe Publishable Key (pk_test_...) in the "Publishable Key" field. "Client ID" stays empty as I am not using the Connect feature.
With this the payment and order confirmation will work, but there are still some bugs. For example if payment fails no error message but an obscore "[Object object]* message is shown. Also if payment succeeds the "Thank you message" that is currently hidden by "Display: none" in CSS is not unblocked and shown to the user.
I filed a support request, for the moment the plugin is not useable for me. Tried to fix the bugs in the code, but with all the connect related stuff and the future checkout integration it is really difficult to adapt to my use case.
For the moment I am working on adapting the legacy Stripe V2 (released for free under GPL) plugin myself to support Stripe V3 : the same features so no checkout integration, just add the optional SCA popup in case the bank requires it to comply with the new laws. Implementation is for the moment quite straight forward and the Stripe API examples are well explained.... It wasn't planned like this, but I can't stand waiting and hoping. Need to do something...