Billing & Invoicing - Stripe
V3 Stripe capability pack for the Billing & Invoicing flagship. It declares canonical billing operations over Stripe balances, balance transactions, payments, invoices, invoice items, customers, subscriptions, products, prices, refunds, and payouts. Reads flow after connection grant; invoice/customer/invoice-item writes ask; refunds, invoice voids, subscription cancels, and payout creation are destructive/always-ask so money movement never rides a session grant.
What this pack installs
- stripe-billing Ingredient
Trust & control
What installing this whole pack would let it do. Recued grants these permissions at install — review them there before approving.
Where it runs
What it's allowed to do
Destructive
Web APIs
stripe-billing
external change
Read: balance.read · No approvalRead: balance_transaction.search · No approvalRead: balance_transaction.read · No approvalRead: payment.search · No approvalRead: payment.read · No approvalRead: refund.search · No approvalRead: refund.read · No approvalDestructive: payment.refund · Always asksRead: invoice.search · No approvalRead: invoice.read · No approvalWrite: invoice.create · Asks approvalWrite: invoice.send · Asks approvalDestructive: invoice.void · Always asksRead: invoice_item.search · No approvalRead: invoice_item.read · No approvalWrite: invoice_item.create · Asks approvalWrite: invoice.finalize · Asks approvalRead: customer.search · No approvalRead: customer.read · No approvalWrite: customer.update · Asks approvalRead: product.search · No approvalRead: product.read · No approvalRead: price.search · No approvalRead: price.read · No approvalRead: subscription.search · No approvalRead: subscription.read · No approvalDestructive: subscription.cancel · Always asksRead: payout.search · No approvalRead: payout.read · No approvalDestructive: payout.create · Always asks