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 trial

JavaScript

Money getting...

Are there any good APIs for ecommerce out there. Like if I want to get money by a button, somewhat like a Paypal 'Buy' button.

2 Answers

Ajay Prasannan
Ajay Prasannan
16,113 Points

I haven't used this myself (though I do have a normal consumer account with them), but Coinbase has some merchant tools for accepting Bitcoin:

https://developers.coinbase.com/docs/wallet/tutorials/ecommerce-tutorial

Apparently they'v been used by some pretty big companies to integrate BTC payments.

Thanks so so much

Just for PayPal you could take a look at PayPal's developer site here where you can find their API. Two other interesting APIs for eCommerce you might want to check out are Stripe and Braintree.