Explore Plans
Mobile menu Close menu
Stripe

Find customer

This query returns a customer based on email or id.

Developer info

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 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

Home Name of your property.

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

Name The name of the customer

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

Email The email of the customer

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

Description The description of the customer

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

Phone The phone of the customer

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

Id The id of the customer

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

Url The url of the customer

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

Balance formatted The balance of the customer, formatted as USD.

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

Balance The balance of the customer, in cents.

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

Currency The currency of the customer

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

Billing address line1 First line of the billing address

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

Billing address line2 Second line of the billing address

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

Billing address city City of the billing address

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

Billing address state State of the billing address

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

Billing address country Country of the billing address

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

Billing address postal code Postal code of the billing address

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

Shipping address line1 First line of the shipping address

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

Shipping address line2 Second line of the shipping address

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

Shipping address city City of the shipping address

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

Shipping address state State of the shipping address

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

Shipping address country Country of the shipping address

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

Shipping address postal code Postal code of the shipping address

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

Livemode Is the customer live

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