Bex Transactions
Unique identifier of the resource
1Bex transaction retrieved successfully.
The date and time when the object was created.
The date and time when the object was last modified.
Primary key of the transaction
Type of Bex transaction
purchasePossible values: Unique identifier for the transaction
ID of the associated point of sale
ID of the associated order
Email of the user associated with the transaction
Indicates if the transaction was successful
Amount involved in the transaction
Remote address associated with the transaction
Raw request data for the transaction
Raw response data for the transaction
Unauthorized Access
Forbidden
The given resource or object was not found or does not exist.
Server Error
GET /api/v1/bex_transactions/{id}/ HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
{
"pk": 1,
"transaction_type": "purchase",
"transaction_id": "text",
"pos": 1,
"order": 1,
"user_email": "text",
"is_succeeded": true,
"amount": 1,
"remote_addr": "text",
"raw_request": "text",
"raw_response": "text",
"created_date": "2026-01-01T00:00:00.000Z",
"modified_date": "2026-01-01T00:00:00.000Z"
}Specifies the page number of the current dataset
1Indicates the number of rows on the current page.
10Filter by order ID.
123User's email (case-insensitive)
Type of Bex transaction
purchasePossible values: Filter(exact) by transaction ID
0Filter by point of sale name
Filter by transaction success status.
Filter by amount.
Filter by IP address
Filter by creation date using supported lookup expressions (e.g., gt, gte, lt, lte, date__gt, etc.).
created_date__gt=2024-01-01T00:00:00ZFilters by primary key
Filter by primary key greater than a specific value.
Filters by primary key greater than or equal to the given value
Filters by primary key less than the given value
Filters by primary key less than or equal to the given value
Successful response with a list of Bex transactions.
Total number of results.
URL of the next page of results.
URL of the previous page of results.
Unauthorized Access
Forbidden
The given resource or object was not found or does not exist.
Server Error
GET /api/v1/bex_transactions/ HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
{
"count": 1,
"next": "https://example.com",
"previous": "https://example.com",
"results": [
{
"created_date": "2026-01-01T00:00:00.000Z",
"modified_date": "2026-01-01T00:00:00.000Z"
}
]
}Last updated
Was this helpful?

