Bear with me here. I'm just getting started with Stripe. I have experience with coding quite a few other payment systems. Just found out our current provider just went bankrupt, and we have 10 days to migrate to keep from shutting down some of our function.
I started doing some sample code using the api document guides (which I LOVE by the way). In the java snippit for error handling that shows all of the catch blocks, line 14 has:
} catch (APIConnectionException e) {
I got an error that APIConnectionException does not exist. Digging into the Stripe jarfile, I found:
\com\stripe\exception\ApiConnectionException.class
Capitalization of API is different. Is this an api version difference? Or is it a typo in the sample?
I'm going to likely need a bit of help and advice as I go through my crash course of migrating to Stripe. I look forward to getting to know you folks.
Thanks.
Jerry