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

sessionResult string Required

The sessionResult value from the Drop-in or Component.

Path parameters

sessionId string Required

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.

HTTP Responses

  • 200 - OK

    The request has succeeded.

    Show more Show less
  • Response
  • Click to copy