Releases: payrexhq/payrex-php
Releases · payrexhq/payrex-php
Release v1.0.1
Release v1.0.0
Features
- Add billing statement endpoints
- Add customer endpoints
Breaking change
- Standardize the use of arrays in resources. The
payment_intent
attribute of CheckoutSession resource is now an array. Previously, this attribute is a PaymentIntent resource.
Release v0.1.5
- Add amount_capturable and amount_received for hold then capture partial amount support.
Release v0.1.4
- Remove typed declaration in BaseException class to support merchants with PHP version below 7.4. Typed declaration was released in 7.4.
Release v0.1.3
- Adjust building of parameter query due to changes in checkout session endpoints.
Release v0.1.2
Add checkout session endpoints.
Release v0.1.1
This release contains the following:
payment_method_options
support in PaymentIntent resource.
Release v0.1.0
This release provides a simple feature: throw any unrecognized exceptions from PayRex API.
Alpha Release
This release is the first version of this project.
Features
- Payment Intent endpoints.
- Refund endpoints.
- Transfer endpoints.
- Merchant endpoints.
- Webhook endpoints.
- Webhook signature verification.
- API Authentication.
- Handling errors.