- 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.
- 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.
- Added attribute 'isDefaultTransferMethod' to identify default accounts.
- Added connection and read timeout support
- Added documentation over Hyperwallet Api client
- 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
- Added proxy and proxy auth support for loading JWS keys
- Hardened error response handler
- Added content-type validation for decryption
- Added proxy and proxy auth support
- Updated Payload Encryption to support EC keys
- Added missing fields to HyperwalletBankAccount class
- Added new variable to HyperwalletUser class
- Added new variable to HyperwalletUserListPagination class
- Added missing webhooks
- 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'
- Fix for multipart Upload
- Amount field data type changed from Double to String
- Reject reasons added to Multipart document upload functionality
- Modified Multipart upload
- Added Upload Multipart form-data (removed Jersey dependency)
- Added Business stakeholder status transitions (get, list)
- Added Bank Account status transitions (get)
- Added Business Stakeholders status transitions
- Added User status transitions (activate, deactivate, freeze, lock, preactivate)
- Foreign exchanges in Transfer Refunds
- 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
- Added status param to HyperwalletPayment
- Added support for new businessType field values.
- 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
- Added field "VerificationStatus" to User
- Client-token endpoint renamed to authentication-token
- FIX: Resolved issue with restricted "Accept" & "Content-Type" headers to support only "application/json" or "application/jose+json"
- 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
- Added Layer7 encryption
- Added PayPal endpoint
- Added Transfer endpoint
- Added Payment Status Transitions endpoint
- Added Update Prepaid Card endpoint
- Added Paper Checks endpoint
- Added bank card endpoint
- 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)
- Initial release