Confirm Rules
Step 1: Call Get User State to find out the first step
Once you have obtained the first authentication factor, you are able to call Get User State to find out the current User’s step (and user id - uid
). Normally the first one is going to be CONFIRM_RULES.
Note: by the same request, you can already look up uid assigned to User.
Step 2: Submit confirming rules
So, at this step Client shall get User’s consent with
Privacy Notice (regarding what info is going to be collected and it’s intended usage)
Account Terms and Conditions (about User’s account and card issuance)
To submit, please call the API below. Additional authentication procedures are not required already.
Submit confirm rules
POST
https://api.kavoon.io/api/client-info/save-rules-confirm
This method is used to sent User’s choice on if he agrees to rules of usage
Request Body
clientId*
String
Uid. Can be retrieved from User State
step*
String
The current step e.g. "CONFIRM_RULES"
status*
String
"APPROVAL" or "DECLINE"
If successful, Get User State will navigate to ENTRY_DATASET step
Last updated