Stripe Capture Payment Intent
通过 Aident Loadout 使用 Stripe Tools 的 Stripe Capture Payment Intent。执行前查看输入、输出、设置、价格和风险。
服务提供商说明
Captures the funds of an existing uncaptured PaymentIntent. Use when the PaymentIntent status is 'requires_capture'.
通过 Aident Loadout 使用 Stripe Tools 的 Stripe Capture Payment Intent。执行前查看输入、输出、设置、价格和风险。
Captures the funds of an existing uncaptured PaymentIntent. Use when the PaymentIntent status is 'requires_capture'.
intent必填stringThe 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.
data必填Data from the action execution
errorstringError if any occurred during the execution of the action
successful必填booleanWhether or not the action execution was successful or not
OAuth 连接。风险等级 2/5。
免费操作
目前没有已发布技能明确引用此操作。