- 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 missing webhook groups
- Added webhooks for Transfers
- Added taxVerificationStatus to User
- Added Document and RejectReason models
- Updated filters for list endpoints
- Added custom headers
- Added filters
- Added status transitions for Transfers, TransferRefunds
- Added field 'processingTime' to BankCards
- Added field 'expiresOn' to Payments
- Added Venmo accounts
- Added User status transitions
- Added Transfer refunds
- Added upload multipart documents feature
- Fix TypeError thrown when response status is 204 No content
- Fix tests for python 3
- Add updatePayPalAccount()
- Python uses os path join url causing issues on windows
- 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”
- Related resources “relatedResources” in error representation is added
- Added Authentication token endpoint
- Added PayPal account endpoint
- Added transfer endpoint
- Added bank card endpoint
- Bumped version and first public release!
- Completed coverage of all endpoints
- 100% code coverage
- Audited available attributes for each model
- Added support for resource types as models
- Added support for all API endpoints
- Created package structure for distribution on PyPi
- Added tests
- Repository creation
- Added license
- Added readme