Hello,
I’m having problems with the Stripe checkout. I installed the just relaesed 1.4 version, set all keys correctly and created a webhook in my stripe account.
On the preview page, I select ‘stripe’ and click ‘pay & publish’. Nothing seems to happen.
When I inspect with Firebug, I see it makes a ajax request to:
https://www.DOMAINcom/wp-admin/admin-ajax.php?action=geodir_stripe_get_payment_info&_nonce=201bd36543&price=2
Response = “Not authorized!”
After that, a request is made to
https://checkout.stripe.com/bootstrap?locale=en&key=pk_test_4X5XRUko8SuYRnFOIa8Nyb1l
Response is a whole lot of JSON which start with:
{“sessionID”:”4103ddc4-4c38-4b53-aa91-72cfa6df0aa8″,”securityToken”:”VFJJqZbSOxgPiOoR-0q_1C2drzU=”,”livemode”:true,”apiEndpoint”:”https://api.stripe.com/v1″,
What I also notice it it tries to load (‘GET’) http://checkout.stripe.com/checkout.js?ver=2.0 .. but it won’t load and keep loading.
Thanks
Pawon