View List of POS
This functionality is also available on UI for Merchant provided out of the box in a special section Points of Sale.
Users can see the Name, Website and Status of POS and to dive into more details about a chosen POS.
APIs for this Use Case:
GET/points-of-sale | Get points of sale |
View POS details
Viewing the POS details provide information about the POS and URLs as well as the transaction history per chosen POS.
This functionality is also available on UI for Merchant provided out of the box in a special section Points of Sale – View Details.
View transactions per POS
APIs for this Use Case:
GET/points-of-sale/{posId} | Get information about single point of sale |
POST/points-of-sale/{posId}/transactions/view | Get merchant payment transactions for specified POS |
Edit POS
Users can Edit POS details. This functionality is available on UI for Merchant provided out of the box in a special section Points of Sale – View details – Edit.
Users can edit any information provided by creation of POS.
APIs for this Use Case:
PATCH/points-of-sale/{posId} | Update point of sale |
Delete POS
Users can Delete POS. This functionality is available on UI for Merchant provided out of the box in a special section Points of Sale – View details – Delete.
APIs for this Use Case:
DELETE/points-of-sale/{posId} | Delete point of sale |
Generate new secret code for point of sale
This Use case is covered by API and is not available on UI.
It is used for authorisation through POS.
To generate new secret code for POS the POS id is required.
APIs for this Use case:
POST/points-of-sale/{posId}/generate-secret | Generate new secret code for point of sale |