Capture Order
POST/order/capture
This endpoint allows you to confirm an order in case of two-step payment. To utilize this endpoint, the autocapture parameter should be set to false. This action is only available for orders with the status 'in_progress' and the payments array within the response from the Retrieve Order Details endpoint must include at least one payment item. Refer to the Order Actions and Conditions.
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 412
- 500
- 502
- 503
Capture operation in progress.
Invalid request parameters.
Authentication failed. Verify that a valid Api-Access-Token is provided in the request headers.
Access denied. The API token does not have permission to capture orders for the specified shop.
Resource not found.
Precondition failed.
Internal server error. An unexpected error occurred on the server side.
Service unavailable. The upstream service is temporarily unreachable.
Service unavailable. The server is temporarily unable to handle the request.