Live classic app to send money "You do not have permission to execute this payment implicitly"
rhk
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Jan-27-2014
12:24 AM
Have a simple app that makes payments using the PayRequest API. Works fine in the sandbox, but when I use my live credentials (yes - my app is already approved), I get the rejection message "You do not have permission to execute this payment implicitly".
Have posted to SO here: http://stackoverflow.com/questions/21106523/paypal-adaptive-payments-error-you-do-not-have-permissio... (no reply)
Have emailed PayPal support several weeks ago and no reply either.
Any ideas? (live credentials below replaced by dummy ones..)
<?xml version="1.0" encoding="UTF-8"?> <PayRequest xmlns:ns2="http://svcs.paypal.com/types/ap"> <requestEnvelope> <errorLanguage>en_US</errorLanguage> <detailLevel>ReturnAll</detailLevel> </requestEnvelope> <clientDetails> <applicationId>APP-5F976659LV9322736</applicationId> <partnerName>MyName</partnerName> </clientDetails> <actionType>PAY</actionType> <cancelUrl>https://mysite.com</cancelUrl> <returnUrl>https://mysite.com</returnUrl> <currencyCode>USD</currencyCode> <feesPayer>EACHRECEIVER</feesPayer> <memo>blah blah</memo> <receiverList> <receiver> <amount>6.66</amount> <email>personimpaying (at) somemail.com</email> </receiver> </receiverList> <senderEmail>me (at) gmail.com</senderEmail> <trackingId>f166b253-063e-4e24-9fd0-519ccddfffeb</trackingId> </PayRequest>
0 REPLIES 0

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.