Create process
This section contains the necessary methods to create a process.
As the name implies this method creates a new process id that will serve as the starting point for the onboarding process.
Callback params
createProcess Callback
Callback
Boolean status
Status of request
String token
Process token value
StepType s
Current step from process
JsonObject json
JsonObject data from request
Errors e
Errors object
Implementation example
Last updated