Backend
[0.1.34] - 2025-07-10
Added
With the new backend version, the URL for token acquisition has been changed. All requests must now be made through the new endpoint.
Depending on this update, the Postman collection has been updated and you can access it via the link below:
Note: The integration structure, which currently requires obtaining separate credentials for each client, has been changed. The new architecture adopts a simpler, more centralized structure by defining a single client specific to each integrator. This change aims to increase manageability and security.
Fixed
Lock check before update basket operation
[0.1.28] - 2025-05-13
Added
/v1/basket/:basketID
- (PUT) Update an existing basket./v1/basket/unlock
- (POST) To unlock a basket if needed./v1/terminal
- List all terminals (with optional branch-id filter via header)
Updated
Removed the
checkNumber
uniqueness constraint when creating a basket. Integrator applications should now handle this logic within their own systems.
Last updated