Skip to main content

Authenticate iDEAL profile

post/ideal/profile/authenticate

Generates an redirection URL to finish the authentication flow when requested by iDEAL. Before calling this endpoint, make sure that your user has completed multi-factor authentication.

Endpoint destination URL
Click to copy
accountHolderIdstringRequired
Min length: 1Max length: 150

The unique identifier for an account holder.

payloadstringRequired
Min length: 1Max length: 400

A payload provided by iDEAL to complete the authentication process.

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 the expected format.

  • 422 - Unprocessable Entity

    A request validation error.

  • 500 - Internal Service Error

    An unrecoverable error occurred while trying to perform the request.