This step updates and manages the customer’s status and lifecycle information using the UID obtained after a completed journey. The UID is required to call the SDK methods that update customer status and track lifecycle transitions (such as stage changes or status updates). These methods ensure that the customer’s verification state and lifecycle progression are properly recorded within the system.Documentation Index
Fetch the complete documentation index at: https://docs.quepass.com/llms.txt
Use this file to discover all available pages before exploring further.
1. Customer Status
Required Parameters
- uid (string) – User identity
- status (string) – Current status of the user or operation
Return Parameters
- status (string) – Current status of the user or operation
Code Example
2. Customer Life Cycle
Required Parameters
- uid (string) – User identity
- status (string) – Current status of the user or operation
- from (string) – Start timestamp or date for the query/filter
- to (string) – End timestamp or date for the query/filter
Return Parameters
- status (string) – Current status of the user or operation