Skip to content

Releases: hyperwallet/php-sdk

1.5.1

13 Oct 23:26

Choose a tag to compare

  • Added field 'processingTime' to BankCards
  • Added field 'expiresOn' and 'status' to Payments

1.5.0

08 Oct 22:22

Choose a tag to compare

  • Added Multipart Upload document
  • Added Transfer refunds
  • Added Venmo accounts
  • Added User Status Transitions

1.4.0

09 Jan 19:02
d140e3a

Choose a tag to compare

  • Fix TypeError thrown when response status is 204 No content
  • Add updatePayPalAccount()
  • Add CVV field to the sdk
  • Remove Relationship field from Server SDK
  • Add Business Operating Name Field to User
  • Fix incorrect Server address
  • Add PayPal account status transitions
  • Fix null pointer exception on getMessage

1.3.0

26 Jan 01:13

Choose a tag to compare

  • Added field "VerificationStatus" to User
  • Client-token endpoint renamed to authentication-token

0.3.1

10 Jan 19:58
04f08ca

Choose a tag to compare

  • FIX: Resolved issue with restricted "Accept" & "Content-Type" headers to support only "application/json" or "application/jose+json"

0.3.0

20 Dec 18:55
fe1d9d3

Choose a tag to compare

Added the following enhancement:

  • Restricted “Accept” & “Content-Type” headers to support only “application/json” or “application/jose+json”
  • Related resources “relatedResources” in error representation is added
  • Get client token for new authentication format is added