Interface PaymentIntentCaptureParams

Export

PaymentIntentCaptureParams

Hierarchy

  • PaymentIntentCaptureParams

Properties

amount_to_capture?: number

The amount to capture from the PaymentIntent, which must be less than or equal to the original amount. Any additional amount will be automatically refunded. Defaults to the full amount if not provided.

Memberof

PaymentIntentCaptureParams

platform_fee_amount?: number

The amount of the platform fee (if any) that will be requested to be applied to the payment and transferred to the partner account. The amount of the fee collected will be capped at the total payment amount.

Memberof

PaymentIntentCaptureParams

Generated using TypeDoc