PaymentIntentCaptureRequest
- Type: integer ยท amountWithCurrencyPrecisionFormat: int64
amount _to _capture The amount to capture from the PaymentIntent, which must be less than or equal to the original amount. Defaults to the full amount_capturable if it's not provided.
- Type: boolean
final _capture Whether to capture the full amount immediately. If not provided, this defaults to false for PaymentIntents with
capture_method=manual.

