# Payment Deleted This webhook is triggered when a payment is removed from the Orders Menu (InvoiceInfo). Endpoint: POST paymentDeleted Version: 1.0.0 Security: ApiKeyAuth ## Request fields (application/json): - `ID` (string, required) Unique ID of the payment - `InvoiceID` (string, required) Unique invoice ID of the payment - `Outlet` (string, required) Origin outlet of the payment - `Number` (string, required) Number of the transaction - `Amount` (number, required) Total amount of the payment - `Method` (string, required) Type or method of the payment - `Date` (string, required) Date when the payment was made - `Created` (string, required) Creation timestamp of the payment - `Creator` (string, required) Name of the person who created the payment - `CreatorID` (string) Unique ID of the person who created the payment ## Response 200 fields (application/json): - `status` (string) Example: "success"