Getting PayPal Test Account Profile - testing

All I want to do is get the credentials from my test account to see the Profile to make test payments on my online store.
The old Sandbox worked like the Live page and I used to easily get my test profile. The new sandbox interface make it all different.
I was able to login to sandbox with my LIVE business account, then import my old test accounts (business and personal).
But how do I get the test business account Profile? How to log in with a test account?
All I see is this on the new sandbox:
What I need is to get is this on the new sandbox interface:
Merchant ID
And the Return URL and Identity Token:
After I get this info from the Test Business account, I can continue with developing and running in a test environment. I think the live settings are still working, but don't want to check yet.

If you click on 'Sandbox site' instead of 'Profile' you'll be redirected to the Sandbox page where you can login to the account and access the information you're looking for.
Alternatively, simply navigate to https://www.sandbox.paypal.com/webapps/mpp/home which would be the exact same page.

Related

PayPal poiting to a non-existing sandbox account/profile

in the following I will describe the context: On developer.paypal.com website (My apps and credentials) with my personal account I created a new application.
Then I created a webhook and added to it access to all functions.
In the final step I've integrated PP app with my website.
The problem is that when I try to make a purchase with PayPal and when I am redirected to a PayPal page I see PayPal profile/sandbox account which I cannot find in PayPal console. It seems it is some older profile I've created with that name, but it's not visible in the console.
I've also tried to create a new app and new webhook, but the issue is the same.
Can anyone please help? Does anyone have an idea what to do, where to search?
Thanks for the support.

Cannot get PayPal sandbox account to link to third party permissions

My goal is to create a business PayPal sandbox account which has the account type Business Pro and which allows me to grant access to third party APIs.
Currently there are two ways of creating sandbox accounts in PayPal. The first method involves creating an account from the developer dashboard and linking that account to the PayPal dev account via the link provided on the Sandbox Accounts page. However, creating an account this way does not allow me to link third party APIs. When I log into the sandbox account and click the link to update Api Access it gives a browser error of "Too many redirects".
The second way of creating a sandbox account involves going to sandbox.paypal.com and signing up a Business account on there. I am then able to link this sandbox account to the PayPal dev account from, again the link provided in the dev dashboard. Creating a sandbox account this way also allows me bypass the browser error and link third party APIs. However, it doesn't allow me to upgrade that sandbox account to Business Pro, and gives me the following error: Something went wrong. PayPal Payments Pro could not be enabled. Try again.
Is there any way I can create a sandbox account which is able to link to third party APIs and be a Business Pro type?
To anyone else that might have this problem, I had to create a ticket here: https://www.paypal-techsupport.com/app/ask and ask them the question of why it wasn't linking. They had to change my account type to a new one that they were/are developing.

No API credentials when adding test accounts [duplicate]

This question already has answers here:
PayPal sandbox API credentials missing?
(4 answers)
Closed 9 years ago.
No end of trouble since the developer site and sandbox was changed last week. I've not managed to make a single working call to the new platform since it was launched.
I've managed to get as far as getting 100002 errors back - which at least means things are talking, but I noticed today that if I create test accounts, the API Credentials are blank/missing:
![screenshot])(http://qikr.co/files/pics/p/paypalnoap91044.jpg)
Does anyone know a fix for this? I've cleared out the browser cache etc.
There are some issues with the Credentials not appearing for some accounts. Currently you are logged into the developer account. Try logging into the actual sandbox seller account, and going to the profile and requesting the credentials. You should be able to view these from within the Sandbox seller account, and if they have not been requested yet, you can generate these.
Log out Paypal account
clearing browser cache and cookies (I use firefox).
Go to developer.paypal.com and login with the real paypal account (not the Sandbox one)
Go to Applications
Click on Sandbox accounts
(Optional) Import your old accounts from your former Sandbox account after the redirect to the accounts page
Click on the account you want to log in to
Choose Sandbox site
Log in to that site using your test business account
Go to My Profile
In Account information click on Request API Credentials
Choose the option that solves your needs
The API crecendiales were created !!! (they will appear in your test account profile)

Regain access to an app created by a FB Page Account

Several month ago, before FB restricting the ability of a Page Account to create apps, I have created an application and linked to the page.
Now I cannot access anymore to the developers page with this account. I had to create a new app with my personal account, but I can't find a way to remove or unlink the old app from the page.
I cannot create a new page, as a result of nearly one year of activity on the current page, and trying to link the new app to the old page I get an undefined error.
We are in a sort of limbo...
Anyone has an idea on how to solve this situation?
I'm assuming you mean 'business account', not Page?
If so, and you're still able to log into the business account to manage your ads and pages, you can authorise your app by manually calling the Oauth dialog with the client-side Oauth flow, then use the access token (which will be for your business account, the admin of the app), to add your real user account as an additional admin
https://developers.facebook.com/docs/reference/api/application/#roles
You can define a role for a user by issuing an HTTP POST request to
APP_ID/roles with a user access token for an administrator of the app...
So a call to https://graph.facebook.com/<APP ID>/roles?user=<USER ID OF REAL ACCOUNT>&role= administrators&access_token=<ACCESS TOKEN>&message=POST will add another admin

Can I let test users skip logging into PayPal sandbox?

I am using the PayPal sandbox to test user transaction on my website.
The site is going to be put through usability testing soon.
The problem is, whenever a user goes to complete a transaction, they are first asked to "Please login to use the PayPal Sandbox features."
This is the link that my form points to: https://www.sandbox.paypal.com/cgi-bin/webscr
I want the test users to skip having to create a PayPal sandbox account and just use the test user accounts that I have setup.
Is this possible?
This is not possible. A user has to have a developer account created at developer.paypal.com to be able to use any PayPal hosted payment methods on the sandbox.
However, you can submit API calls to the sandbox without the members needing a developer.paypal.com sandbox account.