Changelog
Command Palette

Jump anywhere in the dashboard with the new command palette. Triggered with ⌘ + K (Ctrl + K on Windows), The palette surfaces shortcuts to pages, actions, and recent items, so you no longer dig through menus. Fewer clicks mean you stay in flow and find what you need faster.
Apple Pay Recurring Payments
Set up subscription billing in a single tap. Our Apple Pay component now supports recurring payments. Customers approve an ongoing charge in the familiar Apple Pay sheet, making renewals effortless.
Private Network Links
Pipe traffic straight from your VPC into Enclave without touching the public internet. Compliance teams gain peace of mind and sensitive data stays on your network. Reach out to support if you want to enable Private Link on your Enclave.
Improvements
- Inspect API now accepts both JSON objects and JSON strings.
- Introduced a new
repareTransaction
option for Apple Pay which allows merchants to adjust pricing just before the sheet appears. - The last four digits of the payment payment are now returned in Apple Pay and Google Pay payloads.
- Introduced a new
onShippingAddressChange
hook in Apple Pay to allow merchants to recalculate the price when the address updates. - The Evervault CLI now publishes checksums for installers and artifacts to simplify integrity checks.
Page Protection

Today, Evervault is launching Page Protection, a browser script management product that helps payment companies and merchants secure their payment pages against script attacks and comply with the latest PCI DSS 4.0 compliance requirements (6.4.3 and 11.6.1). Page Protection routes external scripts through Evervault’s secure CDN, continuously monitoring them so you instantly spot anything suspicious.
Google Pay Billing Address
You can now collect billing address information with Google Pay using the new billingAddress
option.
evervault.ui.googlePay(transaction, {
billingAddress: true
})
Improvements
- RuPay cards are now detected as a brand in the Card Collection component.
- RuPay cards are now supported in the BIN Lookup API.
Card Art API

Our new Card Art API is an extension for Network Tokens that lets you fetch the official artwork for a card.
Improvements
- We've introduced a new
availability
method to our Apple Pay component to allow you to check for Apple Pay support on the device before rendering the Apple Pay button. Learn more
React Native V2

We have released a new major version of our React Native SDK. This is a complete rewrite of the SDK which is now compatible with the new React Native architecture. Our React Native SDK enables your team to safely collect payment details and reduce fraud with 3D Secure.
Improvements
- We've Improved relay errors in the log view - We now include a detailed message in the log drawer explaining the cause of the error when relay fails to handle a request.
Evervault JS

We've released a new @evervault/js package to allow our browser SDK to be imported as a CommonJS module or ES module. The package provides typescript types for use inside of typescript codebases.
Local time support in logs view

We've made some small DX improvements to our logs view. One of which is the abillity to toggle between UTC and your local time zone when searching and viewing logs.
Apple Pay Disbursements
Dispursment transaction are now supported by our Apple Pay component. This allows your to use Apple Pay to collect payment details from users for transfering funds to their account.
Improvements
- We've completely rebuilt our dashboard function deployment flow from the ground up to provide a better DX.
3D Secure

We’re excited to introduce our newest product, 3D-Secure. 3D-Secure (3DS) is a security protocol created in 2001 to authenticate online card transactions, and ensures merchants and acquirers comply with SCA and PSD2 regulations. It verifies that the person making the purchase is the legitimate cardholder. A significant benefit of 3D-Secure is that it shifts chargeback liability from the acquirer to the issuer — a huge advantage to high-risk merchants. In many regions, including the EU, Australia, India, and Japan, 3DS is now mandatory for certain transactions.
Today, we're launching the Evervault 3D Secure API—a universal API for 3DS authentication that works independently of your payment processor. Our API is built for developers with our leading security and design principles. It’s easy to integrate, highly reliable and distills the 3DS authentication process into easy steps using our client side SDKs.
Card Account Updater
Card Account Updater is a service offered by major card networks to automatically update card-on-file details. Card Account Updater ensures that merchants always have the latest card information (like updated card numbers and expiration dates) for their customers.
We've released a new API designed to let you integrate Card Account Updater in minutes without having to interact directly with the card networks.
Network Tokens

Network Tokens replace sensitive card details (like the 16-digit card number, expiration date, and security code) with a unique identifier generated by a card network (e.g. Visa or Mastercard). This token is used to process payments without exposing actual card details, thus adding a layer of security. For merchants, this can also result in higher authorization rates and lower authorization fees.
We're excited to release our new easy-to-use APIs designed to let you create and use Network Tokens in minutes without having to integrate directly with the card networks.