- Bump up node-jose from 2.1.0 to 2.2.0
- Bump up gh-pages from 3.1.0 to 6.1.1
- 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.
- Updated parameter filters for GET List Endpoints
- Added taxVerificationStatus to Users
- Added Document and RejectionReason Models for document upload and parse
- Filters added to list Webhook events
- Added header data to requests (user-agent, sdk-version etc)
- Accesses V4 Rest APIs
- Added Business Stakeholders
- Added updatePaypalAccount, getPayPalAccountStatusTransition, listPayPalAccountStatusTransitions
- Added listTransferMethods
- Added getTransferStatusTransition, listTransferStatusTransition
- Added filters
- Added Venmo accounts
- Added Multipart upload documents feature for User
- Added Transfer refunds
- Added User status transitions (activate, deactivate, preactivate, freeze, lock)
- Add Venmo Accounts endpoints
- Add Transfer Refunds endpoint
- Add Multipart Form data upload to User
- Add PayPal account status transitions
- Remove VersionEye from Node
- FIX: TypeError thrown when response status is 204 No Content
- 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"
- Added PayPal account endpoint
- Added transfer endpoint
- Added client token endpoint
- Added Layer 7 encryption
- Added payment status transition endpoint
- Added paper check endpoint
- Added bank card endpoint
- Added list program account receipt endpoint
- Added list user receipt endpoint
- Added list prepaid card receipt endpoint
- Added list program account balance endpoint
- Changed default server from https://sandbox.hyperwallet.com to https://api.sandbox.hyperwallet.com
- Fixed package.json reference issue
- Initial release