Stripe

Stripe icon

Stripe is an online payment processing platform used to accept payments, send payouts, and manage business online.

Triggers

Trigger

Configuration fields

Data type

Required?

Charge refunded - A charge was partially or fully refunded

 

 

 

Customer updated - A customer was updated

 

 

 

Charge succeeded - A new charge was created and succeeded

 

 

 

New customer - A new customer was created

 

 

 

New source - A new source (such as a card) was created for a customer

 

 

 

New subscription - A new subscription for a customer was created

 

 

 

Source updated - A source for a customer (such as a card) was updated

 

 

 

Source expiring - A source will expire at the end of the month

 

 

 

Subscription deleted - A subscription for a customer was deleted

 

 

 

Subscription trial period ending - A subscription trial period expires in three days

 

 

 

Charge expired - An uncaptured charge expired

 

 

 

Actions

Action

Configuration fields

Data type

Required?

List payment links - Returns a list of payment links

Limit - A limit on the number of objects to be returned. Range: 1 to 100. Default: 10.

Number

 

Active - Choose whether to only return payment links that are active

Choice

 

List plans - Returns a list of plans

Limit - A limit on the number of objects to be returned. Range: 1 to 100. Default: 10.

Number

 

Active - Choose whether to only return plans that are active

Choice

 

Create price - Creates a price

Unit amount - A positive integer in cents (or 0 for a free price) representing how much to charge

Number

Checkmark icon, required field

Tax behavior - Choose the type of the tax behavior. Specifies whether the price is considered inclusive of taxes or exclusive of taxes.

Choice

 

Product - The ID of the product

String

Checkmark icon, required field

Currency - The three-letter ISO currency code

Choice

Checkmark icon, required field

Create payment link - Creates a payment link

Allow phone number to collect - Controls phone number collection settings during checkout

Choice

 

Allow promotion codes - Enables user redeemable promotion codes

Choice

 

Line items

 

Checkmark icon, required field

Collect tax automatically - Tax will be calculated automatically using the customer`s location. To use this option, you must first enable "Automate taxes" at https://dashboard.stripe.com/setup.

Choice

 

Update payment link - Updates a payment link

Payment link Id - The ID of the payment link

String

Checkmark icon, required field

Allow phone number to collect - Controls phone number collection settings during checkout

Choice

 

Allow promotion codes - Enables user redeemable promotion codes

Choice

 

Line items

 

Checkmark icon, required field

Collect tax automatically - Tax will be calculated automatically using the customer`s location. To use this option, you must first enable "Automate taxes" at https://dashboard.stripe.com/setup.

Choice

 

List all prices - Returns a list of all prices

Product - The ID of the product

String

 

Currency - The three-letter ISO currency code. Only return prices for the given currency.

Choice

 

Deactivate payment link - Deactivates a payment link

Payment link ID - The ID of the payment link

String

Checkmark icon, required field

Get charge details - Returns the details of an existing charge

Charge ID - The ID of the charge to be retrieved

Example: ch_XYZXYZXYZXYZXYZXYZXYZXYZ

String

Checkmark icon, required field

Get customer by email - Returns the details of an existing customer by email address

Email - The email address of the customer

String

Checkmark icon, required field

Get customer - Returns the details of an existing customer by ID

Customer ID - The ID of the customer

Example: cus_XYZXYZXYZXYZXY

String

Checkmark icon, required field

Get plan - Returns the details of an existing plan

Plan ID - The ID of the plan

Example: gold

String

Checkmark icon, required field

Get subscription - Returns the details of an existing subscription

Subscription ID - The ID of the subscription

Example: sub_XYZXYZXYZXYZXY

String

Checkmark icon, required field