0

I am new to paypal and currently implementing paypal in my iphone app. I have successfully integrated the MPL library and its working fine. Now I need to test the payment mechanism works or not. How can I test this?

  1. I already have a paypal account. i tried to use this but got a message Login Failed. Please try again.

  2. Do I need to create a sandbox paypal id ?

  3. How to create a paypal Id for business to use in sandbox environment?

Can some one please provide more details.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Zach
  • 9,989
  • 19
  • 70
  • 107
  • 1
    for knowing all of this please visit this queiston and it's answer is best solution for you my friend..http://stackoverflow.com/questions/6940985/can-i-use-paypal-in-iphone-ipad-apps – Nitin Gohel Jun 22 '13 at 10:09

1 Answers1

0

Yes, You need to create accounts in sandbox mode.You can create test accounts here.

And You can seee sandbox notifications here

keen
  • 3,001
  • 4
  • 34
  • 59
  • http://meta.stackexchange.com/questions/7656/how-do-i-write-a-good-answer-to-a-question – Nitin Gohel Jun 22 '13 at 09:11
  • also check this:-http://meta.stackexchange.com/questions/8231/are-answers-that-just-contain-links-elsewhere-really-good-answers/8259#8259 – Nitin Gohel Jun 22 '13 at 09:13
  • Thanks @BSThakrar . I already have a paypal account. I clicked the login with paypal option. Now I am in the developers portal. As I mentioned before I am using paypal in IOS. Do i need to create an application? What are the ClientID and Secretkey. As far as I know I am initializing paypal with an appId. IS client Id same as appId for test environment? Can you please clarify this? – Zach Jun 22 '13 at 09:17
  • Yes, You need to create app in developer.paypal.com. By creating app you wil get both clientId and secret key. As far as i know you will only need clientId to perform transection. – keen Jun 22 '13 at 09:25
  • I used the client Id. But with that the pay With PayPal option is disabled!! – Zach Jun 22 '13 at 09:50
  • I am not sure why that happened. I used clientId and it's working for me. you set environment as PayPalEnvironmentSandbox,right ? – keen Jun 22 '13 at 10:07