Stripe
stripe.comFinance
$
npx @buildinternet/releases get stripeLegacy plugins.toml manifest removed; agent setup --json cleaned up
↗BreakingThis release2 enhancementsImprovements to existing features1 fixBug fixesAI-tallied from the release notesStripe CLI · v1.43.8
Removed the legacy plugins.toml manifest in favor of local plugin metadata, and cleaned up the stripe agent setup --json output.
stripe agent setup command ships
↗This release3 featuresNew capabilities5 enhancementsImprovements to existing features1 fixBug fixesAI-tallied from the release notesStripe CLI · v1.43.7
New stripe agent setup CLI command is available with telemetry and skills status visibility in setup flows. Also added query runs v2 API and plugin resolution source telemetry.
Missing v21 type exports restored
↗Breaking (minor)This release2 enhancementsImprovements to existing features1 fixBug fixesAI-tallied from the release notesstripe-node · v22.3.1
Restored 11 type exports from the v21 Stripe namespace that were inadvertently dropped during the v22 type system migration, including StripeConfig, CryptoProvider, HttpClient, Webhooks, and others. HttpClient types now export as interfaces instead of classes, making custom HTTP client implementations easier to type correctly.
API version pinned to 2026-07-08.preview; V2 Billing schema changes
↗BreakingpreThis release30 featuresNew capabilities10 enhancementsImprovements to existing featuresAI-tallied from the release notesstripe-node · v22.4.0-alpha.3
This release pins the API version to 2026-07-08.preview and includes multiple breaking schema changes to V2 Billing contracts: one_time_fees is removed, multiplier is replaced with multiply_pricing, and pricing_override is removed. Also adds support for gift card terminal reader methods, new payment methods (Shop Pay, Vipps, Wero, and others), and network business profile wallet payouts.
V2 Billing: multiplier → multiply_pricing; one_time_fees removed
↗BreakingpreThis release35 featuresNew capabilities15 enhancementsImprovements to existing featuresAI-tallied from the release notesstripe-python · v15.4.0a3
API version pinned to 2026-07-08.preview. Breaking changes to V2 Billing include removal of one_time_fees, status_details, and pricing_override; type changes for PricingOverride.type (multiplier → multiply_pricing) and pricing line timing fields (contract_start/contract_end → timestamp only); and field removals in tiering_mode and tiers. New gift card methods on terminal.Reader, expanded payment method types and networks, and tax type enums including mass_transit_parking_tax and parking_tax.
Crypto wallets, onramp sessions land; deactivation, stored_credential_usage removed
↗BreakingpreThis release30 featuresNew capabilities15 enhancementsImprovements to existing featuresAI-tallied from the release notesstripe-node · v22.4.0-alpha.2
New Crypto resources include CustomerConsumerWallet, CustomerPaymentToken, Customer, OnrampSession, and OnrampTransactionLimits. Breaking changes: removed deactivation from GiftCardOperation and stored_credential_usage from payment record card details, made several card description/iin/issuer fields optional, and removed invoice_payment.detached from webhook event enums.
Crypto resources added; GiftCard deactivation removed
↗BreakingpreThis release12 featuresNew capabilities5 enhancementsImprovements to existing featuresAI-tallied from the release notesstripe-python · v15.4.0a2
Pinned API version to 2026-07-01.preview. Adds new crypto resources (CustomerConsumerWallet, CustomerPaymentToken, Customer, OnrampSession, OnrampTransactionLimits) with list, retrieve, checkout, create, and quote methods. Removes support for deactivation on GiftCardOperation and its enum value.
Keychain credential find now probes live keys
↗This release1 featureNew capabilitiesAI-tallied from the release notesStripe CLI · v1.43.2
Keychain credential lookup now uses a best-effort live key probe, improving detection of valid credentials.