The latest product news, changes, and other announcements
cardDetailsChanged
event will be triggered whenever our system identifies a change in the card’s details.The event payload will include:partial_match_name
AVS responseavs_response_code
value to our transaction API.The value partial_match_name
is now returned for some connectors when a name matched is returned. This is mainly related to American Express payments.onEvent()
. This parameter allows to listen to transactionCancelled
events, which are raised when the Apple Pay / Google Pay payment sheets are dismissed.data === 'Apple Pay: Session cancelled'
.Instead, please check any of the new object’s properties, for example data.method === 'applepay' && data.type === 'cancellation'
."01"
signifies “New account information available.” Payment service providers (PSPs) pass this code through in the transaction response, and we now read and return this value to merchants via our API. This enhancement is also planned for integration with our Real-Time Account Updater (RTAU) functionality.Merchant Advice Codes are now available through both the API and the dashboard, and have been enabled for Cybersource, Mastercard, Checkout, Adyen, and Stripe connections.