Hello I am using woocommerce and need to find the paypal transaction id, as I found in the forums, I can get the transaction id with get_post_meta($order->id, '_transaction_id', true) . But when I am testing the paypal with sandbox, it doesn't work. Is that because I am using a sandbox account? will it work for a real account? Thanks in advance!
The problem was that I was testing inside my localhost, uploaded the files to the hosting and everything started working. Thanks
Related
Please help..
When i test Paypal Standards in opencart using paypal sandbox everything works well, but when i go live and use live paypal accounts then it starting mess up.. orders are missing.. please help!
It could be any number of things, but the first thing that comes to mind is that maybe OpenCart is using IPN to update orders in the system. If you have IPN enabled on your sandbox account but not on your live account that could cause such a problem. Login to your live PayPal profile and go to Instant Payment Notification Preferences. Make sure it's enabled.
Have you setup instant payment notifications also have you enabled payment data transfer back to your website alot of people forget about this
I have a test environment for my website that I normally use the Paypal Sandbox on to test transactions before going live. I would like to test the Enhanced Recurring Payments feature, but I can't find the option to do so (the links to add more features direct me to the live site), and nothing I've found on Google has given an answer on how to test Enhanced Recurring Payments on Paypal Sandbox since it's been changed.
Is ERP supported on Paypal Sandbox, or do I just not know how to access this option? Any help or advice would be appreciated. Thanks in advance.
Sign up in the sandbox here: https://www.sandbox.paypal.com/us/cgi-bin/?cmd=_product-go&product=premium_services
(for the curious, I got this URL by going to paypal.com/erp and then adding "sandbox." in front of the resulting URL's paypal.com)
Log in with your test account email/password (something like aaaaaa_############_biz#emaildomain.com )
If it says "Please login to use the PayPal Sandbox features.", that's an issue with the new sandbox that's being worked on--for now, clear all your paypal.com cookies , log in to developer.paypal.com again, and then visit the above URL again
I have integrated paypal with my ios application and wants my transaction to complete only if merchant has a verified paypal email id. Please help me to solve this problem . Thanks in advance.
A Get Verified Status API provided by Paypal Adaptive Accounts.
On PHP you should have to integrate SDK "adaptiveaccounts-sdk-php-namespace-php" then using API call you can verified Paypal ID.
I suugest you use this parameter: payer_status=verified for IPN or PayerStatus= Verified for Express Checkout. According to PayPal this means the following:
The payer’s PayPal account status. A value of Verified means that the
customer has confirmed ownership of a bank account or has verified his
account status through other means.
After lot of search,I found my answer ,there is "GetVerifiedStatus" api provided by paypal which is used to check whether user is having correct paypal email address .I have solved it using the link below:
https://www.x.com/developers/paypal/documentation-tools/api/getverifiedstatus-api-operation
I'm on a PrestaShop 1.2.x and I have PayPal and PayPal api modules, this is the only payment method.
Now, I'm testing it in the sandbox mode and I can pay using a developer tester account all right, but when I return to the shop an order with Error Payment is created!
Does anybody know what I can do to solve this?
This is the message from PayPal about the order:
En 06-09-2012 16:47:06 desde Privado:
Pago: Pending
Thanks! And sorry for my bad english :P
Try again with debug sandbox mode, and then when in sandbox try all method testing (combobox method payment). If working correctly and in online mode still error.
You should modify paypal modul, create log payment to save txt file when trying sandbox method. You will see record data. maybe something wrong when submit data.
I want to integrate paypal payment method in vbulletin. I'm new for both vbulletin and payment gateway. I've complete the process of implement paid subscription from control panel of vbulletin and able to order a subscription. But the problem is that when i order a subscription on the paypal payment page i insert my test account username and password on but returning a message that email and password is not correct. I'm unable to find Where is the mistake ?
Thanks in advance for your reply
Your problem seems to be caused by using sandbox details in real PayPal site, if that is what you mean by "insert my test account username and password". If you want to use the sandbox for your test payments edit class_paypal.php file in vBulletin and replace the instances of www.paypal.com with sandbox.paypal.com, or better, just create 1$ subscription and try with real PayPal address :)
Agree with the previous answer.
Inside the vBulletin adminCP you have the ability to test the vBulletin communication with PayPal.
If that fail its a setup problem. If is succeeds its a login issue with your test account.