---
title: PingOne Credentials nodes
description: The PingOne Credentials nodes use the PingOne Credentials service to implement digital wallet pairing, credential management, and credential verification. You can find detailed information about PingOne Credentials service in Introduction to PingOne Credentials
component: auth-node-ref
version: latest
page_id: auth-node-ref:pingone:pingone-cred-overview
canonical_url: https://docs.pingidentity.com/auth-node-ref/latest/pingone/pingone-cred-overview.html
superseded_by: https://docs.pingidentity.com/auth-node-ref/latest/pingone/pingone-cred-overview.html
section_ids:
  dependencies: Dependencies
  p1-cred-example-journey: Example
---

# PingOne Credentials nodes

The PingOne Credentials nodes use the PingOne Credentials service to implement digital wallet pairing, credential management, and credential verification. You can find detailed information about PingOne Credentials service in [Introduction to PingOne Credentials](https://docs.pingidentity.com/pingone/digital_credentials_using_pingone_credentials/p1_credentials_introduction.html)

The [PingOne Credentials scenarios](https://docs.pingidentity.com/pingone/digital_credentials_using_pingone_credentials/p1_credentials_scenario_intro.html) provide high-level examples of how you can use the service.

To use the PingOne Credentials nodes in your authentication journeys, PingOne Advanced Identity Cloud provides the following artifacts :

* [Set up PingOne workers and configure them as Advanced Identity Cloud services](https://docs.pingidentity.com/pingoneaic/integrations/pingone-set-up-workers.html)

* [PingOne Credentials Find Wallets node](pingone-cred-find-wallet.html)

* [PingOne Credentials Pair Wallet node](pingone-cred-pair-wallet.html)

* [PingOne Credentials Delete Wallet node](pingone-cred-delete-wallet.html)

* [PingOne Credentials Issue node](pingone-cred-issue.html)

* [PingOne Credentials Update node](pingone-cred-update.html)

* [PingOne Credentials Revoke node](pingone-cred-revoke.html)

* [PingOne Credentials Verification node](pingone-cred-verify.html)

## Dependencies

Before using the PingOne Credentials nodes, complete the following tasks:

* [Creating a credential](https://docs.pingidentity.com/pingone/digital_credentials_using_pingone_credentials/p1_credentials_creating_a_credential.html)

* [Adding a worker application for the PingOne Authorize service](https://docs.pingidentity.com/pingone/authorization_using_pingone_authorize/p1az_adding_worker_app.html)

  * Requires [setting up `Identity Data Admin` role](https://apidocs.pingidentity.com/pingone/platform/v1/api/#roles)

* [Configure the PingOne service](pingone-service.html#configure-p1-service)

## Example

The following example journey shows how to use the PingOne Credentials nodes in a journey:

![PingOne Credentials Example](_images/p1-credentials-example.png)

* The [PingOne Credentials Find Wallets node](pingone-cred-find-wallet.html) searches for actively paired wallets for an end-user.

* The [PingOne Credentials Pair Wallet node](pingone-cred-pair-wallet.html) initiates a request for pairing a digital wallet through an SMS or email to the user, or a QR code that the user must scan with their digital wallet application.

* The [PingOne Credentials Issue node](pingone-cred-issue.html) creates and issues a new credential to the paired wallet using the attributes defined in the shared state.

* The [PingOne Credentials Verification node](pingone-cred-verify.html) initiates a verification request through a QR code the user must scan or a push notification to their digital wallet application.
