3

https://github.com/pydanny/dj-stripe says, "For stripe.com only". I'm new enough to Stripe that I don't know what the implications of this are. What will I not be able to do as a result of using dj-stripe?

Brian
  • 1,351
  • 2
  • 15
  • 29
  • 2
    It means, this django library supports a wrapper for the stripe.com's api only, unlike other generic packages which support multiple payment mechanisms – karthikr Nov 18 '14 at 18:20

1 Answers1

2

It just means you won't be able to use dj-stripe with another payment processor like Braintree or PayPal.

Frank Wiles
  • 1,589
  • 11
  • 13