Deliverect · JSON Structure

Pay Api Payplatform Payments Unregister Profile Structure

Deliverect Unregister Profile Event

Type: object Properties: 2 Required: 2
RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

PayplatformPaymentsUnregisterProfile is a JSON Structure definition published by Deliverect, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

accountId gatewayProfileId

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/deliverect/refs/heads/main/json-structure/pay-api-payplatform-payments-unregister-profile-structure.json",
  "name": "PayplatformPaymentsUnregisterProfile",
  "description": "Deliverect Unregister Profile Event",
  "type": "object",
  "properties": {
    "accountId": {
      "type": "string",
      "example": "5b71c6489f00290d4",
      "description": "The ID of the account the gateway profile belongs to."
    },
    "gatewayProfileId": {
      "type": "string",
      "example": "609a1b2c3d4e5f6a7b8c9d0e",
      "description": "The ID of the profile being unregistered."
    }
  },
  "required": [
    "accountId",
    "gatewayProfileId"
  ]
}