Group Location
Explore Plans
Mobile menu Close menu
StripeStripe

Create customer

This action will create a new customer.

About this action

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 action will create a new customer.
API endpoint slug
stripe.create_customer
Filter code method
Stripe.createCustomer.skip(string?: reason)
Runtime method
runAction("stripe.create_customer", {})

Action fields

Name Text input > Other

Label
Name
Helper text
The full name of the new customer.
Slug
name
Required
true
Can have default value
true
Filter code method
Stripe.createCustomer.setName(string: name)

Email Text input > Other

Label
Email
Helper text
The email of the new customer.
Slug
email
Required
false
Can have default value
true
Filter code method
Stripe.createCustomer.setEmail(string: email)

Phone number Text input > Other

Label
Phone Number
Helper text
The phone of the new customer.
Slug
phone_number
Required
false
Can have default value
true
Filter code method
Stripe.createCustomer.setPhoneNumber(string: phoneNumber)

Address line 1 Text input > Other

Label
Address Line 1
Helper text
The first line of the customer's address.
Slug
address_line_1
Required
false
Can have default value
true
Filter code method
Stripe.createCustomer.setAddressLine1(string: addressLine1)

Address line 2 Text input > Other

Label
Address Line 2
Helper text
The second line of the customer's address.
Slug
address_line_2
Required
false
Can have default value
true
Filter code method
Stripe.createCustomer.setAddressLine2(string: addressLine2)

City Text input > Other

Label
City
Helper text
The city of the customer's address.
Slug
city
Required
false
Can have default value
true
Filter code method
Stripe.createCustomer.setCity(string: city)

State Text input > Other

Label
State
Helper text
The state of the customer's address.
Slug
state
Required
false
Can have default value
true
Filter code method
Stripe.createCustomer.setState(string: state)

Country Text input > Other

Label
Country
Helper text
The country of the customer's address.
Slug
country
Required
false
Can have default value
true
Filter code method
Stripe.createCustomer.setCountry(string: country)

Zip Text input > Other

Label
Zip
Helper text
The zip code of the customer's address.
Slug
zip
Required
false
Can have default value
true
Filter code method
Stripe.createCustomer.setZip(string: zip)