Can someone please explain to me what identity token and sandbox are? And please no jokes, I am serious..lol
Can someone please explain to me what identity token and sandbox are? And please no jokes, I am serious..lol You possess an intuitive intelligence so powerful it can help you heal, and relieve stress. |
Wish i could give you info. But i don't really know myself. But i am pretty sure the Identy token is not used except for one of the process types, and a sandbox is a paypal test area. Requires a paypal sandbox account. https://www.deanbassett.com |
Activating PDTTo use PDT, you must activate PDT and Auto Return in your PayPal account profile. You must also acquire a PDT identity token, which is used in all PDT communication you send to PayPal. Follow these steps to configure your account for PDT:
"Sandbox is a set of tools and resources to enable developers and merchants to develop eCommerce web sites and applications using PayPal web services."
You can sign up for it here https://developer.paypal.com/cgi-bin/devscr?cmd=_signup-run but you'll have to use a different email than your regular paypal if I remember correctly.
Hope that helps =)
Russell =) |
Well thank you for that I have been asking for this info for over a month and with no joy. But with your info I have now enable the payment. THANK YOU Activating PDTTo use PDT, you must activate PDT and Auto Return in your PayPal account profile. You must also acquire a PDT identity token, which is used in all PDT communication you send to PayPal. Follow these steps to configure your account for PDT:
"Sandbox is a set of tools and resources to enable developers and merchants to develop eCommerce web sites and applications using PayPal web services."
You can sign up for it here https://developer.paypal.com/cgi-bin/devscr?cmd=_signup-run but you'll have to use a different email than your regular paypal if I remember correctly.
Hope that helps =)
Russell =) |
This might also help . . . http://www.boonex.com/unity/blog/entry/Payments_in_Dolphin |
Well thank you for that I have been asking for this info for over a month and with no joy. But with your info I have now enable the payment. THANK YOU Sure thing. Everyone on here has been so helpful in getting me setup with dolphin 7 that I'm just glad there was something I could offer that was useful to help someone =) |
Thank you so much, is nice to find the answers so fast in the forums..lol Thumbs up guy! You possess an intuitive intelligence so powerful it can help you heal, and relieve stress. |
anyone else knows how to get rid of this - The vendor does not accept payments I did everything as described above In the PayPal tab I have set the following values: |
Bumping this one. Yup I get the same thing. I set up everything as per the boonex blog page and get "The vendor does not accept payments. Any ideas? anyone else knows how to get rid of this - The vendor does not accept payments I did everything as described above In the PayPal tab I have set the following values: |
Okay I worked it out by debugging it through. The problem is that I added the payment details logged in as admin and I then added a store product as admin. Where as the ownership of the payment details was attributed to admin (id -1), the product ownership was attributed to the actual user who was admin (id 1). So the code attempted to look up payment details for a user with an id of 1 when there were none. So the following query set up in BxPmtBb.php in function getOptions returns no result from table bx_pmt_user_values: SELECT So basically logging in with the admin user id via the normal log in form (not the admin login form) and entering in payment details for that user solved my issue. |
I have the same issue as some of you had. I have setup my payments using the simple method as described at: http://www.boonex.com/unity/blog/entry/Payments_in_Dolphin There is an example of the easiest configuration. I signed in as a standard user and created a product. The product appears in the store. Now the problem comes when I try to purchase as either a standard user or admin. error: The vendor does not accept payments. Does anyone have a solution to this. I read the threads on this and no one seems to have a solution that works for me. Thanks Strick |