Skip to main content
POST
Apply payment to invoice

Authorizations

Authorization
string
header
required

Access token obtained from the /v1/auth/login endpoint

Path Parameters

invoiceId
string<uuid>
required

The ID of the invoice to apply payment to

Body

application/json
amount
number<float>
required
Example:

500

is_settled
boolean
default:true
Example:

true

notes
string | null
Example:

"Partial payment via check #12345"

Response

Payment applied successfully

success
boolean
Example:

true

message
string
Example:

"Payment applied successfully"

data
object