stripe.getInvoice to retrieve a Stripe invoice by ID.
Example
automations/stripe-get-invoice.automation.ts
Inputs
invoiceId is required. Optional expand values retrieve supported related objects.
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 Invoice. Output fields use camel case. Stripe decimal fields such asquantityDecimal are lossless strings.