latestOpenAPI 3.0.12026-08-101936151.3 KB

61701b027c74

PSD2 account payment and consent

Verify PSD2 challenge ID

This endpoint validates the psd2_challenge_id for a customer. Before allowing the customer to log in, you can use this endpoint to verify that the customer is coming from Solaris and that the session is still valid.<br> If the request fails, the customer should see an error message and must restart the process from the TTP's application.<br> Expected error messages: <ol> <li>401 - Unauthorized: The Challenge ID is expired.</li> <li>404 - Not found: The Challenge ID doesn't exist.</li> </ol>

get/v1/psd2/challenges/{psd2_challenge_id}

Path parameters

psd2_challenge_idstring required

Response

The operation was successful.

person_idstring

The Solaris person ID associated with the PSD2 request.

redirect_urlstring

The redirect URL where you must send the customer after authentication.

Example response

{
  "person_id": "null",
  "redirect_url": "null"
}