Skip to main content
Use stripe.getPaymentIntent to retrieve a Stripe PaymentIntent by ID.

Example

automations/stripe-get-payment-intent.automation.ts

Inputs

paymentIntentId is required. Optional clientSecret and expand values follow Stripe’s retrieval contract. Inputs use camel case and accept compatible signals. Automate.ax converts provider fields to Stripe’s wire format. Metadata keys remain unchanged.

Output

Returns the Stripe PaymentIntent. Output fields use camel case.