Abstract
A Process defines which rules should be applied to an incoming request and how it should be handled. It acts as a logic container and routes the request through the appropriate decision flow.
To use a Process:
- Create a new Process in the Pingwire platform, name it accordingly, and select the request type ("Transaction", "Individual KYC", or "Business KYC").
- Once created, you’ll receive a
ProcessID. - When submitting requests to Pingwire, include this
ProcessID. That tells the system which rules to run on the request.