Skip to content

Latest commit

 

History

History
153 lines (122 loc) · 4.17 KB

CHANGELOG.md

File metadata and controls

153 lines (122 loc) · 4.17 KB

Changelog

2.4.8

  • Added support to CREDIT, PREPAID, FIS, UNKNOWN bank card types. 2.4.7

  • Java_jason dependency library bump up 2.4.6

  • Added support to unclaimed status transition.

2.4.5

  • Added field 'accountId' to PayPal.
  • PayPal account creation allowed using field 'accountId' which accepts Email, Phone Number, PayPal PayerID.
  • Venmo account creation allowed using field 'accountId' which accepts Email, Phone Number, Venmo Handle, Venmo External ID.

2.4.4

  • Added attribute 'isDefaultTransferMethod' to identify default accounts.

2.4.3

  • Added connection and read timeout support
  • Added documentation over Hyperwallet Api client

2.4.2

  • Removed PURGE method from request method
  • Removed purgeResource() function from request method
  • Added dependencies to ensure compatibility with other Java versions.
  • Hardened error response handling for content decryption and conversion

2.4.1

  • Added proxy and proxy auth support for loading JWS keys
  • Hardened error response handler
  • Added content-type validation for decryption

2.4.0

  • Added proxy and proxy auth support
  • Updated Payload Encryption to support EC keys
  • Added missing fields to HyperwalletBankAccount class

2.3.0

  • Added new variable to HyperwalletUser class
  • Added new variable to HyperwalletUserListPagination class
  • Added missing webhooks

2.2.6

  • Query parameters added for the methods 'List Bank Account', 'List Bank Card', 'List Paypal Account', 'List Venmo Account', 'List Prepaid Card', 'List Paper Check', 'List Payment', 'List Transfer Method'

2.2.5

  • Fix for multipart Upload

2.2.3

  • Amount field data type changed from Double to String

2.2.2

  • Reject reasons added to Multipart document upload functionality

2.2.1

  • Modified Multipart upload

2.2.0

  • Added Upload Multipart form-data (removed Jersey dependency)
  • Added Business stakeholder status transitions (get, list)
  • Added Bank Account status transitions (get)

2.1.0

  • Added Business Stakeholders status transitions
  • Added User status transitions (activate, deactivate, freeze, lock, preactivate)
  • Foreign exchanges in Transfer Refunds

2.0.1

  • Updated endpoints to V4 Rest services.
  • Added links to objects for pagination
  • Added Business Stakeholders
  • Added filters to endpoints
  • Added Venmo accounts to the SDK
  • Added Multipart document upload functionality to Users and Stakeholders

1.4.2

  • Added status param to HyperwalletPayment

1.4.1

  • Added support for new businessType field values.

1.4.0

  • Fix TypeError thrown when response status is 204 No content
  • Add CVV field to the SDK
  • Remove Relationship field from Server SDK
  • Add Business Operating Name Field to User
  • Add PayPal account status transitions

1.3.0 (2019-01-28)

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

0.5.1 (2019-01-17)

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

0.5.0 (2018-12-20)

  • Restricted “Accept” & “Content-Type” headers to support only “application/json” or “application/jose+json”
  • Added Related resources “relatedResources” in error representation is added
  • Added Authentication token endpoint

0.4.0 (2018-10-11)

  • Added Layer7 encryption

0.3.0 (2018-10-10)

  • Added PayPal endpoint
  • Added Transfer endpoint
  • Added Payment Status Transitions endpoint
  • Added Update Prepaid Card endpoint
  • Added Paper Checks endpoint
  • Added bank card endpoint

0.2.0 (2017-03-07)

  • Added list program account receipt endpoint
  • Added list user receipt endpoint
  • Added list prepaid card receipt endpoint
  • Fixed the payment representation (renamed description to notes)

0.1.0 (2016-06-30)

  • Initial release