Flipdish · JSON Structure

Marketing Create Pay Green Configuration Request Structure

CreatePayGreenConfigurationRequest.

Type: object Properties: 4
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

CreatePayGreenConfigurationRequest is a JSON Structure definition published by Flipdish, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Name PayGreenId PayGreenPrivateKey AssignedStores

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/marketing-create-pay-green-configuration-request-structure.json",
  "name": "CreatePayGreenConfigurationRequest",
  "description": "CreatePayGreenConfigurationRequest.",
  "type": "object",
  "properties": {
    "Name": {
      "description": "Name.",
      "type": "string",
      "example": "Example Name"
    },
    "PayGreenId": {
      "description": "PayGreenId.",
      "type": "string",
      "example": "500123"
    },
    "PayGreenPrivateKey": {
      "description": "PayGreenPrivateKey.",
      "type": "string",
      "example": "string"
    },
    "AssignedStores": {
      "description": "AssignedStores.",
      "type": "array",
      "items": {
        "type": "int32"
      },
      "example": [
        1
      ]
    }
  }
}