Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

Vaibhav Kapur
Courses Plus Student 9,169 PointsDjango Payments
Hi ,
I would like to know which would be a better option for integrating with Paypal , using html buttons or Rest API.
Also , what would be better for integration paypal or Stripe.
Regards Vaibhav
1 Answer

Ricky Catron
13,023 PointsStripe already has its own python library and it works great. Just be sure everything is over HTTPS instead of HTTP as well as all other security is implemented and Stripe is the best bet because you can customize it in so many ways. Paypal is easy and secure but so limited the last time I used it.