These Stripe native actions allow integrating your Arengu forms to create custom payment and subscription flows, manage taxes and customer data.
Connect your Stripe account
To connect your Stripe account to Arengu you can select either the Live or Test Stripe environments using the OAuth protocol:
Find customers
Returns a list of customers filtered by an email address.
Input settings
Parameter |
Description |
ID (required) |
Action ID. It is used to reference the output values of the action. |
Alias |
Short description to be displayed in the action. |
Connection (required) |
Select an existing connection from the vault or create a connection to your Stripe account via OAuth.
|
Email (required) |
The customer email.
|
Find expected response and extra API information at Stripe’s documentation.
Get customer
Retrieves the details of an existing customer by its ID.
Input settings
Parameter |
Description |
ID (required) |
Action ID. It is used to reference the output values of the action. |
Alias |
Short description to be displayed in the action. |
Connection (required) |
Select an existing connection from the vault or create a connection to your Stripe account via OAuth.
|
Customer ID (required) |
The customer’s ID to get its details.
|
Find expected response and extra API information at Stripe’s documentation.
Create customer
Creates a new customer.
Input settings
Parameter |
Description |
ID (required) |
Action ID. It is used to reference the output values of the action. |
Alias |
Short description to be displayed in the action. |
Connection (required) |
Select an existing connection from the vault or create a connection to your Stripe 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. It must be in international E.164 format. |
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. |
Find expected response and extra API information at Stripe’s documentation.
Update customer
Updates an existing customer.
Input settings
Parameter |
Description |
ID (required) |
Action ID. It is used to reference the output values of the action. |
Alias |
Short description to be displayed in the action. |
Connection (required) |
Select an existing connection from the vault or create a connection to your Stripe 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. It must be in international E.164 format. |
Tax status |
The customer’s tax status to update. |
Update address |
The customer’s address to update. |
Metadata |
The customer’s metadata to update. |
Find expected response and extra API information at Stripe’s documentation.
Add tax ID
Adds a new Tax ID for a customer.
Input settings
Parameter |
Description |
ID (required) |
Action ID. It is used to reference the output values of the action. |
Alias |
Short description to be displayed in the action. |
Connection (required) |
Select an existing connection from the vault or create a connection to your Stripe 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. |
Find expected response and extra API information at Stripe’s documentation.
Delete tax ID
Deletes an existing tax ID for a customer.
Input settings
Parameter |
Description |
ID (required) |
Action ID. It is used to reference the output values of the action. |
Alias |
Short description to be displayed in the action. |
Connection (required) |
Select an existing connection from the vault or create a connection to your Stripe account via OAuth.
|
Customer ID (required) |
The customer’s ID to delete its tax ID |
Tax ID (required) |
The tax ID to delete. |
Find expected response and extra API information at Stripe’s documentation.
Create customer portal session
Creates a session of the customer's portal.
Input settings
Parameter |
Description |
ID (required) |
Action ID. It is used to reference the output values of the action. |
Alias |
Short description to be displayed in the action. |
Connection (required) |
Select an existing connection from the vault or create a connection to your Stripe 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. |
Find expected response and extra API information at Stripe’s documentation.