Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
>Why does it work with the previous version though and not the version after .3 thats what is odd?
not necessarily. there are more/different ajax requests> And it works with some and not others.
and that’s what you have to find out as to why the server responds with a “forbidden” , may also be a firewall issue or whatnot. only your server logs will tell us that (and the logs i have been mentioned above might be able to narrow things down)This reply has been marked as private.the only way to have different stripe accounts is to have different websites (or subsites in a multisite setup)
i can probably add a couple of filters to the stripe gateway to allow for this at some point, but at the moment this is not implemented and there is no ETA as to when there will be
(in theory , you could work with remove filters , add filters according to the wordpress codex,
but please note that I cannot offer any support for this kind of customisation)if your server responds with a 503 only your host/server admin will know why
(unless you are a server admin and know how to find, read and interpret logfiles)i’d suggest you try an order first and see what happens (and let the “processing order” page reload a few times -like for a minute or so – , just in case there’s a very slow response)
ok, use own test keys again though (otherwise it wont make any difference what you set in your webhook as you’d be still using mine – in fact I have now disabled this again in *my* stripe account as we pretty much know what the issue is here now)
not withstanding that the first problem is that your webhook is not set up to send to any events,
now you have made an order with my testkeys, your server is responding with this<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>503 Service Unavailable</title> </head><body> <h1>Service Unavailable</h1> <p>The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.</p> </body></html>so something’s wrong at your server end (might only be temporary though, so perhaps you want to try one more order here)
hang on a minute
your webhook details set up in your stripe account have not been set up to send to any event
click on update and select/click “receive all events” and save(looks like i’ll have to update the docs to make that explicit)
This reply has been marked as private.>this data is the latest received at events
yeah that’s the problem, there’s the one missing that says “xyz was charged”
ok, let’s try something else first of all with my api keys
(in the next private post – give me a second, i need to set something up )
in the meantime – if you have not done so already – please enable debug as mentioned above
https://docs.wp-pizza.com/troubleshooting/please also enable debug on your site like so
https://docs.wp-pizza.com/troubleshooting/>AUTHORIZE TEST PAYMENT
yes, that’s correct. in test mode that’s what you’ll get for ideali have just made a test order there
can you please log into your stripe account and send me the events list for that orderie
https://dashboard.stripe.com/events
click on that event (probably some “failed” event)
under “event data” click “see all [x] lines”
and post that data here (making it private)thanks , looks ok
have you set a webhook test/live key in wppizza->gateways ->stripe ?
i am NOT talking about
Test/Live Secret Key [required]
Test/Live Publishable Key [required]if you *have* set a webhook test/live key , try emptying those fields and saving
to be able to narrow it down to make sure it’s not that part being the issue>they have given me an address
that’s not accessible to anyone but youa 400 error is a server error – only your server admin will know why it throws a 400 error
can you send me a screenshot of your webhooks as they are set up in your stripe account please
to dev[at]wp-pizza.comsomething is wrong here as this really isnt that complicated to set up
This reply has been marked as private.make sure you also enable debug when you test this again
https://docs.wp-pizza.com/troubleshooting/in case we need to look for things there
>Still trying to find that entry.
ok (or if you know how to do that just mysql dump that table , zip it and send it to me directly at dev[at]wp-pizza.com – i can find things from there)regarding stripe update
try going to wppizza -> tools/licenses, de-activate stripe license, then re-activate stripe license
subsequently re-load your plugins page and let me know if you can update it thenDO NOT CHANGE THE SOURCE CODE – WHOEVER SAID THAT IS A COMPLETE IDIOT
but make sure you enter the right private and public keys for test and live in the plugin settings and the webhook in live and test settinsgcan you please forward me the conversation you had with stripe to
dev[at]wp-pizza.com ?
I want to heave a word with STRIPE regarding suggesting something that stupid like changing source codeThis reply has been marked as private.> but there 2 types
what do you mean exactly by “2 types” ?
if you mean “test” and “live” than it goes into both (if you want to test things too)
if you dont mean that , then can you please clarify ?
thanks -
AuthorPosts