PaymentIntentCaptureRequest

  • amount_to_capture
    Type: integer ยท amountWithCurrencyPrecisionFormat: int64

    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.

  • final_capture
    Type: boolean

    Whether to capture the full amount immediately. If not provided, this defaults to false for PaymentIntents with capture_method=manual.