Close menu
Explore Plans
Mobile menu Close menu
Square

Create Customer

This action creates a customer in the Square account

Developer info

API endpoint slug
square.create_customer
Filter code method
Square.createCustomer.skip(string?: reason)
Runtime method
runAction("square.create_customer", {})

Action fields

Email address Text input > Other

Label
Email Address
Helper text
The email address of the customer
Slug
email_address
Required
true
Can have default value
true
Filter code method
Square.createCustomer.setEmail Address(string: email_address)

First name Text input > Other

Label
First Name
Helper text
The first name of the customer
Slug
first_name
Required
false
Can have default value
true
Filter code method
Square.createCustomer.setFirst Name(string: first_name)

Last name Text input > Other

Label
Last Name
Helper text
The last name of the customer
Slug
last_name
Required
false
Can have default value
true
Filter code method
Square.createCustomer.setLast Name(string: last_name)

Nickname Text input > Other

Label
Nickname
Helper text
The nickname of the customer
Slug
nickname
Required
false
Can have default value
true
Filter code method
Square.createCustomer.setNickname(string: nickname)

Phone number Text input > Other

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

Company Text input > Other

Label
Company
Helper text
The company name of the customer
Slug
company
Required
false
Can have default value
true
Filter code method
Square.createCustomer.setCompany(string: company)

Street address Text input > Other

Label
Street Address
Helper text
The street address of the customer
Slug
street_address
Required
false
Can have default value
true
Filter code method
Square.createCustomer.setStreet Address(string: street_address)

Apt suite Text input > Other

Label
Apt / Suite
Helper text
The apartment or suite number of the customer
Slug
apt_suite
Required
false
Can have default value
true
Filter code method
Square.createCustomer.setApt Suite(string: apt_suite)

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
Square.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
Square.createCustomer.setState(string: state)

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
Square.createCustomer.setZip(string: zip)

Country Text input > Other

Label
Country
Helper text
The country of the customer's address (ISO 3166-1 alpha-2)
Slug
country
Required
false
Can have default value
true
Filter code method
Square.createCustomer.setCountry(string: country)