GET

/checkout/:id

This endpoint allows you to retrieve details for checkout/(specific id).

Request Parameters

Parameter Location Required
id path Yes

Example Request

cURL
curl -X GET https://aegis.purdyandfigg.dev/checkout/123 \
  -H "Authorization: Bearer YOUR_TOKEN"