Capture an order
POST {{base_url}}/api/orders/:order_id/capture
Capture the funds of an existing, uncaptured order. When the payment for an order is authorized, the order is captured and sent to the processing stage.
Full documentation: Merchant API - Capture an order
Request Body
{"amount"=>5}