Skip to main content

Create routes for account verification

post/accountVerification/routes

Create a list of routes for verifying bank accounts of third-party individuals. Successful connections generate a unique code used for requesting bank reports and verifying identity.

Endpoint destination URL
Click to copy
countrystringRequired

The location where the third-party individual's bank account is registered. Adyen uses this information to determine an available open banking provider, and to configure the open banking flow for that respective location.

localestring

The language to use in the open banking flow UI, specified by a combination of a two-letter ISO 639-1 language code and an ISO 3166-1 alpha-2 country code.

This information is used to configure the open banking flow with the same language for a consistent user experience.

Default value: en-US

redirectUrlstringRequired

The URL where Adyen redirects the third-party individual after they complete the open banking flow.

statestring

A value that helps you identify the request in callback handling. You can generate this value on a per-session basis to protect the callback against Cross-Site Request Forgery (CSRF) attacks. This value must be composed of characters that can be successfully URL-encoded.

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.

  • 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.