Basic Information

appmixer.stripe.core.ConfirmPaymentIntent

1.0.0

Public

Confirms an existing Payment Intent by its ID, initiating the payment process.

Input Ports

in

FieldTypeDescription
Payment Intent Id text The identifier of the Payment Intent to confirm.
Payment Method Id text The identifier of the Payment Method to use for confirmation.
Return URL text Return URL for redirect-based payment methods. Required when using payment methods that redirect the customer.
Capture Method select Controls when the funds will be captured from the customer's account. 'automatic_async' (default) captures asynchronously with better latency. 'manual' requires calling capture separately. 'automatic' captures instantly.

Output Ports

out

FieldTypeDescription
Id -
Object -
Status -

Full Metadata