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! While you're at it, check out some resources Treehouse students have shared here.
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 trialDavid Ryan
Courses Plus Student 14,981 PointsHow hard is it to add Stripe payments to your site? (PHP).
I had a social network built before I learned coding and now I would like to switch the payment processor from PayPal to Stripe. Anyone know how the best way to do this?
2 Answers
Ryan Field
Courses Plus Student 21,242 PointsThe Stripe website has documentation on how to integrate their payment system into your application using their Javascript library for websites and a mobile libraries for phone and tablet apps, so you could start there. Looks like the documentation is fairly good, so you should have a good start there.
David Ryan
Courses Plus Student 14,981 PointsYeah I am about to start editing this site for the first time because the designers cheated me so... it's time to do it myself :-) I will check their API docs. Seems easy though, I am currently on the PHP track.