Skip to main content
Use stripe.getCustomer to retrieve a Stripe customer by ID.

Example

automations/stripe-get-customer.automation.ts

Inputs

customerId is required. Optional expand values retrieve related objects in the same request. 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 Customer or deleted-customer object. Output fields use camel case. Nested Stripe decimal fields such as unitAmountDecimal are lossless strings.