Tool to capture payment on an uncaptured charge. Use when a charge was created with capture=false and you're ready to capture the payment.
amountintegerThe amount to capture in cents (or smallest currency unit). If not specified, the full amount is captured. Cannot exceed the original, uncaptured amount of the charge.
chargeRequiredstringThe identifier of the charge to be captured. Typically starts with 'ch_'.
receipt_emailstringThe email address to send the receipt to. Overrides the charge's receipt_email. Maximum 800 characters. Receipts are not sent in test mode.
transfer_groupstringTransaction group identifier. May only be provided if not previously set.
statement_descriptorstringStatement descriptor text for non-card charges with 22-character limit. For card charges, ignored if statement_descriptor_suffix is provided.
transfer_data_amountintegerThe amount to transfer to the destination account without creating an Application Fee object. Must be used with Stripe Connect.
application_fee_amountintegerAn application fee amount to add to this charge, not exceeding the original amount.
statement_descriptor_suffixstringSuffix concatenated to account's statement descriptor prefix for card charges.
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.