PaymentIntentCaptureRequest
- amountType: integerFormat: int64
_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.
- finalType: boolean
_capture Whether to capture the full amount immediately. If not provided, this defaults to false for PaymentIntents with
capture_method=manual.

