-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Importer appears to not work with Personal accounts #16
Comments
Hey! The PayPal sandbox doesn't have any actual data. Its a virtual environment that simulates the production environment. If you want to try the importer with the sandbox you can overwrite the uri with the For the business account, try to read #10 . I'm not completely sure how the PayPal account status works, but if you figure it out, lmk! |
@JackPala Did you get this work with Sandbox mode? |
You can do it when u go to this url: https://developer.paypal.com/dashboard/applications/live I don't know if it will work in the future but it does right now. You can avoid the limitation and create a live application. |
That did not work for me, it did a hop to /sandbox from /live |
No, sandbox mode does not appear to have live data |
Well sorry. It worked for me - I don't know why or how. |
I use the Paypal API with another banking app (Banking4). It is recieving all transactions.
Is there anything I can help with? |
@Se7enair Are you using the same credentials in the importer as in the Banking4 app? |
Yes I did. |
I went through the documentation and it seems like there's no way anymore for a personal account to generate api credentials. I myself have no way to make new credentials anymore, though the ones i have still work. edit: |
So my old credentials should work? New users can create a separate account for sending Money to Friends to Save Money. If this does not happen to often, this could be a way. |
You can also revert it via the support hotline. It's quite instant you just have to make a call. They don't even ask why u wanna do it |
So i changed my account to a business account after contacting support. I had working api keys that i couldn't manage in the developer dashboard since the 'live' toggle stopped working. As far as i can tell there's no difference. I haven't notice any difference yet... Except ofcourse that i can manage my api keys again. @Se7enair I'd say, maybe switch to a business account so you can create a new pair of credentials and try again with them? |
I saw then you have a business account and you want to pay something that will cost something. With a personal account it's free. And allow Paypal to change to a business account even its not a business? |
If i remember correctly sending money to business accounts as a friend/family transaction without fees is not possible. That should be the only difference |
Currently configuring with Paypal. Appears to not function with Sandbox keys as the URL is sandbox.paypal.com
Live keys require a business account and will not work with a regular Personal account afaik.
Is there another way to generate the required keys on a personal account? or get transactions via sandbox?
The text was updated successfully, but these errors were encountered: