PingOne Platform APIs

Digital Wallet Apps

The digital wallet apps service controls the relationship between the customer’s digital wallet app, which communicates with users' digital wallets, and a customer’s PingOne application.

Because the digital wallet app communicates between the PingOne application and users' digital wallets, if you delete the PingOne application, the digital wallet app is also deleted.

The status of every user’s digital wallets associated with the deleted digital wallet app is set to DISABLED. User credentials in the disabled digital wallets remain ISSUED because they can be assigned to a different digital wallet.

Assigning admin roles and permissions to this service

Admin role assignments determine access to PingOne APIs. When assigning admin roles to this service, refer to PingOne Permissions by Service for the service-specific permissions.

You can also choose to assign admin roles based on particular service resources. Refer to PingOne Permissions by Resource when assigning admin roles per service resources.

Admin assignments to roles are set by:

Refer to Roles Management for more information.

Digital wallet app data model

Property Type Required? Mutable? Description

application.id

String

Required

Immutable

The identifier (UUID) of the PingOne application associated with the digital wallet app.

appOpenUrl

String

Required

Mutable

URL sent in notifications to the user to communicate with the service.

createdAt

DateTime

N/A

Read-only

Date and time the digital wallet app was created.

environment.id

String

N/A

Read-only

PingOne environment identifier (UUID) in which the digital wallet app exists.

id

String

N/A

Read-only

Identifier (UUID) associated with the digital wallet app.

name

String

Required

Mutable

Name associated with the digital wallet app.

updatedAt

DateTime

N/A

Read-only

Date and time the digital wallet app was last updated; can be null.

usesPingOneWalletSDK

Boolean

Optional

Immutable

Whether the user’s wallet app uses the PingOne Wallet SDK; default is true.