To fix the CVV and AVS failure issue, you need to replace all of the `$charge->card` instances to `$charge->source`, to comply with the updated Stripe API.

I've just submitted a new version of the plugin (v1.3.4) which has this patch in place.