Flutter : Am integrating PayPal subscription API for recurring payment purpose, I am not able to find any working Solution for that - flutter

Flutter: Am integrating PayPal subscription API for recurring payment purpose, I am not able to find any working solution for that,
Can anyone give me a working solution for PayPal recurring payment?
Thanks in advance

Basically, you can create a paypal subscription plan on your business account.
After that (there's a wizard) you can copy the button link to subscribe into your code.
The hardest part is to manage your subscriptions.. you can use the cUrl APIs that you can find here https://developer.paypal.com/docs/api/subscriptions/v1/
or, probably, find how to translate it into your programming language.
This guide can also help you https://developer.paypal.com/docs/subscriptions/full-integration/subscription-management/
Hope this hints can help you!
I struggled with this too, there's not much documentation online

Related

Anyone know how to get Live appID for paypal adaptive API?

I am new here and wondering if anybody can help me?
I was looking for a Live appID for paypal to use the adaptive API as an escrow on my wordpress site.
I am uing a wordpress template and I only need this appID.
I have googled it and it seems that paypal have now changed there procedure for applying for verification. All the tutorial videos advise me to go to:
https://www.paypal-apps.com/user/my-accounts/applications
But when I go there is does not give me the opion to select "new app" and apply for adaptive app aplication.
It says that "this portal will be permanently unavailable as of December 1, 2017"
Can anybody tell me where I would apply for the AppID now?
Thanks in advance!
Jas
The PayPal Adaptive Payments are no longer available. With regards to alternatives, please look at MarketPlaces. PayPal's MarketPlaces is open and you may test the product.
You may refer to the link below for more information.https://developer.paypal.com/docs/marketplaces/pp4mp/
If you would like to sign up, you can do so here : https://www.paypal.com/us/webapps/mpp/partner-program/contact-us?ref=marketplace
Hope it helps.
PayPal's Adaptive API is a now a limited release. You cannot apply for a live app ID anymore.
Quote from developer.paypal.com:
"Important: Adaptive Payments is now a limited release product. It is
restricted to select partners for approved use cases and should not be
used for new integrations without guidance from PayPal."
I'm sure "Approved use cases" means your an enterprise level merchant with millions of transaction volume ;)
As mentioned, Adaptive Payments is not being approved in most cases any more. It's better to use billing agreements / reference transactions.
They are releasing a new system called Marketplaces before long, but it's not quite ready yet.

Paypal Integration with website

I am working on a event-based website that requires PayPal payment. I checked the documentation as well as the questions and answers on Stackoverflow. However, I am still don't know what is the best way to accomplish this. The following are the steps that I have to do:
An audience registers for an event. He provides all the personal information and choose the sessions that he will attend.
The system saves his information into a database and redirects him to the PayPal website so that he can pay by using credit card or PayPal account.
After the payment is verified by Paypal, call back to the website so that I can save the payment status in the database and process further steps.
If you have done something similar, please share it with me. Thank you in advance
PS: I am using PHP Laravel Framework.
You can use Omnipay to do via Paypal: https://github.com/adrianmacneil/omnipay
Your steps 2 and 3 are covered, for PayPal and many other payment gatways.
But if you are on US or UK, you should think about using Stripe as payment gateway. It's what Laracasts (by Jeffrey Way) and Userscape (Taylor's company) is using. It's very easy.
Stripe documentation is awsome and there are some stuff written about this, screencasts, like this one: http://www.screenr.com/d3v8 (for Laravel 3, but you'll get the idea) and Composer packages, like those:
http://packalyst.com/packages/package/mosey/stripe
https://github.com/Abodeo/laravel-stripe
Good luck!

Payment Gateway within Magento - Accept payments through Credit Card

I will cut the post short.
I need to accept credit card payment through my Magento Install. Now I thought it should be straight forward where I will get the API from some provider (say Authorize.net) and put in my API details within the admin, but alas.
When I searched, all I find is that people are trying to create Custom Payment Gateways instead of using Magento's own admin. I am new to this and I need help in this.
I will be thankful if you can help me in finding answers for:-
What is the straight forward way (a tutorial may be) to implement payment gateway on my website
What is the best payment gateway company
Do I need to make Custom Payment Gateway?
Thanks a lot
as my knowledge authorize.net gate way is best payment gateway for magento,because it is already used by so many developers and there is a great community forum to help us.So as my suggestion better to use authorize.net.
coming to integration method you,use authorize.net*AMI* method. In Magento Admin System->Configuration->Payment Method You can see Authorize.net payment Method in that you can Customize with your AUthorize.net API Login information.please go through this authorize.net link for more details.
hope this may help you,thank you very much

Integrating paypal mobile express checkout with iOS

Hi i'm creating an app which have shopping cart and payment done via paypal gateway.I tried reading some of documentation under paypal library..but i can't find it...Does any one know simple tutorial or any sample code that is used to integrate paypal gateway in my app.
U can directly go to www.x.com under developers menu select MPL library thats the simple way of integrating paypal in your app..The document attached to that will provide you info abt step by step integration..Follow simple payment method that will be helpful..I hope this answer will help u...

Pay Pal API currency type

I am new at paypal payment system...
I have seen this been done, but i donn't find PayPals Documentation user friendly...
I need to make a payment gateway system, to allow users to use a shopping cart... then they could pay the total through paypal...
so is there a way to use paypal api tell how much the user should be charged e.g: $100 or £100 or however the product(s) might cost?
then confirm it... or if there is a tutorial (for newbies/dummie lol ) would be a great help.
Also which paypal option/system am I looking to use on this occasion.
hope i have explained myself clearly... thank you .
I can use PHP, and MySQL, JavaScript/JQuery, if necessary and I am confortable with understanding them.
(BTW PayPal is the worse documentation i have ever come across lol)
yes paypal can use a authorization & capture solution.
You can use GetExpressChecout with setExpressCheckout.
A good solution is to use a DoReferenceTransaction with theses method, in order to use recurring payment.
I have some sample but in c#.
The API ref :
https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/howto_api_reference