Home / Scripts & Code / Python
Easy Paypal Subscription For Flask PythonEasy Paypal Subscription For Flask Python
Add Paypal Recurring Subscription feature to your Python or particularly flask application with total control of yours.Home / Scripts & Code / Python
Easy Paypal Subscription For Flask Python
Add Paypal Recurring Subscription feature to your Python or particularly flask application with t...2 Support questions or comments
Please login or create an account to post a question or comment.
-
Mar 10, 2020simonlee1212 PurchasedFailed to create plan in localhost.
r = requests.post(url, headers=headers, data=data)
This return 404. - View 3 more replies
-
Mar 10, 2020greencodesnepal AuthorWe have added the product addition feature from gui as an automation to create plans. The utf-8 option while reading file is also added. Thank you again for your feedback. Please feel free to ask any other feature that you like
-
Mar 12, 2020simonlee1212 PurchasedHi @greencodesnepal,
Thanks!
## Under subscription.html
I think it would be good to update the src to something like below...which is to put in jinja print variable {{ client_id }}.
<script src="https://www.paypal.com/sdk/js?client-id={{ client_id }}&vault=true">
</script>
## IPN
I think IPN is required for PayPal Subscription as well. -
Mar 14, 2020greencodesnepal AuthorThank you for the suggestions simonlee1212, really appreciate it. Are you facing any other issues to make subscription running in your system?
Information
Category | Scripts & Code / Python |
First release | 6 March 2020 |
Last update | 10 March 2020 |
Files included | .py, .html |
Tags | python, flask |