VisionNet API DigitalHub Consumer PDF Report Downloads

All requests must first be Authorized and must use the HTTP POST method over HTTPS.

This call allows you to download PDF reports of a consumer that is assigned to your account in DigitalHub.

https://api.vision-net.ie/cws/2.3/digital_hub/consumer/{{consumerId}}/report/{{reportType}}

URI parameters

Parameter Type Description
consumerId Integer Pk of a consumer you get in https://api.vision-net.ie/cws/2.3/digital_hub/consumer/list
reportType String Type of report for the requested consumer. Possible values are:
  • 'cci': Credit Check Individual Report
  • 'pep': PEP & Sanctions Report
  • 'neos': NEOS PSD2 Open Banking Report
  • 'eidv': Electronic ID Verification (EIDV) Report

The API response:

In case the API call is successful, the response is a standard PDF file stream of an 'application/pdf' Content Type. Otherwise, a JSON response is returned.

The following is a sample JSON response: