Zum Inhalt springen
DeutschlandGPT

Stripe

Manage customers, subscriptions, invoices, and payments in Stripe from workflows

Manage your Stripe billing from workflows: customers, subscriptions, invoices, payments, refunds, products, prices, and account balance.

Authentication: API Key. Provide your Stripe secret key when connecting.

Actions

Customers

ActionDescriptionKey InputsKey Outputs
List CustomersReturns all customersEmail filter (optional)customers array
Get CustomerRetrieve by IDCustomer IDcustomer object
Create CustomerCreate new customerEmail, namecustomerId, customer
Update CustomerUpdate fieldsCustomer ID, updated fieldscustomer
Search CustomersFind by querySearch querycustomers array

Subscriptions

ActionDescriptionKey InputsKey Outputs
List SubscriptionsReturns subscriptionsCustomer ID (optional), statussubscriptions array
Get SubscriptionRetrieve by IDSubscription IDsubscription object
Create SubscriptionStart a subscriptionCustomer ID, price IDsubscriptionId
Update SubscriptionModify subscriptionSubscription ID, updated fieldssubscription
Cancel SubscriptionEnd a subscriptionSubscription ID, cancel at period endsubscription

Invoices

ActionDescriptionKey InputsKey Outputs
List InvoicesReturns invoicesCustomer ID, statusinvoices array
Get InvoiceRetrieve by IDInvoice IDinvoice object
Create InvoiceCreate new invoiceCustomer IDinvoiceId
Send InvoiceSend to customerInvoice IDinvoice
Add Invoice ItemAdd line to invoiceInvoice ID, price ID, quantityinvoiceItemId

Payments

ActionDescriptionKey InputsKey Outputs
Create Payment IntentCreate a paymentAmount (in cents), currencypaymentIntentId, clientSecret
Confirm Payment IntentConfirm a paymentPayment Intent IDpaymentIntent
List Payment IntentsReturns payment intentsCustomer ID (optional)paymentIntents array
Create ChargeDirect chargeAmount, currency, customer IDchargeId
List ChargesReturns chargesCustomer IDcharges array

Refunds

ActionDescriptionKey InputsKey Outputs
Create RefundRefund a paymentCharge or Payment Intent ID, amountrefundId

Products and Prices

ActionDescriptionKey InputsKey Outputs
Create ProductCreate a productName, descriptionproductId
Create PriceCreate a priceProduct ID, unit amount, currency, recurring intervalpriceId

Balance

ActionDescriptionKey Outputs
Retrieve BalanceGet current Stripe balanceavailable, pending balances by currency
Was this page helpful?