i m new in iphone programming and i m very confused in paypal..
paypal payment with credit card without Login into paypal and without paypal account.i want to make app where i want to enter credit card numbers and other info of credit card and purchase thing from my app.what i have to do guyzz..help me out.. thank x in advance.
I think it's help full to you.Can you try This below reference link.
Paypal sand box using ios
Set SOLUTIONTYPE=Sole of your SetExpressCheckoutRequestDetails object to enable the user to do the transactions without having a Paypal account
e,g. If the objSetExpressCheckoutRequestDetails is object of class SetExpressCheckoutRequestDetails in your code then add line
objSetExpressCheckoutRequestDetails.SolutionType=SOLE;
in your code wherever you are initializing your paypal object
Related
I am new to PayPal integration I am testing the payment process but facing some issue while checking out. I tried all mention cards in PayPal website but didn't work any.
Error Message:
Sorry, your bank wasn't able to verify your VISA x-**** at this time.
Please choose another way to pay.
Go to the PayPal Dashboard from the account from which you created the Sandbox accounts and PayPal app. There in the Mock section in the side navigation go to Credit Card Generator. Here select the country that you have chosen while making the business sandbox account and click Generate CC.
Now copy the details of the card generated. Now go to the site where you have integrated PayPal checkout and while making payment instead of choosing the default card click on add Debit/Credit card and add a card with the details the card that you generated. You'll be redirected to a payment page, fill a random password there and your dummy transaction will be completed if everything else in the code is fine.
You need to go to your paypal developer account and then find the mock menu and then select credit card generator
Generate a credit card based on your county
Now try to add a new card on the Paypal page where you are getting error.
Enter the details of the mock card
Then again try to do that payment.
You may be asked to enter a password. Just click on the new-user/forgot password link.
Everything will work fine
I faced this similar issue while integrating Paypal with my app. What I did found that Paypal integration for sandbox account does have an issue while payment if the currency used, is other than USD.
Yes, other solution may work if you want to generate a fake credit card and add it to the Paypal page.
But if you don't want to add any other credit card to the Paypal account and use it for testing purposes, what you can do is to change the country of both business and personal accounts to USA & currency to USD, also set the app to accept the payment in USD.
It will work fine.
I have a simple e-commerce site using Paypal. At the moment, it has a single button at the end of the process which takes the user to Paypal. At this point, the user has to either pay directly through paypal or by using their credit card.
I would like to replace the single button with one that takes them to the regular Paypal process and a few others (credit card logos), which send the user to the credit card payment form on Paypal (cutting out the selection stage).
Is there anyway to do this?
Any advice appreciated.
Thanks
I know it is been six months but maybe someone will come to this page for an answer:
In express-checkout api you can set landing page for credit card with this:
LANDINGPAGE=Billing
Here is the documentation
I want to implement payment gateway in salesforce for credit card and debit card payments. I have done research and got information only to create paypal buttons. After payment submission i want to get transaction id and message from paypal. How can i achieve this?
Regards
Reddy
If you are not experienced with API development, paypal API details are here: https://developer.paypal.com/docs/api/
Then the best other option is an App. I have used the connected Epos solution, which is great for taking payments from credit cards, either with the customer present (chip n pin) or by keying in the card numbers. You need to get the PayPalHere card terminal which is about $50, but it is a great all round solution.
https://appexchange.salesforce.com/listingDetail?listingId=a0N30000000qD0GEAU
I want to implement like this application
http://itunes.apple.com/us/app/paypodd/id341546114?mt=8
Different kind of credit card payment through PayPal in my native iPhone application. I searched, most documents in paypal sites, they are showing, I need to entry paypal account/email address also to transact. But upon the application, I can see, directly he entered only credit card name, careditcard type, cvv and amount for his transaction?
Anybody any idea? How i implement this??
That application is using the PayFlow Pro merchant API:
https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/howto_gateway_payflowpro
Note that PayFlow Pro requires an existing merchant account -- you can't just use it to send money to your Paypal account. (This is probably why the iOS application you linked to has had poor reviews: the description doesn't make it clear that the application is useless on its own.)
I am using Paypal for the payment in my iPhone application.I gone through the sample code and I noticed that all the codes in objective c were showing express payment i.e. log in and make the payment.
I understood that but I want the same thing to be done by second method i.e. if the user is not having the account with paypal then he should be able to do the payment by providing his smart card information like its shown here(Direct Payment).
http://vikku.info/programming/payment-gateway/paypal-direct-payment-integration-NVP-made-easy.htm.
But I want it to do it in iPhone and not in PHP.
Any suggestions are most welcome :)
Update: As per the link https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_ECOnMobileDevices ,its possible to pay using PayPal by giving card information.Has anyone tried it?Please help me regarding this.
Using new library libPayPalEC solved my issue as it provides facility to the user to pay using his card