All notable changes will be documented in this file.
- Add export batches endpoint
- Add usages by period endpoint
- Add product items by subscription endpoint
- Add the required parameter for partial refund
- Add new endpoints to keep up with Vindi API.
- Notification
- Bill->charge
- Bill->invoice
- Charge->fraudReview
- Customer->unarchive($id)
- Subscription->renew($id)
- Option to pass VINDI_API_URI as an argument on instance son of Resource.
- Option to pass VINDI_API_KEY as an argument on instance son of Resource.
- VINDI_API_URI environment variable support.
- Add invoice retry endpoint.
- Add issues, messages and import_batches endpoints.
- Add method verify in PaymentProfiles.
- Add params to Delete method.
- Fix Content-Type and User-Agent headers.
- Add method getLastResponse in Resource to access informations about last response.
- Add a method to get request body in RequestException.
- Fix throw RateLimitException based on HTTP status code 429.
- Add CA Bundle.
- Change x-www-form-urlencoded to json.
- Improved code style and type-hinting.
- Add webhooks support.
- Initial version.