Pos
Unique identifier of the resource
1
The requested pos object.
The given resource or object was not found or does not exist.
GET /api/v1/pos/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-08-29T14:39:57.518Z",
"modified_date": "2025-08-29T14:39:57.518Z"
}
Unique identifier of the resource
1
The Pos model represents a Point of Sale system used for processing payments. It includes details such as the name, slug, payment gateway, resource URLs, and configuration settings. It is associated with a specific channel and can be integrated with external systems via the integration field.
Unique identifier for the POS (Point of Sale) system.
Name of the POS system.
Unique slug used to identify the POS system.
Payment gateway associated with the POS system. This field represents an enumerated value.
URL of the POS resource.
Optional URL for 3D secure payments via the POS system.
Timestamp when the POS system was created.
Timestamp when the POS system was last modified.
The updated pos object.
Required field(s) are missing, data is invalid, or the action is not allowed.
The given resource or object was not found or does not exist.
PUT /api/v1/pos/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 511
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-08-29T14:39:57.518Z",
"modified_date": "2025-08-29T14:39:57.518Z"
}
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-08-29T14:39:57.518Z",
"modified_date": "2025-08-29T14:39:57.518Z"
}
Unique identifier of the resource
1
No content
No content
The given resource or object was not found or does not exist.
DELETE /api/v1/pos/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
No content
Filters by id
ID of the channel the customer belongs to
5
Filter by modification date using supported lookup expressions (e.g., gt
, gte
, lt
, lte
, date__gt
, etc.).
modified_date__lt=2024-01-01T00:00:00Z
A list of pos entries.
GET /api/v1/pos/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
A list of pos entries.
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-08-29T14:39:57.518Z",
"modified_date": "2025-08-29T14:39:57.518Z"
}
]
The Pos model represents a Point of Sale system used for processing payments. It includes details such as the name, slug, payment gateway, resource URLs, and configuration settings. It is associated with a specific channel and can be integrated with external systems via the integration field.
Unique identifier for the POS (Point of Sale) system.
Name of the POS system.
Unique slug used to identify the POS system.
Payment gateway associated with the POS system. This field represents an enumerated value.
URL of the POS resource.
Optional URL for 3D secure payments via the POS system.
Timestamp when the POS system was created.
Timestamp when the POS system was last modified.
The pos was successfully created.
Required field(s) are missing, data is invalid, or the action is not allowed.
POST /api/v1/pos/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 511
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-08-29T14:39:57.518Z",
"modified_date": "2025-08-29T14:39:57.518Z"
}
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"channel": {
"id": 1,
"name": "Commerce Channel",
"catalog": 1,
"channel_type": "web",
"conf": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"category_tree": "text",
"is_active": true,
"schema": {},
"created_date": "2024-11-20T11:22:23.702774Z",
"modified_date": "2024-11-20T11:22:23.702774Z"
},
"name": "text",
"slug": "text",
"gateway": "garanti",
"resource_url": "https://example.com",
"three_d_resource_url": "https://example.com",
"config": {
"currency": "USD",
"retries": 3
},
"created_date": "2025-08-29T14:39:57.518Z",
"modified_date": "2025-08-29T14:39:57.518Z"
}
Was this helpful?