GET /service/points-of-sale
List of points of sale
List all configured points of sale.
- 200
Lists all available point of sale.
Schema
- Array [
- ]
Point of sale unique id
tenant object
Additional Tenant information as configured.
Name of tenant - as configured in administration - Settings
Company legal name. As configured in administration - Company info
Company address street. As configured in administration - Company info
Company address street number. As configured in administration - Company info
Company address city name. As configured in administration - Company info
Company address city ZIP code. As configured in administration - Company info
Company address country code. As configured in administration - Company info
Point of sale display name as display to the user
Possible values: >= 15 characters and <= 34 characters
IBAN account number with country prefix
ISO 4217 currency code.
Is point of sale enabled (true/false)? If point of sale is disabled than payments against the given point of sale can't be performed.
[
{
"id": "my-point-of-sale-123",
"tenant": {
"name": "string",
"companyName": "string",
"addressStreet": "string",
"addressStreetNumber": "string",
"addressCity": "string",
"addressZipCode": "string",
"addressCountry": "string"
},
"name": "Account top-up",
"iban": "AT483200000012345865",
"currency": "EUR",
"enabled": false
}
]