WooCommerce order status not getting assigned properly for PayPal payment The Next CEO of Stack OverflowHow to set up Paypal on WooCommerce?PayPal Sandbox test seller always “completed / instant” - I want to test pendingHow order status was chaged in woocommerce after PayPal EC Payment Finished?Paypal Website Payments Standard (Includes Express Checkout) Magneto 1.9.1.1 Auto Invoice After payment and change status to completeWoocommerce sandbox paypal show order status payment pendingSend an Email notification to the admin for pending order status in WooCommercePayPal Standard Payment On Hold or PendingPaypal Woocommerce Subscriptions Automatic Recurring payments not workingOrder status processing issue on successful payment from Paypal in WoocommerceDisable specific payment methods depending on Woocommerce order status
Which tube will fit a -(700 x 25c) wheel?
WOW air has ceased operation, can I get my tickets refunded?
Is it professional to write unrelated content in an almost-empty email?
I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin
What happened in Rome, when the western empire "fell"?
Interfacing a button to MCU (and PC) with 50m long cable
Does it take more energy to get to Venus or to Mars?
How did people program for Consoles with multiple CPUs?
Elegant way to replace substring in a regex with optional groups in Python?
RegionPlot of annulus gives a mesh
What happens if you roll doubles 3 times then land on "Go to jail?"
Do I need to enable Dev Hub in my PROD Org?
Received an invoice from my ex-employer billing me for training; how to handle?
Why do remote companies require working in the US?
Are there any limitations on attacking while grappling?
What exact does MIB represent in SNMP? How is it different from OID?
Novel about a guy who is possessed by the divine essence and the world ends?
Is there a way to save my career from absolute disaster?
Why am I allowed to create multiple unique pointers from a single object?
Is there a difference between "Fahrstuhl" and "Aufzug"
Can I equip Skullclamp on a creature I am sacrificing?
Can I run my washing machine drain line into a condensate pump so it drains better?
Sending manuscript to multiple publishers
What does convergence in distribution "in the Gromov–Hausdorff" sense mean?
WooCommerce order status not getting assigned properly for PayPal payment
The Next CEO of Stack OverflowHow to set up Paypal on WooCommerce?PayPal Sandbox test seller always “completed / instant” - I want to test pendingHow order status was chaged in woocommerce after PayPal EC Payment Finished?Paypal Website Payments Standard (Includes Express Checkout) Magneto 1.9.1.1 Auto Invoice After payment and change status to completeWoocommerce sandbox paypal show order status payment pendingSend an Email notification to the admin for pending order status in WooCommercePayPal Standard Payment On Hold or PendingPaypal Woocommerce Subscriptions Automatic Recurring payments not workingOrder status processing issue on successful payment from Paypal in WoocommerceDisable specific payment methods depending on Woocommerce order status
Scenario
I'm using paypal sandbox
account for payment right now and I've set it up correctly , the order is getting successfully placed if I use paypal payment while checkout. But the status should be completed but its not assigning that.(I'm trying this with virtual product only)
I've already read several articles related to same issue and I only found that if it is set properly then the status should be completed or either I've to set it manually by using code(but is this only way? and is it proper?).
Following are the observations from admin side:
On Order Notes -
Payment pending (unilateral). Order status changed from Pending payment to On Hold.
Paypal log(only last 3 lines as it was huge) -
2019-03-08T11:40:45+00:00 INFO Received valid response from PayPal
2019-03-08T11:40:45+00:00 INFO Found order #9985
2019-03-08T11:40:45+00:00 INFO Payment status: pending
wordpress woocommerce paypal paypal-sandbox orders
|
show 1 more comment
Scenario
I'm using paypal sandbox
account for payment right now and I've set it up correctly , the order is getting successfully placed if I use paypal payment while checkout. But the status should be completed but its not assigning that.(I'm trying this with virtual product only)
I've already read several articles related to same issue and I only found that if it is set properly then the status should be completed or either I've to set it manually by using code(but is this only way? and is it proper?).
Following are the observations from admin side:
On Order Notes -
Payment pending (unilateral). Order status changed from Pending payment to On Hold.
Paypal log(only last 3 lines as it was huge) -
2019-03-08T11:40:45+00:00 INFO Received valid response from PayPal
2019-03-08T11:40:45+00:00 INFO Found order #9985
2019-03-08T11:40:45+00:00 INFO Payment status: pending
wordpress woocommerce paypal paypal-sandbox orders
Maybe research over on wordpress.stackexchange.com SO is specifically about coding, so you'd need to show your Minimal, Complete, and Verifiable example.
– user1531971
Mar 8 at 14:31
@jdv Wordpress StackExchange is also about coding and exclusively for Wordpress, but not for plugins. So StackOverFlow is the right place for Woocommerce tagged questions. Both are specifically about coding…
– LoicTheAztec
Mar 8 at 14:38
@LoicTheAztec be that as it may, the woocommerce tag over there is very busy. It would be foolish not to research a "should I code or config" question over there first.
– user1531971
Mar 8 at 14:40
The busiest is here on StackOverFlow for Woocommerce and other plugins… Plugins related questions on Wordpress StackExchange are off-topic…
– LoicTheAztec
Mar 8 at 14:42
1
@LoicTheAztec note that I used the word "research". There is no question of topicness, other than it is unclear where a woocommerce config, non-code question would live. No one has said that this Q belongs on WP.SE. But if this is to live here, it ought to have a Minimal, Complete, and Verifiable example and ask a specific plugin coding question.
– user1531971
Mar 8 at 14:44
|
show 1 more comment
Scenario
I'm using paypal sandbox
account for payment right now and I've set it up correctly , the order is getting successfully placed if I use paypal payment while checkout. But the status should be completed but its not assigning that.(I'm trying this with virtual product only)
I've already read several articles related to same issue and I only found that if it is set properly then the status should be completed or either I've to set it manually by using code(but is this only way? and is it proper?).
Following are the observations from admin side:
On Order Notes -
Payment pending (unilateral). Order status changed from Pending payment to On Hold.
Paypal log(only last 3 lines as it was huge) -
2019-03-08T11:40:45+00:00 INFO Received valid response from PayPal
2019-03-08T11:40:45+00:00 INFO Found order #9985
2019-03-08T11:40:45+00:00 INFO Payment status: pending
wordpress woocommerce paypal paypal-sandbox orders
Scenario
I'm using paypal sandbox
account for payment right now and I've set it up correctly , the order is getting successfully placed if I use paypal payment while checkout. But the status should be completed but its not assigning that.(I'm trying this with virtual product only)
I've already read several articles related to same issue and I only found that if it is set properly then the status should be completed or either I've to set it manually by using code(but is this only way? and is it proper?).
Following are the observations from admin side:
On Order Notes -
Payment pending (unilateral). Order status changed from Pending payment to On Hold.
Paypal log(only last 3 lines as it was huge) -
2019-03-08T11:40:45+00:00 INFO Received valid response from PayPal
2019-03-08T11:40:45+00:00 INFO Found order #9985
2019-03-08T11:40:45+00:00 INFO Payment status: pending
wordpress woocommerce paypal paypal-sandbox orders
wordpress woocommerce paypal paypal-sandbox orders
edited Mar 8 at 19:44
LoicTheAztec
95.2k1371111
95.2k1371111
asked Mar 8 at 14:22
Indrajeet LattheIndrajeet Latthe
88112
88112
Maybe research over on wordpress.stackexchange.com SO is specifically about coding, so you'd need to show your Minimal, Complete, and Verifiable example.
– user1531971
Mar 8 at 14:31
@jdv Wordpress StackExchange is also about coding and exclusively for Wordpress, but not for plugins. So StackOverFlow is the right place for Woocommerce tagged questions. Both are specifically about coding…
– LoicTheAztec
Mar 8 at 14:38
@LoicTheAztec be that as it may, the woocommerce tag over there is very busy. It would be foolish not to research a "should I code or config" question over there first.
– user1531971
Mar 8 at 14:40
The busiest is here on StackOverFlow for Woocommerce and other plugins… Plugins related questions on Wordpress StackExchange are off-topic…
– LoicTheAztec
Mar 8 at 14:42
1
@LoicTheAztec note that I used the word "research". There is no question of topicness, other than it is unclear where a woocommerce config, non-code question would live. No one has said that this Q belongs on WP.SE. But if this is to live here, it ought to have a Minimal, Complete, and Verifiable example and ask a specific plugin coding question.
– user1531971
Mar 8 at 14:44
|
show 1 more comment
Maybe research over on wordpress.stackexchange.com SO is specifically about coding, so you'd need to show your Minimal, Complete, and Verifiable example.
– user1531971
Mar 8 at 14:31
@jdv Wordpress StackExchange is also about coding and exclusively for Wordpress, but not for plugins. So StackOverFlow is the right place for Woocommerce tagged questions. Both are specifically about coding…
– LoicTheAztec
Mar 8 at 14:38
@LoicTheAztec be that as it may, the woocommerce tag over there is very busy. It would be foolish not to research a "should I code or config" question over there first.
– user1531971
Mar 8 at 14:40
The busiest is here on StackOverFlow for Woocommerce and other plugins… Plugins related questions on Wordpress StackExchange are off-topic…
– LoicTheAztec
Mar 8 at 14:42
1
@LoicTheAztec note that I used the word "research". There is no question of topicness, other than it is unclear where a woocommerce config, non-code question would live. No one has said that this Q belongs on WP.SE. But if this is to live here, it ought to have a Minimal, Complete, and Verifiable example and ask a specific plugin coding question.
– user1531971
Mar 8 at 14:44
Maybe research over on wordpress.stackexchange.com SO is specifically about coding, so you'd need to show your Minimal, Complete, and Verifiable example.
– user1531971
Mar 8 at 14:31
Maybe research over on wordpress.stackexchange.com SO is specifically about coding, so you'd need to show your Minimal, Complete, and Verifiable example.
– user1531971
Mar 8 at 14:31
@jdv Wordpress StackExchange is also about coding and exclusively for Wordpress, but not for plugins. So StackOverFlow is the right place for Woocommerce tagged questions. Both are specifically about coding…
– LoicTheAztec
Mar 8 at 14:38
@jdv Wordpress StackExchange is also about coding and exclusively for Wordpress, but not for plugins. So StackOverFlow is the right place for Woocommerce tagged questions. Both are specifically about coding…
– LoicTheAztec
Mar 8 at 14:38
@LoicTheAztec be that as it may, the woocommerce tag over there is very busy. It would be foolish not to research a "should I code or config" question over there first.
– user1531971
Mar 8 at 14:40
@LoicTheAztec be that as it may, the woocommerce tag over there is very busy. It would be foolish not to research a "should I code or config" question over there first.
– user1531971
Mar 8 at 14:40
The busiest is here on StackOverFlow for Woocommerce and other plugins… Plugins related questions on Wordpress StackExchange are off-topic…
– LoicTheAztec
Mar 8 at 14:42
The busiest is here on StackOverFlow for Woocommerce and other plugins… Plugins related questions on Wordpress StackExchange are off-topic…
– LoicTheAztec
Mar 8 at 14:42
1
1
@LoicTheAztec note that I used the word "research". There is no question of topicness, other than it is unclear where a woocommerce config, non-code question would live. No one has said that this Q belongs on WP.SE. But if this is to live here, it ought to have a Minimal, Complete, and Verifiable example and ask a specific plugin coding question.
– user1531971
Mar 8 at 14:44
@LoicTheAztec note that I used the word "research". There is no question of topicness, other than it is unclear where a woocommerce config, non-code question would live. No one has said that this Q belongs on WP.SE. But if this is to live here, it ought to have a Minimal, Complete, and Verifiable example and ask a specific plugin coding question.
– user1531971
Mar 8 at 14:44
|
show 1 more comment
1 Answer
1
active
oldest
votes
The typical cause of this is a mismatch between your paypal details.
When you signed up for Sandbox Paypal you we're given a sandbox email address. You must make sure you're using your Sandbox email and not your standard Paypal email address.
You can also try looking in
Woocommerce > Settings > Products > Downloadable Products
And make sure you have the grant access after payment box ticked.
http://cld.wthms.co/ZExhMq
Yes, I'm not using standard Pyapal email address I'm using that merchant one, also the box is ticked too. I just wanted to confirm, Do I've to use the credentials which is provided in Profile tab or NVP/SOAP Sandbox API Credentials?
– Indrajeet Latthe
Mar 9 at 12:15
Can you try following all the steps laid out in this video. If there are still issues then we can explore them futher I just want to ensure it has been set up correctly. youtube.com/watch?v=YkunOqCMiWc
– William Turner
Mar 10 at 5:08
Yes, I followed exactly same, created buyer account and tried with that too. But the problem is still there.
– Indrajeet Latthe
Mar 10 at 10:53
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55065153%2fwoocommerce-order-status-not-getting-assigned-properly-for-paypal-payment%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The typical cause of this is a mismatch between your paypal details.
When you signed up for Sandbox Paypal you we're given a sandbox email address. You must make sure you're using your Sandbox email and not your standard Paypal email address.
You can also try looking in
Woocommerce > Settings > Products > Downloadable Products
And make sure you have the grant access after payment box ticked.
http://cld.wthms.co/ZExhMq
Yes, I'm not using standard Pyapal email address I'm using that merchant one, also the box is ticked too. I just wanted to confirm, Do I've to use the credentials which is provided in Profile tab or NVP/SOAP Sandbox API Credentials?
– Indrajeet Latthe
Mar 9 at 12:15
Can you try following all the steps laid out in this video. If there are still issues then we can explore them futher I just want to ensure it has been set up correctly. youtube.com/watch?v=YkunOqCMiWc
– William Turner
Mar 10 at 5:08
Yes, I followed exactly same, created buyer account and tried with that too. But the problem is still there.
– Indrajeet Latthe
Mar 10 at 10:53
add a comment |
The typical cause of this is a mismatch between your paypal details.
When you signed up for Sandbox Paypal you we're given a sandbox email address. You must make sure you're using your Sandbox email and not your standard Paypal email address.
You can also try looking in
Woocommerce > Settings > Products > Downloadable Products
And make sure you have the grant access after payment box ticked.
http://cld.wthms.co/ZExhMq
Yes, I'm not using standard Pyapal email address I'm using that merchant one, also the box is ticked too. I just wanted to confirm, Do I've to use the credentials which is provided in Profile tab or NVP/SOAP Sandbox API Credentials?
– Indrajeet Latthe
Mar 9 at 12:15
Can you try following all the steps laid out in this video. If there are still issues then we can explore them futher I just want to ensure it has been set up correctly. youtube.com/watch?v=YkunOqCMiWc
– William Turner
Mar 10 at 5:08
Yes, I followed exactly same, created buyer account and tried with that too. But the problem is still there.
– Indrajeet Latthe
Mar 10 at 10:53
add a comment |
The typical cause of this is a mismatch between your paypal details.
When you signed up for Sandbox Paypal you we're given a sandbox email address. You must make sure you're using your Sandbox email and not your standard Paypal email address.
You can also try looking in
Woocommerce > Settings > Products > Downloadable Products
And make sure you have the grant access after payment box ticked.
http://cld.wthms.co/ZExhMq
The typical cause of this is a mismatch between your paypal details.
When you signed up for Sandbox Paypal you we're given a sandbox email address. You must make sure you're using your Sandbox email and not your standard Paypal email address.
You can also try looking in
Woocommerce > Settings > Products > Downloadable Products
And make sure you have the grant access after payment box ticked.
http://cld.wthms.co/ZExhMq
answered Mar 8 at 21:01
William TurnerWilliam Turner
617
617
Yes, I'm not using standard Pyapal email address I'm using that merchant one, also the box is ticked too. I just wanted to confirm, Do I've to use the credentials which is provided in Profile tab or NVP/SOAP Sandbox API Credentials?
– Indrajeet Latthe
Mar 9 at 12:15
Can you try following all the steps laid out in this video. If there are still issues then we can explore them futher I just want to ensure it has been set up correctly. youtube.com/watch?v=YkunOqCMiWc
– William Turner
Mar 10 at 5:08
Yes, I followed exactly same, created buyer account and tried with that too. But the problem is still there.
– Indrajeet Latthe
Mar 10 at 10:53
add a comment |
Yes, I'm not using standard Pyapal email address I'm using that merchant one, also the box is ticked too. I just wanted to confirm, Do I've to use the credentials which is provided in Profile tab or NVP/SOAP Sandbox API Credentials?
– Indrajeet Latthe
Mar 9 at 12:15
Can you try following all the steps laid out in this video. If there are still issues then we can explore them futher I just want to ensure it has been set up correctly. youtube.com/watch?v=YkunOqCMiWc
– William Turner
Mar 10 at 5:08
Yes, I followed exactly same, created buyer account and tried with that too. But the problem is still there.
– Indrajeet Latthe
Mar 10 at 10:53
Yes, I'm not using standard Pyapal email address I'm using that merchant one, also the box is ticked too. I just wanted to confirm, Do I've to use the credentials which is provided in Profile tab or NVP/SOAP Sandbox API Credentials?
– Indrajeet Latthe
Mar 9 at 12:15
Yes, I'm not using standard Pyapal email address I'm using that merchant one, also the box is ticked too. I just wanted to confirm, Do I've to use the credentials which is provided in Profile tab or NVP/SOAP Sandbox API Credentials?
– Indrajeet Latthe
Mar 9 at 12:15
Can you try following all the steps laid out in this video. If there are still issues then we can explore them futher I just want to ensure it has been set up correctly. youtube.com/watch?v=YkunOqCMiWc
– William Turner
Mar 10 at 5:08
Can you try following all the steps laid out in this video. If there are still issues then we can explore them futher I just want to ensure it has been set up correctly. youtube.com/watch?v=YkunOqCMiWc
– William Turner
Mar 10 at 5:08
Yes, I followed exactly same, created buyer account and tried with that too. But the problem is still there.
– Indrajeet Latthe
Mar 10 at 10:53
Yes, I followed exactly same, created buyer account and tried with that too. But the problem is still there.
– Indrajeet Latthe
Mar 10 at 10:53
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55065153%2fwoocommerce-order-status-not-getting-assigned-properly-for-paypal-payment%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Maybe research over on wordpress.stackexchange.com SO is specifically about coding, so you'd need to show your Minimal, Complete, and Verifiable example.
– user1531971
Mar 8 at 14:31
@jdv Wordpress StackExchange is also about coding and exclusively for Wordpress, but not for plugins. So StackOverFlow is the right place for Woocommerce tagged questions. Both are specifically about coding…
– LoicTheAztec
Mar 8 at 14:38
@LoicTheAztec be that as it may, the woocommerce tag over there is very busy. It would be foolish not to research a "should I code or config" question over there first.
– user1531971
Mar 8 at 14:40
The busiest is here on StackOverFlow for Woocommerce and other plugins… Plugins related questions on Wordpress StackExchange are off-topic…
– LoicTheAztec
Mar 8 at 14:42
1
@LoicTheAztec note that I used the word "research". There is no question of topicness, other than it is unclear where a woocommerce config, non-code question would live. No one has said that this Q belongs on WP.SE. But if this is to live here, it ought to have a Minimal, Complete, and Verifiable example and ask a specific plugin coding question.
– user1531971
Mar 8 at 14:44