I've connected the firebase and want to send payment through phone number. When I click the button the payment goes to the venmo. How can i do that is there any way?
I've tried using flutter_braintree package but I really can't get to solve the problem
The qualifications for processing Venmo in your own mobile app have a pretty narrow application. See https://developer.paypal.com/braintree/articles/guides/payment-methods/venmo#availability for details. But if you fit within the rules, https://pub.dev/packages/flutter_braintree probably will be your next step.
Related
I want to create monthly and weekly subscriptions in my ionic 3 application and I want to use Paypal for this purpose.
I can not find the proper way to integrate it. Can anyone help? I also want to check the subscription status of the user whenever he opens the application.
From best of my knowledge you cant do this with ionic. Since they just have single payment option available. You can't do this until unless you do some native coding write down custom code.
All you can do this is you can open a your website URL in InAppBrowser and from there user can purchase its subscription and once the subscription is successfully purchased you can close the InAppBrowser.
I have mentioned PayPal available plugin listed below.
https://ionicframework.com/docs/native/paypal
I’m developing a delivery application that will work with PayPal for payments. Ionic/Cordova has a native library that makes things easy, yet the flow is not the way i’d like it to be.
With “PayPal-Cordova-Plugin”, the authentication window opens for every payment and the user must click the button to confirm the payment.
What I would like to implement was something more direct, transparent. The user would authenticate with PayPal within my application and with the probable token that would receive this authentication, I would execute the checkout requests (an example would be the payment by PayPal on Uber).
With the PayPal developer documentation I could not find a way to perform this implementation on Ionic, so I would like help with that.
The old PayPal Mobile SDKs used by the cordova plugin are ancient. Do not use those. Do not use those for anything. If you try to use those, you are going to have a bad time.
The first paragraph at the top of the Readme of https://github.com/paypal/PayPal-Cordova-Plugin points you to the things you should be using instead.
As is mentioned there, PayPal Express Checkout via the Braintree Mobile SDK is a worldwide option for those who need a native SDK. It is documented here: https://developer.paypal.com/docs/accept-payments/express-checkout/ec-braintree-sdk/get-started/
You will need a webservice for the server-side portion.
I have the following variables defined in my SetExpressCheckout API code:
SOLUTIONTYPE=Sole
LANDINGPAGE=Billing
USERSELECTEDFUNDINGSOURCE=CreditCard
Previously, this worked so that the shopper is first shown a form where he can enter his credit card details, followed by an option to log into his existing PayPal account. Since about a week however, everyone gets this screen:
Yes, I tested it from several machines, several countries, with cookies cleared, etc. And the sandbox is giving me the same issue.
Unfortunately, not all of our users are tech savvy and we've heard from several of them that they found no way to pay with credit card, even though the PayPal button to pay with a card is there - just not very visible because it's grey.
Is anyone experiencing the same thing lately? Have you found a way around it to display the credit card form first?
Unfortunately, there's nothing you can do about this.
PayPal is split testing those checkout pages. I've seen 3 different versions pop up lately. The old/original one where the full form is displayed by default, this new page design/style with the button only, and I've also seen another new page design that does display the full form as well by default.
They are letting their split tests run their course, though, and in theory will choose the one that performs the best over all.
Hi every one Can I buy inside my app one thing like one t-shirt,
I know In App Purchase can't works because t-shirt is a real life thing but
i dont want the payment outside the app like in safari.
I like to be the payment inside my app,registering a credit card and buy the item,
like this apps Amazon, Airbnb how the payment inside this apps works?
I've read a lot of information about that and all the people say the only way to make payments inside the app is with In App Purchase but how this apps i've mentioned works, because i can make the payment inside this apps.
There are multiple systems you can leverage out there. You could take a look at Paypal's IPN and Google Checkout.
The PayPal API is free, and here you can find a nice example on how to integrate it.
Most important is that you may not use the PayPal API for Digital goods...
and one more
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