Get the result of a payment session
get/sessions/{sessionId}
Returns the status of the payment session with the sessionId
and sessionResult
specified in the path.
Endpoint destination URL
https://checkout-test.adyen.com/v70/sessions/{sessionId}
Click to copy
Query Parameters
sessionResultstringRequired
The sessionResult
value from the Drop-in or Component.
Path Parameters
sessionIdstringRequired
A unique identifier of the session.
Response parameters
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.