capture_order_payment
Capture payment for an authorized transaction to claim money that was previously reserved by an authorization.
Instructions
Capture payment for an authorized transaction. Use this to claim money that was previously reserved by an authorization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount to capture | |
| orderId | Yes | Order ID | |
| currency | No | Currency code for multi-currency orders | |
| finalCapture | No | Whether this is the final capture (closes authorization) | |
| parentTransactionId | Yes | Parent transaction ID (authorization transaction) |