Find customers
Returns a list of customers filtered by an email address. The customers are returned sorted by creation date (most recent first).
Input settings
Parameter |
Description |
Connection (required) |
Select an existing connection from the vault or create a connection to your account via OAuth.
|
Email (required) |
The customer email.
|
Output object
Check Stripe API information and endpoints in Stripe’s documentation.
Get customer
Retrieves the details of an existing customer by its ID. You need only supply the unique customer identifier that was returned upon customer creation.
Input settings
Parameter |
Description |
Connection (required) |
Select an existing connection from the vault or create a connection to your account via OAuth.
|
Customer ID (required) |
The customer’s ID to get its details.
|
Output object
Check Stripe API information and endpoints in Stripe’s documentation.
Create customer
Creates a new customer.
Input settings
Parameter |
Description |
Connection (required) |
Select an existing connection from the vault or create a connection to your account via OAuth. |
Email |
The customer’s email. |
Name |
The customer’s full name. |
Description |
A description of the customer. |
Phone |
The customer’s phone number. |
Tax status |
Select from pull down, the customer’s tax status. |
Save tax ID |
The customer’s tax IDs. |
Save address |
The customer’s address. |
Metadata |
A key-value pair that you can attach to the customer’s object. |
Output object
Check Stripe API information and endpoints in Stripe’s documentation.
Update customer
Updates an existing customer.
Input settings
Parameter |
Description |
Connection (required) |
Select an existing connection from the vault or create a connection to your account via OAuth. |
Customer ID (required) |
The customer’s ID to update its details. |
Email |
The customer’s email to update. |
Name |
The customer’s full name to update. |
Description |
The customer’s description to update. |
Phone |
The customer’s phone number to update. |
Tax status |
The customer’s tax status to update. |
Update address |
The customer’s address to update. |
Metadata |
The customer’s metadata to update. |
Output object
Check Stripe API information and endpoints in Stripe’s documentation.
Add tax ID
Adds a new Tax ID for a customer.
Input settings
Parameter |
Description |
Connection (required) |
Select an existing connection from the vault or create a connection to your account via OAuth. |
Customer ID (required) |
The customer’s ID to add tax ID. |
Type (required) |
Select from pull down the tax type. |
Value (required) |
Add the value of the tax ID. |
Output object
Check Stripe API information and endpoints in Stripe’s documentation.
Delete tax ID
Deletes an existing tax ID for a customer.
Input settings
Parameter |
Description |
Connection (required) |
Select an existing connection from the vault or create a connection to your account via OAuth. |
Customer ID (required) |
The customer’s ID to delete its tax ID |
Tax ID (required) |
The tax ID to delete. |
Output object
Check Stripe API information and endpoints in Stripe’s documentation.
Create customer portal session
Creates a session of the customer's portal.
Input settings
Parameter |
Description |
Connection (required) |
Select an existing connection from the vault or create a connection to your account via OAuth. |
Customer ID (required) |
The customer’s ID for the session. |
Return URL |
The URL to redirect customers to when they click on the portal’s link to return to your website. |
Output object
Check Stripe API information and endpoints in Stripe’s documentation.