Skip to main content

Checkout link details

To retrieve information about a specific order associated with your checkout page using this API endpoint, you will need to make a GET request with the following configuration;

URL

https://api-sandbox.bembit.com/api/v1/orders/{checkoutId}/checkout/{orderId}

Method

GET

cURL

curl -X 'GET' \
'https://api-sandbox.bembit.com/api/v1/orders/{checkoutId}/checkout/{orderId}' \
-H 'accept: */*'

Params

Important

The parameter checkoutid should be included in the URI of the request, as shown in the link above.

ParamsTypeDefault valuesDescription
checkoutIdstringundefinedCheckout's link Alias.
orderIdstringundefinedOrder Id.

Server Responses:

Status 200:

Success

Status 403:

Unauthorized

Status 404:

Checkout not found

See and test our API on Swagger.