Use the Klarna payments API to check the details of a session at any time.
2 min read
To see the details of the session created when initiating a payment, send a GET request with an empty request body to the [ {apiUrl}]{apiUrl}/payments/v1/sessions/{session_id} endpoint. Provide the id of the session you want to revise as a session_id path parameter.
Customer details after authorization
We only share customer details after authorizing the session.
Success response
In response to your call, you receive all the data collected throughout the payment process associated with this session.
Sample of a successful response to check the session details.
Error response
If the session id in your request is invalid, you get an error response. Ensure the session_id value you provided is correctly formatted and corresponds to a session that has not expired.