Skip to main content

Get account verification report

get/accountVerification/reports/{code}

Get the account verification report using a unique code from a successful open banking connection. This report provides identity verification and bank account details.

Endpoint destination URL
Click to copy
codestringRequired

The unique code you receive after a successful open banking flow that is included as a query parameter in the redirectUrl callback.

After submitting a call, you receive a response message to inform you that your request was received and processed.

Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.

HTTP Responses

  • 200 - OK

    The request has succeeded.

  • 400 - Bad Request

    The request is malformed or is not in the expected format.

  • 401 - Unauthorized

    The API credential used in the request is invalid or does not have the right permissions.

  • 404 - Not Found

    The entity was not found.

  • 422 - Unprocessable Entity

    A request validation error.

  • 429 - Too Many Requests

    Request rate limit exceeded.

  • 500 - Internal Service Error

    An unrecoverable error occurred while trying to perform the request.