API to retrieve shop details

Responses

200 OK

  • id [string]: Unique ID of the shop
  • merchant_uid [string]: Unique id of the shop's merchant
  • name [string]: Shop name
  • address [object]: Address details of the shop
  • geolocation [object]: Latitude and longitude of the shop
  • images [array of objects]: Images of the shop (never null by may be empty).
  • localization [string]: The localization type of the shop (NONE, STATIC, ON_THE_MOVE)
  • acceptance [string]: The acceptance type of the shop: IMPLICIT (payments are automatically accepted as soon as consumers sent them), ACCEPTANCE (merchant must explicitly accept the payment)
  • model [string]: The "model" of the shop (BRICK_AND_MORTAR, ON_THE_MOVE, ECOMMERCE_WEBSITE, ECOMMERCE_MOBILE, SOCIAL_MEDIA, SMART_VENDING_MACHINE, VENDING_MACHINE)
  • qr_code_identifier [string]: String that can be used to generate the shop QR
  • cost_center [string]: Shop's cost centre
  • business_app_settings [object]: If present, contains the business app settings

403 Forbidden or invalid authorization header

  • code [integer]: Error code
  • message [string]: Error message

404 Resource not found

  • code [integer]: Error code
  • message [string]: Error message
Language