Skip to content

Releases: hyperwallet/python-sdk

Python V3 SDK v1.7.2

09 Aug 23:57
Compare
Choose a tag to compare

What's Changed

  • 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.

New Contributors

Full Changelog: 1.7.1...1.7.2

Python V3 SDK v1.7.1

14 Jan 00:46
Compare
Choose a tag to compare
  • Added attribute 'isDefaultTransferMethod' to identify default accounts.

Python V3 SDK v1.7.0

18 Jan 18:55
ecbee51
Compare
Choose a tag to compare
  • Added missing webhook groups
  • Added webhooks for Transfers
  • Added taxVerificationStatus to User
  • Added Document and RejectReason models
  • Updated filters for list endpoints

1.6.1

21 Nov 08:12
7a46016
Compare
Choose a tag to compare

Python V3 SDK v1.6.1

  • Added custom headers
  • Added filters
  • Added status transitions for Transfers, TransferRefunds

1.5.1

13 Oct 23:35
2864551
Compare
Choose a tag to compare
  • Added field 'processingTime' to BankCards
  • Added field 'expiresOn' to Payments

1.5.0

09 Oct 01:00
Compare
Choose a tag to compare
  • Added Multipart Upload document
  • Added Transfer refunds
  • Added Venmo accounts
  • Added User Status Transitions (activate, deactivate, preactivate, freeze, lock)

1.4.0

12 Jan 06:53
Compare
Choose a tag to compare
  • 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

1.3.0

28 Jan 23:12
Compare
Choose a tag to compare
  • Added field "VerificationStatus" to User
  • Client-token endpoint renamed to authentication-token

v1.2.0

19 Dec 17:36
Compare
Choose a tag to compare
  • Restricted “Accept” & “Content-Type” headers to support only “application/json” or “application/jose+json”
  • Related resources “relatedResources” in error representation is added
  • Get client token for new authentication format is added
  • Add PayPal transfer method type

v1.1.4

19 Oct 05:13
Compare
Choose a tag to compare
Updated the copyright