Update order customer payment
PUT/v1/orders/:orderId/payments
Updates the customer payment and financial breakdown for the order identified by orderId.
This is a merge, not a full replace: each field is overwritten only when the request supplies a non-null value for it. Fields sent as null (or omitted) keep their existing value. Provide the financial breakdown via orderTotal (V1) or orderTotalsV2 (V2); when V2 is sent it is validated for consistency with the V1 aggregates. The update is processed asynchronously and returns 202 Accepted.
RATE LIMIT: 8 per minute
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 422
The order payment update was successfully accepted.
The request is malformed.
Invalid authorization.
Authorization not valid for the requested resource.
Resource not found.
The request body is not valid.