1

I'm developing application with possibility of payments over credit card using PayPal Android SDK. For now - in sandbox. I succeed in making PayPal native payment, as long as payment confirm and refunding. But i cannot make a sandbox payment using credit card. No errors, no logs - after payment confirm activity just closes with no any intent data or so, and returning me to payment method choosing screen. I tried to use some dummy credit card data there, and a real credit card too. Can you help me with that issue? Can a reason be that my account belongs to country with disabled direct card payment (according to documentation, it's enabled for sandbox)? Thank you!

formatBCE
  • 159
  • 1
  • 12

2 Answers2

2

Recommend you using below tool to generate your testing credit cards: https://www.paypal-techsupport.com/app/answers/detail/a_id/750

PP_MTS_hzhu
  • 950
  • 6
  • 6
  • I tried to create test card for sandbox user, but i'm receiving an error "Card Number: You have entered an invalid or partial credit or debit card number. Please check your entry and try again.". And there's no "Generate CC number" button, mentioned in tutorial. Moreover, PayPal direct credit card payments don't require paypal-assigned card, am i wrong? – formatBCE Aug 06 '15 at 12:56
  • UPDATE: I found correct CC generator, and added one more card to sandbox account. But it's the same situation during payment in application. – formatBCE Aug 06 '15 at 13:05
0

Hey i was having same issue but it there was actually some issues in paypal sdk 2.9.10 Paypal sdk version 2.9.11 is working fine with credit card payments. You can download the Paypal sdk version 2.9.11 from the link below. https://github.com/paypal/PayPal-Android-SDK

Erum Malik
  • 749
  • 3
  • 9
  • 17