HubSpot · JSON Structure

Hubspot Commerce Payments Commerce Payment Structure

A commerce payment object representing a payment transaction

Type: object Properties: 8 Required: 4
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

CommercePayment is a JSON Structure definition published by HubSpot, describing 8 properties, of which 4 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id properties createdAt updatedAt archived archivedAt associations propertiesWithHistory

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "A commerce payment object representing a payment transaction",
  "name": "CommercePayment",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the commerce payment"
    },
    "properties": {
      "type": "object",
      "description": "The properties of the commerce payment"
    },
    "createdAt": {
      "type": "datetime",
      "description": "When the commerce payment was created"
    },
    "updatedAt": {
      "type": "datetime",
      "description": "When the commerce payment was last updated"
    },
    "archived": {
      "type": "boolean",
      "description": "Whether the commerce payment is archived"
    },
    "archivedAt": {
      "type": "datetime",
      "description": "When the commerce payment was archived"
    },
    "associations": {
      "type": "object",
      "description": "Associated objects"
    },
    "propertiesWithHistory": {
      "type": "object",
      "description": "Properties with their value history"
    }
  },
  "required": [
    "id",
    "properties",
    "createdAt",
    "updatedAt"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}