Update Credit Memo
PUT/creditMemos/:creditMemoId
Updates an existing credit memo. Send the same required fields as Create Credit Memo when replacing values.
Do not send status on PUT — status changes use Cancel Credit Memo (PATCH …/cancel) or Activate Credit Memo (PATCH …/activate).
extCustomerId, if included, must match an existing payer customer. PUT allows partial updates, so this check only runs when extCustomerId is present in the request body. If it's present and doesn't match an existing payer customer, the request is rejected with the same 404 Not Found / resourceNotFound contract as Create Credit Memo — see that page for the exact response body.
Request
Responses
- 200
- 400
- 404
- 422
Updated
Bad request
Payer customer not found for extCustomerId, only checked when extCustomerId is present in the request body (see Create Credit Memo for the exact response body)
Validation error