Skip to content

Releases: payrexhq/payrex-php

Release v1.0.1

02 Oct 15:09
4c83059
Compare
Choose a tag to compare

Features

  • Add send billing statement via email endpoint.

Release v1.0.0

04 Sep 14:34
d563c90
Compare
Choose a tag to compare

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

30 Jul 11:24
2754ef8
Compare
Choose a tag to compare
  • Add amount_capturable and amount_received for hold then capture partial amount support.

Release v0.1.4

26 Jul 02:57
6b76ebb
Compare
Choose a tag to compare
  • 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

24 Jul 13:13
6bc1838
Compare
Choose a tag to compare
  • Adjust building of parameter query due to changes in checkout session endpoints.

Release v0.1.2

23 Jul 16:07
cc02045
Compare
Choose a tag to compare

Add checkout session endpoints.

Release v0.1.1

21 Jul 15:32
6a74d52
Compare
Choose a tag to compare

This release contains the following:

  • payment_method_options support in PaymentIntent resource.

Release v0.1.0

22 May 10:19
b90a441
Compare
Choose a tag to compare

This release provides a simple feature: throw any unrecognized exceptions from PayRex API.

Alpha Release

22 May 05:47
7d7b1cc
Compare
Choose a tag to compare

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.