All Versions
151
Latest Version
Avg Release Cycle
56 days
Latest Release
-
Changelog History
Page 4
Changelog History
Page 4
-
v2.90.0 Changes
- Add
processor_response_code
andprocessor_response_text
to authorization adjustments subfield in transaction response. - Stop restricting
transaction_source
values for Disputes search, allow searching by OAuth Application client_id - โ Add support for Samsung Pay
- Add
-
v2.89.0 Changes
- Warn when instantiating a
Braintree::Gateway
with mixed environments - ๐ Allow payee ID to be passed in options params for transaction create
- โ Add
merchant_id
toConnectedMerchantStatusTransitioned
andConnectedMerchantPayPalStatusChanged
Auth webhooks
- Warn when instantiating a
-
v2.88.0 Changes
- โ Add support for Micro Transfer ACH verifications
- โ Add
image_url
andtoken
attributes toAndroidPayDetails
andApplePayDetails
-
v2.87.0 Changes
- โ Add Dispute error ValidEvidenceRequiredToFinalize
-
v2.86.0 Changes
- Remove
sepa_mandate_type
andsepa_mandate_acceptance_location
params fromClientTokenGateway
- โ Add
payer_id
accessor inPayPalAccount
- โ Add support for VCR compelling evidence dispute representment
- Remove
-
v2.85.0 Changes
- Add support for
oauth_access_revocation
onWebhookNotification
s - โ Add support for US Bank Account verifications via
PaymentMethod#create
,PaymentMethod#update
, andTransaction#create
- โ Add support for US Bank Account verification search
- Add support for
-
v2.84.0 Changes
- โ Add support for
address.create!
to gateway instance - โ Add support for
address.update!
to gateway instance - โ Add support for
credit_card.create!
to gateway instance - โ Add support for
customer.create!
to gateway instance - โ Add support for
customer.update!
to gateway instance - โ Add support for
document_upload.create!
to gateway instance - โ Add support for
merchant_account.create!
to gateway instance - โ Add support for
merchant_account.update!
to gateway instance - โ Add support for
payment_method.create!
to gateway instance - โ Add support for
payment_method.update!
to gateway instance - Add support for
payment_method_nonce.create!
to gateway instance - โ Add support for
subscription.cancel!
to gateway instance - โ Add support for
subscription.create!
to gateway instance - โ Add support for
subscription.update!
to gateway instance - โ Add support for
subscription.retry_charge
to gateway instance - โ Add support for
transaction.cancel_release!
to gateway instance - Add support for
transaction.hold_in_escrow!
to gateway instance - โ Add support for
transaction.clone_transaction!
to gateway instance - โ Add support for
transaction.credit!
to gateway instance - โ Add support for
transaction.refund!
to gateway instance - Add support for
transaction.release_from_escrow!
to gateway instance - โ Add support for
transaction.sale!
to gateway instance - Add support for
transaction.submit_for_settlement!
to gateway instance - Add support for
transaction.submit_for_partial_settlement!
to gateway instance - โ Add support for
transaction.void!
to gateway instance - โ Add support for
profile_id
in Transaction#create options for VenmoAccounts - Add support for
association_filter_id
in Customer#find - Add support for
customer_id
,disbursement_date
andhistory_event_effective_date
in Dispute#search - ๐ Update country names to have parity with documentation
- โ Add support for
-
v2.83.0 Changes
- Add support for
tax_amount
field on transactionline_items
- Add support for
source_merchant_id
on webhooks - ๐ Deprecated
DiscountAmountMustBeGreaterThanZero
error in favor ofDiscountAmountCannotBeNegative
. - ๐ Deprecated
UnitTaxAmountMustBeGreaterThanZero
error in favor ofUnitTaxAmountCannotBeNegative
. - โ Add
find_all
static method toTransactionLineItem
class
- Add support for
-
v2.82.0 Changes
- Add support for tagged evidence in DisputeGateway#add_text_evidence (Beta release)
- โก๏ธ Update https certificate bundle
-
v2.81.0 Changes
- โ Add support for line_items
- โก๏ธ Update README to use instance methods