Stripe Get

Stripe Get

Certified

Fetch Stripe customer by ID

Retrieves a customer object by ID using the provided secret key and returns the raw Stripe payload.

yaml
type: io.kestra.plugin.stripe.customer.Get

Get a customer by ID

yaml
id: get_customer
namespace: company.team

tasks:
  - id: get_customer
    type: io.kestra.plugin.stripe.customer.Get
    apiKey: "{{ secret('STRIPE_API_KEY') }}"
    customerId: "cus_123456789"
Properties

Stripe API Key

Secret key for authenticating with Stripe. Starts with 'sk_' for live/test keys.

Customer ID to retrieve

Reference (ref) of the pluginDefaults to apply to this task.

Raw customer payload

Stripe customer object converted to a map

Retrieved customer ID