Clover · JSON Structure

Ecommerce Api Refund Structure

Refund schema from Clover Ecommerce API

Type: object Properties: 4
RestaurantPOSPaymentsRetailSMBHardware

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

Properties

id charge amount status

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/clover/refs/heads/main/json-structure/ecommerce-api-refund-structure.json",
  "name": "Refund",
  "description": "Refund schema from Clover Ecommerce API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "9ABCDEF1234567"
    },
    "charge": {
      "type": "string",
      "example": "example-charge"
    },
    "amount": {
      "type": "int32",
      "example": 1099
    },
    "status": {
      "type": "string",
      "example": "open"
    }
  }
}