- 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.
- Enhanced the code base to support PHP build from version 5.6 to 8.x
- Added Support for guzzle 7
- Updated helper for formatting document response
- Added missing webhook types
- Added taxVerificationStatus to User class
- Added reject reasons to document class
- Updated filters for list endpoints
- Added filter criteria 'limit' to bank accounts
- Added header data to the requests (user-agent, sdk version etc)
- Added Business Stakeholders status transitions
- Added Transfer status transitions - get, list
- Updated the methods to point to V4 Rest APIs
- Added Business Stakeholders - create, update, list methods
- Added Business Stakeholders - upload multipart document
- Added fields processingTime to BankCards, expiresOn to Payments
- Added Multipart Upload document
- Added Transfer refunds
- Added Venmo accounts
- Added User Status Transitions
- 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
- 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”
- Related resources “relatedResources” in error representation is added
- Added Authentication token endpoint
- Added PayPal endpoint
- Added transfer endpoint
- Added Layer 7 encryption
- Added bank card endpoint
- Added payment status transition endpoint
- Added get bank account status transition endpoint
- Added list program account receipt endpoint
- Added list user receipt endpoint
- Added list prepaid card receipt endpoint
- Added list program account balance endpoint
- Initial release