Supplier Payments

POST

Create Supplier Payment

Create a new supplier payment with the provided information.

Required Permission: Create Supplier Payment
POST /supplier-payments

Request Body

JSON

    

Request Parameters

Parameter Type Required Validation Description
supplier_idIntegerRequiredinteger, required, exists:suppliers,idID of the supplier (must be active)
fund_idIntegerRequiredinteger, required, exists:funds,idID of the fund (must be active)
amountNumericRequirednumeric, required, min:0.01Payment amount (minimum: 0.01)
payment_referenceStringOptionalstring, nullable, max:255Payment reference number
noteStringOptionalstring, nullable, max:255Additional notes

Response

200 OK
Status Code
HTTP status code (200)
Message
Supplier payment created successfully
Data
Created supplier payment object