HubSpot · JSON Structure

Commerce Payments Api Commerce Payment Patch Structure

Input for updating a commerce payment

Type: object Properties: 1 Required: 1
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

CommercePaymentPatch is a JSON Structure definition published by HubSpot, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

properties

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/hubspot/refs/heads/main/json-structure/commerce-payments-api-commerce-payment-patch-structure.json",
  "name": "CommercePaymentPatch",
  "description": "Input for updating a commerce payment",
  "type": "object",
  "properties": {
    "properties": {
      "type": "object",
      "description": "The properties to update on the commerce payment",
      "additionalProperties": {
        "type": "string"
      },
      "example": {
        "key": "value"
      }
    }
  },
  "required": [
    "properties"
  ]
}