{"slug":"finance","name":"Finance","orgs":[{"slug":"brex","name":"Brex","domain":"brex.com","avatarUrl":null},{"slug":"ramp","name":"Ramp","domain":"ramp.com","avatarUrl":null},{"slug":"stripe","name":"Stripe","domain":"stripe.com","avatarUrl":null}],"products":[],"releases":[{"id":"rel_-Tk8TLOdm_QoCdEIByhw2","version":null,"type":"feature","title":"API Updates — May 11, 2026","summary":"- **Bill payment date scheduling** — You can now set an optional `payment_date` field when creating or updating bills via `POST /developer/v1/bills` a...","titleGenerated":null,"titleShort":null,"content":"- **Bill payment date scheduling** — You can now set an optional `payment_date` field when creating or updating bills via `POST /developer/v1/bills` and `PATCH /developer/v1/bills/{bill_id}` to schedule when a non-card payment should be initiated. Send `null` on update to unschedule a previously set payment date. [View endpoint](https://docs.ramp.com/developer-api/v1/api/bills#post-developer-v1-bills)","publishedAt":"2026-05-11T00:00:00.000Z","url":"https://docs.ramp.com/developer-api/v1/changelog#may-11-2026","media":[],"prerelease":false,"source":{"slug":"ramp-developer-api","name":"Developer API","type":"scrape"},"org":{"slug":"ramp","name":"Ramp"},"product":null},{"id":"rel_hUdGlUHnhE5lSofZHWfXL","version":null,"type":"feature","title":"Five vertical SaaS insights from Sessions 2026","summary":"At Stripe Sessions and our inaugural SaaS Platform Leaders Summit, vertical SaaS leaders shared how they’re staying differentiated as AI raises the ba...","titleGenerated":null,"titleShort":null,"content":"At Stripe Sessions and our inaugural SaaS Platform Leaders Summit, vertical SaaS leaders shared how they’re staying differentiated as AI raises the bar for software. The takeaways: why payments and financial services create moats that AI can’t easily replicate, how platforms are moving from AI experimentation to monetization, and why platforms are expected to lead the way on agentic commerce.","publishedAt":"2026-05-11T00:00:00.000Z","url":"https://stripe.com/blog/vertical-saas-insights-sessions-2026","media":[],"prerelease":false,"source":{"slug":"stripe-changelog","name":"Stripe Changelog","type":"feed"},"org":{"slug":"stripe","name":"Stripe"},"product":null},{"id":"rel_jKbxVx9asIDUAFW-5LaSn","version":null,"type":"feature","title":"API Updates — May 8, 2026","summary":"- **New audit log event types** — Added several new event types for the audit logs endpoint: `Cash manager recommendation reviewed`, `Forecast custom ...","titleGenerated":null,"titleShort":null,"content":"- **New audit log event types** — Added several new event types for the audit logs endpoint: `Cash manager recommendation reviewed`, `Forecast custom input deleted`, `Forecast custom input updated`, `Forecast settings updated`, and `Strict MFA setting updated`. [View endpoint](https://docs.ramp.com/developer-api/v1/api/audit-logs#get-developer-v1-audit-logs-events)\n\n- **Schedule bill payments via API** — You can now set an optional `payment_date` field when creating or updating bills to schedule when a non-card payment should be initiated. Pass `null` to clear a previously scheduled date. [View endpoint](https://docs.ramp.com/developer-api/v1/api/bills#post-developer-v1-bills)\n\n- **Update GL account on inventory item options** — The `PATCH /developer/v1/accounting/inventory-item/options/{option_id}` endpoint now accepts an optional `gl_account_id` field, letting you associate an inventory item option with a specific GL account. [View endpoint](https://docs.ramp.com/developer-api/v1/api/accounting-inventory-item#patch-developer-v1-accounting-inventory-item-options-option-id)\n\n- **Spending restrictions on unified requests** — Unified request responses now include a `spending_restrictions` object with an `interval` field, so you can see the spend frequency associated with a request. [View endpoint](https://docs.ramp.com/developer-api/v1/api/unified-requests#get-developer-v1-unified-requests)\n\n- **New `allowed_overage_percent` field on unified requests** — Unified request responses now include `allowed_overage_percent`, indicating the permitted overage percentage for a spend allocation request. [View endpoint](https://docs.ramp.com/developer-api/v1/api/unified-requests#get-developer-v1-unified-requests)","publishedAt":"2026-05-08T00:00:00.000Z","url":"https://docs.ramp.com/developer-api/v1/changelog#may-8-2026","media":[],"prerelease":false,"source":{"slug":"ramp-developer-api","name":"Developer API","type":"scrape"},"org":{"slug":"ramp","name":"Ramp"},"product":null},{"id":"rel_DxKOxshHU1lwMg_8WnEVr","version":"v22.1.1","type":"feature","title":"v22.1.1","summary":"* [#2703](https://github.com/stripe/stripe-node/pull/2703) Export Decimal type from Stripe namespace\n  \r\n  - Added `Stripe.Decimal` as a usable type i...","titleGenerated":null,"titleShort":null,"content":"* [#2703](https://github.com/stripe/stripe-node/pull/2703) Export Decimal type from Stripe namespace\n  \r\n  - Added `Stripe.Decimal` as a usable type in the `Stripe` namespace, enabling type annotations like `function takesDecimal(d: Stripe.Decimal)`.\n* [#2704](https://github.com/stripe/stripe-node/pull/2704) Fix file upload regression: restore multipart request data processor\n  \r\n  - Fixed file uploads failing with `StripeInvalidRequestError` on the `/v1/files` endpoint since v22.\n\nSee [the changelog for more details](https://github.com/stripe/stripe-node/blob/v22.1.1/CHANGELOG.md).\n","publishedAt":"2026-05-06T21:25:51.000Z","url":"https://github.com/stripe/stripe-node/releases/tag/v22.1.1","media":[],"prerelease":false,"source":{"slug":"stripe-node","name":"stripe-node","type":"github"},"org":{"slug":"stripe","name":"Stripe"},"product":null},{"id":"rel_SX72VdPWbbPNytpWxnOdA","version":"v15.2.0a4","type":"feature","title":"v15.2.0a4","summary":"* [#1804](https://github.com/stripe/stripe-python/pull/1804) Update generated code for private-preview\n  * Add support for new resource `PaymentLocati...","titleGenerated":null,"titleShort":null,"content":"* [#1804](https://github.com/stripe/stripe-python/pull/1804) Update generated code for private-preview\n  * Add support for new resource `PaymentLocation`\n  * Add support for `create`, `delete`, `modify`, and `retrieve` methods on resource `PaymentLocation`\n  * Add support for `protections` on `AccountCreateParamsCapabilityCardPayment`, `AccountModifyParamsCapabilityCardPayment`, and `Capability`\n  * Add support for `gift_card` on `ConfirmationToken.PaymentMethodPreview`, `ConfirmationTokenCreateParamsPaymentMethodDatum`, `PaymentIntentConfirmParamsPaymentMethodDatum`, `PaymentIntentCreateParamsPaymentMethodDatum`, `PaymentIntentModifyParamsPaymentMethodDatum`, `PaymentMethodCreateParams`, `PaymentMethod`, `SetupIntentConfirmParamsPaymentMethodDatum`, `SetupIntentCreateParamsPaymentMethodDatum`, `SetupIntentModifyParamsPaymentMethodDatum`, and `SharedPayment.GrantedToken.PaymentMethodDetail`\n  * Add support for new value `gift_card` on enums `ConfirmationTokenCreateParamsPaymentMethodDatum.type`, `PaymentIntentConfirmParamsPaymentMethodDatum.type`, `PaymentIntentCreateParamsPaymentMethodDatum.type`, `PaymentIntentModifyParamsPaymentMethodDatum.type`, `SetupIntentConfirmParamsPaymentMethodDatum.type`, `SetupIntentCreateParamsPaymentMethodDatum.type`, and `SetupIntentModifyParamsPaymentMethodDatum.type`\n  * ⚠️ Add support for new value `gift_card` on enums `ConfirmationToken.PaymentMethodPreview.type`, `PaymentMethod.type`, and `SharedPayment.GrantedToken.PaymentMethodDetail.type`\n  * Add support for new value `gift_card` on enums `CustomerListPaymentMethodsParams.type`, `PaymentMethodCreateParams.type`, and `PaymentMethodListParams.type`\n  * Add support for `metadata` on `delegated_checkout.RequestedSessionConfirmParams`\n  * Add support for `credited_items` on `InvoiceItem.ProrationDetail`\n  * Add support for `network_lifecycle` on `Issuing.Dispute`\n  * Add support for new value `gift_card` on enums `PaymentIntentConfirmParams.excluded_payment_method_types`, `PaymentIntentCreateParams.excluded_payment_method_types`, `PaymentIntentModifyParams.excluded_payment_method_types`, `SetupIntentCreateParams.excluded_payment_method_types`, and `SetupIntentModifyParams.excluded_payment_method_types`\n  * ⚠️ Add support for new value `gift_card` on enums `PaymentIntent.excluded_payment_method_types` and `SetupIntent.excluded_payment_method_types`\n  * Add support for `status_details` on `Subscription`\n* [#1805](https://github.com/stripe/stripe-python/pull/1805) Add EventNotificationHandler (private preview)\n\nSee [the changelog for more details](https://github.com/stripe/stripe-python/blob/v15.2.0a4/CHANGELOG.md).\n","publishedAt":"2026-05-06T21:04:47.000Z","url":"https://github.com/stripe/stripe-python/releases/tag/v15.2.0a4","media":[],"prerelease":false,"source":{"slug":"stripe-python","name":"stripe-python","type":"github"},"org":{"slug":"stripe","name":"Stripe"},"product":null},{"id":"rel_a1f-kem-u0ERds5lP_lgj","version":null,"type":"feature","title":"API Updates — May 6, 2026","summary":"- **New Comments endpoints (beta)** — List and create comments on bills and spend requests via `GET /developer/v1/comments/{object_type}/{object_id}` ...","titleGenerated":null,"titleShort":null,"content":"- **New Comments endpoints (beta)** — List and create comments on bills and spend requests via `GET /developer/v1/comments/{object_type}/{object_id}` and `POST /developer/v1/comments/{object_type}/{object_id}`. Supports `bills` and `spend-requests` as `object_type` values, with paginated responses. [View endpoint](https://docs.ramp.com/developer-api/v1/api/comments#get-developer-v1-comments-object-type-object-id)\n\n- **Purchase order deep links** — Purchase order responses now include a `ramp_url` field with a stable permalink to the purchase order in the Ramp web application. [View endpoint](https://docs.ramp.com/developer-api/v1/api/purchase-orders#get-developer-v1-purchase-orders-purchase-order-id)\n\n- **Unified request deep links** — Unified request responses now include a `ramp_url` field linking directly to the request in the Ramp web application. [View endpoint](https://docs.ramp.com/developer-api/v1/api/unified-requests#get-developer-v1-unified-requests-unified-request-id)\n\n- **Bill update line item PO matching** — When updating bills, `line_items` and `inventory_line_items` now accept a `purchase_order_line_item_id` field to match individual line items to specific purchase order line items. [View endpoint](https://docs.ramp.com/developer-api/v1/api/bills#patch-developer-v1-bills-bill-id)\n\n- **GL account association for inventory item options** — The `PATCH /developer/v1/accounting/inventory-item/options/{option_id}` endpoint now accepts a `gl_account_id` field to associate an inventory item option with a GL account. [View endpoint](https://docs.ramp.com/developer-api/v1/api/accounting-inventory-item#patch-developer-v1-accounting-inventory-item-options-option-id)\n\n- **Mileage reimbursement fund attribution** — The `POST /developer/v1/reimbursements/mileage` endpoint now accepts a `spend_allocation_id` field to attribute a mileage reimbursement to a specific fund. [View endpoint](https://docs.ramp.com/developer-api/v1/api/reimbursements#post-developer-v1-reimbursements-mileage)\n\n- **Multi-currency spending restriction support** — Spending restriction descriptions for `limit` and `transaction_amount_limit` on cards and spend limits now correctly reference the smallest currency unit rather than assuming USD cents, reflecting proper non-USD currency handling.\n\n- **Mock webhook `business_id` field** — The mock webhook event response now includes a `business_id` field identifying the business associated with the event. [View endpoint](https://docs.ramp.com/developer-api/v1/api/webhooks#post-developer-v1-webhooks-mock-webhook-event)\n\n- **New webhook event types** — Added `entities.created` and `transactions.synced` as new webhook event types you can subscribe to and trigger via mock webhooks. [View endpoint](https://docs.ramp.com/developer-api/v1/api/webhooks#post-developer-v1-webhooks)\n\n- **Matrix table append duplicate handling** — The append rows endpoint for matrix tables now supports an `ignore_duplicates` boolean parameter. Set it to `true` to skip existing duplicate cells instead of returning an error. [View endpoint](https://docs.ramp.com/developer-api/v1/api/custom-records-matrix-tables#post-developer-v1-custom-records-matrix-tables-table-name-rows-append)\n\n- **Expanded audit log event types** — Added 30+ new `event_type` enum values for audit logs, including `Account details viewed`, `Passkey created`, `Passkey deleted`, `Transfer initiated`, `User logged out`, `Voided check downloaded`, `Payment run action`, `Edited custom field`, `Cash Manager settings updated`, and more. [View endpoint](https://docs.ramp.com/developer-api/v1/api/audit-logs#get-developer-v1-audit-logs-events)\n\n- **New audit log resource types** — Added `Cash Manager recommendation`, `Forecast custom input`, `Payment run`, and `Wallet automation policy` as `resource_type` enum values for audit log events. [View endpoint](https://docs.ramp.com/developer-api/v1/api/audit-logs#get-developer-v1-audit-logs-events)","publishedAt":"2026-05-06T00:00:00.000Z","url":"https://docs.ramp.com/developer-api/v1/changelog#may-6-2026","media":[],"prerelease":false,"source":{"slug":"ramp-developer-api","name":"Developer API","type":"scrape"},"org":{"slug":"ramp","name":"Ramp"},"product":null},{"id":"rel_2XU90x5LhawKC5CaR2qcZ","version":null,"type":"feature","title":"API Updates — April 30, 2026","summary":"- **Card expiration in Vault API response** — `GET /developer/v1/vault/cards/{card_id}` now returns an `expiration` field with the card's expiration d...","titleGenerated":null,"titleShort":null,"content":"- **Card expiration in Vault API response** — `GET /developer/v1/vault/cards/{card_id}` now returns an `expiration` field with the card's expiration date in `MMYY` format, aligning the GET response with the existing POST response. [View endpoint](https://docs.ramp.com/developer-api/v1/api/vault#get-developer-v1-vault-cards-card-id)\n\n- **Update purchase order memo** — You can now set, update, or clear the `memo` field when calling `PATCH /developer/v1/purchase-orders/{purchase_order_id}`. [View endpoint](https://docs.ramp.com/developer-api/v1/api/purchase-orders#patch-developer-v1-purchase-orders-purchase-order-id)\n\n- **Spend program workflow nodes simplified** — The `kind` field has been removed from the workflow nodes response on `GET /developer/v1/spend-programs/{spend_program_id}/workflow-nodes`. This field was never populated in actual responses; the schema now matches the real response shape. [View endpoint](https://docs.ramp.com/developer-api/v1/api/spend-programs#get-developer-v1-spend-programs-spend-program-id-workflow-nodes)\n\n- **New audit log event types** — Added several new `event_type` values for audit log filtering: `Account closed`, `Account renamed`, `Bank letter downloaded`, `Investment Account closed`, `Investment Account opened`, `Vendor hold released`, `Vendor placed on hold`, and `WBX request archived`. [View endpoint](https://docs.ramp.com/developer-api/v1/api/audit-logs#get-developer-v1-audit-logs-events)\n\n- **New audit log resource types** — The `resource_type` filter now includes `Investment account` and `Managed portfolio transfer` (replacing the previous `Brokerage account` value). [View endpoint](https://docs.ramp.com/developer-api/v1/api/audit-logs#get-developer-v1-audit-logs-events)\n\n- **New vendor document categories** — Added `ADDENDUM_OR_RIDER`, `AMENDMENT`, `CONTRACT_OTHER`, `ENGAGEMENT_LETTER`, `SECURITY_EXHIBIT`, and `SLA` to the `document_category` enum for vendor agreement document uploads. [View endpoint](https://docs.ramp.com/developer-api/v1/api/vendors#post-developer-v1-vendors-agreements-agreement-id-documents)","publishedAt":"2026-04-30T00:00:00.000Z","url":"https://docs.ramp.com/developer-api/v1/changelog#april-30-2026","media":[],"prerelease":false,"source":{"slug":"ramp-developer-api","name":"Developer API","type":"scrape"},"org":{"slug":"ramp","name":"Ramp"},"product":null},{"id":"rel_-q8nIz9DW-RE7W-7EUc72","version":"v15.2.0a3","type":"feature","title":"v15.2.0a3","summary":"* [#1802](https://github.com/stripe/stripe-python/pull/1802) Update generated code for private-preview\n  * Add support for `debit_card` on `V2.Core.Ac...","titleGenerated":null,"titleShort":null,"content":"* [#1802](https://github.com/stripe/stripe-python/pull/1802) Update generated code for private-preview\n  * Add support for `debit_card` on `V2.Core.Account.Configuration.CardCreator.Capability.Consumer.Lead`, `V2.Core.Account.Identity.Attestation.TermsOfService.CardCreator.Consumer.Lead`, `v2.core.AccountCreateParamsConfigurationCardCreatorCapabilityConsumerLead`, `v2.core.AccountCreateParamsIdentityAttestationTermsOfServiceCardCreatorConsumerLead`, `v2.core.AccountModifyParamsConfigurationCardCreatorCapabilityConsumerLead`, and `v2.core.AccountModifyParamsIdentityAttestationTermsOfServiceCardCreatorConsumerLead`\n  * ⚠️ Add support for new value `consumer.lead.debit_card` on enums `V2.Core.Account.FutureRequirement.Entry.Impact.RestrictsCapability.capability` and `V2.Core.Account.Requirement.Entry.Impact.RestrictsCapability.capability`\n  * ⚠️ Add support for new value `consumer.lead.debit_card` on enum `EventsV2CoreAccountIncludingConfigurationCardCreatorCapabilityStatusUpdatedEvent.updated_capability`\n\nSee [the changelog for more details](https://github.com/stripe/stripe-python/blob/v15.2.0a3/CHANGELOG.md).\n","publishedAt":"2026-04-29T05:36:25.000Z","url":"https://github.com/stripe/stripe-python/releases/tag/v15.2.0a3","media":[],"prerelease":false,"source":{"slug":"stripe-python","name":"stripe-python","type":"github"},"org":{"slug":"stripe","name":"Stripe"},"product":null},{"id":"rel_54-QtkvP3ho6XzyKd_US-","version":null,"type":"feature","title":"Everything we announced at Sessions 2026","summary":"We’re making Stripe even more programmable; protecting and propelling your business with the strength of the Stripe network; and building economic inf...","titleGenerated":null,"titleShort":null,"content":"We’re making Stripe even more programmable; protecting and propelling your business with the strength of the Stripe network; and building economic infrastructure for AI.","publishedAt":"2026-04-29T00:00:00.000Z","url":"https://stripe.com/blog/everything-we-announced-at-sessions-2026","media":[],"prerelease":false,"source":{"slug":"stripe-changelog","name":"Stripe Changelog","type":"feed"},"org":{"slug":"stripe","name":"Stripe"},"product":null},{"id":"rel_0PZgRq-A9gEqKgA3EKtcH","version":null,"type":"feature","title":"Giving agents the ability to pay","summary":"Link’s wallet for agents gives agents programmatic access to Link, including the ability to generate a one-time-use card or Shared Payment Token (SPT)...","titleGenerated":null,"titleShort":null,"content":"Link’s wallet for agents gives agents programmatic access to Link, including the ability to generate a one-time-use card or Shared Payment Token (SPT) backed by the cards and bank accounts already in your wallet. It’s built on Stripe’s new Issuing for agents.","publishedAt":"2026-04-29T00:00:00.000Z","url":"https://stripe.com/blog/giving-agents-the-ability-to-pay","media":[],"prerelease":false,"source":{"slug":"stripe-changelog","name":"Stripe Changelog","type":"feed"},"org":{"slug":"stripe","name":"Stripe"},"product":null},{"id":"rel_V7Tn2Px2RdbB6er7cli2B","version":"v1.40.9","type":"feature","title":"v1.40.9","summary":"## Changelog\n* bda2142411e006c44592b517a6135116668d0868 [stripe-samples] added .env overrides to allow samples to better cust… (#1561)\n\n","titleGenerated":null,"titleShort":null,"content":"## Changelog\n* bda2142411e006c44592b517a6135116668d0868 [stripe-samples] added .env overrides to allow samples to better cust… (#1561)\n\n","publishedAt":"2026-04-28T22:22:02.000Z","url":"https://github.com/stripe/stripe-cli/releases/tag/v1.40.9","media":[],"prerelease":false,"source":{"slug":"stripe-cli","name":"Stripe CLI","type":"github"},"org":{"slug":"stripe","name":"Stripe"},"product":null},{"id":"rel_ybEu1L1OxenuyZ727iMql","version":null,"type":"feature","title":"API Updates — April 28, 2026","summary":"- **Purchase order memo updates** — You can now update the `memo` field when patching a purchase order via `PATCH /developer/v1/purchase-orders/{purch...","titleGenerated":null,"titleShort":null,"content":"- **Purchase order memo updates** — You can now update the `memo` field when patching a purchase order via `PATCH /developer/v1/purchase-orders/{purchase_order_id}`. [View endpoint](https://docs.ramp.com/developer-api/v1/api/purchase-orders#patch-developer-v1-purchase-orders-purchase-order-id)\n\n- **Longer invoice numbers on bills** — The `invoice_number` field on bills now supports up to 84 characters (previously 20), accommodating longer invoice numbers from certain accounting providers. [View endpoint](https://docs.ramp.com/developer-api/v1/api/bills#post-developer-v1-bills)\n\n- **GL account linking for inventory item options** — Inventory item options now include a `gl_account_id` field, letting you associate a GL account when creating or viewing inventory item options. [View endpoint](https://docs.ramp.com/developer-api/v1/api/accounting-inventory-item#post-developer-v1-accounting-inventory-item-options)\n\n- **New `vendors.updated` webhook event** — Subscribe to the `vendors.updated` event to get notified when vendor details change. [View endpoint](https://docs.ramp.com/developer-api/v1/api/webhooks#post-developer-v1-webhooks)\n\n- **New `TRANSFER_LEDGER_ENTRY_MAPPING` sync type** — Added `TRANSFER_LEDGER_ENTRY_MAPPING` as a supported entity type for accounting syncs, enabling sync support for transfer ledger entry mappings. [View endpoint](https://docs.ramp.com/developer-api/v1/api/accounting-sync#post-developer-v1-accounting-syncs)\n\n- **New `is_not_null` query clause for custom records** — Matrix table row queries now support an `is_not_null` clause type, letting you filter for rows where a column value is not null. [View endpoint](https://docs.ramp.com/developer-api/v1/api/custom-records-matrix-tables#post-developer-v1-custom-records-matrix-tables-table-name-list-rows)\n\n- **New audit log event types** — Added `Account opened` as a new audit log event type and `Treasury account` / `Wallet transfer` as entity types for more granular audit trail filtering. [View endpoint](https://docs.ramp.com/developer-api/v1/api/audit-logs#get-developer-v1-audit-logs-events)\n\n- **New supported file types** — Added `jsonl` and `npy` to the list of accepted file formats for uploads.","publishedAt":"2026-04-28T00:00:00.000Z","url":"https://docs.ramp.com/developer-api/v1/changelog#april-28-2026","media":[],"prerelease":false,"source":{"slug":"ramp-developer-api","name":"Developer API","type":"scrape"},"org":{"slug":"ramp","name":"Ramp"},"product":null},{"id":"rel_cHVOPm0J0pTxCB7AmtkcN","version":null,"type":"feature","title":"API Updates — April 27, 2026","summary":"- **New Ramp-only accounting fields endpoints (beta)** — Manage custom accounting fields that exist only in Ramp (not synced from an ERP). Create, lis...","titleGenerated":null,"titleShort":null,"content":"- **New Ramp-only accounting fields endpoints (beta)** — Manage custom accounting fields that exist only in Ramp (not synced from an ERP). Create, list, fetch, update, and delete Ramp-only fields and their options. [View endpoint](https://docs.ramp.com/developer-api/v1/api/accounting-ramp-only-fields#get-developer-v1-accounting-ramp-fields)\n\n- **New user invite management endpoint (beta)** — Control the invite lifecycle for draft users with `POST /developer/v1/users/{user_id}/invite`. Schedule an invitation for a future time (`SCHEDULE`), cancel a scheduled invitation (`DESCHEDULE`), or send the invite immediately (`SEND_NOW`). [View endpoint](https://docs.ramp.com/developer-api/v1/api/users#post-developer-v1-users-user-id-invite)\n\n- **Draft user creation support** — Added `is_draft` field to the create user request body. When set to `true`, the user is created in a `DRAFT` state without sending an invite email, allowing you to activate them later. [View endpoint](https://docs.ramp.com/developer-api/v1/api/users#post-developer-v1-users-deferred)\n\n- **User lifecycle status field** — User responses now include a `lifecycle_status` field with possible values `DRAFT`, `PENDING`, `ACTIVE`, `INACTIVE`, and `DELETED`, giving you visibility into where a user is in their lifecycle.\n\n- **Vendor agreement link and unlink endpoints (beta)** — Link purchase orders or documents to a vendor agreement via `POST /developer/v1/vendors/agreements/{agreement_id}/link`, link spend requests via `POST /developer/v1/vendors/agreements/{agreement_id}/link-spend-request`, and unlink them via `DELETE /developer/v1/vendors/agreements/{agreement_id}/unlink`. [View endpoint](https://docs.ramp.com/developer-api/v1/api/vendors#post-developer-v1-vendors-agreements-agreement-id-link)\n\n- **Filter bills by missing payment details** — Added `payment_details_missing` query parameter to the list bills endpoint. Set to `true` to return only bills that are missing vendor bank account or payment method information. [View endpoint](https://docs.ramp.com/developer-api/v1/api/bills#get-developer-v1-bills)\n\n- **Enhanced vendor credit filtering** — Added `entity_id`, `from_created_at`, and `to_created_at` query parameters to both vendor credits list endpoints for filtering by business entity and creation date ranges. [View endpoint](https://docs.ramp.com/developer-api/v1/api/vendors#get-developer-v1-vendors-credits)\n\n- **Entity selection setting for accounting connections** — Added `entity_selection_enabled` field to accounting connection settings, allowing you to enable or disable ERP entity selection for API-based accounting connections. [View endpoint](https://docs.ramp.com/developer-api/v1/api/accounting-connections#post-developer-v1-accounting-connection)\n\n- **`SPEND_PROGRAM` added to accounting field locations** — The `remote_field_locations` enum for accounting fields now includes `SPEND_PROGRAM`, enabling accounting field mapping on spend programs.\n\n- **`GOVERNMENT_ENTITY` vendor business type** — Added `GOVERNMENT_ENTITY` as a new enum value for vendor business entity types when creating or updating vendors.\n\n- **Relaxed bill line item `unit_price` validation** — The `unit_price` field on bill line items no longer enforces a minimum of 0, allowing negative unit prices for credit adjustments.\n\n- **Nullable `manual_payment_method`** — The `manual_payment_method` field on bill payment details is now nullable, returning `null` when a bill has not yet been marked as paid.\n\n- **New audit log event types** — Added numerous new event types for audit logs including `Accounting coding rules updated`, `Bill linked to contract`, `Bill unlinked from contract`, `Cashback redeemed`, `Counterparty created`, `Counterparty details changed`, `International payment initiated`, `Large transfer initiated`, `Mass payout initiated`, `Payment approval overridden`, `Payment to new counterparty`, and various `WBX` (workflow) and `RFX` (sourcing) events. [View endpoint](https://docs.ramp.com/developer-api/v1/api/audit-logs#get-developer-v1-audit-logs-events)\n\n- **New audit log entity types** — Added `Brokerage account`, `WBX Policy`, `WBX Request`, and `Wallet account` as entity types for audit log filtering.","publishedAt":"2026-04-27T00:00:00.000Z","url":"https://docs.ramp.com/developer-api/v1/changelog#april-27-2026","media":[],"prerelease":false,"source":{"slug":"ramp-developer-api","name":"Developer API","type":"scrape"},"org":{"slug":"ramp","name":"Ramp"},"product":null},{"id":"rel_Y_pRGXRpZ4dglsiOXkj1M","version":"v1.40.8","type":"feature","title":"v1.40.8","summary":"## Changelog\n* b7117b16cd61d3bfdc7fdf87f05d03c7df024f7c Add cmdutil.FindSubCmd and standardize cobra command lookup (#1558)\n* 43aa2c6a0b22b23973ca069a...","titleGenerated":null,"titleShort":null,"content":"## Changelog\n* b7117b16cd61d3bfdc7fdf87f05d03c7df024f7c Add cmdutil.FindSubCmd and standardize cobra command lookup (#1558)\n* 43aa2c6a0b22b23973ca069a6cdc81b24872c68c Add stripe preview get|post|delete via HTTP command factory (#1556)\n* b25bce36da59975b1b42d9e12e4e30624b90bfc8 OpenAPI Update for 2026-04-22.dahlia (#1564)\n* fd9f12ee7e4e40b6bc538de55b0bf5ddd96e33c0 Run test workflow on push only (#1560)\n* a2a2dc9256ce06ad4b641415f08a1a951ec9fece Show cursor during spinner by setting WithHiddenCursor(false) (#1559)\n\n","publishedAt":"2026-04-24T19:23:01.000Z","url":"https://github.com/stripe/stripe-cli/releases/tag/v1.40.8","media":[],"prerelease":false,"source":{"slug":"stripe-cli","name":"Stripe CLI","type":"github"},"org":{"slug":"stripe","name":"Stripe"},"product":null},{"id":"rel_F4m125m5uBCh6sJqdFMcd","version":"v15.2.0b2","type":"feature","title":"v15.2.0b2","summary":"* [#1797](https://github.com/stripe/stripe-python/pull/1797) Update generated code for beta\n  * Add support for new resources `v2.commerce.ProductCata...","titleGenerated":null,"titleShort":null,"content":"* [#1797](https://github.com/stripe/stripe-python/pull/1797) Update generated code for beta\n  * Add support for new resources `v2.commerce.ProductCatalogImport`, `v2.data.reporting.QueryRun`, `v2.extend.WorkflowRun`, `v2.extend.Workflow`, `v2.iam.ActivityLog`, `v2.network.BusinessProfile`, and `v2.orchestrated_commerce.Agreement`\n  * Add support for `confirm`, `create`, `list`, `retrieve`, and `terminate` methods on resource `v2.orchestrated_commerce.Agreement`\n  * Add support for `me` and `retrieve` methods on resource `v2.network.BusinessProfile`\n  * Add support for `list` method on resource `v2.iam.ActivityLog`\n  * Add support for `list` and `retrieve` methods on resource `v2.extend.WorkflowRun`\n  * Add support for `invoke`, `list`, and `retrieve` methods on resource `v2.extend.Workflow`\n  * Add support for `create` and `retrieve` methods on resources `v2.commerce.ProductCatalogImport` and `v2.data.reporting.QueryRun`\n  * ⚠️ Change type of `V2.Billing.Cadence.SettingsDatum.Collection.PaymentMethodOption.konbini`, `V2.Billing.CollectionSetting.PaymentMethodOption.konbini`, `V2.Billing.CollectionSettingVersion.PaymentMethodOption.konbini`, `v2.billing.CollectionSettingCreateParamsPaymentMethodOption.konbini`, and `v2.billing.CollectionSettingModifyParamsPaymentMethodOption.konbini` from `map(string: dynamic)` to `an object`\n  * ⚠️ Change type of `V2.Billing.Cadence.SettingsDatum.Collection.PaymentMethodOption.sepa_debit`, `V2.Billing.CollectionSetting.PaymentMethodOption.sepa_debit`, `V2.Billing.CollectionSettingVersion.PaymentMethodOption.sepa_debit`, `v2.billing.CollectionSettingCreateParamsPaymentMethodOption.sepa_debit`, and `v2.billing.CollectionSettingModifyParamsPaymentMethodOption.sepa_debit` from `map(string: dynamic)` to `an object`\n  * ⚠️ Add support for new values `cn_bank_account` and `jp_bank_account` on enum `V2.Core.Account.Configuration.Recipient.DefaultOutboundDestination.type`\n  * ⚠️ Add support for new values `futsu` and `toza` on enums `V2.Core.Vault.GbBankAccount.bank_account_type` and `V2.MoneyManagement.PayoutMethod.BankAccount.bank_account_type`\n  * ⚠️ Change type of `V2.MoneyManagement.InboundTransfer.TransferHistory.bank_debit_processing` from `map(string: dynamic)` to `an object`\n  * ⚠️ Change type of `V2.MoneyManagement.InboundTransfer.TransferHistory.bank_debit_queued` from `map(string: dynamic)` to `an object`\n  * ⚠️ Change type of `V2.MoneyManagement.InboundTransfer.TransferHistory.bank_debit_succeeded` from `map(string: dynamic)` to `an object`\n  * ⚠️ Add support for new value `payout_method_amount_limit_exceeded` on enum `V2.MoneyManagement.OutboundTransfer.StatusDetail.Failed.reason`\n  * ⚠️ Add support for new values `inbound_transfer_reversal`, `outbound_payment_reversal`, `outbound_transfer_reversal`, `received_credit_reversal`, `received_debit_reversal`, and `stripe_fee_tax` on enums `V2.MoneyManagement.Transaction.category` and `V2.MoneyManagement.TransactionEntry.TransactionDetail.category`\n  * ⚠️ Remove support for value `return` from enums `V2.MoneyManagement.Transaction.category` and `V2.MoneyManagement.TransactionEntry.TransactionDetail.category`\n  * Add support for new values `futsu` and `toza` on enums `v2.core.vault.GbBankAccountCreateParams.bank_account_type`, `v2.money_management.OutboundSetupIntentCreateParamsPayoutMethodDatumBankAccount.bank_account_type`, and `v2.money_management.OutboundSetupIntentModifyParamsPayoutMethodDatumBankAccount.bank_account_type`\n  * Change type of `v2.core.BatchJobCreateParamsEndpoint.http_method` from `literal('post')` to `enum('delete'|'post')`\n  * ⚠️ Add support for new value `meter_event_value_too_many_digits` on enums `EventsV1BillingMeterErrorReportTriggeredEvent.Reason.ErrorType.code` and `EventsV1BillingMeterNoMeterFoundEvent.Reason.ErrorType.code`\n  * Add support for `treasury_transaction` on `EventsV2MoneyManagementTransactionCreatedEvent`\n  * Add support for event notifications `V2CommerceProductCatalogImportsFailedEvent`, `V2CommerceProductCatalogImportsProcessingEvent`, `V2CommerceProductCatalogImportsSucceededEvent`, and `V2CommerceProductCatalogImportsSucceededWithErrorsEvent` with related object `v2.commerce.ProductCatalogImport`\n  * Add support for event notifications `V2DataReportingQueryRunCreatedEvent`, `V2DataReportingQueryRunFailedEvent`, `V2DataReportingQueryRunSucceededEvent`, and `V2DataReportingQueryRunUpdatedEvent` with related object `v2.data.reporting.QueryRun`\n  * Add support for event notifications `V2ExtendWorkflowRunFailedEvent`, `V2ExtendWorkflowRunStartedEvent`, and `V2ExtendWorkflowRunSucceededEvent` with related object `v2.extend.WorkflowRun`\n  * Add support for event notifications `V2OrchestratedCommerceAgreementConfirmedEvent`, `V2OrchestratedCommerceAgreementCreatedEvent`, `V2OrchestratedCommerceAgreementPartiallyConfirmedEvent`, and `V2OrchestratedCommerceAgreementTerminatedEvent` with related object `v2.orchestrated_commerce.Agreement`\n  * Add support for error type `CannotProceedError`\n\nSee [the changelog for more details](https://github.com/stripe/stripe-python/blob/v15.2.0b2/CHANGELOG.md).\n","publishedAt":"2026-04-24T18:18:15.000Z","url":"https://github.com/stripe/stripe-python/releases/tag/v15.2.0b2","media":[],"prerelease":false,"source":{"slug":"stripe-python","name":"stripe-python","type":"github"},"org":{"slug":"stripe","name":"Stripe"},"product":null},{"id":"rel_1lSW77NVmNtDpvpdsrQy0","version":"v15.2.0a1","type":"feature","title":"v15.2.0a1","summary":"This release changes the pinned API version to 2026-04-22.private.\n\n* [#1795](https://github.com/stripe/stripe-python/pull/1795) Update generated code...","titleGenerated":null,"titleShort":null,"content":"This release changes the pinned API version to 2026-04-22.private.\n\n* [#1795](https://github.com/stripe/stripe-python/pull/1795) Update generated code for private-preview\n  * Add support for new resources `v2.commerce.ProductCatalogImport`, `v2.core.ApprovalRequest`, `v2.extend.WorkflowRun`, `v2.extend.Workflow`, `v2.iam.ActivityLog`, `v2.network.BusinessProfile`, and `v2.orchestrated_commerce.Agreement`\n  * ⚠️ Remove support for resources `v2.core.WorkflowRun` and `v2.core.Workflow`\n  * Add support for `confirm`, `create`, `list`, `retrieve`, and `terminate` methods on resource `v2.orchestrated_commerce.Agreement`\n  * Add support for `me` and `retrieve` methods on resource `v2.network.BusinessProfile`\n  * Add support for `list` method on resource `v2.iam.ActivityLog`\n  * Add support for `list` and `retrieve` methods on resource `v2.extend.WorkflowRun`\n  * Add support for `invoke`, `list`, and `retrieve` methods on resource `v2.extend.Workflow`\n  * Add support for `cancel`, `execute`, `list`, `retrieve`, and `submit` methods on resource `v2.core.ApprovalRequest`\n  * Add support for `create` and `retrieve` methods on resource `v2.commerce.ProductCatalogImport`\n  * ⚠️ Remove support for `list` and `retrieve` methods on resource `v2.core.WorkflowRun`\n  * ⚠️ Remove support for `invoke`, `list`, and `retrieve` methods on resource `v2.core.Workflow`\n  * Add support for `renew_onboarding_link` method on resource `v2.core.ClaimableSandbox`\n  * ⚠️ Remove support for `customer` on `SharedPayment.IssuedToken`\n  * Change type of `SharedPayment.IssuedToken.payment_method` from `nullable(string)` to `string`\n  * Add support for `bill_management` and `send_money` on `AccountSession.Component.Bill.Feature`\n  * Add support for `gift_card` on `Charge.PaymentMethodDetail`, `PaymentAttemptRecord.PaymentMethodDetail`, and `PaymentRecord.PaymentMethodDetail`\n  * Add support for `custom_payment_method_types` on `Checkout.Session` and `checkout.SessionCreateParams`\n  * Add support for `payment_record` on `Checkout.Session`\n  * ⚠️ Remove support for `shared_payment_granted_token` on `ConfirmationTokenCreateParamsPaymentMethodDatum`, `PaymentIntentConfirmParamsPaymentMethodDatum`, `PaymentIntentCreateParamsPaymentMethodDatum`, `PaymentIntentModifyParamsPaymentMethodDatum`, `PaymentIntent`, `PaymentMethod`, `SetupIntentConfirmParamsPaymentMethodDatum`, `SetupIntentCreateParamsPaymentMethodDatum`, and `SetupIntentModifyParamsPaymentMethodDatum`\n  * Add support for `payment_method` on `ConfirmationToken.PaymentMethodPreview.SepaDebit.GeneratedFrom`, `PaymentMethod.SepaDebit.GeneratedFrom`, and `SharedPayment.GrantedToken.PaymentMethodDetail.SepaDebit.GeneratedFrom`\n  * ⚠️ Change type of `DelegatedCheckout.RequestedSession.FulfillmentDetail.FulfillmentOption.type`, `DelegatedCheckout.RequestedSession.FulfillmentDetail.SelectedFulfillmentOption.type`, `DelegatedCheckout.RequestedSession.FulfillmentDetail.SelectedFulfillmentOptionOverride.type`, `delegated_checkout.RequestedSessionModifyParamsFulfillmentDetailSelectedFulfillmentOption.type`, and `delegated_checkout.RequestedSessionModifyParamsFulfillmentDetailSelectedFulfillmentOptionOverride.type` from `string` to `enum('digital'|'shipping')`\n  * Add support for `return_url` on `delegated_checkout.RequestedSessionConfirmParams`\n  * Add support for `buyer_consents` on `DelegatedCheckout.RequestedSession`\n  * Add support for `crypto_transactions` on `Issuing.Authorization`, `Issuing.Dispute`, and `Issuing.Transaction`\n  * Add support for `payment_facilitator_id` and `sub_merchant_id` on `Issuing.Authorization.MerchantDatum` and `Issuing.Transaction.MerchantDatum`\n  * Add support for `identifiers` on `OrderCreateParamsLineItemProductDatum`, `OrderModifyParamsLineItemProductDatum`, `ProductCreateParams`, `ProductModifyParams`, and `Product`\n  * Add support for `agent_details` on `PaymentIntent`\n  * Add support for `external_reference` on `PriceCreateParams` and `PriceModifyParams`\n  * Add support for `login_succeeded` and `registration_succeeded` on `Radar.AccountEvaluation.Event` and `radar.AccountEvaluationModifyParams`\n  * Add support for `print_content` on `Terminal.Reader.Action`\n  * ⚠️ Add support for new value `print_content` on enum `Terminal.Reader.Action.type`\n  * ⚠️ Add support for new values `cn_bank_account` and `jp_bank_account` on enum `V2.Core.Account.Configuration.Recipient.DefaultOutboundDestination.type`\n  * ⚠️ Add support for new values `bm_crn`, `bo_tin`, `bt_tpn`, `co_nit`, `ec_ruc`, `eg_tin`, `gh_tin`, `gy_tin`, `hn_rtn`, `jm_trn`, `jo_crn`, `ke_pin`, `ky_crn`, `lk_tin`, `mo_tin`, `mv_tin`, `ng_tin`, `pa_ruc`, `ph_tin`, `py_ruc`, `sl_tin`, `sv_nit`, `uy_ruc`, `vg_cn`, and `za_tin` on enum `V2.Core.Account.Identity.BusinessDetail.IdNumber.type`\n  * ⚠️ Add support for new values `bm_pp`, `bo_ci`, `bt_cid`, `eg_tin`, `gh_pin`, `gy_tin`, `hn_rtn`, `jm_trn`, `jo_pin`, `ky_pp`, `lk_nic`, `mo_bir`, `mt_nic`, `mv_tin`, `pa_ruc`, `ph_tin`, `py_ruc`, `si_pin`, `sv_nit`, and `vg_pp` on enums `V2.Core.Account.Identity.Individual.IdNumber.type` and `V2.Core.AccountPerson.IdNumber.type`\n  * Add support for `app_channel` on `V2.Core.ClaimableSandbox` and `v2.core.ClaimableSandboxCreateParams`\n  * Add support for `onboarding_link_details` and `owner_details` on `V2.Core.ClaimableSandbox`\n  * ⚠️ Remove support for `claim_url` on `V2.Core.ClaimableSandbox`\n  * ⚠️ Remove support for `owner_account` on `V2.Core.ClaimableSandbox.SandboxDetail`\n  * ⚠️ Add support for new value `live` on enum `V2.Core.ClaimableSandbox.status`\n  * Add support for `snapshot_event` on `V2.Core.Event`\n  * ⚠️ Add support for new values `futsu` and `toza` on enums `V2.Core.Vault.GbBankAccount.bank_account_type` and `V2.MoneyManagement.PayoutMethod.BankAccount.bank_account_type`\n  * ⚠️ Change `V2.MoneyManagement.CurrencyConversion.financial_account` to be optional\n  * Add support for `multiprocessor_settlement` on `V2.MoneyManagement.FinancialAccount`\n  * ⚠️ Add support for new value `multiprocessor_settlement` on enum `V2.MoneyManagement.FinancialAccount.type`\n  * Add support for `ca_bank_account` on `V2.MoneyManagement.FinancialAddress.Credential` and `V2.MoneyManagement.ReceivedCredit.BankTransfer`\n  * ⚠️ Add support for new value `ca_bank_account` on enum `V2.MoneyManagement.FinancialAddress.Credential.type`\n  * ⚠️ Add support for new value `tempo` on enum `V2.MoneyManagement.PayoutMethod.CryptoWallet.network`\n  * ⚠️ Add support for new value `ca_bank_account` on enum `V2.MoneyManagement.ReceivedCredit.BankTransfer.origin_type`\n  * ⚠️ Remove support for value `return` from enums `V2.MoneyManagement.Transaction.category` and `V2.MoneyManagement.TransactionEntry.TransactionDetail.category`\n  * Add support for `amount_details` and `payment_details` on `V2.Payments.OffSessionPayment`, `v2.payments.OffSessionPaymentCaptureParams`, and `v2.payments.OffSessionPaymentCreateParams`\n  * Add support for `description` on `V2.Payments.OffSessionPayment` and `v2.payments.OffSessionPaymentCreateParams`\n  * Add support for new value `acss` on enum `v2.FinancialAddressCreditSimulationCreditParams.network`\n  * Add support for `mcc` on `v2.payments.OffSessionPaymentCreateParamsPaymentMethodOptionCard`\n  * Change `v2.payments.OffSessionPaymentCreateParamsPaymentMethodOptionCard.network_transaction_id` to be optional\n  * Add support for new values `futsu` and `toza` on enums `v2.core.vault.GbBankAccountCreateParams.bank_account_type`, `v2.money_management.OutboundSetupIntentCreateParamsPayoutMethodDatumBankAccount.bank_account_type`, and `v2.money_management.OutboundSetupIntentModifyParamsPayoutMethodDatumBankAccount.bank_account_type`\n  * Add support for new value `tempo` on enum `v2.money_management.OutboundSetupIntentCreateParamsPayoutMethodDatumCryptoWallet.network`\n  * Add support for new value `credentials.ca_bank_account.account_number` on enums `v2.money_management.FinancialAddressListParams.include` and `v2.money_management.FinancialAddressRetrieveParams.include`\n  * Add support for new value `ca_bank_account` on enum `v2.money_management.FinancialAddressCreateParams.type`\n  * Add support for new value `multiprocessor_settlement` on enum `v2.money_management.FinancialAccountListParams.types`\n  * Add support for `storage` on `v2.money_management.FinancialAccountModifyParams`\n  * Add support for `fx_quote` on `v2.money_management.CurrencyConversionCreateParams`\n  * Change `v2.money_management.CurrencyConversionCreateParams.financial_account` to be optional\n  * ⚠️ Add support for `onboarding_link_details` on `v2.core.ClaimableSandboxCreateParams`\n  * Change type of `v2.core.BatchJobCreateParamsEndpoint.http_method` from `literal('post')` to `enum('delete'|'post')`\n  * Add support for new values `bm_crn`, `bo_tin`, `bt_tpn`, `co_nit`, `ec_ruc`, `eg_tin`, `gh_tin`, `gy_tin`, `hn_rtn`, `jm_trn`, `jo_crn`, `ke_pin`, `ky_crn`, `lk_tin`, `mo_tin`, `mv_tin`, `ng_tin`, `pa_ruc`, `ph_tin`, `py_ruc`, `sl_tin`, `sv_nit`, `uy_ruc`, `vg_cn`, and `za_tin` on enums `v2.core.AccountCreateParamsIdentityBusinessDetailIdNumber.type`, `v2.core.AccountModifyParamsIdentityBusinessDetailIdNumber.type`, and `v2.core.AccountTokenCreateParamsIdentityBusinessDetailIdNumber.type`\n  * Add support for new values `bm_pp`, `bo_ci`, `bt_cid`, `eg_tin`, `gh_pin`, `gy_tin`, `hn_rtn`, `jm_trn`, `jo_pin`, `ky_pp`, `lk_nic`, `mo_bir`, `mt_nic`, `mv_tin`, `pa_ruc`, `ph_tin`, `py_ruc`, `si_pin`, `sv_nit`, and `vg_pp` on enums `v2.core.AccountCreateParamsIdentityIndividualIdNumber.type`, `v2.core.AccountModifyParamsIdentityIndividualIdNumber.type`, `v2.core.AccountPersonCreateParamsIdNumber.type`, `v2.core.AccountPersonModifyParamsIdNumber.type`, `v2.core.AccountPersonTokenCreateParamsIdNumber.type`, and `v2.core.AccountTokenCreateParamsIdentityIndividualIdNumber.type`\n  * ⚠️ Add support for new value `meter_event_value_too_many_digits` on enums `EventsV1BillingMeterErrorReportTriggeredEvent.Reason.ErrorType.code` and `EventsV1BillingMeterNoMeterFoundEvent.Reason.ErrorType.code`\n  * Add support for `treasury_transaction` on `EventsV2MoneyManagementTransactionCreatedEvent`\n  * Add support for event notifications `V1AccountApplicationAuthorizedEvent`, `V1AccountApplicationDeauthorizedEvent`, `V1AccountExternalAccountCreatedEvent`, `V1AccountExternalAccountDeletedEvent`, `V1AccountExternalAccountUpdatedEvent`, `V1BillingPortalSessionCreatedEvent`, `V1EntitlementsActiveEntitlementSummaryUpdatedEvent`, `V2CoreHealthMeterEventSummariesDelayedFiringEvent`, and `V2CoreHealthMeterEventSummariesDelayedResolvedEvent`\n  * Add support for event notification `V1AccountUpdatedEvent` with related object `Account`\n  * Add support for event notifications `V1ApplicationFeeCreatedEvent` and `V1ApplicationFeeRefundedEvent` with related object `ApplicationFee`\n  * Add support for event notification `V1ApplicationFeeRefundUpdatedEvent` with related object `ApplicationFeeRefund`\n  * Add support for event notification `V1BalanceAvailableEvent` with related object `Balance`\n  * Add support for event notification `V1BillingAlertTriggeredEvent` with related object `billing.Alert`\n  * Add support for event notifications `V1BillingPortalConfigurationCreatedEvent` and `V1BillingPortalConfigurationUpdatedEvent` with related object `billing_portal.Configuration`\n  * Add support for event notification `V1CapabilityUpdatedEvent` with related object `Capability`\n  * Add support for event notification `V1CashBalanceFundsAvailableEvent` with related object `CashBalance`\n  * Add support for event notifications `V1ChargeCapturedEvent`, `V1ChargeExpiredEvent`, `V1ChargeFailedEvent`, `V1ChargePendingEvent`, `V1ChargeRefundedEvent`, `V1ChargeSucceededEvent`, and `V1ChargeUpdatedEvent` with related object `Charge`\n  * Add support for event notifications `V1ChargeDisputeClosedEvent`, `V1ChargeDisputeCreatedEvent`, `V1ChargeDisputeFundsReinstatedEvent`, `V1ChargeDisputeFundsWithdrawnEvent`, and `V1ChargeDisputeUpdatedEvent` with related object `Dispute`\n  * Add support for event notifications `V1ChargeRefundUpdatedEvent`, `V1RefundCreatedEvent`, `V1RefundFailedEvent`, and `V1RefundUpdatedEvent` with related object `Refund`\n  * Add support for event notifications `V1CheckoutSessionAsyncPaymentFailedEvent`, `V1CheckoutSessionAsyncPaymentSucceededEvent`, `V1CheckoutSessionCompletedEvent`, and `V1CheckoutSessionExpiredEvent` with related object `checkout.Session`\n  * Add support for event notifications `V1ClimateOrderCanceledEvent`, `V1ClimateOrderCreatedEvent`, `V1ClimateOrderDelayedEvent`, `V1ClimateOrderDeliveredEvent`, and `V1ClimateOrderProductSubstitutedEvent` with related object `climate.Order`\n  * Add support for event notifications `V1ClimateProductCreatedEvent` and `V1ClimateProductPricingUpdatedEvent` with related object `climate.Product`\n  * Add support for event notifications `V1CouponCreatedEvent`, `V1CouponDeletedEvent`, and `V1CouponUpdatedEvent` with related object `Coupon`\n  * Add support for event notifications `V1CreditNoteCreatedEvent`, `V1CreditNoteUpdatedEvent`, and `V1CreditNoteVoidedEvent` with related object `CreditNote`\n  * Add support for event notifications `V1CustomerCreatedEvent`, `V1CustomerDeletedEvent`, and `V1CustomerUpdatedEvent` with related object `Customer`\n  * Add support for event notifications `V1CustomerSubscriptionCreatedEvent`, `V1CustomerSubscriptionDeletedEvent`, `V1CustomerSubscriptionPausedEvent`, `V1CustomerSubscriptionPendingUpdateAppliedEvent`, `V1CustomerSubscriptionPendingUpdateExpiredEvent`, `V1CustomerSubscriptionResumedEvent`, `V1CustomerSubscriptionTrialWillEndEvent`, and `V1CustomerSubscriptionUpdatedEvent` with related object `Subscription`\n  * Add support for event notifications `V1CustomerTaxIdCreatedEvent`, `V1CustomerTaxIdDeletedEvent`, and `V1CustomerTaxIdUpdatedEvent` with related object `TaxId`\n  * Add support for event notification `V1CustomerCashBalanceTransactionCreatedEvent` with related object `CustomerCashBalanceTransaction`\n  * Add support for event notification `V1FileCreatedEvent` with related object `File`\n  * Add support for event notifications `V1FinancialConnectionsAccountCreatedEvent`, `V1FinancialConnectionsAccountDeactivatedEvent`, `V1FinancialConnectionsAccountDisconnectedEvent`, `V1FinancialConnectionsAccountReactivatedEvent`, `V1FinancialConnectionsAccountRefreshedBalanceEvent`, `V1FinancialConnectionsAccountRefreshedOwnershipEvent`, and `V1FinancialConnectionsAccountRefreshedTransactionsEvent` with related object `financial_connections.Account`\n  * Add support for event notifications `V1IdentityVerificationSessionCanceledEvent`, `V1IdentityVerificationSessionCreatedEvent`, `V1IdentityVerificationSessionProcessingEvent`, `V1IdentityVerificationSessionRedactedEvent`, `V1IdentityVerificationSessionRequiresInputEvent`, and `V1IdentityVerificationSessionVerifiedEvent` with related object `identity.VerificationSession`\n  * Add support for event notifications `V1InvoiceCreatedEvent`, `V1InvoiceDeletedEvent`, `V1InvoiceFinalizationFailedEvent`, `V1InvoiceFinalizedEvent`, `V1InvoiceMarkedUncollectibleEvent`, `V1InvoiceOverdueEvent`, `V1InvoiceOverpaidEvent`, `V1InvoicePaidEvent`, `V1InvoicePaymentActionRequiredEvent`, `V1InvoicePaymentFailedEvent`, `V1InvoicePaymentSucceededEvent`, `V1InvoiceSentEvent`, `V1InvoiceUpcomingEvent`, `V1InvoiceUpdatedEvent`, `V1InvoiceVoidedEvent`, and `V1InvoiceWillBeDueEvent` with related object `Invoice`\n  * Add support for event notification `V1InvoicePaymentPaidEvent` with related object `InvoicePayment`\n  * Add support for event notifications `V1InvoiceitemCreatedEvent` and `V1InvoiceitemDeletedEvent` with related object `InvoiceItem`\n  * Add support for event notifications `V1IssuingAuthorizationCreatedEvent`, `V1IssuingAuthorizationRequestEvent`, and `V1IssuingAuthorizationUpdatedEvent` with related object `issuing.Authorization`\n  * Add support for event notifications `V1IssuingCardCreatedEvent` and `V1IssuingCardUpdatedEvent` with related object `issuing.Card`\n  * Add support for event notifications `V1IssuingCardholderCreatedEvent` and `V1IssuingCardholderUpdatedEvent` with related object `issuing.Cardholder`\n  * Add support for event notifications `V1IssuingDisputeClosedEvent`, `V1IssuingDisputeCreatedEvent`, `V1IssuingDisputeFundsReinstatedEvent`, `V1IssuingDisputeFundsRescindedEvent`, `V1IssuingDisputeSubmittedEvent`, and `V1IssuingDisputeUpdatedEvent` with related object `issuing.Dispute`\n  * Add support for event notifications `V1IssuingPersonalizationDesignActivatedEvent`, `V1IssuingPersonalizationDesignDeactivatedEvent`, `V1IssuingPersonalizationDesignRejectedEvent`, and `V1IssuingPersonalizationDesignUpdatedEvent` with related object `issuing.PersonalizationDesign`\n  * Add support for event notifications `V1IssuingTokenCreatedEvent` and `V1IssuingTokenUpdatedEvent` with related object `issuing.Token`\n  * Add support for event notifications `V1IssuingTransactionCreatedEvent`, `V1IssuingTransactionPurchaseDetailsReceiptUpdatedEvent`, and `V1IssuingTransactionUpdatedEvent` with related object `issuing.Transaction`\n  * Add support for event notification `V1MandateUpdatedEvent` with related object `Mandate`\n  * Add support for event notifications `V1PaymentIntentAmountCapturableUpdatedEvent`, `V1PaymentIntentCanceledEvent`, `V1PaymentIntentCreatedEvent`, `V1PaymentIntentPartiallyFundedEvent`, `V1PaymentIntentPaymentFailedEvent`, `V1PaymentIntentProcessingEvent`, `V1PaymentIntentRequiresActionEvent`, and `V1PaymentIntentSucceededEvent` with related object `PaymentIntent`\n  * Add support for event notifications `V1PaymentLinkCreatedEvent` and `V1PaymentLinkUpdatedEvent` with related object `PaymentLink`\n  * Add support for event notifications `V1PaymentMethodAttachedEvent`, `V1PaymentMethodAutomaticallyUpdatedEvent`, `V1PaymentMethodDetachedEvent`, and `V1PaymentMethodUpdatedEvent` with related object `PaymentMethod`\n  * Add support for event notifications `V1PayoutCanceledEvent`, `V1PayoutCreatedEvent`, `V1PayoutFailedEvent`, `V1PayoutPaidEvent`, `V1PayoutReconciliationCompletedEvent`, and `V1PayoutUpdatedEvent` with related object `Payout`\n  * Add support for event notifications `V1PersonCreatedEvent`, `V1PersonDeletedEvent`, and `V1PersonUpdatedEvent` with related object `Person`\n  * Add support for event notifications `V1PlanCreatedEvent`, `V1PlanDeletedEvent`, and `V1PlanUpdatedEvent` with related object `Plan`\n  * Add support for event notifications `V1PriceCreatedEvent`, `V1PriceDeletedEvent`, and `V1PriceUpdatedEvent` with related object `Price`\n  * Add support for event notifications `V1ProductCreatedEvent`, `V1ProductDeletedEvent`, and `V1ProductUpdatedEvent` with related object `Product`\n  * Add support for event notifications `V1PromotionCodeCreatedEvent` and `V1PromotionCodeUpdatedEvent` with related object `PromotionCode`\n  * Add support for event notifications `V1QuoteAcceptedEvent`, `V1QuoteCanceledEvent`, `V1QuoteCreatedEvent`, and `V1QuoteFinalizedEvent` with related object `Quote`\n  * Add support for event notifications `V1RadarEarlyFraudWarningCreatedEvent` and `V1RadarEarlyFraudWarningUpdatedEvent` with related object `radar.EarlyFraudWarning`\n  * Add support for event notifications `V1ReviewClosedEvent` and `V1ReviewOpenedEvent` with related object `Review`\n  * Add support for event notifications `V1SetupIntentCanceledEvent`, `V1SetupIntentCreatedEvent`, `V1SetupIntentRequiresActionEvent`, `V1SetupIntentSetupFailedEvent`, and `V1SetupIntentSucceededEvent` with related object `SetupIntent`\n  * Add support for event notification `V1SigmaScheduledQueryRunCreatedEvent` with related object `sigma.ScheduledQueryRun`\n  * Add support for event notifications `V1SourceCanceledEvent`, `V1SourceChargeableEvent`, `V1SourceFailedEvent`, and `V1SourceRefundAttributesRequiredEvent` with related object `Source`\n  * Add support for event notifications `V1SubscriptionScheduleAbortedEvent`, `V1SubscriptionScheduleCanceledEvent`, `V1SubscriptionScheduleCompletedEvent`, `V1SubscriptionScheduleCreatedEvent`, `V1SubscriptionScheduleExpiringEvent`, `V1SubscriptionScheduleReleasedEvent`, and `V1SubscriptionScheduleUpdatedEvent` with related object `SubscriptionSchedule`\n  * Add support for event notification `V1TaxSettingsUpdatedEvent` with related object `tax.Settings`\n  * Add support for event notifications `V1TaxRateCreatedEvent` and `V1TaxRateUpdatedEvent` with related object `TaxRate`\n  * Add support for event notifications `V1TerminalReaderActionFailedEvent`, `V1TerminalReaderActionSucceededEvent`, and `V1TerminalReaderActionUpdatedEvent` with related object `terminal.Reader`\n  * Add support for event notifications `V1TestHelpersTestClockAdvancingEvent`, `V1TestHelpersTestClockCreatedEvent`, `V1TestHelpersTestClockDeletedEvent`, `V1TestHelpersTestClockInternalFailureEvent`, and `V1TestHelpersTestClockReadyEvent` with related object `test_helpers.TestClock`\n  * Add support for event notifications `V1TopupCanceledEvent`, `V1TopupCreatedEvent`, `V1TopupFailedEvent`, `V1TopupReversedEvent`, and `V1TopupSucceededEvent` with related object `Topup`\n  * Add support for event notifications `V1TransferCreatedEvent`, `V1TransferReversedEvent`, and `V1TransferUpdatedEvent` with related object `Transfer`\n  * Add support for event notifications `V2CommerceProductCatalogImportsFailedEvent`, `V2CommerceProductCatalogImportsProcessingEvent`, `V2CommerceProductCatalogImportsSucceededEvent`, and `V2CommerceProductCatalogImportsSucceededWithErrorsEvent` with related object `v2.commerce.ProductCatalogImport`\n  * Add support for event notifications `V2CoreApprovalRequestApprovedEvent`, `V2CoreApprovalRequestCanceledEvent`, `V2CoreApprovalRequestFailedEvent`, `V2CoreApprovalRequestRejectedEvent`, and `V2CoreApprovalRequestSucceededEvent` with related object `v2.core.ApprovalRequest`\n  * Add support for event notification `V2CoreClaimableSandboxUpdatedEvent` with related object `v2.core.ClaimableSandbox`\n  * Add support for event notifications `V2ExtendWorkflowRunFailedEvent`, `V2ExtendWorkflowRunStartedEvent`, and `V2ExtendWorkflowRunSucceededEvent` with related object `v2.extend.WorkflowRun`\n  * Add support for event notifications `V2OrchestratedCommerceAgreementConfirmedEvent`, `V2OrchestratedCommerceAgreementCreatedEvent`, `V2OrchestratedCommerceAgreementPartiallyConfirmedEvent`, and `V2OrchestratedCommerceAgreementTerminatedEvent` with related object `v2.orchestrated_commerce.Agreement`\n  * ⚠️ Remove support for event notification `V2CoreClaimableSandboxSandboxDetailsOwnerAccountUpdatedEvent` with related object `v2.core.ClaimableSandbox`\n  * Add support for error type `FxQuoteExpiredError`\n  * Add support for error codes `invalid_workflow_input_parameters` and `workflow_not_invokable` on `CannotProceedError`\n\nSee [the changelog for more details](https://github.com/stripe/stripe-python/blob/v15.2.0a1/CHANGELOG.md).\n","publishedAt":"2026-04-24T04:49:10.000Z","url":"https://github.com/stripe/stripe-python/releases/tag/v15.2.0a1","media":[],"prerelease":false,"source":{"slug":"stripe-python","name":"stripe-python","type":"github"},"org":{"slug":"stripe","name":"Stripe"},"product":null},{"id":"rel_IZBN7gkaN-OipHYqcO4us","version":"v15.2.0b1","type":"feature","title":"v15.2.0b1","summary":"This release changes the pinned API version to 2026-04-22.private.\n\n* [#1777](https://github.com/stripe/stripe-python/pull/1777) Update generated code...","titleGenerated":null,"titleShort":null,"content":"This release changes the pinned API version to 2026-04-22.private.\n\n* [#1777](https://github.com/stripe/stripe-python/pull/1777) Update generated code for beta\n  * Add support for new resources `shared_payment.GrantedToken` and `shared_payment.IssuedToken`\n  * Add support for `retrieve` method on resource `shared_payment.GrantedToken`\n  * Add support for `create` and `revoke` test helper methods on resource `shared_payment.GrantedToken`\n  * Add support for `create`, `retrieve`, and `revoke` methods on resource `shared_payment.IssuedToken`\n  * Add support for `blik` on `Invoice.PaymentSetting.PaymentMethodOption`, `InvoiceCreateParamsPaymentSettingPaymentMethodOption`, `InvoiceModifyParamsPaymentSettingPaymentMethodOption`, `QuotePreviewInvoice.PaymentSetting.PaymentMethodOption`, `Subscription.PaymentSetting.PaymentMethodOption`, `SubscriptionCreateParamsPaymentSettingPaymentMethodOption`, `SubscriptionModifyParamsPaymentSettingPaymentMethodOption`, and `checkout.SessionCreateParamsPaymentMethodOption`\n  * ⚠️ Add support for new values `fo_vat`, `gi_tin`, `it_cf`, and `py_ruc` on enums `Checkout.Session.CollectedInformation.TaxId.type`, `Order.TaxDetail.TaxId.type`, and `QuotePreviewInvoice.CustomerTaxId.type`\n  * Change `Checkout.Session.managed_payments`, `PaymentIntent.managed_payments`, `PaymentLink.managed_payments`, and `Subscription.managed_payments` to be required\n  * Add support for `shared_payment_granted_token` on `ConfirmationTokenCreateParamsPaymentMethodDatum`, `PaymentIntentConfirmParamsPaymentMethodDatum`, `PaymentIntentCreateParamsPaymentMethodDatum`, `PaymentIntentModifyParamsPaymentMethodDatum`, `PaymentMethod`, `SetupIntentConfirmParamsPaymentMethodDatum`, `SetupIntentCreateParamsPaymentMethodDatum`, and `SetupIntentModifyParamsPaymentMethodDatum`\n  * Change `Invoice.PaymentSetting.PaymentMethodOption.pix`, `QuotePreviewInvoice.PaymentSetting.PaymentMethodOption.pix`, and `Subscription.PaymentSetting.PaymentMethodOption.pix` to be required\n  * Change `Invoice.PaymentSetting.PaymentMethodOption.upi`, `QuotePreviewInvoice.PaymentSetting.PaymentMethodOption.upi`, and `Subscription.PaymentSetting.PaymentMethodOption.upi` to be required\n  * Add support for new values `fo_vat`, `gi_tin`, `it_cf`, and `py_ruc` on enums `OrderCreateParamsTaxDetailTaxId.type` and `OrderModifyParamsTaxDetailTaxId.type`\n  * Add support for `validation_errors` on `Privacy.RedactionJob`\n  * Add support for `tax_details` on `Product`\n  * ⚠️ Add support for new value `blik` on enum `QuotePreviewInvoice.PaymentSetting.payment_method_types`\n  * ⚠️ Change type of `QuotePreviewInvoice.TotalTax.TaxRateDetail.tax_rate` from `string` to `expandable($TaxRate)`\n  * ⚠️ Change type of `Radar.PaymentEvaluation.ClientDeviceMetadataDetail.radar_session` from `string` to `nullable(string)`\n  * Change `SetupIntent.NextAction.PixDisplayQrCode.data` to be required\n  * Change `SetupIntent.NextAction.PixDisplayQrCode.expires_at` to be required\n  * Change `SetupIntent.NextAction.PixDisplayQrCode.hosted_instructions_url` to be required\n  * Change `SetupIntent.NextAction.PixDisplayQrCode.image_url_png` to be required\n  * Change `SetupIntent.NextAction.PixDisplayQrCode.image_url_svg` to be required\n  * Add support for `admissions_tax`, `attendance_tax`, `entertainment_tax`, `gross_receipts_tax`, `hospitality_tax`, `luxury_tax`, `resort_tax`, and `tourism_tax` on `tax.RegistrationCreateParamsCountryOptionMe`\n  * Add support for `purpose` on `Treasury.OutboundPayment` and `treasury.OutboundPaymentCreateParams`\n  * Add support for error codes `action_blocked` and `approval_required` on `QuotePreviewInvoice.LastFinalizationError`\n\nSee [the changelog for more details](https://github.com/stripe/stripe-python/blob/v15.2.0b1/CHANGELOG.md).\n","publishedAt":"2026-04-24T00:22:33.000Z","url":"https://github.com/stripe/stripe-python/releases/tag/v15.2.0b1","media":[],"prerelease":false,"source":{"slug":"stripe-python","name":"stripe-python","type":"github"},"org":{"slug":"stripe","name":"Stripe"},"product":null},{"id":"rel_-OBTyImPdL7c9-5yluuok","version":"v15.1.0","type":"feature","title":"v15.1.0","summary":"This release changes the pinned API version to 2026-04-22.dahlia.\n\n* [#1793](https://github.com/stripe/stripe-python/pull/1793) Update generated code\n...","titleGenerated":null,"titleShort":null,"content":"This release changes the pinned API version to 2026-04-22.dahlia.\n\n* [#1793](https://github.com/stripe/stripe-python/pull/1793) Update generated code\n  * Add support for `balance_report` and `payout_reconciliation_report` on `AccountSession.Component` and `AccountSessionCreateParamsComponent`\n  * Add support for `app_distribution` and `sunbit_payments` on `Account.Capability`, `AccountCreateParamsCapability`, and `AccountModifyParamsCapability`\n  * ⚠️ Add support for new values `fee_credit_funding`, `inbound_transfer_reversal`, and `inbound_transfer` on enum `BalanceTransaction.type`\n  * Add support for `sunbit` on `Charge.PaymentMethodDetail`, `ConfirmationToken.PaymentMethodPreview`, `ConfirmationTokenCreateParamsPaymentMethodDatum`, `PaymentAttemptRecord.PaymentMethodDetail`, `PaymentIntentConfirmParamsPaymentMethodDatum`, `PaymentIntentCreateParamsPaymentMethodDatum`, `PaymentIntentModifyParamsPaymentMethodDatum`, `PaymentMethodConfigurationCreateParams`, `PaymentMethodConfigurationModifyParams`, `PaymentMethodConfiguration`, `PaymentMethodCreateParams`, `PaymentMethod`, `PaymentRecord.PaymentMethodDetail`, `SetupIntentConfirmParamsPaymentMethodDatum`, `SetupIntentCreateParamsPaymentMethodDatum`, and `SetupIntentModifyParamsPaymentMethodDatum`\n  * ⚠️ Add support for new values `phantom_cash` and `usdt` on enums `Charge.PaymentMethodDetail.Crypto.token_currency`, `PaymentAttemptRecord.PaymentMethodDetail.Crypto.token_currency`, and `PaymentRecord.PaymentMethodDetail.Crypto.token_currency`\n  * Add support for `location` and `reader` on `Charge.PaymentMethodDetail.Klarna`, `PaymentAttemptRecord.PaymentMethodDetail.Klarna`, and `PaymentRecord.PaymentMethodDetail.Klarna`\n  * Add support for `mandate` on `Charge.PaymentMethodDetail.Pix`, `PaymentAttemptRecord.PaymentMethodDetail.Pix`, and `PaymentRecord.PaymentMethodDetail.Pix`\n  * Add support for `managed_payments` on `Checkout.Session`, `PaymentIntent`, `PaymentLinkCreateParams`, `PaymentLink`, `SetupIntent`, `Subscription`, and `checkout.SessionCreateParams`\n  * Add support for new value `sunbit` on enums `PaymentIntentConfirmParams.excluded_payment_method_types`, `PaymentIntentCreateParams.excluded_payment_method_types`, `PaymentIntentModifyParams.excluded_payment_method_types`, `SetupIntentCreateParams.excluded_payment_method_types`, `SetupIntentModifyParams.excluded_payment_method_types`, and `checkout.SessionCreateParams.excluded_payment_method_types`\n  * Add support for `mandate_options` on `Checkout.Session.PaymentMethodOption.Pix`, `PaymentIntent.PaymentMethodOption.Pix`, `PaymentIntentConfirmParamsPaymentMethodOptionPix`, `PaymentIntentCreateParamsPaymentMethodOptionPix`, `PaymentIntentModifyParamsPaymentMethodOptionPix`, and `checkout.SessionCreateParamsPaymentMethodOptionPix`\n  * Change type of `PaymentIntentConfirmParamsPaymentMethodOptionPix.setup_future_usage`, `PaymentIntentCreateParamsPaymentMethodOptionPix.setup_future_usage`, `PaymentIntentModifyParamsPaymentMethodOptionPix.setup_future_usage`, and `checkout.SessionCreateParamsPaymentMethodOptionPix.setup_future_usage` from `literal('none')` to `enum('none'|'off_session')`\n  * Add support for new value `sunbit` on enum `checkout.SessionCreateParams.payment_method_types`\n  * ⚠️ Add support for new values `fo_vat`, `gi_tin`, `it_cf`, and `py_ruc` on enums `Checkout.Session.CustomerDetail.TaxId.type`, `Invoice.CustomerTaxId.type`, `Tax.Calculation.CustomerDetail.TaxId.type`, `Tax.Transaction.CustomerDetail.TaxId.type`, and `TaxId.type`\n  * ⚠️ Change type of `Checkout.Session.PaymentMethodOption.Pix.setup_future_usage` and `PaymentIntent.PaymentMethodOption.Pix.setup_future_usage` from `literal('none')` to `enum('none'|'off_session')`\n  * Add support for new value `sunbit` on enums `ConfirmationTokenCreateParamsPaymentMethodDatum.type`, `PaymentIntentConfirmParamsPaymentMethodDatum.type`, `PaymentIntentCreateParamsPaymentMethodDatum.type`, `PaymentIntentModifyParamsPaymentMethodDatum.type`, `SetupIntentConfirmParamsPaymentMethodDatum.type`, `SetupIntentCreateParamsPaymentMethodDatum.type`, and `SetupIntentModifyParamsPaymentMethodDatum.type`\n  * ⚠️ Add support for new value `sunbit` on enums `ConfirmationToken.PaymentMethodPreview.type` and `PaymentMethod.type`\n  * Add support for new values `fo_vat`, `gi_tin`, `it_cf`, and `py_ruc` on enums `CustomerCreateParamsTaxIdDatum.type`, `CustomerCreateTaxIdParams.type`, `InvoiceCreatePreviewParamsCustomerDetailTaxId.type`, `TaxIdCreateParams.type`, and `tax.CalculationCreateParamsCustomerDetailTaxId.type`\n  * Add support for new value `sunbit` on enums `CustomerListPaymentMethodsParams.type`, `PaymentMethodCreateParams.type`, and `PaymentMethodListParams.type`\n  * Add support for `pix` on `Invoice.PaymentSetting.PaymentMethodOption`, `InvoiceCreateParamsPaymentSettingPaymentMethodOption`, `InvoiceModifyParamsPaymentSettingPaymentMethodOption`, `Mandate.PaymentMethodDetail`, `SetupAttempt.PaymentMethodDetail`, `SetupIntent.PaymentMethodOption`, `SetupIntentConfirmParamsPaymentMethodOption`, `SetupIntentCreateParamsPaymentMethodOption`, `SetupIntentModifyParamsPaymentMethodOption`, `Subscription.PaymentSetting.PaymentMethodOption`, `SubscriptionCreateParamsPaymentSettingPaymentMethodOption`, and `SubscriptionModifyParamsPaymentSettingPaymentMethodOption`\n  * Add support for `upi` on `Invoice.PaymentSetting.PaymentMethodOption`, `InvoiceCreateParamsPaymentSettingPaymentMethodOption`, `InvoiceModifyParamsPaymentSettingPaymentMethodOption`, `Subscription.PaymentSetting.PaymentMethodOption`, `SubscriptionCreateParamsPaymentSettingPaymentMethodOption`, and `SubscriptionModifyParamsPaymentSettingPaymentMethodOption`\n  * Add support for new values `pix` and `upi` on enums `InvoiceCreateParamsPaymentSetting.payment_method_types`, `InvoiceModifyParamsPaymentSetting.payment_method_types`, `SubscriptionCreateParamsPaymentSetting.payment_method_types`, and `SubscriptionModifyParamsPaymentSetting.payment_method_types`\n  * ⚠️ Add support for new values `pix` and `upi` on enums `Invoice.PaymentSetting.payment_method_types` and `Subscription.PaymentSetting.payment_method_types`\n  * Add support for `card_presence` on `Issuing.Authorization`\n  * Add support for `allowed_card_presences` and `blocked_card_presences` on `Issuing.Card.SpendingControl`, `Issuing.Cardholder.SpendingControl`, `issuing.CardCreateParamsSpendingControl`, `issuing.CardModifyParamsSpendingControl`, `issuing.CardholderCreateParamsSpendingControl`, and `issuing.CardholderModifyParamsSpendingControl`\n  * ⚠️ Add support for new value `fulfillment_error` on enum `Issuing.Card.cancellation_reason`\n  * ⚠️ Add support for new value `fulfillment_error` on enum `Issuing.Card.replacement_reason`\n  * Add support for `amount` and `currency` on `Mandate.MultiUse`\n  * Add support for `amount_to_confirm` on `PaymentIntentConfirmParams`\n  * ⚠️ Add support for new value `sunbit` on enums `PaymentIntent.excluded_payment_method_types` and `SetupIntent.excluded_payment_method_types`\n  * Add support for `klarna_display_qr_code` on `PaymentIntent.NextAction`\n  * Add support for new value `sunbit` on enums `PaymentLinkCreateParams.payment_method_types` and `PaymentLinkModifyParams.payment_method_types`\n  * ⚠️ Add support for new value `sunbit` on enum `PaymentLink.payment_method_types`\n  * ⚠️ Add support for new values `low`, `not_assessed`, and `unknown` on enum `Radar.PaymentEvaluation.Signal.FraudulentPayment.risk_level`\n  * Add support for new value `account` on enum `radar.ValueListCreateParams.item_type`\n  * ⚠️ Add support for new value `account` on enum `Radar.ValueList.item_type`\n  * Add support for `moto` on `SetupAttempt.PaymentMethodDetail.Card`\n  * Add support for `pix_display_qr_code` on `SetupIntent.NextAction`\n  * Add support for new value `2026-04-22.dahlia` on enum `WebhookEndpointCreateParams.api_version`\n  * Add support for error codes `action_blocked` and `approval_required` on `Invoice.LastFinalizationError`, `PaymentIntent.LastPaymentError`, `SetupAttempt.SetupError`, `SetupIntent.LastSetupError`, and `StripeError`\n\nSee [the changelog for more details](https://github.com/stripe/stripe-python/blob/v15.1.0/CHANGELOG.md).\n","publishedAt":"2026-04-24T00:15:02.000Z","url":"https://github.com/stripe/stripe-python/releases/tag/v15.1.0","media":[],"prerelease":false,"source":{"slug":"stripe-python","name":"stripe-python","type":"github"},"org":{"slug":"stripe","name":"Stripe"},"product":null},{"id":"rel_51_aeehhLJpAN4oWQ04NU","version":"v22.1.0","type":"feature","title":"v22.1.0","summary":"This release changes the pinned API version to 2026-04-22.dahlia.\n\n* [#2639](https://github.com/stripe/stripe-node/pull/2639) Update generated code\n  ...","titleGenerated":null,"titleShort":null,"content":"This release changes the pinned API version to 2026-04-22.dahlia.\n\n* [#2639](https://github.com/stripe/stripe-node/pull/2639) Update generated code\n  * Add support for `app_distribution` and `sunbit_payments` on `Account.capabilities`, `AccountCreateParams.capabilities`, and `AccountUpdateParams.capabilities`\n  * Add support for `balance_report` and `payout_reconciliation_report` on `AccountSession.components` and `AccountSessionCreateParams.components`\n  * ⚠️ Add support for new values `fee_credit_funding`, `inbound_transfer_reversal`, and `inbound_transfer` on enum `BalanceTransaction.type`\n  * Add support for `sunbit` on `Charge.payment_method_details`, `ConfirmationToken.payment_method_preview`, `ConfirmationTokenCreateParams.testHelpers.payment_method_data`, `PaymentAttemptRecord.payment_method_details`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentMethodConfigurationCreateParams`, `PaymentMethodConfigurationUpdateParams`, `PaymentMethodConfiguration`, `PaymentMethodCreateParams`, `PaymentMethod`, `PaymentRecord.payment_method_details`, `SetupIntentConfirmParams.payment_method_data`, `SetupIntentCreateParams.payment_method_data`, and `SetupIntentUpdateParams.payment_method_data`\n  * ⚠️ Add support for new values `phantom_cash` and `usdt` on enums `Charge.payment_method_details.crypto.token_currency`, `PaymentAttemptRecord.payment_method_details.crypto.token_currency`, and `PaymentRecord.payment_method_details.crypto.token_currency`\n  * Add support for `location` and `reader` on `Charge.payment_method_details.klarna`, `PaymentAttemptRecord.payment_method_details.klarna`, and `PaymentRecord.payment_method_details.klarna`\n  * Add support for `mandate` on `Charge.payment_method_details.pix`, `PaymentAttemptRecord.payment_method_details.pix`, and `PaymentRecord.payment_method_details.pix`\n  * Add support for `managed_payments` on `Checkout.SessionCreateParams`, `Checkout.Session`, `PaymentIntent`, `PaymentLinkCreateParams`, `PaymentLink`, `SetupIntent`, and `Subscription`\n  * Add support for new value `sunbit` on enums `Checkout.SessionCreateParams.excluded_payment_method_types`, `PaymentIntentConfirmParams.excluded_payment_method_types`, `PaymentIntentCreateParams.excluded_payment_method_types`, `PaymentIntentUpdateParams.excluded_payment_method_types`, `SetupIntentCreateParams.excluded_payment_method_types`, and `SetupIntentUpdateParams.excluded_payment_method_types`\n  * Add support for `mandate_options` on `Checkout.Session.payment_method_options.pix`, `Checkout.SessionCreateParams.payment_method_options.pix`, `PaymentIntent.payment_method_options.pix`, `PaymentIntentConfirmParams.payment_method_options.pix`, `PaymentIntentCreateParams.payment_method_options.pix`, and `PaymentIntentUpdateParams.payment_method_options.pix`\n  * Change type of `Checkout.SessionCreateParams.payment_method_options.pix.setup_future_usage`, `PaymentIntentConfirmParams.payment_method_options.pix.setup_future_usage`, `PaymentIntentCreateParams.payment_method_options.pix.setup_future_usage`, and `PaymentIntentUpdateParams.payment_method_options.pix.setup_future_usage` from `literal('none')` to `enum('none'|'off_session')`\n  * Add support for new value `sunbit` on enum `Checkout.SessionCreateParams.payment_method_types`\n  * ⚠️ Add support for new values `fo_vat`, `gi_tin`, `it_cf`, and `py_ruc` on enums `Checkout.Session.customer_details.tax_ids[].type`, `Invoice.customer_tax_ids[].type`, `Tax.Calculation.customer_details.tax_ids[].type`, `Tax.Transaction.customer_details.tax_ids[].type`, and `TaxId.type`\n  * ⚠️ Change type of `Checkout.Session.payment_method_options.pix.setup_future_usage` and `PaymentIntent.payment_method_options.pix.setup_future_usage` from `literal('none')` to `enum('none'|'off_session')`\n  * Add support for new value `sunbit` on enums `ConfirmationTokenCreateParams.testHelpers.payment_method_data.type`, `PaymentIntentConfirmParams.payment_method_data.type`, `PaymentIntentCreateParams.payment_method_data.type`, `PaymentIntentUpdateParams.payment_method_data.type`, `SetupIntentConfirmParams.payment_method_data.type`, `SetupIntentCreateParams.payment_method_data.type`, and `SetupIntentUpdateParams.payment_method_data.type`\n  * ⚠️ Add support for new value `sunbit` on enums `ConfirmationToken.payment_method_preview.type` and `PaymentMethod.type`\n  * Add support for new values `fo_vat`, `gi_tin`, `it_cf`, and `py_ruc` on enums `CustomerCreateParams.tax_id_data[].type`, `CustomerCreateTaxIdParams.type`, `InvoiceCreatePreviewParams.customer_details.tax_ids[].type`, `Tax.CalculationCreateParams.customer_details.tax_ids[].type`, and `TaxIdCreateParams.type`\n  * Add support for new value `sunbit` on enums `CustomerListPaymentMethodsParams.type`, `PaymentMethodCreateParams.type`, and `PaymentMethodListParams.type`\n  * Add support for `pix` on `Invoice.payment_settings.payment_method_options`, `InvoiceCreateParams.payment_settings.payment_method_options`, `InvoiceUpdateParams.payment_settings.payment_method_options`, `Mandate.payment_method_details`, `SetupAttempt.payment_method_details`, `SetupIntent.payment_method_options`, `SetupIntentConfirmParams.payment_method_options`, `SetupIntentCreateParams.payment_method_options`, `SetupIntentUpdateParams.payment_method_options`, `Subscription.payment_settings.payment_method_options`, `SubscriptionCreateParams.payment_settings.payment_method_options`, and `SubscriptionUpdateParams.payment_settings.payment_method_options`\n  * Add support for `upi` on `Invoice.payment_settings.payment_method_options`, `InvoiceCreateParams.payment_settings.payment_method_options`, `InvoiceUpdateParams.payment_settings.payment_method_options`, `Subscription.payment_settings.payment_method_options`, `SubscriptionCreateParams.payment_settings.payment_method_options`, and `SubscriptionUpdateParams.payment_settings.payment_method_options`\n  * Add support for new values `pix` and `upi` on enums `InvoiceCreateParams.payment_settings.payment_method_types`, `InvoiceUpdateParams.payment_settings.payment_method_types`, `SubscriptionCreateParams.payment_settings.payment_method_types`, and `SubscriptionUpdateParams.payment_settings.payment_method_types`\n  * ⚠️ Add support for new values `pix` and `upi` on enums `Invoice.payment_settings.payment_method_types` and `Subscription.payment_settings.payment_method_types`\n  * Add support for `card_presence` on `Issuing.Authorization`\n  * Add support for `allowed_card_presences` and `blocked_card_presences` on `Issuing.Card.spending_controls`, `Issuing.CardCreateParams.spending_controls`, `Issuing.CardUpdateParams.spending_controls`, `Issuing.Cardholder.spending_controls`, `Issuing.CardholderCreateParams.spending_controls`, and `Issuing.CardholderUpdateParams.spending_controls`\n  * ⚠️ Add support for new value `fulfillment_error` on enum `Issuing.Card.cancellation_reason`\n  * ⚠️ Add support for new value `fulfillment_error` on enum `Issuing.Card.replacement_reason`\n  * Add support for `amount` and `currency` on `Mandate.multi_use`\n  * Add support for `amount_to_confirm` on `PaymentIntentConfirmParams`\n  * ⚠️ Add support for new value `sunbit` on enums `PaymentIntent.excluded_payment_method_types` and `SetupIntent.excluded_payment_method_types`\n  * Add support for `klarna_display_qr_code` on `PaymentIntent.next_action`\n  * Add support for new value `sunbit` on enums `PaymentLinkCreateParams.payment_method_types` and `PaymentLinkUpdateParams.payment_method_types`\n  * ⚠️ Add support for new value `sunbit` on enum `PaymentLink.payment_method_types`\n  * ⚠️ Add support for new values `low`, `not_assessed`, and `unknown` on enum `Radar.PaymentEvaluation.signals.fraudulent_payment.risk_level`\n  * Add support for new value `account` on enum `Radar.ValueListCreateParams.item_type`\n  * ⚠️ Add support for new value `account` on enum `Radar.ValueList.item_type`\n  * Add support for `moto` on `SetupAttempt.payment_method_details.card`\n  * Add support for `pix_display_qr_code` on `SetupIntent.next_action`\n  * Add support for new value `2026-04-22.dahlia` on enum `WebhookEndpointCreateParams.api_version`\n  * Add support for error codes `action_blocked` and `approval_required` on `Invoice.last_finalization_error`, `PaymentIntent.last_payment_error`, `SetupAttempt.setup_error`, `SetupIntent.last_setup_error`, and `StripeError`\n* [#2688](https://github.com/stripe/stripe-node/pull/2688) Preserve stack traces for async operations\n\nSee [the changelog for more details](https://github.com/stripe/stripe-node/blob/v22.1.0/CHANGELOG.md).\n","publishedAt":"2026-04-24T00:12:05.000Z","url":"https://github.com/stripe/stripe-node/releases/tag/v22.1.0","media":[],"prerelease":false,"source":{"slug":"stripe-node","name":"stripe-node","type":"github"},"org":{"slug":"stripe","name":"Stripe"},"product":null},{"id":"rel_Cqf0kWfb10PC5p0xPISBX","version":"v1.40.7","type":"feature","title":"v1.40.7","summary":"## Changelog\n* 16b48208c673d30096a76d0fa5d103e2648cd429 Add RunPeerPlugin helper to CoreCLIHelper (#1557)\n* 11b727689b330b161cb1581dfca283389a15f2d8 R...","titleGenerated":null,"titleShort":null,"content":"## Changelog\n* 16b48208c673d30096a76d0fa5d103e2648cd429 Add RunPeerPlugin helper to CoreCLIHelper (#1557)\n* 11b727689b330b161cb1581dfca283389a15f2d8 Refactor plugin version lookup to use afero and fix shadowing bug in Run (#1555)\n* 1f77591e7281819a1a6c663280bd527e71f04719 Skip plugin install and upgrade if the requested version is already installed (#1552)\n\n","publishedAt":"2026-04-22T02:23:04.000Z","url":"https://github.com/stripe/stripe-cli/releases/tag/v1.40.7","media":[],"prerelease":false,"source":{"slug":"stripe-cli","name":"Stripe CLI","type":"github"},"org":{"slug":"stripe","name":"Stripe"},"product":null}],"pagination":{"nextCursor":"2026-04-22T02:23:04.000Z|2026-04-22T06:01:46.578Z|rel_Cqf0kWfb10PC5p0xPISBX","limit":20}}