v1

latestOpenAPI 3.0.0UNLICENSED2026-07-26178479713.7 KB
order.sessions

aid_orders_id_sessions_id_get

Retrieve details about a session

scopes:

  • admin:shopping
  • read:shopping
get/accounts/{aid}/shopping/orders/{order_id}/sessions/{session_id}

Path parameters

aidstring ^[PT]{1}\d{8}$ required

An id that uniquely identifies the account.

order_idstring required

The resource identifier string

session_idstring checkout-id required

The session ID

Response

session

idstring

The resource ID. Defaults to UUID v4

created_atstring date-time

Read-only timestamp, automatically assigned on back-end.

created_bystring

The resource ID. Defaults to UUID v4

amountinteger

Monetary amount in smallest unit for the currency success: description: | The result from the operation. type: boolean

processed_atstring date-time

The date and time when the capture was processed by payment gateway

metadataobject

Additional details about the operation

Example response

{
  "id": "bd04c959-d159-49b4-a096-2d84e014a8da",
  "created_by": "bd04c959-d159-49b4-a096-2d84e014a8da",
  "amount": 27840,
  "items": [
    {
      "amount": 27840
    }
  ]
}