This query returns a customer based on email or id.
- API endpoint slug
- stripe.find_customer
- Runtime method
- performQuery("stripe.find_customer")
Query fields
- Label
- Customer email:
- Helper text
- Use only customer email or customer ID to search, not both.
- Slug
- customer_email
- Required
- false
- Can have default value
- true
- Label
- Customer ID:
- Helper text
- Use only customer email or customer ID to search, not both.
- Slug
- customer_id
- Required
- false
- Can have default value
- true
Ingredients
- Slug
- label
- Filter code
- Stripe.findCustomer.Home
- Type
- String
- Example
- Smith home
- Slug
- name
- Filter code
- Stripe.findCustomer.Name
- Type
- String
- Example
- John Doe
- Slug
- email
- Filter code
- Stripe.findCustomer.Email
- Type
- String
- Example
- test@example.com
- Slug
- description
- Filter code
- Stripe.findCustomer.Description
- Type
- String
- Example
- description
- Slug
- phone
- Filter code
- Stripe.findCustomer.Phone
- Type
- String
- Example
- +15555555555
- Slug
- id
- Filter code
- Stripe.findCustomer.Id
- Type
- String
- Example
- cus_aaaaa
- Slug
- url
- Filter code
- Stripe.findCustomer.Url
- Type
- String
- Example
- https://dashboard.stripe.com/customers/cus_aaaaa
- Slug
- balance_formatted
- Filter code
- Stripe.findCustomer.BalanceFormatted
- Type
- String
- Example
- $100.00
- Slug
- balance
- Filter code
- Stripe.findCustomer.Balance
- Type
- String
- Example
- 10000
- Slug
- currency
- Filter code
- Stripe.findCustomer.Currency
- Type
- String
- Example
- usd
- Slug
- billing_address_line1
- Filter code
- Stripe.findCustomer.BillingAddressLine1
- Type
- String
- Example
- 2338 Test Drive
- Slug
- billing_address_line2
- Filter code
- Stripe.findCustomer.BillingAddressLine2
- Type
- String
- Example
- Apt 1
- Slug
- billing_address_city
- Filter code
- Stripe.findCustomer.BillingAddressCity
- Type
- String
- Example
- Moscow
- Slug
- billing_address_state
- Filter code
- Stripe.findCustomer.BillingAddressState
- Type
- String
- Example
- ID
- Slug
- billing_address_country
- Filter code
- Stripe.findCustomer.BillingAddressCountry
- Type
- String
- Example
- US
- Slug
- billing_address_postal_code
- Filter code
- Stripe.findCustomer.BillingAddressPostalCode
- Type
- String
- Example
- 83843
- Slug
- shipping_address_line1
- Filter code
- Stripe.findCustomer.ShippingAddressLine1
- Type
- String
- Example
- 2338 Test Drive
- Slug
- shipping_address_line2
- Filter code
- Stripe.findCustomer.ShippingAddressLine2
- Type
- String
- Example
- Apt 1
- Slug
- shipping_address_city
- Filter code
- Stripe.findCustomer.ShippingAddressCity
- Type
- String
- Example
- Moscow
- Slug
- shipping_address_state
- Filter code
- Stripe.findCustomer.ShippingAddressState
- Type
- String
- Example
- ID
- Slug
- shipping_address_country
- Filter code
- Stripe.findCustomer.ShippingAddressCountry
- Type
- String
- Example
- US
- Slug
- shipping_address_postal_code
- Filter code
- Stripe.findCustomer.ShippingAddressPostalCode
- Type
- String
- Example
- 83843
- Slug
- livemode
- Filter code
- Stripe.findCustomer.Livemode
- Type
- String
- Example
- true