how to login https://www.sandbox.paypal.com/ in personal test account - paypal

i have made an account on https://developer.paypal.com/ and after that create a personal account and a business account now i want to test these account to make a transaction on sandbox but on sandbox there is a problem that i can't get access to login as personal account and as business account https://www.sandbox.paypal.com/ i used the email address and password of my personal account and business account . how i can do test on paypal sandbox ?

I am also passing through these phases, anyway after just logged in at https://developer.paypal.com/ with your paypal acount that you created at https://www.paypal.com/, you will found an an application menu there, and on the left side you will found sandbox_accounts, paypal will automatically create your merchant account, this merchant account will be used as a seller in paypal api, and you personal account will be used for transaction like payment.

Related

sandbox paypal integration

I am trying to integrate the paypal sandbox using the paypal developer link.
I have searched many examples. But the sandbox paypal(https://www.sandbox.paypal.com) is totally different from https://paypal.com.
In sandbox has the Merchant id, user id, password and signature.
how to i find out the "demo_sandbox_client_id"?
Is Merchant ID is same as client id?
To get the client_ID, you need to make an app in developer.paypal.com. Remember that you need a sandbox business account to be able to make an app, and for that, you can log in to the developer website with any personal or business paypal account. You then need to follow the link there to connect your sandbox business account to your developer account (by logging in with your sandbox credentials in paypal.com).
Go to https://developer.paypal.com/developer/applications
Sign in using your email account.
Under Dashboard > My apps and credentials > REST API apps
Create an app (if not yet existing)
Click the app, then use the clientID as the sandbox ID
To know which account to use to pay, go to right menu > SANDBOX > Accounts
Copy the email with the buyer keyword. Change the password.
To check if the sandboxId works, use this site (supply the sandbox key with the clientId)
https://developer.paypal.com/demo/checkout/#/pattern/checkout

How to log into my auto-created PayPal developer sandbox account?

On the Developer portal, PayPal automatically created a sandbox account for me with the email address of myname-developer#gmail.com. This account is working fine - I can use its API key, pay to it from my manually created buyers account etc.
I just don't know how to log into this account on sandbox.paypal.com. When I try to use my standard PayPal password it doesn't work.
It should the same password as your LIVE account.
If it does not work, try to change the password in developer.paypal.com->Applications->Sandbox Accounts->Profile->Change Password.

Not login to paypal sandbox account

I had a paypal test account. After changing the paypal website we can't login to the paypal test account. But we can pay using this test account from our site. We can't access the paypal account for getting payment details. How can we access the account
When you create your account at the new developer.paypal.com site it will walk you through importing any sandbox accounts you had previously configured at x.com.
If for some reason that doesn't seem to be working for you and that account just isn't giving you what you need you could just create a new one from within your developer account and use that instead.

Sandbox Account for Digital Goods

I have a PayPal account lets say 'myemail#mycompany.com'. Within the account there are two sandbox accounts one for seller and the other one for buyer. From what I have read I need to enable my account for accepting payment on digital goods.
May I know on which account I need to enable this (PayPal / Sandbox account) ? Because I believe I have enable it on my PayPal account but I still get the same error as follow
You are not signed up to accept payment for digitally delivered goods.
Updated
The test sandbox seller account email is ucmasS_1361258557_biz#ucmas.com. By the way, is it still safe to reuse the same email in production environment ?
You would need to enable this on the test sandbox seller account. If you can provide the email address for your test sandbox seller account, I can enable this feature on your account from my end.
I managed to change an Express Checkout sandbox account to a "PayPal Digital Goods (Express Checkout)" account by hitting the following URL while logged in on the sandbox account:
https://www.sandbox.paypal.com/us/cgi-bin/?cmd=_product-go&product=additional_payment&signup_profile=dg
This is a bit reverse engineered (after visiting www.paypal.com/digitalgoods and following the link to enable a digital goods account put "sandbox." in front of paypal.com) but it looks like it works.

Paypal integration with asp.net

I have created paypal account on paypal site for testing(buyer and seller account). I developed a site and created a page that redirects me on paypal site to buy the product. Now login is required there for buyer. Can i login there for my test account? that is mypaypalid#live.com, (as i given my #live id and they returned me paypal with #live.com)
help me plz as soon as posible...
You'll need to set tests accounts through https://developer.paypal.com/ (signup required, separate from your Live PayPal account).
In here, create one buyer/seller account. Change the "action" for your to point to https://www.sandbox.paypal.com/cgi-bin/webscr, as opposed to https://www.paypal.com/cgi-bin/webscr
Don't forget to modify 'business' of your button to match the Sandbox seller account you just created.