Home / Issuing / Issue Cards

Simulate Digital Wallet Token Provisioning

Prerequisites

  1. A Highnote account
  2. An API key or API Explorer
  3. An active payment card

Overview

Warning: The Highnote test environment lets you explore the platform features and functionality freely. It is intended for experimenting, building integrations, and training your team.

To ensure the security of your real-world data, please do not use production data in the test environment. Production data includes sensitive information like customer details, financial data, or personally identifiable information (PII).

Use only dummy or test data explicitly created for testing purposes in the test environment.

Highnote provides a simulation tool for generating digital wallet tokens. Using this simulation, you can test the following:

  • Generate a digital wallet token
  • Activate a digital wallet token

These tests can be used to test your integration and notification events. This guide provides steps for using the digital wallet token provisioning simulation.

Generate a digital wallet token

Generating a digital wallet token requires using the following SimulateCardDigitalWalletTokenActivation mutation. This mutation creates a digital wallet token with a status of REQUESTED.

Activate a digital wallet token

Use the following SimulateCardDigitalWalletTokenActivated mutation to updated a digital wallet token status from REQUESTED to ACTIVE:

View token status and details

Find the status of a token and its historical state transitions using the following query:

Automate your integration

To automate your integration, subscribe to digital wallet token status notification events.

The details provided in the payloads from digital wallet token status events can be used for the following use cases:

  • Automate your application or website's token provisioning workflows
  • Create account holder notifications and alerts
  • Create status views in your application or website

Provide Feedback

Was this content helpful?