Group Location
Explore Plans
Mobile menu Close menu
StripeStripe

Find customer

This query returns a customer based on email or id.

About this query

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This query returns a customer based on email or id.
API endpoint slug
stripe.find_customer
Runtime method
performQuery("stripe.find_customer")

Query fields

Customer email Text input > Other

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

Customer ID Text input > Other

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

HomeName of your property.

Slug
label
Filter code
Stripe.findCustomer.Home
Type
String
Example
Smith home

NameThe name of the customer

Slug
name
Filter code
Stripe.findCustomer.Name
Type
String
Example
John Doe

EmailThe email of the customer

Slug
email
Filter code
Stripe.findCustomer.Email
Type
String
Example
test@example.com

DescriptionThe description of the customer

Slug
description
Filter code
Stripe.findCustomer.Description
Type
String
Example
description

PhoneThe phone of the customer

Slug
phone
Filter code
Stripe.findCustomer.Phone
Type
String
Example
+15555555555

IDThe id of the customer

Slug
id
Filter code
Stripe.findCustomer.Id
Type
String
Example
cus_aaaaa

URLThe url of the customer

Slug
url
Filter code
Stripe.findCustomer.Url
Type
String
Example
https://dashboard.stripe.com/customers/cus_aaaaa

Balance formattedThe balance of the customer, formatted as USD.

Slug
balance_formatted
Filter code
Stripe.findCustomer.BalanceFormatted
Type
String
Example
$100.00

BalanceThe balance of the customer, in cents.

Slug
balance
Filter code
Stripe.findCustomer.Balance
Type
String
Example
10000

CurrencyThe currency of the customer

Slug
currency
Filter code
Stripe.findCustomer.Currency
Type
String
Example
usd

Billing address line1First line of the billing address

Slug
billing_address_line1
Filter code
Stripe.findCustomer.BillingAddressLine1
Type
String
Example
2338 Test Drive

Billing address line2Second line of the billing address

Slug
billing_address_line2
Filter code
Stripe.findCustomer.BillingAddressLine2
Type
String
Example
Apt 1

Billing address cityCity of the billing address

Slug
billing_address_city
Filter code
Stripe.findCustomer.BillingAddressCity
Type
String
Example
Moscow

Billing address stateState of the billing address

Slug
billing_address_state
Filter code
Stripe.findCustomer.BillingAddressState
Type
String
Example
ID

Billing address countryCountry of the billing address

Slug
billing_address_country
Filter code
Stripe.findCustomer.BillingAddressCountry
Type
String
Example
US

Billing address postal codePostal code of the billing address

Slug
billing_address_postal_code
Filter code
Stripe.findCustomer.BillingAddressPostalCode
Type
String
Example
83843

Shipping address line1First line of the shipping address

Slug
shipping_address_line1
Filter code
Stripe.findCustomer.ShippingAddressLine1
Type
String
Example
2338 Test Drive

Shipping address line2Second line of the shipping address

Slug
shipping_address_line2
Filter code
Stripe.findCustomer.ShippingAddressLine2
Type
String
Example
Apt 1

Shipping address cityCity of the shipping address

Slug
shipping_address_city
Filter code
Stripe.findCustomer.ShippingAddressCity
Type
String
Example
Moscow

Shipping address stateState of the shipping address

Slug
shipping_address_state
Filter code
Stripe.findCustomer.ShippingAddressState
Type
String
Example
ID

Shipping address countryCountry of the shipping address

Slug
shipping_address_country
Filter code
Stripe.findCustomer.ShippingAddressCountry
Type
String
Example
US

Shipping address postal codePostal code of the shipping address

Slug
shipping_address_postal_code
Filter code
Stripe.findCustomer.ShippingAddressPostalCode
Type
String
Example
83843

LivemodeIs the customer live

Slug
livemode
Filter code
Stripe.findCustomer.Livemode
Type
String
Example
true