Skip to main content
GET /payment/points-of-sale

List of points of sale

List all configured points of sale. NOTE: If a point of sale is disabled payment transactions can't be triggered.

Responses

Lists all available point of sale.


Schema
  • Array [
  • id PointOfSaleId

    Point of sale unique id

    tenant object

    Additional Tenant information as configured.

    name string

    Name of tenant - as configured in administration - Settings

    companyName string

    Company legal name. As configured in administration - Company info

    addressStreet string

    Company address street. As configured in administration - Company info

    addressStreetNumber string

    Company address street number. As configured in administration - Company info

    addressCity string

    Company address city name. As configured in administration - Company info

    addressZipCode string

    Company address city ZIP code. As configured in administration - Company info

    addressCountry string

    Company address country code. As configured in administration - Company info

    name string

    Point of sale display name as display to the user

    iban IBAN

    Possible values: >= 15 characters and <= 34 characters

    IBAN account number with country prefix

    currency CurrencyCode

    ISO 4217 currency code.

    enabled boolean

    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.

  • ]
Loading...