# Instalment Status Changed Event Endpoint: POST Instalment Status Changed Event Version: 1.1 Security: X-API-Key ## Request fields (*/*): - `id` (integer, required) Event ID Example: 12345 - `externalId` (string, required) Event ID Example: "EVID82A65938766547EBBBA39BA6F7B07F24" - `timestamp` (string, required) timestamp of the event Example: "2015-01-01T10:00Z" - `businessCaseId` (integer) Business Case ID Example: 12345 - `businessCaseExternalId` (string) - `paymentByInstalmentsId` (integer) Payment by instalments ID Example: 12345 - `paymentByInstalmentsExternalId` (string) external ID of the respective paymentByInstalment Example: "298031-2999" - `instalmentId` (integer) Instalment ID Example: 12345 - `instalmentExternalId` (string) external ID of the instalment Example: "298031-2999-ACX01" - `newStatus` (string) the new status of the instalment Enum: "OPEN", "APPROVED", "REJECTED", "COMPLETED", "CHARGEBACK_INITIATED" - `approvedAmount` (object) Amount provided by status changed events if the new status is APPROVED. The value is always greater than zero. - `approvedAmount.value` (number, required) The amount value. Take care when using JavaScript libraries to parse this value - it should be treated as a financial amount and therefore not as a floating point number but rather using a precise decimal representation (like BigDecimal in Java). : : Example: 99.99 - `approvedAmount.currencyCode` (string, required) The amount currency code according to ISO-4217. Example: "CHF"