Actions

cancel_subscription
Cancel an existing subscription, either immediately or at the end of the current billing period.

create_customer
Create a customer in stripe

create_invoice
Create an Invoice in stripe

create_payment_intent
Creates a new payment intent to start a payment flow.

create_payment_link
Creates a shareable, Stripe-hosted payment link for one-time purchases or subscriptions.

create_price
Create a price (one-time or recurring), associated with a product.

create_product
Create a new product object in Stripe.

create_refund
Create a full or partial refund for a payment.

create_subscription
Start a subscription for a customer with specified items/prices.

custom_api_call
Make a custom API call to a specific endpoint

deactivate_payment_link
Disable or deactivate a Payment Link so it can no longer be used.

find_invoice
Finds an invoice by its unique ID.

retrieve_customer
Retrieve a customer in stripe by id

retrieve_invoice
Retrieves the details of an existing invoice by its ID.

retrieve_payment_intent
Retrieves the details of a payment by its unique Payment Intent ID.

retrieve_payout
Retrieves the details of an existing payout by its ID.

search_customer
Search for a customer in stripe by email

search_subscriptions
Search for subscriptions by price ID, status, customer ID and other filters, including customer details

update_customer
Modify an existing customer’s details.
Triggers

new_payment
Triggers when a new payment is made

new_customer
Triggers when a new customer is created

payment_failed
Triggers when a payment fails

new_subscription
Triggers when a new subscription is made

new_charge
Fires when a charge is successfully completed.

new_invoice
Fires when an invoice is created. Supports filters like status, customer, subscription.

invoice_payment_failed
Fires when a payment against an invoice fails.

canceled_subscription
Fires when a subscription is canceled.

new_refund
Fires when a charge is refunded (full or partial).

new_dispute
Fires when a customer disputes a charge.

new_payment_link
Fires when a new Payment Link is created.

updated_subscription
Fires when an existing subscription is changed.

checkout_session_completed
Fires when a Stripe Checkout Session is successfully completed.























