Capture waiting transaction V2
Captures the specified amount from the reserved amount of the transaction. In case the amount is not specified, the full reserved amount of the transaction is captured. The operation is idempotent.
Authorizations
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Path Parameters
Unique transaction id.
Body
Capture operation details.
Unique identifier of the capture operation (should be the same only for retries of the same operation).
1 - 128Amount which should be captured.
If set and some amount is left after capture it will be canceled and transaction will be automatically completed. Optional - default value is 'false'.
Optional property to extend metadata of transaction after it was created Only new properties (keys) are supported