Releases: wepay/WePay-Java-SDK
Releases · wepay/WePay-Java-SDK
Release 7.0.0
- Released v7.0.0, updating API support to 2016-08-10
- No other changes
Release 6.1.0
- Released v6.1.0, updating API support to 2016-07-13
- Several changes to the auto_capture and auto_release params, read the API changelog at https://developer.wepay.com/general/change-log
- Since this is 2016-07-13 or later, this falls under the new api-version restrictions. This will not affect SDK users, but you may wish to be aware of them
Release 6.0.0
- Released v6.0.0, updating API support to 2016-06-22
- Replaced "bank account" with "payment bank"
- Added support for /credit_card/enable_recurring/
- Added Checkout.isInReview()
Release 5.1.2
- Added support for credit_card/modify
- Added support for auto_update field in CreditCard object
Release 5.1.1
- Added support for app-level preapprovals
- Added accountReviewStatus to AccountStatusesObjectData
Release 5.1.0
- Updated API support to 2016-03-30
- Added support for several new data fields in /checkout: payment_error, non-profit org data, and bank information for ACH payments
Release 5.0.0
- Removed transactionAmount and transactionCurrency from EmvReceiptData
- Added support for optional request parameter transaction_token in /checkout/create (from v4.0.4)
Release 4.0.3
- Changed type of zip in KYCPrefillInfoData.java from Integer to String
Release 4.0.2
- Changes to the /withdrawal API based on https://www.wepay.com/developer/version/2015-09-09
- Rbits array has been renamed to rbit_ids since it contain id's of the rbits.
- Fix the /withdrawal response to match API spec
- Added supportedCardTypes property to Account
Release 3.0.1
- fixed several calls that failed when rbit data was provided