Deliverect · Schema

PayplatformPaymentsUnregisterProfile

Deliverect Unregister Profile Event

RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

Properties

Name Type Description
accountId string The ID of the account the gateway profile belongs to.
gatewayProfileId string The ID of the profile being unregistered.
View JSON Schema on GitHub

JSON Schema

pay-api-payplatform-payments-unregister-profile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/deliverect/refs/heads/main/json-schema/pay-api-payplatform-payments-unregister-profile-schema.json",
  "title": "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"
  ]
}