chargify/chargify_api_ares

Version of Chargify API being used

Closed this issue · 3 comments

I don't see a version being supplied anywhere. Is this gem using the lastest version of the Chargify REST API?

Thanks!

The Chargify API isn't versioned or gated, so all API calls, including via the gem, will get the same responses.

That said, the gem is a community maintained resource, so it's not guaranteed that it supports all of the available endpoints. If something changes in the API, it may take some time before someone submits a pull request to add it to the gem.

Chargify now has V1 and V2 keys, which one to use with this gem?

api_version

Edit:

Use V1

Yup use V1