Icon

Stripe Connector

Quickly build integrations connecting your B2B SaaS to Stripe.

About the Stripe Connector

Manage payments, customers, subscriptions, and other objects in your Stripe account.

Actions

Action NameAction Description
List AccountsReturn a list of accounts connected to your platform.
Get Balance TransactionRetrieve a balance transaction by ID.
List Balance TransactionsReturn a list of transactions that have contributed to the Stripe account balance (such as charges, transfers, and so forth).
Attach CardAttach a card to a customer.
Create CardCreate a new card for a customer.
Detach CardDetach a card from a customer.
Get CardRetrieve the information and metadata of a card by ID.
List CardsReturn a list of cards for a customer.
Update CardUpdate an existing card by ID.
Get ChargeRetrieve the details of a charge that has previously been created.
List ChargesReturn a list of all charges.
Search ChargesSearch for charges previously created using Stripe's Search Query Language.
Update ChargeUpdate a specified charge by setting the values of the parameters passed.
Create Checkout SessionCreate a new Stripe Checkout session.
Expire Checkout SessionExpire a Stripe Checkout session.
Get Checkout SessionRetrieve a Stripe Checkout session by ID.
List Checkout Session Line ItemsReturn a list of line items for a Stripe Checkout session.
List Checkout SessionsReturn a list of Stripe Checkout sessions.
Update Checkout SessionUpdate an existing Stripe Checkout session.
Create CustomerCreate a new customer.
Delete CustomerPermanently delete a customer and immediately cancel any active subscriptions on the customer.
Get CustomerRetrieve the information and metadata of a customer by ID.
List CustomersReturn a list of customers.
Update CustomerUpdate an existing customer.
Close DisputeClose a dispute for a charge. Closing a dispute indicates that no evidence will be submitted and acknowledges the dispute as lost.
Get DisputeRetrieve a dispute by ID.
List DisputesReturn a list of disputes.
Update DisputeUpdate a dispute by submitting evidence or metadata. Use this action to provide evidence that helps Stripe resolve the dispute in the merchant's favor.
Create InvoiceCreate a new invoice.
Delete InvoiceDelete an existing invoice.
Get InvoiceRetrieve the information and metadata of an invoice by ID.
List InvoicesReturn a list of invoices.
Update InvoiceUpdate an existing invoice.
Raw RequestSend a raw HTTP request to the Stripe API.
Cancel Payment IntentCancel a payment intent. A payment intent can be canceled when it is in one of these statuses: requires_payment_method, requires_capture, requires_confirmation, requires_action, or, in rare cases, processing.
Capture Payment IntentCapture the funds of an existing uncaptured payment intent when its status is requires_capture.
Confirm Payment IntentConfirm that the customer intends to pay with the current or provided payment method.
Create Payment IntentCreate a new payment intent.
Get Payment IntentRetrieve the details of a payment intent that has previously been created.
List Payment IntentsReturn a list of payment intents.
Search Payment IntentsSearch for payment intents previously created using Stripe's Search Query Language.
Update Payment IntentUpdate properties on a payment intent without confirming.
Create PriceCreate a new price.
Get PriceRetrieve the information and metadata of a price by ID.
List PricesReturn a list of all available prices.
Update PriceUpdate an existing price by ID.
Create ProductCreate a new product.
Delete ProductDelete an existing product by ID.
Get ProductRetrieve the information and metadata of a product by ID.
List ProductsReturn a list of products.
Update ProductUpdate an existing product.
Create SubscriptionCreate a new subscription.
Delete SubscriptionCancel a subscription by ID.
Get SubscriptionRetrieve the information and metadata of a subscription by ID.
List SubscriptionsReturn a list of subscriptions.
Update SubscriptionUpdate an existing subscription.
Create WebhookCreate a new webhook endpoint.
Delete WebhookDelete a webhook endpoint by ID.
Delete All Instance WebhooksDelete all webhook endpoints associated with each flow of the current instance.
Get WebhookRetrieve a webhook endpoint by ID.
List WebhooksReturn a list of all webhook endpoints.
Update WebhookUpdate an existing webhook endpoint by ID.

Triggers

Trigger NameTrigger Description
Webhook EventsReceive event notifications from Stripe. Automatically creates and manages a webhook subscription for the selected events when the instance is deployed, and removes the subscription when the instance is deleted. Incoming webhook signatures are validated by default.
New and Updated RecordsChecks for new and updated records in Stripe on a configured schedule. Events with a type ending in `.created` are partitioned into the `created` bucket; all other event types (such as `.updated`, `.deleted`, or `.succeeded`) are partitioned into the `updated` bucket.
Webhook (Deprecated)Receive and validate webhook requests from Stripe for webhooks you configure.