Skip to main content

Get a checkout by ID

GET 

/api/checkout/:id

Retrieve details of a checkout using the checkout ID.

Request

Path Parameters

    id stringrequired

    The ID of the checkout to be retrieved

Responses

Successful retrieval of the checkout

Schema

    any

Loading...