Identify your customer
This chapter describes the .userParam method as a way to match your customers information with the information collected by Instantor.
The userParam method is an optional method that adds key-value pairs of customer-specific information to the process. The provided user parameters are attached to the report which is sent to you as a client when the end-user completes the application process. Attaching customer-specific information is optional but strongly recommended as it allows you as a client to match the report send by Instantor, with the information collected by you during your application flow.
Argument
Description
key (string)
User information key
value (string)
User information value.
Example
The following example lists key-value pairs for a customer their; first name, last name, social security number and email address:
Special-purpose keys
The userParam accepts the following special-purpose key:
Key
Effect
environment (string)
The environment determines to what endpoint the reports will be sent. If not set in your code, the reports will be sent to the default environment, usually called "production". Other options could include "test".
Instantor will return the environment value in the corresponding report for the request that has been initiated. If no environment is set, data will be sent to the production environment and associated Callback URL. You will find this mention in the report as: "miscParams":[ { "name":"environment", "value":"test" }
Reserved keys
Please refrain from using the following reserved keys as an argument for the userParam method. These are used internally by Instantor and value assigned to these keys will be overwritten.
tld,
product,
brand,
client,
instantor_request_id,
ssn,
scrapeHistoryDays,
scrapeHistoryMonths,
scrape_from,
scrape_to,
withLoans,
withStatements,
organization_number.
Last updated
Was this helpful?