Financing costs

Events

Action Event name
Creating a financing cost financingcosts.created
Editing financing cost financingcosts.updated
Deleting financing cost financingcosts.deleted

Payload example created

{
    "attemptId": "50ed4745-7922-4b2a-aee7-50bb767d434e",
    "created": 1754317982,
    "data": {
      "_id": "6890c47499346c06f2965af2",
      "accountId": "66cfac670bba74052b9e98ca",
      "createdAt": {
        "offset": 0,
        "value": "2025-08-04T14:32:20.788Z"
      },
      "createdBy": "67254d96a63f890539c5b0ea",
      "creditCard": "mastercard",
      "currencyCode": "ARS",
      "dow": {
        "friday": true,
        "monday": true,
        "saturday": true,
        "sunday": true,
        "thursday": true,
        "tuesday": true,
        "wednesday": true
      },
      "enabled": true,
      "interest": [
        {
          "quotaNumber": 6,
          "rate": 0
        },
        {
          "quotaNumber": 12,
          "rate": 0
        }
      ],
      "internalId": "TSTWB",
      "maxQuota": 12,
      "name": "Test Webhook",
      "updatedAt": {
        "offset": 0,
        "value": "2025-08-04T14:32:20.788Z"
      },
      "updatedBy": "67254d96a63f890539c5b0ea"
    },
    "event": "financingcosts.created",
    "id": "5a104d9d-5cdf-4178-8fdd-480adb6093f7",
    "livemode": false
  }

Payload example updated

{
    "attemptId": "22240f19-2345-4832-bebd-fc33f1173b00",
    "created": 1754318150,
    "data": {
      "_id": "6890c47499346c06f2965af2",
      "accountId": "66cfac670bba74052b9e98ca",
      "createdAt": {
        "offset": 0,
        "value": "2025-08-04T14:32:20.788Z"
      },
      "createdBy": "67254d96a63f890539c5b0ea",
      "creditCard": "mastercard",
      "currencyCode": "ARS",
      "dow": {
        "friday": false,
        "monday": true,
        "saturday": true,
        "sunday": true,
        "thursday": false,
        "tuesday": true,
        "wednesday": false
      },
      "enabled": true,
      "interest": [
        {
          "quotaNumber": 6,
          "rate": 0
        },
        {
          "quotaNumber": 12,
          "rate": 0
        },
        {
          "quotaNumber": 3,
          "rate": 0
        }
      ],
      "internalId": "TSTWB",
      "maxQuota": 12,
      "name": "Test Webhook",
      "updatedAt": {
        "offset": 0,
        "value": "2025-08-04T14:34:36.331Z"
      },
      "updatedBy": "67254d96a63f890539c5b0ea"
    },
    "event": "financingcosts.updated",
    "id": "caa6bbd3-512b-43ed-959b-f4c31b647189",
    "livemode": false
  }

Payload example deleted

{
    "attemptId": "4565e261-f9dc-4d54-8252-596d9d28f79b",
    "created": 1754318232,
    "data": {
      "financingcostId": "6890c47499346c06f2965af2"
    },
    "event": "financingcosts.deleted",
    "id": "fb8f1a73-10dd-4dcc-90bc-2471ab35c8d8",
    "livemode": false
  }