Skip to main content

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

The order payment update was successfully accepted.