authorized) and the flow automation is not automatically capturing the payment.
Each payment has a processing flow associated with it. The processing flow is defining how a payment is authorized with the processor. There are fundamentally two ways to process the payment:
Automatic Capture
In case of an automatic capture flow, the payment is virtually skipping theauthorized state and moves to captured directly. Virtually means in this context, that the payment is remaining in the state processing while it is already authorized and waiting that the capture completes. A manual capture is not possible in such a setup.

Manual Capture
In the world of Commerce flows, the processing is a sequence of transactions which transition a payment from itsopen state to either authorized or captured state.
In order to allow a manual capture, the flow must stop the processing after successful authorization. The following flow graphs shows the simplest possible design for it:

authorized state in case of a success, and is ready to receive a manual capture call.
Request
Find the API documentation for the request here.reference in case a full capture is intended. In case a partial capture is requested, the corresponding amount and currency_code has to be given.
Partial Capture Request Body
Commerce does not support multiple captures.
Response
In response to the capture request the payment will be incapturing state until it is either captured or failed.