---
title: PingOne Credentials Find Wallets node
description: The PingOne Credentials Find Wallets node lets you list all paired digital wallets from the PingOne user.
component: auth-node-ref
version: latest
page_id: auth-node-ref:pingone:pingone-cred-find-wallet
canonical_url: https://docs.pingidentity.com/auth-node-ref/latest/pingone/pingone-cred-find-wallet.html
superseded_by: https://docs.pingidentity.com/auth-node-ref/latest/pingone/pingone-cred-find-wallet.html
section_ids:
  example: Example
  availability: Availability
  inputs: Inputs
  dependencies: Dependencies
  configuration: Configuration
  outputs: Outputs
  outcomes: Outcomes
  errors: Errors
---

# PingOne Credentials Find Wallets node

The PingOne Credentials Find Wallets node lets you list all paired digital wallets from the PingOne user.

## Example

Learn more in an [example journey using PingOne Credentials nodes](pingone-cred-overview.html#p1-cred-example-journey).

## Availability

| Product                               | Available? |
| ------------------------------------- | ---------- |
| PingOne Advanced Identity Cloud       | Yes        |
| PingAM (self-managed)                 | Yes        |
| Ping Identity Platform (self-managed) | Yes        |

## Inputs

To perform the wallet look up, this node requires the PingOne User ID (UUID). The node first attempts to get the UUID from the `pingOneUserId` attribute. If `pingOneUserId` attribute is not set, then it gets the UUID from the `pingOneUserId` as a child attribute in `objectAttributes` in the shared state.

## Dependencies

This node requires that the PingOne Worker Service is configured so that it can connect to your PingOne instance and list the paired wallets of a user.

## Configuration

| Property                 | Usage                                                                                                                        |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------- |
| PingOne Service          | The ID of the PingOne Worker service for connecting to PingOne.                                                              |
| PingOne UserID Attribute | Local attribute name from which to retrieve `pingOneUserId`. The journey state is first looked up, then the local datastore. |

## Outputs

* `pingOneWalletId`: The PingOne digital wallet ID.

* `pingOneApplicationInstanceId`: The Application Instance ID of the digital wallet where the credential was stored.

* `pingOneActiveWallets`: The PingOne User's active digital wallets.

## Outcomes

* `Success`

  One digital wallet was found and returned.

* `Success Many`

  All digital wallets were found and listed.

* `Not Found`

  No digital wallet was found.

* `Error`

  There was an error during the process of finding the wallet.

## Errors

If the API call to PingOne Credentials fails, the following error is logged:

* Error: `PingOne Credentials Find a Wallet- Status Code - Response Body`
