Changelog
2025-09-02
Create Location schema refresh. Removed maxTransactionAmount
. Added averageTicketSize
and maximumTicketSize
. Added optional highestMonthlyVolume
. Added externalId
. Business detail fields documented as required where applicable.
Create Location
2025-09-02
Read responses updated. Removed maxTransactionAmount
. Included ticket size fields. terminals
returned as an array of terminal identifiers.
Get Location, List Locations
2025-09-02
Update semantics clarified. PUT
is a full object update. Website is required when business type is virtual. Required field set expanded to include business details and ticket sizes.
Update Location
2025-09-02
Delete semantics clarified. Success returns 204 No Content
. Deletion requires zero terminals under the location.
Delete Location
2025-09-02
Error codes and headers clarified. Possible responses include 400
, 401
, 403
, 404
. Some flows can return 409
for duplicates and 422
for business rule failures. Examples include Authorization
and Accept
headers.
All Location Management pages
2025-09-02
Parent page adjustments. Removed mention of maxTransactionAmount
. Added lifecycle wording for create, configure, operate, retire. Added tender inheritance note.
Location Management parent
2025-09-02
List guidance retained and expanded. Endpoint returns the full array. Recommend client side caching and UI pagination.
List Locations
2025-09-02
Immutable fields documented. id
, merchantId
, created
, updated
cannot be changed.
Get Location, Update Location
2025-06-14
Added Update Location page. Removed all PATCH references. Clarified Disable before delete guidance in Best Practices.
Update Location, Location Management parent
2025-06-14
List Locations page revised to state that the current endpoint returns the entire array with no pagination. Added client side caching tips.
List Locations
2025-06-04
Initial release of Location Management documentation. Parent lifecycle overview plus Create, Get, List, Delete, and section level Changelog pages.
All Location Management pages
Last updated