Skip to main content
GET
admin_checkout_id_get

Authorizations

x-api-key
string
header
required

X-API-Key authentication for accessing admin endpoints. Use Create api-key to create a key.

The content of the header should look like the following:

Query Parameters

includes
enum<string>[]

Include aditional data that are by default excluded from the checkout details.

  • credentials: Include credentials details for gateways. Only available with admin:checkout scope.
Available options:
credentials

Response

Payment configuration

configuration
object
required

Configure merchant and payment options

id
string

An ID that uniquely identifies the resource

created_at
string<date-time>

The date-time when the resource was created

created_by
string
read-only

The user/client created the resource

updated_at
string<date-time>
read-only

Time when the resource was last updated

gateways
object
read-only

Configure payment gateways

credentials
object
Last modified on July 14, 2026