c# - Paying using PayPal account without redirection to PayPal's website -


let me explain situation. have mobile application allows user enter credit card details , make payment using paypal direct payment api. mobile application not operate using browser works via web services framework.

i thinking of adding option. user enters paypal username , password mobile application. mobile application should make request paypal, buyer's paypal username , password passed parameters in addition transaction details. however, buyer should stay on mobile application. should not redirected paypal's website or other website.

is possible? if yes, version of paypal api need use? thank in advance.

i don't believe possible, paypal client should never have access username/password, , user confirms payment on paypal website itself


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -