Test your implementation

You can leverage Evervault's Sandbox apps to test the full merchant enrollment and token creation process without affecting live data. Once you're ready to transition to Live Mode for processing real Network Tokens, please contact our support team at support@evervault.com.

In Sandbox, you can use specific Test Cards to simulate various real-life scenarios. These cards can be used in conjunction with any valid expiry date or CVC.

Successful network tokenization
NumberBrand
Any valid Visa cardVisa
Any valid Mastercard cardMastercard
Any valid American Express cardAmerican Express
Ineligible card (e.g. the card issuer doesn’t support card tokenization)
NumberBrand
4111 1101 1663 8870
Visa
5555 5501 3065 9057
Mastercard
3782 8224 6310 005
American Express
Invalid card (e.g. the expiry doesn’t match the expiry of the card)
NumberBrand
4111 1117 3897 3695
Visa
5555 5504 8784 7545
Mastercard
3782 8224 6310 013
American Express
Declined Tokenization (e.g. the issuer explicitly denied network tokenization)
NumberBrand
4111 1101 4848 6405
Visa
5555 5588 2481 5604
Mastercard
3782 8224 6310 021
American Express
The Token Service Provider is unavailable (e.g. the networks are having an outage)
NumberBrand
4111 1160 2899 8260
Visa
5555 5581 2243 2110
Mastercard
3782 8224 6310 039`
American Express

Additionally, In Sandbox you can use the Simulate API to simulate an update event in accordance with the following typical update events:

  • Token deactivation
  • A new card expiry has been issued
  • A new card number and expiry have been issued.

When simulating new expiry or new card number updates, you can either specify the values you want the card to be updated to, or omit them to have new values auto-generated.

Example Requests

The examples below outline the valid request types accepted by the Simulate API, in accordance with the above scenarios:

Step by Step Guide

  1. Create a Sandbox: Start by creating a Sandbox to access the necessary testing tools.
  2. Set Up Webhooks: In your app settings, create a webhook and subscribe to the payments.network-token.updated event.
  3. Create a Network Token: Use the Network Tokens API to create a network token in your sandbox environment.
  4. Simulate an Update: Use your client of choice to issue a request to the Simulate API and observe the update event arriving at your specified webhook.