Captures the funds of an existing uncaptured PaymentIntent. Use when the PaymentIntent status is 'requires_capture'.
intentRequiredstringThe unique identifier of the PaymentIntent to capture.
metadataobjectSet of key-value pairs for storing additional structured data. Individual keys can be unset by posting an empty value.
final_capturebooleanDefaults to true. Set to false to retain uncaptured funds for future captures (requires multicapture support).
amount_to_captureintegerAmount to capture in smallest currency unit. Must be less than or equal to the original amount. Defaults to full amount_capturable if not provided.
statement_descriptorstringCustom statement descriptor for non-card charges. Maximum 22 characters.
application_fee_amountintegerApplication fee to be transferred to the app owner's Stripe account. Cannot exceed the captured amount.
statement_descriptor_suffixstringSuffix appended to the account's statement descriptor prefix for card charges. Maximum 22 characters.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.