Group Location
Explore Plans
Mobile menu Close menu
StripeStripe

New customer created

This trigger fires when a new customer is created.

About this trigger

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 trigger fires when a new customer is created.
API endpoint slug
stripe.new_customer_created

Trigger fields

No fields for this trigger

Ingredients

NameThe name of the customer

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

EmailThe email of the customer

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

DescriptionThe description of the customer

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

URLThe url of the customer

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

PhoneThe phone of the customer

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

CurrencyThe currency of the customer

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

Balance formattedThe balance of the customer, formatted as USD.

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

BalanceThe balance of the customer, in cents.

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

Billing address line1First line of the billing address

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

Billing address line2Second line of the billing address

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

Billing address cityCity of the billing address

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

Billing address stateState of the billing address

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

Billing address countryCountry of the billing address

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

Billing address postal codePostal code of the billing address

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

Shipping address line1First line of the shipping address

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

Shipping address line2Second line of the shipping address

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

Shipping address cityCity of the shipping address

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

Shipping address stateState of the shipping address

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

Shipping address countryCountry of the shipping address

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

Shipping address postal codePostal code of the shipping address

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

IDThe ID of the customer

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

LivemodeIs the customer live

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

CreatedThe created date of the customer

Slug
created
Filter code
Stripe.newCustomerCreated.Created
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00