Retrieve User Data

Retrieve User Information

GET /userinfo

Return bank-verified identity data for the user identified by the Authorization OAuth token.

Authorization

You need to include a bearer token retrieved from the Retrieve Access Token.

Example request

Javascript
Copy
Javascript
Copy

Example response

Javascript
Copy

Status Codes

  • 200 OK - Successfully accessed user identity data

Retrieve User Age verification

GET /ageverification

Authorization

You need to include a bearer token retrieved from the Retrieve Access Token.

Example request

Javascript
Copy
Javascript
Copy

Example response

Javascript
Copy

Status Codes

  • 200 OK - Successfully accessed user identity data

Retrieve User Accounts

GET /accounts

The accounts endpoint returns all the enabled personal accounts for a user identified by the Authorization token. This endpoint requires the accounts scope to have been requested during the authorization process.

Each account can be identified in a number of ways. We refer to these as identifiers (or identification schemes). Below, is a list of all the schemes that we support and the fields that will be populated for each:

UK.OBIE.SortCodeAccountNumber

  • sort_code - Sort Code (6 digits) e.g. 123456
  • account_number - Account Number (8-10 digits) 12345678

UK.OBIE.IBAN

  • iban - IBAN/ISO 13616 (up to 30 alphanumeric characters) e.g. GB98MIDL07009312345678

UK.OBIE.BICFI

If the accounts.balances scope is also given, then the balances of each account will also be returned. Balance amounts are returned as a major unit (e.g. Pounds instead of Pence) as a string. The currency is given as an ISO 4217 code.

Authorization

You need to include a bearer token retrieved from the Retrieve Access Token.

Example request

Javascript
Copy
Javascript
Copy

Success response

Javascript
Copy

Success response with balances

Javascript
Copy

Error response

Javascript
Copy

Status Codes

  • 200 OK - Returns the accounts of the user
  • 400 Bad request

Retrieve Report

GET /userinfo/report

Get a PDF report generated for the user identified by the Authorization OAuth token.

Authorization

You need to include a bearer token retrieved from the Retrieve Access Token.

Example request

Javascript
Copy
Javascript
Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard