Tool to confirm customer intent to pay with current or provided payment method. Use when ready to finalize a PaymentIntent and initiate the payment attempt. A return_url is required if confirmation needs customer action like 3D Secure authentication.
mandatestringID of the mandate to use for this payment.
shippingobjectShipping information for this PaymentIntent.
return_urlstringThe URL to redirect your customer back to after they authenticate or cancel their payment. Required if confirmation requires customer action (e.g., 3D Secure).
off_sessionSet to true to indicate customer is not in checkout flow, or use 'one_off' or 'recurring' for specific off-session types.
capture_methodstringControls fund capture timing. Can be 'automatic', 'automatic_async' (default), or 'manual'.
payment_methodstringID of the PaymentMethod to attach to this PaymentIntent.
use_stripe_sdkbooleanSet to true when confirming client-side with Stripe.js or mobile SDKs.
payment_intent_idRequiredstringThe ID of the PaymentIntent to confirm.
confirmation_tokenstringID of the ConfirmationToken to use for confirmation.
setup_future_usagestringIndicates intent to reuse payment method. Use 'on_session' if customer is present, 'off_session' for future charges.
payment_method_dataobjectHash to create new PaymentMethod with type-specific details. Must include 'type' field (e.g., 'card', 'acss_debit', etc.).
payment_method_optionsobjectPayment method-specific configuration (e.g., card installments, 3D Secure, BNPL options).
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.