#rijsberhp-github-discount
1 messages · Page 1 of 1 (latest)
Ah cool, I'm testing out the API atm so just wanted to check it. Thanks for the response
of course! Welcome to Stripe!
Do I need some extra repository for Stripe to get it to work in Java? I downloaded the example code and copied the <dependency> part, but it says it Cannot resolve com.stripe:stripe-java:19.2.0
did you download/install the library?
Java has many different ways to do this depending on the system you use, we have some details here: https://github.com/stripe/stripe-java#installation
I'm trying to include the lib using Maven, According to the github link I should be able to just include it in my pom.xml dependencies, but when i press the load maven changes button it says that the dependency can't be resolved. http://hastebin.com/yawenanuho.xml <- Pom.xml, I'll try to include it in a fresh project, maybe that works
yeah I've never used maven but it should work the same as including any library
I've completely restart my IntelliJ and its resolving now, thanks for the help
awesome!
One last question, Is it also possible to test other payment methods without activating my account?