Braintree 2.30.1
Braintree Client Library
Showing the top 20 packages that depend on Braintree.
Packages | Downloads |
---|---|
OElite.Core
Package Description
|
178 |
OElite.Core
Package Description
|
14 |
OElite.Core
Package Description
|
10 |
OElite.Core
Package Description
|
9 |
OElite.Core
Package Description
|
8 |
OElite.Core
Package Description
|
7 |
OElite.Core
Package Description
|
6 |
OElite.Core
Package Description
|
5 |
OElite.Core
Package Description
|
4 |
## 2.30.1
* Make webhook parsing more robust with newlines
* Add messages to InvalidSignature exceptions
## 2.30.0
* Include Dispute information on Transaction
* Search for Transactions disputed on a certain date
## 2.29.1
* Properly expose SsnLastFour for merchant accounts
## 2.29.0
* Disbursement Webhooks
## 2.28.1
* Allow a service fee of 0 in transaction create.
* Expose current billing cycle on add ons and discounts.
* Accept billing address id in transaction create.
## 2.28.0
* Merchant account find API
## 2.27.0
* Merchant account update API
* Merchant account create API v2
## 2.26.1
* Use new Braintree Gateway API endpoints
## 2.26.0
* Adds support for Partnerships
## 2.25.4
* Add unrecognized to enumerables, fraud to GatewayRejectionReason
## 2.25.3
* Fixed typo with DeviceData.
## 2.25.2
* Fixed typo in MerchantAccount.
## 2.25.0
* Adds HoldInEscrow method
* Add error codes for verification not supported error
* Add CompanyName and TaxId to merchant account create
* Adds CancelRelease method
* Adds ReleaseFromEscrow functionality
* Adds Phone to applicant details.
* Adds merchant account phone error code.
## 2.24.1
* Expose image_url attribute on credit cards
## 2.24.0
* Adds device data to transactions, customers, and credit cards.
## 2.23.1
* Set .NET Framework compatibility back to 2.0+
## 2.23.0
* Adds disbursement details to transactions.
* Adds image url to transactions.
## 2.22.0
* Adds Venmo Touch support.
## 2.21.0
* Fixes bug with zero dollar subscriptions.
## 2.20.0
* Adds channel field to transactions.
## 2.19.0
* Adds country of issuance and issuing bank
## 2.18.0
* Add verification search
## 2.17.0
* Additional card information, such as prepaid, debit, commercial, Durbin regulated, healthcare, and payroll, are returned on credit card responses
* Allows transactions to be specified as recurring
## 2.16.0
* Add prepaid attribute to credit card (possible values include Yes, No, Unknown)
## 2.15.1
* Fix warnings for Visual Studio
## 2.15.0
* Adds webhook gateways for parsing, verifying, and testing incoming notifications
## 2.14.0
* Adds search for duplicate credit cards given a payment method token
* Adds flag to fail saving credit card to vault if card is duplicate
* Changes `internal` functions to `protected internal` functions for easier unit testing
## 2.13.4
* Exposes plan_id on transactions
## 2.13.3
* Fixed Date parsing for hosts ahead of UTC (thanks to Jasmin Muharemovic)
## 2.13.2
* Added error code for invalid purchase order number
## 2.13.1
* Added error message for merchant accounts that do not support refunds
## 2.13.0
* Added ability to retrieve all Plans, Addons, and Discounts
* Added Transaction cloning
## 2.12.0
* Added SettlementBatchSummary
## 2.11.0
* Added Subscription to Transaction
* Added flag to store in vault only when a transaction is successful
* Added new error code
## 2.10.0
* Added a new transaction state, AUTHORIZATION_EXPIRED.
* Enabled searching by AuthorizationExpiredAt.
## 2.9.0
* Added NextBillingDate and TransactionId to subscription search
* Added AddressCountryName to customer search
* Added new error codes
## 2.8.0
* Added Customer search
* Added dynamic descriptors to Subscriptions and Transactions
* Added level 2 fields to Transactions:
* TaxAmount
* TaxExempt
* PurchaseOrderNumber
## 2.7.2
* Added BillingAddressId to CreditCardRequest
* Allow searching on Subscriptions that are currently in a trial period using InTrialPeriod
## 2.7.1
* Added support for non-US cultures. Decimal values are now correctly formatted for the gateway and parsed for the client.
## 2.7.0
* Added ability to perform multiple partial refunds on Transactions
* Added RevertSubscriptionOnProrationFailure flag to Subscription update that specifies how a Subscription should react to a failed proration charge
* Deprecated Transaction RefundId in favor of RefundIds
* Deprecated Subscription NextBillAmount in favor of NextBillingPeriodAmount
* Added new properties to Subscription:
* Balance
* PaidThroughDate
* NextBillingPeriodAmount
## 2.6.0
* Added AddOns/Discounts
* Enhanced Subscription search
* Enhanced Transaction search
* Made gateway operations threadsafe when using multiple configurations
* Added VerificationStatus Enumeration
* Added EXPIRED and PENDING statuses to Subscription
* Allowed ProrateCharges to be specified on Subscription update
* Added AddOn/Discount details to Transactions that were created from a Subscription
* All Braintree Exceptions now inherit from BraintreeException superclass
* Added new properties to Subscription:
* BillingDayOfMonth
* DaysPastDue
* FirstBillingDate
* NeverExpires
* NumberOfBillingCycles
## 2.5.1
* Updated the Environment class to lazily use environment variables -- this enables use when access to environment variables is restricted
## 2.5.0
* Added ability to specify Country using CountryName, CountryCodeAlpha2, CountryCodeAlpha3, or CountryCodeNumeric
* Added GatewayRejectionReason to Transaction and Verification
* Added Message to Result
* Added BuildTrData method to TransparentRedirectGateway
## 2.4.0
* Added unified TransparentRedirect url and confirm methods and deprecated old methods
* Renamed CreditCard.Default to IsDefault
* Added methods to CreditCardGateway to allow searching on expiring and expired credit cards
* Added ability to update a customer, credit card, and billing address in one request
* Allow updating the payment method token on a subscription
* Added methods to navigate between a Transaction and its refund (in both directions)
## 2.3.0
* Return AvsErrorResponseCode, AvsPostalCodeResponseCode, AvsStreetAddressResponseCode, CurrencyIsoCode, CvvResponseCode with Transaction
* Return CreatedAt, UpdatedAt with Address
* Allow verification against a specified merchant account when creating or updating a CreditCard
* Return SubscriptionId with Transaction
## 2.2.0
* Prevent race condition when pulling back collection results -- search results represent the state of the data at the time the query was run
* Rename ResourceCollection's ApproximateCount to MaximumCount because items that no longer match the query will not be returned in the result set
* Correctly handle HTTP error 426 (Upgrade Required) -- the error code is returned when your client library version is no longer compatible with the gateway
* Properly handle Transaction Options in TR Data
## 2.1.0
* Added transaction advanced search
* Added ability to partially refund transactions
* Added ability to manually retry past-due subscriptions
* Added new transaction error codes
* Allow merchant account to be specified when creating transactions
* Allow creating a transaction with a vault customer and new credit card
* Allow existing billing address to be updated when updating credit card
* **Backwards incomaptible change**: CreditCardRequest.BillingAddress has changed from type AddressRequest to CreditCardAddressRequest
## 2.0.0
* Updated IsSuccess() on transaction results to return false on declined transactions
* Search results now implement IEnumerable and will automatically paginate data
## 1.2.1
* Escape all XML
* Updated quick start example in README
## 1.2.0
* Added subscription search
* Return associated subscriptions when finding credit cards
* Added option to change default credit card for a customer
* Added an All method to ValidationErrors to return List of all errors at that level
* Added a DeepAll method to ValidationErrors to return List of all errors at that level and all errors below
* Renamed DeepSize() to DeepCount
* Added ProcessorAuthorizationCode to Transaction
* Allow setting MerchantAccountId when creating or updating subscriptions
* Updated ForObject to return an empty ValidationErrors object instead of null if there are no errors
* Raise down for maintenance exception instead of forged query string when down for maintenance
* Fixed bug in TotalPages if there are zero total items
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
5.28.0 | 9 | 10/31/2024 |
5.27.0 | 3 | 10/06/2024 |
5.26.0 | 5 | 07/31/2024 |
5.25.0 | 2 | 03/28/2024 |
5.24.0 | 3 | 03/07/2024 |
5.23.0 | 1 | 03/07/2024 |
5.22.0 | 1 | 05/24/2024 |
5.21.0 | 2 | 03/07/2024 |
5.20.0 | 2 | 03/07/2024 |
5.19.0 | 0 | 08/30/2023 |
5.18.0 | 2 | 03/07/2024 |
5.17.0 | 0 | 04/11/2023 |
5.16.0 | 4 | 12/04/2024 |
5.15.0 | 145 | 03/06/2024 |
5.14.0 | 3 | 03/07/2024 |
5.13.0 | 2 | 03/07/2024 |
5.12.0 | 3 | 03/07/2024 |
5.11.0 | 3 | 03/07/2024 |
5.10.0 | 4 | 03/23/2024 |
5.9.0 | 2 | 03/07/2024 |
5.8.0 | 3 | 03/07/2024 |
5.7.0 | 2 | 03/22/2024 |
5.6.0 | 2 | 10/06/2024 |
5.5.0 | 3 | 03/07/2024 |
5.4.0 | 2 | 03/08/2024 |
5.3.0 | 3 | 03/07/2024 |
5.2.0 | 3 | 03/07/2024 |
5.1.0 | 0 | 10/02/2020 |
5.0.0 | 2 | 03/07/2024 |
4.18.1 | 1 | 03/07/2024 |
4.18.0 | 0 | 07/10/2020 |
4.17.0 | 2 | 11/03/2024 |
4.16.0 | 0 | 10/01/2019 |
4.15.0 | 2 | 06/28/2024 |
4.14.0 | 0 | 07/30/2019 |
4.13.0 | 3 | 10/31/2024 |
4.12.0 | 2 | 10/31/2024 |
4.11.0 | 2 | 03/07/2024 |
4.10.1 | 3 | 03/07/2024 |
4.9.0 | 2 | 03/07/2024 |
4.8.0 | 2 | 03/07/2024 |
4.7.0 | 3 | 03/07/2024 |
4.6.0 | 2 | 03/08/2024 |
4.5.0 | 3 | 03/07/2024 |
4.4.0 | 2 | 07/31/2024 |
4.3.0 | 2 | 03/07/2024 |
4.2.0 | 2 | 03/11/2024 |
4.1.1 | 3 | 03/07/2024 |
4.1.0 | 2 | 03/07/2024 |
4.0.0 | 3 | 03/07/2024 |
3.14.0 | 6 | 03/07/2024 |
3.13.0 | 2 | 03/07/2024 |
3.12.0 | 2 | 03/27/2024 |
3.10.1 | 0 | 12/14/2017 |
3.10.0 | 2 | 03/07/2024 |
3.9.0 | 2 | 10/31/2024 |
3.8.0 | 2 | 03/07/2024 |
3.7.0 | 2 | 03/07/2024 |
3.6.0 | 0 | 03/16/2017 |
3.5.0 | 2 | 03/07/2024 |
3.4.0 | 7 | 03/07/2024 |
3.3.0 | 2 | 03/07/2024 |
3.2.1 | 5 | 03/08/2024 |
3.1.0 | 2 | 10/31/2024 |
3.0.1 | 2 | 10/06/2024 |
2.65.0 | 2 | 10/31/2024 |
2.64.0 | 2 | 07/31/2024 |
2.63.0 | 1 | 10/06/2024 |
2.62.0 | 0 | 07/15/2016 |
2.61.0 | 2 | 06/20/2024 |
2.60.0 | 2 | 06/17/2024 |
2.59.0 | 1 | 03/07/2024 |
2.58.0 | 2 | 03/07/2024 |
2.57.0 | 2 | 03/07/2024 |
2.56.0 | 3 | 03/07/2024 |
2.55.0 | 3 | 03/07/2024 |
2.54.0 | 2 | 03/07/2024 |
2.53.0 | 0 | 01/14/2016 |
2.52.0 | 3 | 10/31/2024 |
2.51.0 | 1 | 03/08/2024 |
2.50.0 | 3 | 03/12/2024 |
2.49.0 | 0 | 09/01/2015 |
2.48.0 | 2 | 10/31/2024 |
2.47.0 | 2 | 10/31/2024 |
2.46.0 | 0 | 07/30/2015 |
2.45.0 | 2 | 03/08/2024 |
2.44.0 | 2 | 08/01/2024 |
2.43.0 | 1 | 10/06/2024 |
2.42.0 | 3 | 11/11/2024 |
2.41.0 | 1 | 03/08/2024 |
2.40.0 | 2 | 03/07/2024 |
2.38.0 | 3 | 03/07/2024 |
2.37.0 | 2 | 10/31/2024 |
2.36.0 | 2 | 03/07/2024 |
2.35.0 | 2 | 03/07/2024 |
2.34.1 | 2 | 03/07/2024 |
2.34.0 | 2 | 03/07/2024 |
2.33.0 | 3 | 11/11/2024 |
2.32.0 | 3 | 03/07/2024 |
2.31.0 | 2 | 03/07/2024 |
2.30.1 | 2 | 03/08/2024 |
2.30.0 | 2 | 06/28/2024 |
2.29.1 | 3 | 03/08/2024 |
2.29.0 | 3 | 03/07/2024 |
2.28.1 | 3 | 03/07/2024 |
2.28.0 | 2 | 10/31/2024 |
2.27.0 | 3 | 03/07/2024 |
2.26.1 | 2 | 03/08/2024 |
2.26.0 | 3 | 03/07/2024 |
2.25.4 | 2 | 03/07/2024 |
2.25.3 | 1 | 10/31/2024 |
2.25.2 | 0 | 08/14/2013 |
2.24.1 | 3 | 10/31/2024 |
2.23.1 | 0 | 05/16/2013 |
2.22.0 | 2 | 08/01/2024 |
2.21.0 | 1 | 10/07/2024 |
2.20.0.2 | 1 | 03/28/2024 |
2.20.0.1 | 0 | 01/21/2013 |
2.20.0 | 2 | 03/09/2024 |
2.19.0 | 2 | 08/01/2024 |
2.18.0 | 3 | 03/07/2024 |
2.17.0 | 2 | 06/14/2024 |
2.15.1 | 1 | 10/31/2024 |