Update Payment

Updates an existing payment.

PUThttps://api.tracksales.co/api/v1/payments/{uuid}

Required scope: payments:update

Path Params

uuidstringrequired

Payment UUID

Body Params

customerIdstringrequired

Customer UUID

amountnumberrequired

Payment amount

datestringrequired

Payment date

Responses

200OK

Request succeeded.

401Unauthorized

API key is missing or invalid.

403Forbidden

API key lacks the required scope.

404Not Found

Payment was not found.

422Validation Error

Request validation failed.