Credit bureau workflows are currently available on Web Link only.
User experience
Argyle allows you to deep link your users to an SSN and DOB entry screen in Argyle Link. You can achieve this by initializing Link with the optionalcreditBureauFlow parameter set to true. When the user has successfully submitted their information, the details are encrypted and passed to a credit bureau.
Implement credit bureau workflows
With Argyle’s credit bureau workflows you no longer have to develop and maintain an in-house solution. Argyle has taken care of both back- and front-end integration, which you can leverage using your existing credit bureau arrangements and Argyle Link.Authentication
Argyle recommends creating a dedicated set of credentials for this integration. Argyle will then encrypt these and your client certificate with Google KMS. Read more about how Argyle handles security and compliance here.Sequence
The Argyle API directly passes data retrieved from a credit bureau. This is what the process looks like:
You can also subscribe to the onCreditBureauFormSubmitted(accountId, userId) callback, which is invoked when a user submits the SSN and DOB.
View data returned by a credit bureau
API
Retrieve data by calling Argyle’s/forms endpoint. When you retrieve forms by account ID, the Argyle API provides the credit bureau data in the optional data object. It includes user input fields ssn, date_of_birth alongside a verification_result object representing data obtained from a credit bureau’s API (XML is always converted to JSON).
Forms endpoint JSON response:
Sample credit bureau XML payload:
Console
You can also use Console to see each user’s inputs (SSN, DOB) as well as a credit bureau’s response converted from XML to JSON.Sandbox
To explore the solution in Sandbox you will need to use one of these 5 SSNs (any DOB value is permissible):- 999001147
- 999009066
- 999478801
- 999601111
- 999606666