stripe 19.2.0 → 19.3.0.pre.alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1271) hide show
  1. checksums.yaml +4 -4
  2. data/lib/stripe/api_requestor.rb +38 -0
  3. data/lib/stripe/api_version.rb +1 -2
  4. data/lib/stripe/errors.rb +90 -0
  5. data/lib/stripe/event_types.rb +1308 -0
  6. data/lib/stripe/events/unknown_event_notification.rb +1 -0
  7. data/lib/stripe/events/v1_account_application_authorized_event.rb +20 -0
  8. data/lib/stripe/events/v1_account_application_deauthorized_event.rb +20 -0
  9. data/lib/stripe/events/v1_account_external_account_created_event.rb +20 -0
  10. data/lib/stripe/events/v1_account_external_account_deleted_event.rb +20 -0
  11. data/lib/stripe/events/v1_account_external_account_updated_event.rb +20 -0
  12. data/lib/stripe/events/v1_account_signals_including_delinquency_created_event.rb +68 -0
  13. data/lib/stripe/events/v1_account_updated_event.rb +44 -0
  14. data/lib/stripe/events/v1_application_fee_created_event.rb +44 -0
  15. data/lib/stripe/events/v1_application_fee_refund_updated_event.rb +44 -0
  16. data/lib/stripe/events/v1_application_fee_refunded_event.rb +44 -0
  17. data/lib/stripe/events/v1_balance_available_event.rb +44 -0
  18. data/lib/stripe/events/v1_billing_alert_triggered_event.rb +44 -0
  19. data/lib/stripe/events/v1_billing_portal_configuration_created_event.rb +44 -0
  20. data/lib/stripe/events/v1_billing_portal_configuration_updated_event.rb +44 -0
  21. data/lib/stripe/events/v1_billing_portal_session_created_event.rb +20 -0
  22. data/lib/stripe/events/v1_capability_updated_event.rb +44 -0
  23. data/lib/stripe/events/v1_cash_balance_funds_available_event.rb +44 -0
  24. data/lib/stripe/events/v1_charge_captured_event.rb +44 -0
  25. data/lib/stripe/events/v1_charge_dispute_closed_event.rb +44 -0
  26. data/lib/stripe/events/v1_charge_dispute_created_event.rb +44 -0
  27. data/lib/stripe/events/v1_charge_dispute_funds_reinstated_event.rb +44 -0
  28. data/lib/stripe/events/v1_charge_dispute_funds_withdrawn_event.rb +44 -0
  29. data/lib/stripe/events/v1_charge_dispute_updated_event.rb +44 -0
  30. data/lib/stripe/events/v1_charge_expired_event.rb +44 -0
  31. data/lib/stripe/events/v1_charge_failed_event.rb +44 -0
  32. data/lib/stripe/events/v1_charge_pending_event.rb +44 -0
  33. data/lib/stripe/events/v1_charge_refund_updated_event.rb +44 -0
  34. data/lib/stripe/events/v1_charge_refunded_event.rb +44 -0
  35. data/lib/stripe/events/v1_charge_succeeded_event.rb +44 -0
  36. data/lib/stripe/events/v1_charge_updated_event.rb +44 -0
  37. data/lib/stripe/events/v1_checkout_session_async_payment_failed_event.rb +44 -0
  38. data/lib/stripe/events/v1_checkout_session_async_payment_succeeded_event.rb +44 -0
  39. data/lib/stripe/events/v1_checkout_session_completed_event.rb +44 -0
  40. data/lib/stripe/events/v1_checkout_session_expired_event.rb +44 -0
  41. data/lib/stripe/events/v1_climate_order_canceled_event.rb +44 -0
  42. data/lib/stripe/events/v1_climate_order_created_event.rb +44 -0
  43. data/lib/stripe/events/v1_climate_order_delayed_event.rb +44 -0
  44. data/lib/stripe/events/v1_climate_order_delivered_event.rb +44 -0
  45. data/lib/stripe/events/v1_climate_order_product_substituted_event.rb +44 -0
  46. data/lib/stripe/events/v1_climate_product_created_event.rb +44 -0
  47. data/lib/stripe/events/v1_climate_product_pricing_updated_event.rb +44 -0
  48. data/lib/stripe/events/v1_coupon_created_event.rb +44 -0
  49. data/lib/stripe/events/v1_coupon_deleted_event.rb +44 -0
  50. data/lib/stripe/events/v1_coupon_updated_event.rb +44 -0
  51. data/lib/stripe/events/v1_credit_note_created_event.rb +44 -0
  52. data/lib/stripe/events/v1_credit_note_updated_event.rb +44 -0
  53. data/lib/stripe/events/v1_credit_note_voided_event.rb +44 -0
  54. data/lib/stripe/events/v1_customer_cash_balance_transaction_created_event.rb +44 -0
  55. data/lib/stripe/events/v1_customer_created_event.rb +44 -0
  56. data/lib/stripe/events/v1_customer_deleted_event.rb +44 -0
  57. data/lib/stripe/events/v1_customer_subscription_created_event.rb +44 -0
  58. data/lib/stripe/events/v1_customer_subscription_deleted_event.rb +44 -0
  59. data/lib/stripe/events/v1_customer_subscription_paused_event.rb +44 -0
  60. data/lib/stripe/events/v1_customer_subscription_pending_update_applied_event.rb +44 -0
  61. data/lib/stripe/events/v1_customer_subscription_pending_update_expired_event.rb +44 -0
  62. data/lib/stripe/events/v1_customer_subscription_resumed_event.rb +44 -0
  63. data/lib/stripe/events/v1_customer_subscription_trial_will_end_event.rb +44 -0
  64. data/lib/stripe/events/v1_customer_subscription_updated_event.rb +44 -0
  65. data/lib/stripe/events/v1_customer_tax_id_created_event.rb +44 -0
  66. data/lib/stripe/events/v1_customer_tax_id_deleted_event.rb +44 -0
  67. data/lib/stripe/events/v1_customer_tax_id_updated_event.rb +44 -0
  68. data/lib/stripe/events/v1_customer_updated_event.rb +44 -0
  69. data/lib/stripe/events/v1_entitlements_active_entitlement_summary_updated_event.rb +20 -0
  70. data/lib/stripe/events/v1_file_created_event.rb +44 -0
  71. data/lib/stripe/events/v1_financial_connections_account_created_event.rb +44 -0
  72. data/lib/stripe/events/v1_financial_connections_account_deactivated_event.rb +44 -0
  73. data/lib/stripe/events/v1_financial_connections_account_disconnected_event.rb +44 -0
  74. data/lib/stripe/events/v1_financial_connections_account_reactivated_event.rb +44 -0
  75. data/lib/stripe/events/v1_financial_connections_account_refreshed_balance_event.rb +44 -0
  76. data/lib/stripe/events/v1_financial_connections_account_refreshed_ownership_event.rb +44 -0
  77. data/lib/stripe/events/v1_financial_connections_account_refreshed_transactions_event.rb +44 -0
  78. data/lib/stripe/events/v1_identity_verification_session_canceled_event.rb +44 -0
  79. data/lib/stripe/events/v1_identity_verification_session_created_event.rb +44 -0
  80. data/lib/stripe/events/v1_identity_verification_session_processing_event.rb +44 -0
  81. data/lib/stripe/events/v1_identity_verification_session_redacted_event.rb +44 -0
  82. data/lib/stripe/events/v1_identity_verification_session_requires_input_event.rb +44 -0
  83. data/lib/stripe/events/v1_identity_verification_session_verified_event.rb +44 -0
  84. data/lib/stripe/events/v1_invoice_created_event.rb +44 -0
  85. data/lib/stripe/events/v1_invoice_deleted_event.rb +44 -0
  86. data/lib/stripe/events/v1_invoice_finalization_failed_event.rb +44 -0
  87. data/lib/stripe/events/v1_invoice_finalized_event.rb +44 -0
  88. data/lib/stripe/events/v1_invoice_marked_uncollectible_event.rb +44 -0
  89. data/lib/stripe/events/v1_invoice_overdue_event.rb +44 -0
  90. data/lib/stripe/events/v1_invoice_overpaid_event.rb +44 -0
  91. data/lib/stripe/events/v1_invoice_paid_event.rb +44 -0
  92. data/lib/stripe/events/v1_invoice_payment_action_required_event.rb +44 -0
  93. data/lib/stripe/events/v1_invoice_payment_failed_event.rb +44 -0
  94. data/lib/stripe/events/v1_invoice_payment_paid_event.rb +44 -0
  95. data/lib/stripe/events/v1_invoice_payment_succeeded_event.rb +44 -0
  96. data/lib/stripe/events/v1_invoice_sent_event.rb +44 -0
  97. data/lib/stripe/events/v1_invoice_upcoming_event.rb +44 -0
  98. data/lib/stripe/events/v1_invoice_updated_event.rb +44 -0
  99. data/lib/stripe/events/v1_invoice_voided_event.rb +44 -0
  100. data/lib/stripe/events/v1_invoice_will_be_due_event.rb +44 -0
  101. data/lib/stripe/events/v1_invoiceitem_created_event.rb +44 -0
  102. data/lib/stripe/events/v1_invoiceitem_deleted_event.rb +44 -0
  103. data/lib/stripe/events/v1_issuing_authorization_created_event.rb +44 -0
  104. data/lib/stripe/events/v1_issuing_authorization_request_event.rb +44 -0
  105. data/lib/stripe/events/v1_issuing_authorization_updated_event.rb +44 -0
  106. data/lib/stripe/events/v1_issuing_card_created_event.rb +44 -0
  107. data/lib/stripe/events/v1_issuing_card_updated_event.rb +44 -0
  108. data/lib/stripe/events/v1_issuing_cardholder_created_event.rb +44 -0
  109. data/lib/stripe/events/v1_issuing_cardholder_updated_event.rb +44 -0
  110. data/lib/stripe/events/v1_issuing_dispute_closed_event.rb +44 -0
  111. data/lib/stripe/events/v1_issuing_dispute_created_event.rb +44 -0
  112. data/lib/stripe/events/v1_issuing_dispute_funds_reinstated_event.rb +44 -0
  113. data/lib/stripe/events/v1_issuing_dispute_funds_rescinded_event.rb +44 -0
  114. data/lib/stripe/events/v1_issuing_dispute_submitted_event.rb +44 -0
  115. data/lib/stripe/events/v1_issuing_dispute_updated_event.rb +44 -0
  116. data/lib/stripe/events/v1_issuing_personalization_design_activated_event.rb +44 -0
  117. data/lib/stripe/events/v1_issuing_personalization_design_deactivated_event.rb +44 -0
  118. data/lib/stripe/events/v1_issuing_personalization_design_rejected_event.rb +44 -0
  119. data/lib/stripe/events/v1_issuing_personalization_design_updated_event.rb +44 -0
  120. data/lib/stripe/events/v1_issuing_token_created_event.rb +44 -0
  121. data/lib/stripe/events/v1_issuing_token_updated_event.rb +44 -0
  122. data/lib/stripe/events/v1_issuing_transaction_created_event.rb +44 -0
  123. data/lib/stripe/events/v1_issuing_transaction_purchase_details_receipt_updated_event.rb +44 -0
  124. data/lib/stripe/events/v1_issuing_transaction_updated_event.rb +44 -0
  125. data/lib/stripe/events/v1_mandate_updated_event.rb +44 -0
  126. data/lib/stripe/events/v1_payment_intent_amount_capturable_updated_event.rb +44 -0
  127. data/lib/stripe/events/v1_payment_intent_canceled_event.rb +44 -0
  128. data/lib/stripe/events/v1_payment_intent_created_event.rb +44 -0
  129. data/lib/stripe/events/v1_payment_intent_partially_funded_event.rb +44 -0
  130. data/lib/stripe/events/v1_payment_intent_payment_failed_event.rb +44 -0
  131. data/lib/stripe/events/v1_payment_intent_processing_event.rb +44 -0
  132. data/lib/stripe/events/v1_payment_intent_requires_action_event.rb +44 -0
  133. data/lib/stripe/events/v1_payment_intent_succeeded_event.rb +44 -0
  134. data/lib/stripe/events/v1_payment_link_created_event.rb +44 -0
  135. data/lib/stripe/events/v1_payment_link_updated_event.rb +44 -0
  136. data/lib/stripe/events/v1_payment_method_attached_event.rb +44 -0
  137. data/lib/stripe/events/v1_payment_method_automatically_updated_event.rb +44 -0
  138. data/lib/stripe/events/v1_payment_method_detached_event.rb +44 -0
  139. data/lib/stripe/events/v1_payment_method_updated_event.rb +44 -0
  140. data/lib/stripe/events/v1_payout_canceled_event.rb +44 -0
  141. data/lib/stripe/events/v1_payout_created_event.rb +44 -0
  142. data/lib/stripe/events/v1_payout_failed_event.rb +44 -0
  143. data/lib/stripe/events/v1_payout_paid_event.rb +44 -0
  144. data/lib/stripe/events/v1_payout_reconciliation_completed_event.rb +44 -0
  145. data/lib/stripe/events/v1_payout_updated_event.rb +44 -0
  146. data/lib/stripe/events/v1_person_created_event.rb +44 -0
  147. data/lib/stripe/events/v1_person_deleted_event.rb +44 -0
  148. data/lib/stripe/events/v1_person_updated_event.rb +44 -0
  149. data/lib/stripe/events/v1_plan_created_event.rb +44 -0
  150. data/lib/stripe/events/v1_plan_deleted_event.rb +44 -0
  151. data/lib/stripe/events/v1_plan_updated_event.rb +44 -0
  152. data/lib/stripe/events/v1_price_created_event.rb +44 -0
  153. data/lib/stripe/events/v1_price_deleted_event.rb +44 -0
  154. data/lib/stripe/events/v1_price_updated_event.rb +44 -0
  155. data/lib/stripe/events/v1_product_created_event.rb +44 -0
  156. data/lib/stripe/events/v1_product_deleted_event.rb +44 -0
  157. data/lib/stripe/events/v1_product_updated_event.rb +44 -0
  158. data/lib/stripe/events/v1_promotion_code_created_event.rb +44 -0
  159. data/lib/stripe/events/v1_promotion_code_updated_event.rb +44 -0
  160. data/lib/stripe/events/v1_quote_accepted_event.rb +44 -0
  161. data/lib/stripe/events/v1_quote_canceled_event.rb +44 -0
  162. data/lib/stripe/events/v1_quote_created_event.rb +44 -0
  163. data/lib/stripe/events/v1_quote_finalized_event.rb +44 -0
  164. data/lib/stripe/events/v1_radar_early_fraud_warning_created_event.rb +44 -0
  165. data/lib/stripe/events/v1_radar_early_fraud_warning_updated_event.rb +44 -0
  166. data/lib/stripe/events/v1_refund_created_event.rb +44 -0
  167. data/lib/stripe/events/v1_refund_failed_event.rb +44 -0
  168. data/lib/stripe/events/v1_refund_updated_event.rb +44 -0
  169. data/lib/stripe/events/v1_review_closed_event.rb +44 -0
  170. data/lib/stripe/events/v1_review_opened_event.rb +44 -0
  171. data/lib/stripe/events/v1_setup_intent_canceled_event.rb +44 -0
  172. data/lib/stripe/events/v1_setup_intent_created_event.rb +44 -0
  173. data/lib/stripe/events/v1_setup_intent_requires_action_event.rb +44 -0
  174. data/lib/stripe/events/v1_setup_intent_setup_failed_event.rb +44 -0
  175. data/lib/stripe/events/v1_setup_intent_succeeded_event.rb +44 -0
  176. data/lib/stripe/events/v1_sigma_scheduled_query_run_created_event.rb +44 -0
  177. data/lib/stripe/events/v1_source_canceled_event.rb +44 -0
  178. data/lib/stripe/events/v1_source_chargeable_event.rb +44 -0
  179. data/lib/stripe/events/v1_source_failed_event.rb +44 -0
  180. data/lib/stripe/events/v1_source_refund_attributes_required_event.rb +44 -0
  181. data/lib/stripe/events/v1_subscription_schedule_aborted_event.rb +44 -0
  182. data/lib/stripe/events/v1_subscription_schedule_canceled_event.rb +44 -0
  183. data/lib/stripe/events/v1_subscription_schedule_completed_event.rb +44 -0
  184. data/lib/stripe/events/v1_subscription_schedule_created_event.rb +44 -0
  185. data/lib/stripe/events/v1_subscription_schedule_expiring_event.rb +44 -0
  186. data/lib/stripe/events/v1_subscription_schedule_released_event.rb +44 -0
  187. data/lib/stripe/events/v1_subscription_schedule_updated_event.rb +44 -0
  188. data/lib/stripe/events/v1_tax_rate_created_event.rb +44 -0
  189. data/lib/stripe/events/v1_tax_rate_updated_event.rb +44 -0
  190. data/lib/stripe/events/v1_tax_settings_updated_event.rb +44 -0
  191. data/lib/stripe/events/v1_terminal_reader_action_failed_event.rb +44 -0
  192. data/lib/stripe/events/v1_terminal_reader_action_succeeded_event.rb +44 -0
  193. data/lib/stripe/events/v1_terminal_reader_action_updated_event.rb +44 -0
  194. data/lib/stripe/events/v1_test_helpers_test_clock_advancing_event.rb +44 -0
  195. data/lib/stripe/events/v1_test_helpers_test_clock_created_event.rb +44 -0
  196. data/lib/stripe/events/v1_test_helpers_test_clock_deleted_event.rb +44 -0
  197. data/lib/stripe/events/v1_test_helpers_test_clock_internal_failure_event.rb +44 -0
  198. data/lib/stripe/events/v1_test_helpers_test_clock_ready_event.rb +44 -0
  199. data/lib/stripe/events/v1_topup_canceled_event.rb +44 -0
  200. data/lib/stripe/events/v1_topup_created_event.rb +44 -0
  201. data/lib/stripe/events/v1_topup_failed_event.rb +44 -0
  202. data/lib/stripe/events/v1_topup_reversed_event.rb +44 -0
  203. data/lib/stripe/events/v1_topup_succeeded_event.rb +44 -0
  204. data/lib/stripe/events/v1_transfer_created_event.rb +44 -0
  205. data/lib/stripe/events/v1_transfer_reversed_event.rb +44 -0
  206. data/lib/stripe/events/v1_transfer_updated_event.rb +44 -0
  207. data/lib/stripe/events/v2_billing_cadence_billed_event.rb +61 -0
  208. data/lib/stripe/events/v2_billing_cadence_canceled_event.rb +44 -0
  209. data/lib/stripe/events/v2_billing_cadence_created_event.rb +61 -0
  210. data/lib/stripe/events/v2_billing_license_fee_created_event.rb +44 -0
  211. data/lib/stripe/events/v2_billing_license_fee_updated_event.rb +44 -0
  212. data/lib/stripe/events/v2_billing_license_fee_version_created_event.rb +61 -0
  213. data/lib/stripe/events/v2_billing_licensed_item_created_event.rb +44 -0
  214. data/lib/stripe/events/v2_billing_licensed_item_updated_event.rb +44 -0
  215. data/lib/stripe/events/v2_billing_metered_item_created_event.rb +44 -0
  216. data/lib/stripe/events/v2_billing_metered_item_updated_event.rb +44 -0
  217. data/lib/stripe/events/v2_billing_pricing_plan_component_created_event.rb +61 -0
  218. data/lib/stripe/events/v2_billing_pricing_plan_component_updated_event.rb +61 -0
  219. data/lib/stripe/events/v2_billing_pricing_plan_created_event.rb +44 -0
  220. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_awaiting_customer_action_event.rb +44 -0
  221. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_current_event.rb +44 -0
  222. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_past_due_event.rb +44 -0
  223. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_paused_event.rb +44 -0
  224. data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_unpaid_event.rb +44 -0
  225. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_activated_event.rb +44 -0
  226. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_canceled_event.rb +44 -0
  227. data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_paused_event.rb +44 -0
  228. data/lib/stripe/events/v2_billing_pricing_plan_updated_event.rb +44 -0
  229. data/lib/stripe/events/v2_billing_pricing_plan_version_created_event.rb +61 -0
  230. data/lib/stripe/events/v2_billing_rate_card_created_event.rb +61 -0
  231. data/lib/stripe/events/v2_billing_rate_card_custom_pricing_unit_overage_rate_created_event.rb +67 -0
  232. data/lib/stripe/events/v2_billing_rate_card_rate_created_event.rb +67 -0
  233. data/lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb +44 -0
  234. data/lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb +44 -0
  235. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb +44 -0
  236. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb +44 -0
  237. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb +44 -0
  238. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb +44 -0
  239. data/lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb +44 -0
  240. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb +44 -0
  241. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb +44 -0
  242. data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb +44 -0
  243. data/lib/stripe/events/v2_billing_rate_card_updated_event.rb +44 -0
  244. data/lib/stripe/events/v2_billing_rate_card_version_created_event.rb +61 -0
  245. data/lib/stripe/events/v2_core_account_including_configuration_card_creator_capability_status_updated_event.rb +63 -0
  246. data/lib/stripe/events/v2_core_account_including_configuration_card_creator_updated_event.rb +44 -0
  247. data/lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb +63 -0
  248. data/lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb +44 -0
  249. data/lib/stripe/events/v2_core_account_signals_fraudulent_website_ready_event.rb +48 -0
  250. data/lib/stripe/events/v2_core_approval_request_approved_event.rb +44 -0
  251. data/lib/stripe/events/v2_core_approval_request_canceled_event.rb +44 -0
  252. data/lib/stripe/events/v2_core_approval_request_created_event.rb +44 -0
  253. data/lib/stripe/events/v2_core_approval_request_expired_event.rb +44 -0
  254. data/lib/stripe/events/v2_core_approval_request_failed_event.rb +44 -0
  255. data/lib/stripe/events/v2_core_approval_request_rejected_event.rb +44 -0
  256. data/lib/stripe/events/v2_core_approval_request_succeeded_event.rb +44 -0
  257. data/lib/stripe/events/v2_core_batch_job_batch_failed_event.rb +44 -0
  258. data/lib/stripe/events/v2_core_batch_job_canceled_event.rb +44 -0
  259. data/lib/stripe/events/v2_core_batch_job_completed_event.rb +44 -0
  260. data/lib/stripe/events/v2_core_batch_job_created_event.rb +44 -0
  261. data/lib/stripe/events/v2_core_batch_job_ready_for_upload_event.rb +44 -0
  262. data/lib/stripe/events/v2_core_batch_job_timeout_event.rb +44 -0
  263. data/lib/stripe/events/v2_core_batch_job_updated_event.rb +44 -0
  264. data/lib/stripe/events/v2_core_batch_job_upload_timeout_event.rb +44 -0
  265. data/lib/stripe/events/v2_core_batch_job_validating_event.rb +44 -0
  266. data/lib/stripe/events/v2_core_batch_job_validation_failed_event.rb +44 -0
  267. data/lib/stripe/events/v2_core_claimable_sandbox_claimed_event.rb +44 -0
  268. data/lib/stripe/events/v2_core_claimable_sandbox_created_event.rb +44 -0
  269. data/lib/stripe/events/v2_core_claimable_sandbox_expired_event.rb +44 -0
  270. data/lib/stripe/events/v2_core_claimable_sandbox_expiring_event.rb +44 -0
  271. data/lib/stripe/events/v2_core_claimable_sandbox_updated_event.rb +44 -0
  272. data/lib/stripe/events/v2_core_health_api_error_firing_event.rb +115 -0
  273. data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +117 -0
  274. data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +113 -0
  275. data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +115 -0
  276. data/lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb +96 -0
  277. data/lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb +98 -0
  278. data/lib/stripe/events/v2_core_health_elements_error_firing_event.rb +60 -0
  279. data/lib/stripe/events/v2_core_health_elements_error_resolved_event.rb +62 -0
  280. data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +78 -0
  281. data/lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb +64 -0
  282. data/lib/stripe/events/v2_core_health_invoice_count_dropped_firing_event.rb +75 -0
  283. data/lib/stripe/events/v2_core_health_invoice_count_dropped_resolved_event.rb +77 -0
  284. data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_firing_event.rb +64 -0
  285. data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_resolved_event.rb +66 -0
  286. data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb +64 -0
  287. data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb +66 -0
  288. data/lib/stripe/events/v2_core_health_meter_event_summaries_delayed_firing_event.rb +58 -0
  289. data/lib/stripe/events/v2_core_health_meter_event_summaries_delayed_resolved_event.rb +60 -0
  290. data/lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb +111 -0
  291. data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +113 -0
  292. data/lib/stripe/events/v2_core_health_sepa_debit_delayed_firing_event.rb +70 -0
  293. data/lib/stripe/events/v2_core_health_sepa_debit_delayed_resolved_event.rb +72 -0
  294. data/lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb +64 -0
  295. data/lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb +66 -0
  296. data/lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb +58 -0
  297. data/lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb +60 -0
  298. data/lib/stripe/events/v2_data_reporting_query_run_created_event.rb +44 -0
  299. data/lib/stripe/events/v2_data_reporting_query_run_failed_event.rb +44 -0
  300. data/lib/stripe/events/v2_data_reporting_query_run_succeeded_event.rb +44 -0
  301. data/lib/stripe/events/v2_data_reporting_query_run_updated_event.rb +44 -0
  302. data/lib/stripe/events/v2_extend_extension_run_failed_event.rb +75 -0
  303. data/lib/stripe/events/v2_extend_workflow_run_failed_event.rb +75 -0
  304. data/lib/stripe/events/v2_extend_workflow_run_started_event.rb +44 -0
  305. data/lib/stripe/events/v2_extend_workflow_run_succeeded_event.rb +44 -0
  306. data/lib/stripe/events/v2_iam_api_key_created_event.rb +38 -0
  307. data/lib/stripe/events/v2_iam_api_key_default_secret_revealed_event.rb +38 -0
  308. data/lib/stripe/events/v2_iam_api_key_expired_event.rb +38 -0
  309. data/lib/stripe/events/v2_iam_api_key_permissions_updated_event.rb +38 -0
  310. data/lib/stripe/events/v2_iam_api_key_rotated_event.rb +40 -0
  311. data/lib/stripe/events/v2_iam_api_key_updated_event.rb +38 -0
  312. data/lib/stripe/events/v2_iam_stripe_access_grant_approved_event.rb +38 -0
  313. data/lib/stripe/events/v2_iam_stripe_access_grant_canceled_event.rb +38 -0
  314. data/lib/stripe/events/v2_iam_stripe_access_grant_denied_event.rb +38 -0
  315. data/lib/stripe/events/v2_iam_stripe_access_grant_removed_event.rb +38 -0
  316. data/lib/stripe/events/v2_iam_stripe_access_grant_requested_event.rb +38 -0
  317. data/lib/stripe/events/v2_iam_stripe_access_grant_updated_event.rb +38 -0
  318. data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +44 -0
  319. data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +44 -0
  320. data/lib/stripe/events/v2_money_management_financial_account_statement_created_event.rb +61 -0
  321. data/lib/stripe/events/v2_money_management_financial_account_statement_restated_event.rb +71 -0
  322. data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +44 -0
  323. data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +44 -0
  324. data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +44 -0
  325. data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +61 -0
  326. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +44 -0
  327. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +44 -0
  328. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +44 -0
  329. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +44 -0
  330. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +44 -0
  331. data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +44 -0
  332. data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +44 -0
  333. data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +44 -0
  334. data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +44 -0
  335. data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +44 -0
  336. data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +44 -0
  337. data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +44 -0
  338. data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +44 -0
  339. data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +44 -0
  340. data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +44 -0
  341. data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +44 -0
  342. data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +44 -0
  343. data/lib/stripe/events/v2_money_management_payout_method_created_event.rb +44 -0
  344. data/lib/stripe/events/v2_money_management_payout_method_updated_event.rb +44 -0
  345. data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +61 -0
  346. data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +44 -0
  347. data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +44 -0
  348. data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +44 -0
  349. data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +44 -0
  350. data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +44 -0
  351. data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +44 -0
  352. data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +44 -0
  353. data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +44 -0
  354. data/lib/stripe/events/v2_money_management_recipient_verification_created_event.rb +44 -0
  355. data/lib/stripe/events/v2_money_management_recipient_verification_updated_event.rb +44 -0
  356. data/lib/stripe/events/v2_money_management_transaction_created_event.rb +63 -0
  357. data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +44 -0
  358. data/lib/stripe/events/v2_orchestrated_commerce_agreement_confirmed_event.rb +97 -0
  359. data/lib/stripe/events/v2_orchestrated_commerce_agreement_created_event.rb +97 -0
  360. data/lib/stripe/events/v2_orchestrated_commerce_agreement_partially_confirmed_event.rb +97 -0
  361. data/lib/stripe/events/v2_orchestrated_commerce_agreement_terminated_event.rb +97 -0
  362. data/lib/stripe/events/v2_payments_off_session_payment_attempt_failed_event.rb +61 -0
  363. data/lib/stripe/events/v2_payments_off_session_payment_attempt_started_event.rb +46 -0
  364. data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +46 -0
  365. data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +48 -0
  366. data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +44 -0
  367. data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +44 -0
  368. data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +61 -0
  369. data/lib/stripe/events/v2_payments_off_session_payment_paused_event.rb +44 -0
  370. data/lib/stripe/events/v2_payments_off_session_payment_requires_capture_event.rb +44 -0
  371. data/lib/stripe/events/v2_payments_off_session_payment_resumed_event.rb +44 -0
  372. data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +44 -0
  373. data/lib/stripe/events/v2_payments_settlement_allocation_intent_canceled_event.rb +44 -0
  374. data/lib/stripe/events/v2_payments_settlement_allocation_intent_created_event.rb +44 -0
  375. data/lib/stripe/events/v2_payments_settlement_allocation_intent_errored_event.rb +65 -0
  376. data/lib/stripe/events/v2_payments_settlement_allocation_intent_funds_not_received_event.rb +44 -0
  377. data/lib/stripe/events/v2_payments_settlement_allocation_intent_matched_event.rb +44 -0
  378. data/lib/stripe/events/v2_payments_settlement_allocation_intent_not_found_event.rb +38 -0
  379. data/lib/stripe/events/v2_payments_settlement_allocation_intent_settled_event.rb +44 -0
  380. data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_canceled_event.rb +61 -0
  381. data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_created_event.rb +61 -0
  382. data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_settled_event.rb +61 -0
  383. data/lib/stripe/events/v2_payments_settlement_allocation_intent_submitted_event.rb +44 -0
  384. data/lib/stripe/events/v2_reporting_report_run_created_event.rb +44 -0
  385. data/lib/stripe/events/v2_reporting_report_run_failed_event.rb +44 -0
  386. data/lib/stripe/events/v2_reporting_report_run_succeeded_event.rb +44 -0
  387. data/lib/stripe/events/v2_reporting_report_run_updated_event.rb +44 -0
  388. data/lib/stripe/events/v2_signals_account_signal_fraudulent_merchant_ready_event.rb +88 -0
  389. data/lib/stripe/events/v2_signals_account_signal_merchant_delinquency_ready_event.rb +44 -0
  390. data/lib/stripe/object_types.rb +125 -0
  391. data/lib/stripe/params/account_create_params.rb +461 -2
  392. data/lib/stripe/params/account_link_create_params.rb +4 -1
  393. data/lib/stripe/params/account_notice_list_params.rb +25 -0
  394. data/lib/stripe/params/account_notice_retrieve_params.rb +13 -0
  395. data/lib/stripe/params/account_notice_update_params.rb +36 -0
  396. data/lib/stripe/params/account_person_create_params.rb +60 -0
  397. data/lib/stripe/params/account_person_update_params.rb +60 -0
  398. data/lib/stripe/params/account_session_create_params.rb +301 -1
  399. data/lib/stripe/params/account_signals_retrieve_params.rb +13 -0
  400. data/lib/stripe/params/account_update_params.rb +423 -1
  401. data/lib/stripe/params/balance_settings_update_params.rb +9 -1
  402. data/lib/stripe/params/balance_transfer_create_params.rb +66 -0
  403. data/lib/stripe/params/billing/alert_create_params.rb +264 -1
  404. data/lib/stripe/params/billing/alert_list_params.rb +4 -0
  405. data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +69 -0
  406. data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +13 -1
  407. data/lib/stripe/params/billing/credit_grant_create_params.rb +48 -2
  408. data/lib/stripe/params/billing/meter_create_params.rb +4 -0
  409. data/lib/stripe/params/billing/meter_event_summary_list_params.rb +20 -0
  410. data/lib/stripe/params/capital/financing_offer_create_params.rb +37 -0
  411. data/lib/stripe/params/capital/financing_offer_list_params.rb +58 -0
  412. data/lib/stripe/params/capital/financing_offer_mark_delivered_params.rb +15 -0
  413. data/lib/stripe/params/capital/financing_offer_refill_params.rb +37 -0
  414. data/lib/stripe/params/capital/financing_offer_retrieve_params.rb +15 -0
  415. data/lib/stripe/params/capital/financing_summary_retrieve_params.rb +15 -0
  416. data/lib/stripe/params/capital/financing_transaction_list_params.rb +45 -0
  417. data/lib/stripe/params/capital/financing_transaction_retrieve_params.rb +15 -0
  418. data/lib/stripe/params/charge_capture_params.rb +1912 -0
  419. data/lib/stripe/params/charge_update_params.rb +1912 -0
  420. data/lib/stripe/params/checkout/session_approve_params.rb +52 -0
  421. data/lib/stripe/params/checkout/session_create_params.rb +255 -4
  422. data/lib/stripe/params/checkout/session_update_params.rb +176 -1
  423. data/lib/stripe/params/confirmation_token_create_params.rb +91 -0
  424. data/lib/stripe/params/coupon_create_params.rb +47 -1
  425. data/lib/stripe/params/customer_session_create_params.rb +32 -1
  426. data/lib/stripe/params/delegated_checkout/order_retrieve_params.rb +15 -0
  427. data/lib/stripe/params/delegated_checkout/requested_session_confirm_params.rb +168 -0
  428. data/lib/stripe/params/delegated_checkout/requested_session_create_params.rb +230 -0
  429. data/lib/stripe/params/delegated_checkout/requested_session_expire_params.rb +15 -0
  430. data/lib/stripe/params/delegated_checkout/requested_session_list_orders_params.rb +24 -0
  431. data/lib/stripe/params/delegated_checkout/requested_session_order_list_params.rb +24 -0
  432. data/lib/stripe/params/delegated_checkout/requested_session_retrieve_params.rb +15 -0
  433. data/lib/stripe/params/delegated_checkout/requested_session_update_params.rb +216 -0
  434. data/lib/stripe/params/dispute_update_params.rb +14 -1
  435. data/lib/stripe/params/external_account_create_params.rb +134 -0
  436. data/lib/stripe/params/external_account_delete_params.rb +6 -0
  437. data/lib/stripe/params/external_account_list_params.rb +25 -0
  438. data/lib/stripe/params/external_account_retrieve_params.rb +13 -0
  439. data/lib/stripe/params/external_account_update_params.rb +91 -0
  440. data/lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb +24 -0
  441. data/lib/stripe/params/financial_connections/authorization_retrieve_params.rb +15 -0
  442. data/lib/stripe/params/financial_connections/institution_list_params.rb +24 -0
  443. data/lib/stripe/params/financial_connections/institution_retrieve_params.rb +15 -0
  444. data/lib/stripe/params/financial_connections/session_create_params.rb +64 -2
  445. data/lib/stripe/params/fr_meal_vouchers_onboarding_create_params.rb +25 -0
  446. data/lib/stripe/params/fr_meal_vouchers_onboarding_list_params.rb +22 -0
  447. data/lib/stripe/params/fr_meal_vouchers_onboarding_retrieve_params.rb +13 -0
  448. data/lib/stripe/params/fr_meal_vouchers_onboarding_update_params.rb +16 -0
  449. data/lib/stripe/params/fx_quote_create_params.rb +73 -0
  450. data/lib/stripe/params/fx_quote_list_params.rb +22 -0
  451. data/lib/stripe/params/fx_quote_retrieve_params.rb +13 -0
  452. data/lib/stripe/params/identity/blocklist_entry_create_params.rb +29 -0
  453. data/lib/stripe/params/identity/blocklist_entry_disable_params.rb +15 -0
  454. data/lib/stripe/params/identity/blocklist_entry_list_params.rb +62 -0
  455. data/lib/stripe/params/identity/blocklist_entry_retrieve_params.rb +15 -0
  456. data/lib/stripe/params/identity/verification_report_list_params.rb +4 -0
  457. data/lib/stripe/params/identity/verification_session_create_params.rb +4 -0
  458. data/lib/stripe/params/identity/verification_session_update_params.rb +11 -1
  459. data/lib/stripe/params/invoice_add_lines_params.rb +48 -1
  460. data/lib/stripe/params/invoice_attach_payment_params.rb +43 -1
  461. data/lib/stripe/params/invoice_create_params.rb +98 -3
  462. data/lib/stripe/params/invoice_create_preview_params.rb +1314 -9
  463. data/lib/stripe/params/invoice_detach_payment_params.rb +16 -0
  464. data/lib/stripe/params/invoice_item_create_params.rb +33 -1
  465. data/lib/stripe/params/invoice_item_update_params.rb +33 -1
  466. data/lib/stripe/params/invoice_line_item_update_params.rb +48 -1
  467. data/lib/stripe/params/invoice_list_params.rb +4 -0
  468. data/lib/stripe/params/invoice_update_lines_params.rb +48 -1
  469. data/lib/stripe/params/invoice_update_params.rb +98 -3
  470. data/lib/stripe/params/issuing/authorization_create_params.rb +8 -0
  471. data/lib/stripe/params/issuing/card_list_params.rb +34 -1
  472. data/lib/stripe/params/issuing/cardholder_create_params.rb +2 -1
  473. data/lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb +163 -0
  474. data/lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb +50 -0
  475. data/lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb +128 -0
  476. data/lib/stripe/params/issuing/credit_underwriting_record_list_params.rb +24 -0
  477. data/lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb +86 -0
  478. data/lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb +15 -0
  479. data/lib/stripe/params/issuing/dispute_close_params.rb +18 -0
  480. data/lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb +33 -0
  481. data/lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb +15 -0
  482. data/lib/stripe/params/issuing/dispute_simulate_network_lifecycle_dispute_response_params.rb +26 -0
  483. data/lib/stripe/params/issuing/dispute_simulate_network_lifecycle_pre_arbitration_response_params.rb +26 -0
  484. data/lib/stripe/params/issuing/dispute_simulate_network_lifecycle_pre_arbitration_submission_params.rb +26 -0
  485. data/lib/stripe/params/issuing/fraud_liability_debit_list_params.rb +44 -0
  486. data/lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb +15 -0
  487. data/lib/stripe/params/issuing/program_create_params.rb +21 -0
  488. data/lib/stripe/params/issuing/program_list_params.rb +24 -0
  489. data/lib/stripe/params/issuing/program_retrieve_params.rb +15 -0
  490. data/lib/stripe/params/issuing/program_update_params.rb +21 -0
  491. data/lib/stripe/params/issuing/transaction_create_force_capture_params.rb +8 -0
  492. data/lib/stripe/params/issuing/transaction_create_unlinked_refund_params.rb +8 -0
  493. data/lib/stripe/params/issuing/transaction_list_params.rb +4 -0
  494. data/lib/stripe/params/mandate_list_params.rb +39 -0
  495. data/lib/stripe/params/margin_create_params.rb +25 -0
  496. data/lib/stripe/params/margin_list_params.rb +25 -0
  497. data/lib/stripe/params/margin_retrieve_params.rb +13 -0
  498. data/lib/stripe/params/margin_update_params.rb +22 -0
  499. data/lib/stripe/params/orchestration/payment_attempt_retrieve_params.rb +15 -0
  500. data/lib/stripe/params/order_create_params.rb +2114 -0
  501. data/lib/stripe/params/order_list_params.rb +25 -0
  502. data/lib/stripe/params/order_retrieve_params.rb +13 -0
  503. data/lib/stripe/params/order_submit_params.rb +16 -0
  504. data/lib/stripe/params/order_update_params.rb +2118 -0
  505. data/lib/stripe/params/payment_attempt_record_report_authenticated_params.rb +19 -0
  506. data/lib/stripe/params/payment_attempt_record_report_authorized_params.rb +41 -0
  507. data/lib/stripe/params/payment_attempt_record_report_canceled_params.rb +22 -0
  508. data/lib/stripe/params/payment_attempt_record_report_failed_params.rb +54 -0
  509. data/lib/stripe/params/payment_attempt_record_report_guaranteed_params.rb +50 -0
  510. data/lib/stripe/params/payment_attempt_record_report_informational_params.rb +93 -0
  511. data/lib/stripe/params/payment_attempt_record_report_refund_params.rb +79 -0
  512. data/lib/stripe/params/payment_intent_capture_params.rb +1928 -2
  513. data/lib/stripe/params/payment_intent_confirm_params.rb +3659 -158
  514. data/lib/stripe/params/payment_intent_create_params.rb +3639 -122
  515. data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +315 -0
  516. data/lib/stripe/params/payment_intent_increment_authorization_params.rb +56 -1
  517. data/lib/stripe/params/payment_intent_reauthorize_params.rb +19 -0
  518. data/lib/stripe/params/payment_intent_simulate_crypto_deposit_params.rb +31 -0
  519. data/lib/stripe/params/payment_intent_trigger_action_params.rb +27 -0
  520. data/lib/stripe/params/payment_intent_update_params.rb +3680 -148
  521. data/lib/stripe/params/payment_link_create_params.rb +34 -0
  522. data/lib/stripe/params/payment_location_capability_list_params.rb +16 -0
  523. data/lib/stripe/params/payment_location_capability_retrieve_params.rb +16 -0
  524. data/lib/stripe/params/payment_location_capability_update_params.rb +19 -0
  525. data/lib/stripe/params/payment_location_create_params.rb +54 -0
  526. data/lib/stripe/params/payment_location_delete_params.rb +6 -0
  527. data/lib/stripe/params/payment_location_list_params.rb +22 -0
  528. data/lib/stripe/params/payment_location_retrieve_params.rb +13 -0
  529. data/lib/stripe/params/payment_location_update_params.rb +63 -0
  530. data/lib/stripe/params/payment_method_check_balance_params.rb +13 -0
  531. data/lib/stripe/params/payment_method_configuration_create_params.rb +105 -0
  532. data/lib/stripe/params/payment_method_configuration_update_params.rb +105 -0
  533. data/lib/stripe/params/payment_method_create_params.rb +87 -0
  534. data/lib/stripe/params/payment_method_update_params.rb +16 -0
  535. data/lib/stripe/params/payment_record_report_payment_attempt_canceled_params.rb +4 -1
  536. data/lib/stripe/params/payment_record_report_payment_attempt_failed_params.rb +36 -1
  537. data/lib/stripe/params/payment_record_report_payment_attempt_guaranteed_params.rb +32 -1
  538. data/lib/stripe/params/payment_record_report_payment_attempt_params.rb +60 -2
  539. data/lib/stripe/params/payment_record_report_payment_params.rb +60 -2
  540. data/lib/stripe/params/plan_create_params.rb +15 -0
  541. data/lib/stripe/params/price_create_params.rb +19 -0
  542. data/lib/stripe/params/price_update_params.rb +23 -0
  543. data/lib/stripe/params/privacy/redaction_job_cancel_params.rb +15 -0
  544. data/lib/stripe/params/privacy/redaction_job_create_params.rb +67 -0
  545. data/lib/stripe/params/privacy/redaction_job_list_params.rb +27 -0
  546. data/lib/stripe/params/privacy/redaction_job_retrieve_params.rb +15 -0
  547. data/lib/stripe/params/privacy/redaction_job_run_params.rb +15 -0
  548. data/lib/stripe/params/privacy/redaction_job_update_params.rb +18 -0
  549. data/lib/stripe/params/privacy/redaction_job_validate_params.rb +15 -0
  550. data/lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb +24 -0
  551. data/lib/stripe/params/product_catalog/trial_offer_create_params.rb +63 -0
  552. data/lib/stripe/params/product_create_params.rb +47 -0
  553. data/lib/stripe/params/product_update_params.rb +47 -0
  554. data/lib/stripe/params/quote_create_params.rb +1217 -3
  555. data/lib/stripe/params/quote_line_list_params.rb +22 -0
  556. data/lib/stripe/params/quote_list_lines_params.rb +22 -0
  557. data/lib/stripe/params/quote_list_params.rb +4 -0
  558. data/lib/stripe/params/quote_list_preview_invoice_lines_params.rb +22 -0
  559. data/lib/stripe/params/quote_mark_draft_params.rb +13 -0
  560. data/lib/stripe/params/quote_mark_stale_params.rb +16 -0
  561. data/lib/stripe/params/quote_preview_invoice_list_params.rb +22 -0
  562. data/lib/stripe/params/quote_preview_subscription_schedule_list_params.rb +22 -0
  563. data/lib/stripe/params/quote_reestimate_params.rb +13 -0
  564. data/lib/stripe/params/quote_update_params.rb +1225 -4
  565. data/lib/stripe/params/radar/account_evaluation_create_params.rb +81 -0
  566. data/lib/stripe/params/radar/account_evaluation_retrieve_params.rb +15 -0
  567. data/lib/stripe/params/radar/account_evaluation_update_params.rb +72 -0
  568. data/lib/stripe/params/radar/customer_evaluation_create_params.rb +69 -0
  569. data/lib/stripe/params/radar/customer_evaluation_update_params.rb +21 -0
  570. data/lib/stripe/params/radar/issuing_authorization_evaluation_create_params.rb +197 -0
  571. data/lib/stripe/params/radar/payment_evaluation_create_params.rb +30 -1
  572. data/lib/stripe/params/reserve/hold_list_params.rb +53 -0
  573. data/lib/stripe/params/reserve/hold_retrieve_params.rb +15 -0
  574. data/lib/stripe/params/reserve/plan_retrieve_params.rb +15 -0
  575. data/lib/stripe/params/reserve/release_list_params.rb +41 -0
  576. data/lib/stripe/params/reserve/release_retrieve_params.rb +15 -0
  577. data/lib/stripe/params/setup_intent_confirm_params.rb +177 -3
  578. data/lib/stripe/params/setup_intent_create_params.rb +177 -3
  579. data/lib/stripe/params/setup_intent_update_params.rb +178 -4
  580. data/lib/stripe/params/shared_payment/granted_token_create_params.rb +50 -0
  581. data/lib/stripe/params/shared_payment/granted_token_retrieve_params.rb +15 -0
  582. data/lib/stripe/params/shared_payment/granted_token_revoke_params.rb +15 -0
  583. data/lib/stripe/params/shared_payment/issued_token_create_params.rb +70 -0
  584. data/lib/stripe/params/shared_payment/issued_token_retrieve_params.rb +15 -0
  585. data/lib/stripe/params/shared_payment/issued_token_revoke_params.rb +15 -0
  586. data/lib/stripe/params/subscription_attach_cadence_params.rb +16 -0
  587. data/lib/stripe/params/subscription_create_params.rb +325 -7
  588. data/lib/stripe/params/subscription_item_create_params.rb +114 -2
  589. data/lib/stripe/params/subscription_item_update_params.rb +97 -1
  590. data/lib/stripe/params/subscription_list_params.rb +4 -0
  591. data/lib/stripe/params/subscription_pause_params.rb +50 -0
  592. data/lib/stripe/params/subscription_resume_params.rb +4 -0
  593. data/lib/stripe/params/subscription_schedule_amend_params.rb +805 -0
  594. data/lib/stripe/params/subscription_schedule_create_params.rb +335 -5
  595. data/lib/stripe/params/subscription_schedule_update_params.rb +335 -5
  596. data/lib/stripe/params/subscription_update_params.rb +308 -6
  597. data/lib/stripe/params/tax/calculation_create_params.rb +4 -0
  598. data/lib/stripe/params/tax/form_list_params.rb +51 -0
  599. data/lib/stripe/params/tax/form_pdf_params.rb +15 -0
  600. data/lib/stripe/params/tax/form_retrieve_params.rb +15 -0
  601. data/lib/stripe/params/tax/location_create_params.rb +54 -0
  602. data/lib/stripe/params/tax/location_list_params.rb +27 -0
  603. data/lib/stripe/params/tax/location_retrieve_params.rb +15 -0
  604. data/lib/stripe/params/tax/registration_create_params.rb +117 -0
  605. data/lib/stripe/params/terminal/configuration_create_params.rb +13 -0
  606. data/lib/stripe/params/terminal/configuration_update_params.rb +13 -0
  607. data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +15 -0
  608. data/lib/stripe/params/test_helpers/capital/financing_offer_create_params.rb +39 -0
  609. data/lib/stripe/params/test_helpers/capital/financing_offer_refill_params.rb +39 -0
  610. data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +91 -0
  611. data/lib/stripe/params/test_helpers/issuing/authorization_create_params.rb +8 -0
  612. data/lib/stripe/params/test_helpers/issuing/dispute_close_params.rb +20 -0
  613. data/lib/stripe/params/test_helpers/issuing/dispute_simulate_network_lifecycle_dispute_response_params.rb +28 -0
  614. data/lib/stripe/params/test_helpers/issuing/dispute_simulate_network_lifecycle_pre_arbitration_response_params.rb +28 -0
  615. data/lib/stripe/params/test_helpers/issuing/dispute_simulate_network_lifecycle_pre_arbitration_submission_params.rb +28 -0
  616. data/lib/stripe/params/test_helpers/issuing/transaction_create_force_capture_params.rb +8 -0
  617. data/lib/stripe/params/test_helpers/issuing/transaction_create_unlinked_refund_params.rb +8 -0
  618. data/lib/stripe/params/test_helpers/payment_intent_simulate_crypto_deposit_params.rb +33 -0
  619. data/lib/stripe/params/test_helpers/shared_payment/granted_token_create_params.rb +52 -0
  620. data/lib/stripe/params/test_helpers/shared_payment/granted_token_revoke_params.rb +17 -0
  621. data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +25 -1
  622. data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +25 -1
  623. data/lib/stripe/params/token_create_params.rb +134 -0
  624. data/lib/stripe/params/transfer_create_params.rb +8 -0
  625. data/lib/stripe/params/treasury/financial_account_create_params.rb +8 -1
  626. data/lib/stripe/params/treasury/financial_account_features_update_params.rb +4 -1
  627. data/lib/stripe/params/treasury/financial_account_update_features_params.rb +4 -1
  628. data/lib/stripe/params/treasury/financial_account_update_params.rb +8 -1
  629. data/lib/stripe/params/treasury/outbound_payment_create_params.rb +4 -0
  630. data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +24 -0
  631. data/lib/stripe/params/treasury/received_credit_create_params.rb +25 -1
  632. data/lib/stripe/params/treasury/received_debit_create_params.rb +25 -1
  633. data/lib/stripe/params/v2/billing/bill_setting_create_params.rb +74 -0
  634. data/lib/stripe/params/v2/billing/bill_setting_list_params.rb +21 -0
  635. data/lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb +10 -0
  636. data/lib/stripe/params/v2/billing/bill_setting_update_params.rb +80 -0
  637. data/lib/stripe/params/v2/billing/bill_settings/version_list_params.rb +19 -0
  638. data/lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb +12 -0
  639. data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +17 -0
  640. data/lib/stripe/params/v2/billing/cadence_create_params.rb +257 -0
  641. data/lib/stripe/params/v2/billing/cadence_list_params.rb +43 -0
  642. data/lib/stripe/params/v2/billing/cadence_retrieve_params.rb +17 -0
  643. data/lib/stripe/params/v2/billing/cadence_update_params.rb +78 -0
  644. data/lib/stripe/params/v2/billing/cadences/spend_modifier_rule_list_params.rb +22 -0
  645. data/lib/stripe/params/v2/billing/cadences/spend_modifier_rule_retrieve_params.rb +12 -0
  646. data/lib/stripe/params/v2/billing/collection_setting_create_params.rb +257 -0
  647. data/lib/stripe/params/v2/billing/collection_setting_list_params.rb +21 -0
  648. data/lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb +10 -0
  649. data/lib/stripe/params/v2/billing/collection_setting_update_params.rb +263 -0
  650. data/lib/stripe/params/v2/billing/collection_settings/version_list_params.rb +19 -0
  651. data/lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb +12 -0
  652. data/lib/stripe/params/v2/billing/contract_activate_params.rb +17 -0
  653. data/lib/stripe/params/v2/billing/contract_cancel_params.rb +17 -0
  654. data/lib/stripe/params/v2/billing/contract_create_params.rb +831 -0
  655. data/lib/stripe/params/v2/billing/contract_list_params.rb +20 -0
  656. data/lib/stripe/params/v2/billing/contract_retrieve_params.rb +17 -0
  657. data/lib/stripe/params/v2/billing/contract_update_params.rb +522 -0
  658. data/lib/stripe/params/v2/billing/contracts/license_pricing/quantity_change_list_quantity_changes_params.rb +21 -0
  659. data/lib/stripe/params/v2/billing/custom_pricing_unit_create_params.rb +26 -0
  660. data/lib/stripe/params/v2/billing/custom_pricing_unit_list_params.rb +24 -0
  661. data/lib/stripe/params/v2/billing/custom_pricing_unit_retrieve_params.rb +10 -0
  662. data/lib/stripe/params/v2/billing/custom_pricing_unit_update_params.rb +26 -0
  663. data/lib/stripe/params/v2/billing/intent_cancel_params.rb +10 -0
  664. data/lib/stripe/params/v2/billing/intent_commit_params.rb +17 -0
  665. data/lib/stripe/params/v2/billing/intent_create_params.rb +899 -0
  666. data/lib/stripe/params/v2/billing/intent_list_params.rb +17 -0
  667. data/lib/stripe/params/v2/billing/intent_release_reservation_params.rb +10 -0
  668. data/lib/stripe/params/v2/billing/intent_reserve_params.rb +10 -0
  669. data/lib/stripe/params/v2/billing/intent_retrieve_params.rb +10 -0
  670. data/lib/stripe/params/v2/billing/intents/action_list_params.rb +19 -0
  671. data/lib/stripe/params/v2/billing/intents/action_retrieve_params.rb +12 -0
  672. data/lib/stripe/params/v2/billing/license_fee_create_params.rb +121 -0
  673. data/lib/stripe/params/v2/billing/license_fee_list_params.rb +24 -0
  674. data/lib/stripe/params/v2/billing/license_fee_retrieve_params.rb +10 -0
  675. data/lib/stripe/params/v2/billing/license_fee_update_params.rb +102 -0
  676. data/lib/stripe/params/v2/billing/license_fees/version_list_params.rb +19 -0
  677. data/lib/stripe/params/v2/billing/license_fees/version_retrieve_params.rb +12 -0
  678. data/lib/stripe/params/v2/billing/licensed_item_create_params.rb +48 -0
  679. data/lib/stripe/params/v2/billing/licensed_item_list_params.rb +21 -0
  680. data/lib/stripe/params/v2/billing/licensed_item_retrieve_params.rb +10 -0
  681. data/lib/stripe/params/v2/billing/licensed_item_update_params.rb +48 -0
  682. data/lib/stripe/params/v2/billing/metered_item_create_params.rb +73 -0
  683. data/lib/stripe/params/v2/billing/metered_item_list_params.rb +21 -0
  684. data/lib/stripe/params/v2/billing/metered_item_retrieve_params.rb +10 -0
  685. data/lib/stripe/params/v2/billing/metered_item_update_params.rb +50 -0
  686. data/lib/stripe/params/v2/billing/one_time_item_create_params.rb +48 -0
  687. data/lib/stripe/params/v2/billing/one_time_item_list_params.rb +21 -0
  688. data/lib/stripe/params/v2/billing/one_time_item_retrieve_params.rb +10 -0
  689. data/lib/stripe/params/v2/billing/one_time_item_update_params.rb +48 -0
  690. data/lib/stripe/params/v2/billing/pricing_plan_create_params.rb +39 -0
  691. data/lib/stripe/params/v2/billing/pricing_plan_list_params.rb +24 -0
  692. data/lib/stripe/params/v2/billing/pricing_plan_retrieve_params.rb +10 -0
  693. data/lib/stripe/params/v2/billing/pricing_plan_subscription_list_params.rb +54 -0
  694. data/lib/stripe/params/v2/billing/pricing_plan_subscription_remove_discounts_params.rb +17 -0
  695. data/lib/stripe/params/v2/billing/pricing_plan_subscription_retrieve_params.rb +17 -0
  696. data/lib/stripe/params/v2/billing/pricing_plan_subscription_update_params.rb +20 -0
  697. data/lib/stripe/params/v2/billing/pricing_plan_update_params.rb +39 -0
  698. data/lib/stripe/params/v2/billing/pricing_plans/component_create_params.rb +73 -0
  699. data/lib/stripe/params/v2/billing/pricing_plans/component_delete_params.rb +12 -0
  700. data/lib/stripe/params/v2/billing/pricing_plans/component_list_params.rb +27 -0
  701. data/lib/stripe/params/v2/billing/pricing_plans/component_retrieve_params.rb +12 -0
  702. data/lib/stripe/params/v2/billing/pricing_plans/component_update_params.rb +22 -0
  703. data/lib/stripe/params/v2/billing/pricing_plans/version_list_params.rb +19 -0
  704. data/lib/stripe/params/v2/billing/pricing_plans/version_retrieve_params.rb +12 -0
  705. data/lib/stripe/params/v2/billing/profile_create_params.rb +37 -0
  706. data/lib/stripe/params/v2/billing/profile_list_params.rb +40 -0
  707. data/lib/stripe/params/v2/billing/profile_retrieve_params.rb +10 -0
  708. data/lib/stripe/params/v2/billing/profile_update_params.rb +35 -0
  709. data/lib/stripe/params/v2/billing/rate_card_create_params.rb +49 -0
  710. data/lib/stripe/params/v2/billing/rate_card_list_params.rb +24 -0
  711. data/lib/stripe/params/v2/billing/rate_card_modify_rates_params.rb +177 -0
  712. data/lib/stripe/params/v2/billing/rate_card_retrieve_params.rb +10 -0
  713. data/lib/stripe/params/v2/billing/rate_card_subscription_cancel_params.rb +10 -0
  714. data/lib/stripe/params/v2/billing/rate_card_subscription_create_params.rb +26 -0
  715. data/lib/stripe/params/v2/billing/rate_card_subscription_list_params.rb +51 -0
  716. data/lib/stripe/params/v2/billing/rate_card_subscription_retrieve_params.rb +10 -0
  717. data/lib/stripe/params/v2/billing/rate_card_subscription_update_params.rb +17 -0
  718. data/lib/stripe/params/v2/billing/rate_card_update_params.rb +38 -0
  719. data/lib/stripe/params/v2/billing/rate_cards/custom_pricing_unit_overage_rate_create_params.rb +33 -0
  720. data/lib/stripe/params/v2/billing/rate_cards/custom_pricing_unit_overage_rate_delete_params.rb +12 -0
  721. data/lib/stripe/params/v2/billing/rate_cards/custom_pricing_unit_overage_rate_list_params.rb +22 -0
  722. data/lib/stripe/params/v2/billing/rate_cards/custom_pricing_unit_overage_rate_retrieve_params.rb +12 -0
  723. data/lib/stripe/params/v2/billing/rate_cards/rate_create_params.rb +109 -0
  724. data/lib/stripe/params/v2/billing/rate_cards/rate_delete_params.rb +12 -0
  725. data/lib/stripe/params/v2/billing/rate_cards/rate_list_params.rb +25 -0
  726. data/lib/stripe/params/v2/billing/rate_cards/rate_retrieve_params.rb +12 -0
  727. data/lib/stripe/params/v2/billing/rate_cards/version_list_params.rb +19 -0
  728. data/lib/stripe/params/v2/billing/rate_cards/version_retrieve_params.rb +12 -0
  729. data/lib/stripe/params/v2/billing/service_action_create_params.rb +315 -0
  730. data/lib/stripe/params/v2/billing/service_action_retrieve_params.rb +10 -0
  731. data/lib/stripe/params/v2/billing/service_action_update_params.rb +40 -0
  732. data/lib/stripe/params/v2/core/account_create_params.rb +1687 -6
  733. data/lib/stripe/params/v2/core/account_evaluation_create_params.rb +73 -0
  734. data/lib/stripe/params/v2/core/account_link_create_params.rb +81 -1
  735. data/lib/stripe/params/v2/core/account_token_create_params.rb +250 -2
  736. data/lib/stripe/params/v2/core/account_update_params.rb +1667 -7
  737. data/lib/stripe/params/v2/core/approval_request_cancel_params.rb +10 -0
  738. data/lib/stripe/params/v2/core/approval_request_execute_params.rb +10 -0
  739. data/lib/stripe/params/v2/core/approval_request_list_params.rb +17 -0
  740. data/lib/stripe/params/v2/core/approval_request_retrieve_params.rb +10 -0
  741. data/lib/stripe/params/v2/core/approval_request_submit_params.rb +17 -0
  742. data/lib/stripe/params/v2/core/batch_job_cancel_params.rb +10 -0
  743. data/lib/stripe/params/v2/core/batch_job_create_params.rb +58 -0
  744. data/lib/stripe/params/v2/core/batch_job_retrieve_params.rb +10 -0
  745. data/lib/stripe/params/v2/core/claimable_sandbox_create_params.rb +59 -0
  746. data/lib/stripe/params/v2/core/claimable_sandbox_renew_onboarding_link_params.rb +28 -0
  747. data/lib/stripe/params/v2/core/claimable_sandbox_retrieve_params.rb +10 -0
  748. data/lib/stripe/params/v2/core/connection_session_create_params.rb +23 -0
  749. data/lib/stripe/params/v2/core/connection_session_retrieve_params.rb +10 -0
  750. data/lib/stripe/params/v2/core/event_list_params.rb +4 -1
  751. data/lib/stripe/params/v2/core/event_retrieve_params.rb +8 -1
  752. data/lib/stripe/params/v2/core/fee_batch_list_params.rb +43 -0
  753. data/lib/stripe/params/v2/core/fee_batch_retrieve_params.rb +10 -0
  754. data/lib/stripe/params/v2/core/fee_entry_list_params.rb +51 -0
  755. data/lib/stripe/params/v2/core/fee_entry_retrieve_params.rb +10 -0
  756. data/lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb +12 -0
  757. data/lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb +12 -0
  758. data/lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb +58 -0
  759. data/lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb +22 -0
  760. data/lib/stripe/params/v2/core/vault/gb_bank_account_list_params.rb +19 -0
  761. data/lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb +12 -0
  762. data/lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb +12 -0
  763. data/lib/stripe/params/v2/core/vault/us_bank_account_confirm_microdeposits_params.rb +22 -0
  764. data/lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb +37 -0
  765. data/lib/stripe/params/v2/core/vault/us_bank_account_list_params.rb +22 -0
  766. data/lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb +12 -0
  767. data/lib/stripe/params/v2/core/vault/us_bank_account_send_microdeposits_params.rb +12 -0
  768. data/lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb +22 -0
  769. data/lib/stripe/params/v2/data/analytics/metric_query_create_params.rb +68 -0
  770. data/lib/stripe/params/v2/data/reporting/query_run_create_params.rb +31 -0
  771. data/lib/stripe/params/v2/data/reporting/query_run_retrieve_params.rb +19 -0
  772. data/lib/stripe/params/v2/extend/workflow_invoke_params.rb +17 -0
  773. data/lib/stripe/params/v2/extend/workflow_list_params.rb +21 -0
  774. data/lib/stripe/params/v2/extend/workflow_retrieve_params.rb +10 -0
  775. data/lib/stripe/params/v2/extend/workflow_run_list_params.rb +23 -0
  776. data/lib/stripe/params/v2/extend/workflow_run_retrieve_params.rb +10 -0
  777. data/lib/stripe/params/v2/iam/activity_log_list_params.rb +23 -0
  778. data/lib/stripe/params/v2/iam/activity_log_retrieve_params.rb +10 -0
  779. data/lib/stripe/params/v2/iam/api_key_create_params.rb +51 -0
  780. data/lib/stripe/params/v2/iam/api_key_expire_params.rb +10 -0
  781. data/lib/stripe/params/v2/iam/api_key_list_params.rb +20 -0
  782. data/lib/stripe/params/v2/iam/api_key_retrieve_params.rb +10 -0
  783. data/lib/stripe/params/v2/iam/api_key_rotate_params.rb +46 -0
  784. data/lib/stripe/params/v2/iam/api_key_update_params.rb +20 -0
  785. data/lib/stripe/params/v2/money_management/adjustment_list_params.rb +48 -0
  786. data/lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb +10 -0
  787. data/lib/stripe/params/v2/money_management/currency_conversion_create_params.rb +49 -0
  788. data/lib/stripe/params/v2/money_management/currency_conversion_list_params.rb +20 -0
  789. data/lib/stripe/params/v2/money_management/currency_conversion_retrieve_params.rb +10 -0
  790. data/lib/stripe/params/v2/money_management/debit_dispute_create_params.rb +28 -0
  791. data/lib/stripe/params/v2/money_management/debit_dispute_list_params.rb +23 -0
  792. data/lib/stripe/params/v2/money_management/debit_dispute_retrieve_params.rb +10 -0
  793. data/lib/stripe/params/v2/money_management/financial_account_close_params.rb +28 -0
  794. data/lib/stripe/params/v2/money_management/financial_account_create_params.rb +37 -0
  795. data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +26 -0
  796. data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +17 -0
  797. data/lib/stripe/params/v2/money_management/financial_account_update_params.rb +33 -0
  798. data/lib/stripe/params/v2/money_management/financial_accounts/statement_list_params.rb +22 -0
  799. data/lib/stripe/params/v2/money_management/financial_accounts/statement_retrieve_params.rb +19 -0
  800. data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +52 -0
  801. data/lib/stripe/params/v2/money_management/financial_address_list_params.rb +23 -0
  802. data/lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb +17 -0
  803. data/lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb +50 -0
  804. data/lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb +44 -0
  805. data/lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb +10 -0
  806. data/lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb +10 -0
  807. data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +130 -0
  808. data/lib/stripe/params/v2/money_management/outbound_payment_list_params.rb +52 -0
  809. data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +70 -0
  810. data/lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb +10 -0
  811. data/lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb +10 -0
  812. data/lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb +10 -0
  813. data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +110 -0
  814. data/lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb +17 -0
  815. data/lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb +10 -0
  816. data/lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb +88 -0
  817. data/lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb +10 -0
  818. data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +85 -0
  819. data/lib/stripe/params/v2/money_management/outbound_transfer_list_params.rb +48 -0
  820. data/lib/stripe/params/v2/money_management/outbound_transfer_retrieve_params.rb +10 -0
  821. data/lib/stripe/params/v2/money_management/payout_method_archive_params.rb +10 -0
  822. data/lib/stripe/params/v2/money_management/payout_method_list_params.rb +31 -0
  823. data/lib/stripe/params/v2/money_management/payout_method_retrieve_params.rb +10 -0
  824. data/lib/stripe/params/v2/money_management/payout_method_unarchive_params.rb +10 -0
  825. data/lib/stripe/params/v2/money_management/payout_methods_bank_account_spec_retrieve_params.rb +17 -0
  826. data/lib/stripe/params/v2/money_management/received_credit_list_params.rb +44 -0
  827. data/lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb +10 -0
  828. data/lib/stripe/params/v2/money_management/received_debit_list_params.rb +17 -0
  829. data/lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb +10 -0
  830. data/lib/stripe/params/v2/money_management/recipient_verification_acknowledge_params.rb +10 -0
  831. data/lib/stripe/params/v2/money_management/recipient_verification_create_params.rb +20 -0
  832. data/lib/stripe/params/v2/money_management/recipient_verification_retrieve_params.rb +10 -0
  833. data/lib/stripe/params/v2/money_management/transaction_entry_list_params.rb +43 -0
  834. data/lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb +10 -0
  835. data/lib/stripe/params/v2/money_management/transaction_list_params.rb +47 -0
  836. data/lib/stripe/params/v2/money_management/transaction_retrieve_params.rb +10 -0
  837. data/lib/stripe/params/v2/network/business_profile_me_params.rb +10 -0
  838. data/lib/stripe/params/v2/network/business_profile_retrieve_params.rb +10 -0
  839. data/lib/stripe/params/v2/orchestrated_commerce/agreement_confirm_params.rb +10 -0
  840. data/lib/stripe/params/v2/orchestrated_commerce/agreement_create_params.rb +17 -0
  841. data/lib/stripe/params/v2/orchestrated_commerce/agreement_list_params.rb +20 -0
  842. data/lib/stripe/params/v2/orchestrated_commerce/agreement_retrieve_params.rb +10 -0
  843. data/lib/stripe/params/v2/orchestrated_commerce/agreement_terminate_params.rb +10 -0
  844. data/lib/stripe/params/v2/payments/off_session_payment_cancel_params.rb +10 -0
  845. data/lib/stripe/params/v2/payments/off_session_payment_capture_params.rb +178 -0
  846. data/lib/stripe/params/v2/payments/off_session_payment_create_params.rb +362 -0
  847. data/lib/stripe/params/v2/payments/off_session_payment_list_params.rb +17 -0
  848. data/lib/stripe/params/v2/payments/off_session_payment_pause_params.rb +10 -0
  849. data/lib/stripe/params/v2/payments/off_session_payment_resume_params.rb +10 -0
  850. data/lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb +10 -0
  851. data/lib/stripe/params/v2/payments/settlement_allocation_intent_cancel_params.rb +10 -0
  852. data/lib/stripe/params/v2/payments/settlement_allocation_intent_create_params.rb +35 -0
  853. data/lib/stripe/params/v2/payments/settlement_allocation_intent_list_params.rb +47 -0
  854. data/lib/stripe/params/v2/payments/settlement_allocation_intent_retrieve_params.rb +10 -0
  855. data/lib/stripe/params/v2/payments/settlement_allocation_intent_submit_params.rb +10 -0
  856. data/lib/stripe/params/v2/payments/settlement_allocation_intent_update_params.rb +20 -0
  857. data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_cancel_params.rb +12 -0
  858. data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_create_params.rb +28 -0
  859. data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_list_params.rb +22 -0
  860. data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_retrieve_params.rb +12 -0
  861. data/lib/stripe/params/v2/reporting/report_retrieve_params.rb +10 -0
  862. data/lib/stripe/params/v2/reporting/report_run_create_params.rb +33 -0
  863. data/lib/stripe/params/v2/reporting/report_run_retrieve_params.rb +17 -0
  864. data/lib/stripe/params/v2/signals/account_signal_list_params.rb +35 -0
  865. data/lib/stripe/params/v2/signals/account_signal_retrieve_params.rb +10 -0
  866. data/lib/stripe/params/v2/tax/manual_rule_create_params.rb +124 -0
  867. data/lib/stripe/params/v2/tax/manual_rule_deactivate_params.rb +10 -0
  868. data/lib/stripe/params/v2/tax/manual_rule_list_params.rb +17 -0
  869. data/lib/stripe/params/v2/tax/manual_rule_retrieve_params.rb +10 -0
  870. data/lib/stripe/params/v2/tax/manual_rule_update_params.rb +124 -0
  871. data/lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb +23 -0
  872. data/lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb +10 -0
  873. data/lib/stripe/params/v2/test_helpers/money_management_recipient_verifications_params.rb +24 -0
  874. data/lib/stripe/params.rb +909 -0
  875. data/lib/stripe/resources/account.rb +271 -1
  876. data/lib/stripe/resources/account_notice.rb +94 -0
  877. data/lib/stripe/resources/account_session.rb +302 -0
  878. data/lib/stripe/resources/account_signals.rb +104 -0
  879. data/lib/stripe/resources/application_fee.rb +24 -1
  880. data/lib/stripe/resources/balance.rb +166 -0
  881. data/lib/stripe/resources/balance_settings.rb +4 -0
  882. data/lib/stripe/resources/balance_transfer.rb +139 -0
  883. data/lib/stripe/resources/billing/alert.rb +274 -1
  884. data/lib/stripe/resources/billing/alert_recovered.rb +44 -0
  885. data/lib/stripe/resources/billing/alert_triggered.rb +48 -1
  886. data/lib/stripe/resources/billing/analytics/meter_usage.rb +33 -0
  887. data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +40 -0
  888. data/lib/stripe/resources/billing/credit_balance_summary.rb +172 -3
  889. data/lib/stripe/resources/billing/credit_balance_transaction.rb +145 -2
  890. data/lib/stripe/resources/billing/credit_grant.rb +77 -2
  891. data/lib/stripe/resources/billing/meter.rb +2 -0
  892. data/lib/stripe/resources/billing/meter_event_summary.rb +2 -0
  893. data/lib/stripe/resources/capability.rb +36 -1
  894. data/lib/stripe/resources/capital/financing_offer.rb +183 -0
  895. data/lib/stripe/resources/capital/financing_summary.rb +82 -0
  896. data/lib/stripe/resources/capital/financing_transaction.rb +99 -0
  897. data/lib/stripe/resources/card.rb +20 -1
  898. data/lib/stripe/resources/charge.rb +328 -2
  899. data/lib/stripe/resources/checkout/session.rb +529 -3
  900. data/lib/stripe/resources/confirmation_token.rb +200 -1
  901. data/lib/stripe/resources/coupon.rb +60 -1
  902. data/lib/stripe/resources/credit_note_line_item.rb +18 -0
  903. data/lib/stripe/resources/customer_session.rb +36 -0
  904. data/lib/stripe/resources/delegated_checkout/order.rb +142 -0
  905. data/lib/stripe/resources/delegated_checkout/order_event.rb +118 -0
  906. data/lib/stripe/resources/delegated_checkout/requested_session.rb +895 -0
  907. data/lib/stripe/resources/discount.rb +20 -1
  908. data/lib/stripe/resources/dispute.rb +24 -0
  909. data/lib/stripe/resources/event.rb +64 -1
  910. data/lib/stripe/resources/financial_connections/account.rb +57 -0
  911. data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +35 -0
  912. data/lib/stripe/resources/financial_connections/authorization.rb +82 -0
  913. data/lib/stripe/resources/financial_connections/institution.rb +127 -0
  914. data/lib/stripe/resources/financial_connections/session.rb +125 -1
  915. data/lib/stripe/resources/fr_meal_vouchers_onboarding.rb +153 -0
  916. data/lib/stripe/resources/fx_quote.rb +147 -0
  917. data/lib/stripe/resources/identity/blocklist_entry.rb +116 -0
  918. data/lib/stripe/resources/identity/verification_report.rb +24 -1
  919. data/lib/stripe/resources/invoice.rb +195 -1
  920. data/lib/stripe/resources/invoice_item.rb +126 -2
  921. data/lib/stripe/resources/invoice_line_item.rb +195 -1
  922. data/lib/stripe/resources/issuing/authorization.rb +268 -0
  923. data/lib/stripe/resources/issuing/card.rb +4 -0
  924. data/lib/stripe/resources/issuing/credit_underwriting_record.rb +263 -0
  925. data/lib/stripe/resources/issuing/dispute.rb +289 -1
  926. data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +71 -0
  927. data/lib/stripe/resources/issuing/fraud_liability_debit.rb +51 -0
  928. data/lib/stripe/resources/issuing/program.rb +69 -0
  929. data/lib/stripe/resources/issuing/settlement.rb +61 -0
  930. data/lib/stripe/resources/issuing/token.rb +8 -0
  931. data/lib/stripe/resources/issuing/transaction.rb +124 -0
  932. data/lib/stripe/resources/line_item.rb +42 -0
  933. data/lib/stripe/resources/mandate.rb +12 -0
  934. data/lib/stripe/resources/margin.rb +64 -0
  935. data/lib/stripe/resources/orchestration/payment_attempt.rb +31 -0
  936. data/lib/stripe/resources/order.rb +927 -0
  937. data/lib/stripe/resources/payment_attempt_record.rb +382 -2
  938. data/lib/stripe/resources/payment_intent.rb +2269 -47
  939. data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +19 -1
  940. data/lib/stripe/resources/payment_link.rb +22 -0
  941. data/lib/stripe/resources/payment_location.rb +165 -0
  942. data/lib/stripe/resources/payment_location_capability.rb +94 -0
  943. data/lib/stripe/resources/payment_method.rb +228 -1
  944. data/lib/stripe/resources/payment_method_balance.rb +68 -0
  945. data/lib/stripe/resources/payment_method_configuration.rb +170 -0
  946. data/lib/stripe/resources/payment_record.rb +242 -2
  947. data/lib/stripe/resources/person.rb +62 -0
  948. data/lib/stripe/resources/price.rb +22 -0
  949. data/lib/stripe/resources/privacy/redaction_job.rb +189 -0
  950. data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +49 -0
  951. data/lib/stripe/resources/product.rb +46 -0
  952. data/lib/stripe/resources/product_catalog/trial_offer.rb +106 -0
  953. data/lib/stripe/resources/profile.rb +80 -0
  954. data/lib/stripe/resources/quote.rb +806 -2
  955. data/lib/stripe/resources/quote_line.rb +731 -0
  956. data/lib/stripe/resources/quote_preview_invoice.rb +1261 -0
  957. data/lib/stripe/resources/quote_preview_subscription_schedule.rb +911 -0
  958. data/lib/stripe/resources/radar/account_evaluation.rb +180 -0
  959. data/lib/stripe/resources/radar/customer_evaluation.rb +155 -0
  960. data/lib/stripe/resources/radar/issuing_authorization_evaluation.rb +245 -0
  961. data/lib/stripe/resources/radar/payment_evaluation.rb +23 -1
  962. data/lib/stripe/resources/refund.rb +18 -0
  963. data/lib/stripe/resources/reserve/hold.rb +7 -0
  964. data/lib/stripe/resources/reserve/release.rb +12 -0
  965. data/lib/stripe/resources/risk_signals.rb +24 -0
  966. data/lib/stripe/resources/setup_attempt.rb +35 -0
  967. data/lib/stripe/resources/setup_intent.rb +92 -1
  968. data/lib/stripe/resources/shared_payment/granted_token.rb +1822 -0
  969. data/lib/stripe/resources/shared_payment/issued_token.rb +293 -0
  970. data/lib/stripe/resources/source.rb +38 -0
  971. data/lib/stripe/resources/subscription.rb +250 -0
  972. data/lib/stripe/resources/subscription_item.rb +41 -1
  973. data/lib/stripe/resources/subscription_schedule.rb +373 -3
  974. data/lib/stripe/resources/tax/calculation_line_item.rb +2 -0
  975. data/lib/stripe/resources/tax/form.rb +264 -0
  976. data/lib/stripe/resources/tax/location.rb +72 -0
  977. data/lib/stripe/resources/tax/registration.rb +144 -0
  978. data/lib/stripe/resources/tax_code.rb +15 -1
  979. data/lib/stripe/resources/terminal/configuration.rb +16 -0
  980. data/lib/stripe/resources/terminal/reader.rb +8 -0
  981. data/lib/stripe/resources/terminal/reader_collected_data.rb +47 -0
  982. data/lib/stripe/resources/transfer.rb +6 -0
  983. data/lib/stripe/resources/transit_balance.rb +45 -0
  984. data/lib/stripe/resources/treasury/financial_account.rb +2 -0
  985. data/lib/stripe/resources/treasury/financial_account_features.rb +2 -0
  986. data/lib/stripe/resources/treasury/outbound_payment.rb +2 -0
  987. data/lib/stripe/resources/treasury/outbound_transfer.rb +30 -0
  988. data/lib/stripe/resources/treasury/received_credit.rb +30 -0
  989. data/lib/stripe/resources/treasury/received_debit.rb +32 -0
  990. data/lib/stripe/resources/v2/billing/bill_setting.rb +102 -0
  991. data/lib/stripe/resources/v2/billing/bill_setting_version.rb +91 -0
  992. data/lib/stripe/resources/v2/billing/cadence.rb +773 -0
  993. data/lib/stripe/resources/v2/billing/cadence_spend_modifier.rb +103 -0
  994. data/lib/stripe/resources/v2/billing/collection_setting.rb +327 -0
  995. data/lib/stripe/resources/v2/billing/collection_setting_version.rb +316 -0
  996. data/lib/stripe/resources/v2/billing/contract.rb +978 -0
  997. data/lib/stripe/resources/v2/billing/contract_license_pricing_quantity_change.rb +43 -0
  998. data/lib/stripe/resources/v2/billing/custom_pricing_unit.rb +43 -0
  999. data/lib/stripe/resources/v2/billing/intent.rb +354 -0
  1000. data/lib/stripe/resources/v2/billing/intent_action.rb +711 -0
  1001. data/lib/stripe/resources/v2/billing/license_fee.rb +140 -0
  1002. data/lib/stripe/resources/v2/billing/license_fee_version.rb +101 -0
  1003. data/lib/stripe/resources/v2/billing/licensed_item.rb +60 -0
  1004. data/lib/stripe/resources/v2/billing/metered_item.rb +85 -0
  1005. data/lib/stripe/resources/v2/billing/one_time_item.rb +60 -0
  1006. data/lib/stripe/resources/v2/billing/pricing_plan.rb +51 -0
  1007. data/lib/stripe/resources/v2/billing/pricing_plan_component.rb +97 -0
  1008. data/lib/stripe/resources/v2/billing/pricing_plan_subscription.rb +719 -0
  1009. data/lib/stripe/resources/v2/billing/pricing_plan_version.rb +41 -0
  1010. data/lib/stripe/resources/v2/billing/profile.rb +47 -0
  1011. data/lib/stripe/resources/v2/billing/rate_card.rb +71 -0
  1012. data/lib/stripe/resources/v2/billing/rate_card_custom_pricing_unit_overage_rate.rb +48 -0
  1013. data/lib/stripe/resources/v2/billing/rate_card_rate.rb +131 -0
  1014. data/lib/stripe/resources/v2/billing/rate_card_subscription.rb +97 -0
  1015. data/lib/stripe/resources/v2/billing/rate_card_version.rb +37 -0
  1016. data/lib/stripe/resources/v2/billing/service_action.rb +306 -0
  1017. data/lib/stripe/resources/v2/core/account.rb +2668 -20
  1018. data/lib/stripe/resources/v2/core/account_evaluation.rb +106 -0
  1019. data/lib/stripe/resources/v2/core/account_link.rb +72 -0
  1020. data/lib/stripe/resources/v2/core/approval_request.rb +337 -0
  1021. data/lib/stripe/resources/v2/core/batch_job.rb +567 -0
  1022. data/lib/stripe/resources/v2/core/claimable_sandbox.rb +146 -0
  1023. data/lib/stripe/resources/v2/core/connection_session.rb +58 -0
  1024. data/lib/stripe/resources/v2/core/event.rb +66 -1
  1025. data/lib/stripe/resources/v2/core/event_notification.rb +1 -0
  1026. data/lib/stripe/resources/v2/core/fee_batch.rb +142 -0
  1027. data/lib/stripe/resources/v2/core/fee_entry.rb +135 -0
  1028. data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +136 -0
  1029. data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +105 -0
  1030. data/lib/stripe/resources/v2/data/analytics/metric_query_result.rb +106 -0
  1031. data/lib/stripe/resources/v2/data/reporting/query_run.rb +159 -0
  1032. data/lib/stripe/resources/v2/extend/workflow.rb +80 -0
  1033. data/lib/stripe/resources/v2/extend/workflow_run.rb +158 -0
  1034. data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +29 -0
  1035. data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +31 -0
  1036. data/lib/stripe/resources/v2/iam/activity_log.rb +187 -0
  1037. data/lib/stripe/resources/v2/iam/api_key.rb +129 -0
  1038. data/lib/stripe/resources/v2/money_management/adjustment.rb +69 -0
  1039. data/lib/stripe/resources/v2/money_management/currency_conversion.rb +66 -0
  1040. data/lib/stripe/resources/v2/money_management/debit_dispute.rb +113 -0
  1041. data/lib/stripe/resources/v2/money_management/financial_account.rb +284 -0
  1042. data/lib/stripe/resources/v2/money_management/financial_account_statement.rb +101 -0
  1043. data/lib/stripe/resources/v2/money_management/financial_address.rb +225 -0
  1044. data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +181 -0
  1045. data/lib/stripe/resources/v2/money_management/outbound_payment.rb +303 -0
  1046. data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +146 -0
  1047. data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +69 -0
  1048. data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +198 -0
  1049. data/lib/stripe/resources/v2/money_management/payout_method.rb +169 -0
  1050. data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +83 -0
  1051. data/lib/stripe/resources/v2/money_management/received_credit.rb +402 -0
  1052. data/lib/stripe/resources/v2/money_management/received_debit.rb +243 -0
  1053. data/lib/stripe/resources/v2/money_management/recipient_verification.rb +83 -0
  1054. data/lib/stripe/resources/v2/money_management/transaction.rb +177 -0
  1055. data/lib/stripe/resources/v2/money_management/transaction_entry.rb +147 -0
  1056. data/lib/stripe/resources/v2/network/business_profile.rb +84 -0
  1057. data/lib/stripe/resources/v2/orchestrated_commerce/agreement.rb +93 -0
  1058. data/lib/stripe/resources/v2/payments/off_session_payment.rb +288 -0
  1059. data/lib/stripe/resources/v2/payments/settlement_allocation_intent.rb +77 -0
  1060. data/lib/stripe/resources/v2/payments/settlement_allocation_intent_split.rb +65 -0
  1061. data/lib/stripe/resources/v2/reporting/report.rb +116 -0
  1062. data/lib/stripe/resources/v2/reporting/report_run.rb +159 -0
  1063. data/lib/stripe/resources/v2/signals/account_signal.rb +144 -0
  1064. data/lib/stripe/resources/v2/tax/manual_rule.rb +145 -0
  1065. data/lib/stripe/resources.rb +1729 -0
  1066. data/lib/stripe/services/account_notice_service.rb +39 -0
  1067. data/lib/stripe/services/account_service.rb +46 -1
  1068. data/lib/stripe/services/account_signals_service.rb +17 -0
  1069. data/lib/stripe/services/balance_transfer_service.rb +17 -0
  1070. data/lib/stripe/services/billing/alert_service.rb +2 -0
  1071. data/lib/stripe/services/billing/analytics/meter_usage_service.rb +21 -0
  1072. data/lib/stripe/services/billing/analytics_service.rb +15 -0
  1073. data/lib/stripe/services/billing/credit_grant_service.rb +4 -0
  1074. data/lib/stripe/services/billing_service.rb +2 -1
  1075. data/lib/stripe/services/capital/financing_offer_service.rb +42 -0
  1076. data/lib/stripe/services/capital/financing_summary_service.rb +19 -0
  1077. data/lib/stripe/services/capital/financing_transaction_service.rb +31 -0
  1078. data/lib/stripe/services/capital_service.rb +15 -0
  1079. data/lib/stripe/services/checkout/session_service.rb +11 -0
  1080. data/lib/stripe/services/coupon_service.rb +44 -0
  1081. data/lib/stripe/services/credit_note_service.rb +14 -0
  1082. data/lib/stripe/services/customer_balance_transaction_service.rb +30 -0
  1083. data/lib/stripe/services/customer_cash_balance_service.rb +15 -0
  1084. data/lib/stripe/services/customer_funding_instructions_service.rb +15 -0
  1085. data/lib/stripe/services/customer_payment_source_service.rb +60 -0
  1086. data/lib/stripe/services/customer_service.rb +59 -0
  1087. data/lib/stripe/services/customer_session_service.rb +14 -0
  1088. data/lib/stripe/services/customer_tax_id_service.rb +30 -0
  1089. data/lib/stripe/services/delegated_checkout/order_service.rb +19 -0
  1090. data/lib/stripe/services/delegated_checkout/requested_session_order_service.rb +19 -0
  1091. data/lib/stripe/services/delegated_checkout/requested_session_service.rb +70 -0
  1092. data/lib/stripe/services/delegated_checkout_service.rb +14 -0
  1093. data/lib/stripe/services/dispute_service.rb +15 -0
  1094. data/lib/stripe/services/external_account_service.rb +68 -0
  1095. data/lib/stripe/services/financial_connections/account_inferred_balance_service.rb +19 -0
  1096. data/lib/stripe/services/financial_connections/account_service.rb +3 -1
  1097. data/lib/stripe/services/financial_connections/authorization_service.rb +19 -0
  1098. data/lib/stripe/services/financial_connections/institution_service.rb +30 -0
  1099. data/lib/stripe/services/financial_connections_service.rb +3 -1
  1100. data/lib/stripe/services/fr_meal_vouchers_onboarding_service.rb +57 -0
  1101. data/lib/stripe/services/fx_quote_service.rb +27 -0
  1102. data/lib/stripe/services/identity/blocklist_entry_service.rb +71 -0
  1103. data/lib/stripe/services/identity_service.rb +2 -1
  1104. data/lib/stripe/services/invoice_item_service.rb +44 -0
  1105. data/lib/stripe/services/invoice_line_item_service.rb +15 -0
  1106. data/lib/stripe/services/invoice_rendering_template_service.rb +30 -0
  1107. data/lib/stripe/services/invoice_service.rb +189 -0
  1108. data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +74 -0
  1109. data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +30 -0
  1110. data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +30 -0
  1111. data/lib/stripe/services/issuing/program_service.rb +52 -0
  1112. data/lib/stripe/services/issuing_service.rb +6 -1
  1113. data/lib/stripe/services/mandate_service.rb +5 -0
  1114. data/lib/stripe/services/margin_service.rb +50 -0
  1115. data/lib/stripe/services/orchestration/payment_attempt_service.rb +19 -0
  1116. data/lib/stripe/services/orchestration_service.rb +13 -0
  1117. data/lib/stripe/services/order_service.rb +53 -0
  1118. data/lib/stripe/services/payment_attempt_record_service.rb +77 -0
  1119. data/lib/stripe/services/payment_intent_service.rb +55 -0
  1120. data/lib/stripe/services/payment_location_capability_service.rb +39 -0
  1121. data/lib/stripe/services/payment_location_service.rb +61 -0
  1122. data/lib/stripe/services/payment_method_service.rb +26 -0
  1123. data/lib/stripe/services/price_service.rb +29 -0
  1124. data/lib/stripe/services/privacy/redaction_job_service.rb +104 -0
  1125. data/lib/stripe/services/privacy/redaction_job_validation_error_service.rb +19 -0
  1126. data/lib/stripe/services/privacy_service.rb +13 -0
  1127. data/lib/stripe/services/product_catalog/trial_offer_service.rb +19 -0
  1128. data/lib/stripe/services/product_catalog_service.rb +13 -0
  1129. data/lib/stripe/services/product_feature_service.rb +30 -0
  1130. data/lib/stripe/services/product_service.rb +44 -0
  1131. data/lib/stripe/services/promotion_code_service.rb +29 -0
  1132. data/lib/stripe/services/quote_line_service.rb +17 -0
  1133. data/lib/stripe/services/quote_preview_invoice_service.rb +17 -0
  1134. data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +17 -0
  1135. data/lib/stripe/services/quote_service.rb +49 -1
  1136. data/lib/stripe/services/radar/account_evaluation_service.rb +41 -0
  1137. data/lib/stripe/services/radar/customer_evaluation_service.rb +30 -0
  1138. data/lib/stripe/services/radar/issuing_authorization_evaluation_service.rb +19 -0
  1139. data/lib/stripe/services/radar/value_list_item_service.rb +14 -0
  1140. data/lib/stripe/services/radar_service.rb +5 -1
  1141. data/lib/stripe/services/refund_service.rb +29 -0
  1142. data/lib/stripe/services/reserve/hold_service.rb +30 -0
  1143. data/lib/stripe/services/reserve/plan_service.rb +19 -0
  1144. data/lib/stripe/services/reserve/release_service.rb +30 -0
  1145. data/lib/stripe/services/reserve_service.rb +15 -0
  1146. data/lib/stripe/services/shared_payment/granted_token_service.rb +19 -0
  1147. data/lib/stripe/services/shared_payment/issued_token_service.rb +41 -0
  1148. data/lib/stripe/services/shared_payment_service.rb +14 -0
  1149. data/lib/stripe/services/subscription_item_service.rb +44 -0
  1150. data/lib/stripe/services/subscription_schedule_service.rb +70 -0
  1151. data/lib/stripe/services/subscription_service.rb +111 -0
  1152. data/lib/stripe/services/tax/form_service.rb +37 -0
  1153. data/lib/stripe/services/tax/location_service.rb +45 -0
  1154. data/lib/stripe/services/tax/registration_service.rb +29 -0
  1155. data/lib/stripe/services/tax/settings_service.rb +14 -0
  1156. data/lib/stripe/services/tax/transaction_service.rb +14 -0
  1157. data/lib/stripe/services/tax_id_service.rb +14 -0
  1158. data/lib/stripe/services/tax_rate_service.rb +29 -0
  1159. data/lib/stripe/services/tax_service.rb +3 -1
  1160. data/lib/stripe/services/terminal/reader_collected_data_service.rb +19 -0
  1161. data/lib/stripe/services/terminal_service.rb +2 -1
  1162. data/lib/stripe/services/test_helpers/capital/financing_offer_service.rb +32 -0
  1163. data/lib/stripe/services/test_helpers/capital_service.rb +15 -0
  1164. data/lib/stripe/services/test_helpers/issuing/dispute_service.rb +54 -0
  1165. data/lib/stripe/services/test_helpers/issuing_service.rb +2 -1
  1166. data/lib/stripe/services/test_helpers/payment_intent_service.rb +19 -0
  1167. data/lib/stripe/services/test_helpers/shared_payment/granted_token_service.rb +32 -0
  1168. data/lib/stripe/services/test_helpers/shared_payment_service.rb +15 -0
  1169. data/lib/stripe/services/test_helpers_service.rb +4 -1
  1170. data/lib/stripe/services/v1_services.rb +17 -1
  1171. data/lib/stripe/services/v2/billing/bill_setting_service.rb +61 -0
  1172. data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +34 -0
  1173. data/lib/stripe/services/v2/billing/cadence_service.rb +73 -0
  1174. data/lib/stripe/services/v2/billing/cadences/spend_modifier_rule_service.rb +34 -0
  1175. data/lib/stripe/services/v2/billing/collection_setting_service.rb +69 -0
  1176. data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +34 -0
  1177. data/lib/stripe/services/v2/billing/contract_service.rb +91 -0
  1178. data/lib/stripe/services/v2/billing/contracts/license_pricing/quantity_change_service.rb +25 -0
  1179. data/lib/stripe/services/v2/billing/contracts/license_pricing_service.rb +20 -0
  1180. data/lib/stripe/services/v2/billing/custom_pricing_unit_service.rb +54 -0
  1181. data/lib/stripe/services/v2/billing/intent_service.rb +98 -0
  1182. data/lib/stripe/services/v2/billing/intents/action_service.rb +34 -0
  1183. data/lib/stripe/services/v2/billing/license_fee_service.rb +69 -0
  1184. data/lib/stripe/services/v2/billing/license_fees/version_service.rb +34 -0
  1185. data/lib/stripe/services/v2/billing/licensed_item_service.rb +54 -0
  1186. data/lib/stripe/services/v2/billing/metered_item_service.rb +54 -0
  1187. data/lib/stripe/services/v2/billing/one_time_item_service.rb +54 -0
  1188. data/lib/stripe/services/v2/billing/pricing_plan_service.rb +62 -0
  1189. data/lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb +54 -0
  1190. data/lib/stripe/services/v2/billing/pricing_plans/component_service.rb +67 -0
  1191. data/lib/stripe/services/v2/billing/pricing_plans/version_service.rb +34 -0
  1192. data/lib/stripe/services/v2/billing/profile_service.rb +54 -0
  1193. data/lib/stripe/services/v2/billing/rate_card_service.rb +79 -0
  1194. data/lib/stripe/services/v2/billing/rate_card_subscription_service.rb +65 -0
  1195. data/lib/stripe/services/v2/billing/rate_cards/custom_pricing_unit_overage_rate_service.rb +56 -0
  1196. data/lib/stripe/services/v2/billing/rate_cards/rate_service.rb +61 -0
  1197. data/lib/stripe/services/v2/billing/rate_cards/version_service.rb +34 -0
  1198. data/lib/stripe/services/v2/billing/service_action_service.rb +47 -0
  1199. data/lib/stripe/services/v2/billing_service.rb +18 -1
  1200. data/lib/stripe/services/v2/core/account_evaluation_service.rb +21 -0
  1201. data/lib/stripe/services/v2/core/approval_request_service.rb +70 -0
  1202. data/lib/stripe/services/v2/core/batch_job_service.rb +43 -0
  1203. data/lib/stripe/services/v2/core/claimable_sandbox_service.rb +47 -0
  1204. data/lib/stripe/services/v2/core/connection_session_service.rb +32 -0
  1205. data/lib/stripe/services/v2/core/fee_batch_service.rb +32 -0
  1206. data/lib/stripe/services/v2/core/fee_entry_service.rb +32 -0
  1207. data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +85 -0
  1208. data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +101 -0
  1209. data/lib/stripe/services/v2/core/vault_service.rb +18 -0
  1210. data/lib/stripe/services/v2/core_service.rb +9 -1
  1211. data/lib/stripe/services/v2/data/analytics/metric_query_service.rb +23 -0
  1212. data/lib/stripe/services/v2/data/analytics_service.rb +17 -0
  1213. data/lib/stripe/services/v2/data/reporting/query_run_service.rb +35 -0
  1214. data/lib/stripe/services/v2/data/reporting_service.rb +17 -0
  1215. data/lib/stripe/services/v2/data_service.rb +16 -0
  1216. data/lib/stripe/services/v2/extend/workflow_run_service.rb +32 -0
  1217. data/lib/stripe/services/v2/extend/workflow_service.rb +45 -0
  1218. data/lib/stripe/services/v2/extend_service.rb +16 -0
  1219. data/lib/stripe/services/v2/iam/activity_log_service.rb +32 -0
  1220. data/lib/stripe/services/v2/iam/api_key_service.rb +76 -0
  1221. data/lib/stripe/services/v2/iam_service.rb +16 -0
  1222. data/lib/stripe/services/v2/money_management/adjustment_service.rb +32 -0
  1223. data/lib/stripe/services/v2/money_management/currency_conversion_service.rb +46 -0
  1224. data/lib/stripe/services/v2/money_management/debit_dispute_service.rb +43 -0
  1225. data/lib/stripe/services/v2/money_management/financial_account_service.rb +78 -0
  1226. data/lib/stripe/services/v2/money_management/financial_accounts/statement_service.rb +34 -0
  1227. data/lib/stripe/services/v2/money_management/financial_address_service.rb +46 -0
  1228. data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +45 -0
  1229. data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +34 -0
  1230. data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +62 -0
  1231. data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +75 -0
  1232. data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +60 -0
  1233. data/lib/stripe/services/v2/money_management/payout_method_service.rb +66 -0
  1234. data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +23 -0
  1235. data/lib/stripe/services/v2/money_management/received_credit_service.rb +32 -0
  1236. data/lib/stripe/services/v2/money_management/received_debit_service.rb +32 -0
  1237. data/lib/stripe/services/v2/money_management/recipient_verification_service.rb +43 -0
  1238. data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +32 -0
  1239. data/lib/stripe/services/v2/money_management/transaction_service.rb +32 -0
  1240. data/lib/stripe/services/v2/money_management_service.rb +36 -0
  1241. data/lib/stripe/services/v2/network/business_profile_service.rb +32 -0
  1242. data/lib/stripe/services/v2/network_service.rb +15 -0
  1243. data/lib/stripe/services/v2/orchestrated_commerce/agreement_service.rb +65 -0
  1244. data/lib/stripe/services/v2/orchestrated_commerce_service.rb +15 -0
  1245. data/lib/stripe/services/v2/payments/off_session_payment_service.rb +87 -0
  1246. data/lib/stripe/services/v2/payments/settlement_allocation_intent_service.rb +83 -0
  1247. data/lib/stripe/services/v2/payments/settlement_allocation_intents/split_service.rb +56 -0
  1248. data/lib/stripe/services/v2/payments_service.rb +17 -0
  1249. data/lib/stripe/services/v2/reporting/report_run_service.rb +38 -0
  1250. data/lib/stripe/services/v2/reporting/report_service.rb +23 -0
  1251. data/lib/stripe/services/v2/reporting_service.rb +16 -0
  1252. data/lib/stripe/services/v2/signals/account_signal_service.rb +32 -0
  1253. data/lib/stripe/services/v2/signals_service.rb +15 -0
  1254. data/lib/stripe/services/v2/tax/manual_rule_service.rb +73 -0
  1255. data/lib/stripe/services/v2/tax_service.rb +15 -0
  1256. data/lib/stripe/services/v2/test_helper_service.rb +16 -0
  1257. data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +36 -0
  1258. data/lib/stripe/services/v2/test_helpers/money_management_service.rb +21 -0
  1259. data/lib/stripe/services/v2_services.rb +12 -1
  1260. data/lib/stripe/services.rb +396 -0
  1261. data/lib/stripe/stripe_client.rb +8 -1
  1262. data/lib/stripe/stripe_configuration.rb +3 -1
  1263. data/lib/stripe/stripe_event_notification_handler.rb +2520 -0
  1264. data/lib/stripe/stripe_object.rb +1 -1
  1265. data/lib/stripe/util.rb +7 -1
  1266. data/lib/stripe/version.rb +1 -1
  1267. data/lib/stripe.rb +54 -0
  1268. data/rbi/stripe/resources/v2/core/event_notification.rbi +3 -0
  1269. data/rbi/stripe/stripe_client.rbi +13 -0
  1270. data/rbi/stripe.rbi +219739 -104589
  1271. metadata +1029 -4
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stripe
3
3
  version: !ruby/object:Gem::Version
4
- version: 19.2.0
4
+ version: 19.3.0.pre.alpha.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stripe
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-05-27 00:00:00.000000000 Z
11
+ date: 2026-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bigdecimal
@@ -66,20 +66,262 @@ files:
66
66
  - lib/stripe/errors.rb
67
67
  - lib/stripe/event_types.rb
68
68
  - lib/stripe/events/unknown_event_notification.rb
69
+ - lib/stripe/events/v1_account_application_authorized_event.rb
70
+ - lib/stripe/events/v1_account_application_deauthorized_event.rb
71
+ - lib/stripe/events/v1_account_external_account_created_event.rb
72
+ - lib/stripe/events/v1_account_external_account_deleted_event.rb
73
+ - lib/stripe/events/v1_account_external_account_updated_event.rb
74
+ - lib/stripe/events/v1_account_signals_including_delinquency_created_event.rb
75
+ - lib/stripe/events/v1_account_updated_event.rb
76
+ - lib/stripe/events/v1_application_fee_created_event.rb
77
+ - lib/stripe/events/v1_application_fee_refund_updated_event.rb
78
+ - lib/stripe/events/v1_application_fee_refunded_event.rb
79
+ - lib/stripe/events/v1_balance_available_event.rb
80
+ - lib/stripe/events/v1_billing_alert_triggered_event.rb
69
81
  - lib/stripe/events/v1_billing_meter_error_report_triggered_event.rb
70
82
  - lib/stripe/events/v1_billing_meter_no_meter_found_event.rb
83
+ - lib/stripe/events/v1_billing_portal_configuration_created_event.rb
84
+ - lib/stripe/events/v1_billing_portal_configuration_updated_event.rb
85
+ - lib/stripe/events/v1_billing_portal_session_created_event.rb
86
+ - lib/stripe/events/v1_capability_updated_event.rb
87
+ - lib/stripe/events/v1_cash_balance_funds_available_event.rb
88
+ - lib/stripe/events/v1_charge_captured_event.rb
89
+ - lib/stripe/events/v1_charge_dispute_closed_event.rb
90
+ - lib/stripe/events/v1_charge_dispute_created_event.rb
91
+ - lib/stripe/events/v1_charge_dispute_funds_reinstated_event.rb
92
+ - lib/stripe/events/v1_charge_dispute_funds_withdrawn_event.rb
93
+ - lib/stripe/events/v1_charge_dispute_updated_event.rb
94
+ - lib/stripe/events/v1_charge_expired_event.rb
95
+ - lib/stripe/events/v1_charge_failed_event.rb
96
+ - lib/stripe/events/v1_charge_pending_event.rb
97
+ - lib/stripe/events/v1_charge_refund_updated_event.rb
98
+ - lib/stripe/events/v1_charge_refunded_event.rb
99
+ - lib/stripe/events/v1_charge_succeeded_event.rb
100
+ - lib/stripe/events/v1_charge_updated_event.rb
101
+ - lib/stripe/events/v1_checkout_session_async_payment_failed_event.rb
102
+ - lib/stripe/events/v1_checkout_session_async_payment_succeeded_event.rb
103
+ - lib/stripe/events/v1_checkout_session_completed_event.rb
104
+ - lib/stripe/events/v1_checkout_session_expired_event.rb
105
+ - lib/stripe/events/v1_climate_order_canceled_event.rb
106
+ - lib/stripe/events/v1_climate_order_created_event.rb
107
+ - lib/stripe/events/v1_climate_order_delayed_event.rb
108
+ - lib/stripe/events/v1_climate_order_delivered_event.rb
109
+ - lib/stripe/events/v1_climate_order_product_substituted_event.rb
110
+ - lib/stripe/events/v1_climate_product_created_event.rb
111
+ - lib/stripe/events/v1_climate_product_pricing_updated_event.rb
112
+ - lib/stripe/events/v1_coupon_created_event.rb
113
+ - lib/stripe/events/v1_coupon_deleted_event.rb
114
+ - lib/stripe/events/v1_coupon_updated_event.rb
115
+ - lib/stripe/events/v1_credit_note_created_event.rb
116
+ - lib/stripe/events/v1_credit_note_updated_event.rb
117
+ - lib/stripe/events/v1_credit_note_voided_event.rb
118
+ - lib/stripe/events/v1_customer_cash_balance_transaction_created_event.rb
119
+ - lib/stripe/events/v1_customer_created_event.rb
120
+ - lib/stripe/events/v1_customer_deleted_event.rb
121
+ - lib/stripe/events/v1_customer_subscription_created_event.rb
122
+ - lib/stripe/events/v1_customer_subscription_deleted_event.rb
123
+ - lib/stripe/events/v1_customer_subscription_paused_event.rb
124
+ - lib/stripe/events/v1_customer_subscription_pending_update_applied_event.rb
125
+ - lib/stripe/events/v1_customer_subscription_pending_update_expired_event.rb
126
+ - lib/stripe/events/v1_customer_subscription_resumed_event.rb
127
+ - lib/stripe/events/v1_customer_subscription_trial_will_end_event.rb
128
+ - lib/stripe/events/v1_customer_subscription_updated_event.rb
129
+ - lib/stripe/events/v1_customer_tax_id_created_event.rb
130
+ - lib/stripe/events/v1_customer_tax_id_deleted_event.rb
131
+ - lib/stripe/events/v1_customer_tax_id_updated_event.rb
132
+ - lib/stripe/events/v1_customer_updated_event.rb
133
+ - lib/stripe/events/v1_entitlements_active_entitlement_summary_updated_event.rb
134
+ - lib/stripe/events/v1_file_created_event.rb
135
+ - lib/stripe/events/v1_financial_connections_account_created_event.rb
136
+ - lib/stripe/events/v1_financial_connections_account_deactivated_event.rb
137
+ - lib/stripe/events/v1_financial_connections_account_disconnected_event.rb
138
+ - lib/stripe/events/v1_financial_connections_account_reactivated_event.rb
139
+ - lib/stripe/events/v1_financial_connections_account_refreshed_balance_event.rb
140
+ - lib/stripe/events/v1_financial_connections_account_refreshed_ownership_event.rb
141
+ - lib/stripe/events/v1_financial_connections_account_refreshed_transactions_event.rb
142
+ - lib/stripe/events/v1_identity_verification_session_canceled_event.rb
143
+ - lib/stripe/events/v1_identity_verification_session_created_event.rb
144
+ - lib/stripe/events/v1_identity_verification_session_processing_event.rb
145
+ - lib/stripe/events/v1_identity_verification_session_redacted_event.rb
146
+ - lib/stripe/events/v1_identity_verification_session_requires_input_event.rb
147
+ - lib/stripe/events/v1_identity_verification_session_verified_event.rb
148
+ - lib/stripe/events/v1_invoice_created_event.rb
149
+ - lib/stripe/events/v1_invoice_deleted_event.rb
150
+ - lib/stripe/events/v1_invoice_finalization_failed_event.rb
151
+ - lib/stripe/events/v1_invoice_finalized_event.rb
152
+ - lib/stripe/events/v1_invoice_marked_uncollectible_event.rb
153
+ - lib/stripe/events/v1_invoice_overdue_event.rb
154
+ - lib/stripe/events/v1_invoice_overpaid_event.rb
155
+ - lib/stripe/events/v1_invoice_paid_event.rb
156
+ - lib/stripe/events/v1_invoice_payment_action_required_event.rb
157
+ - lib/stripe/events/v1_invoice_payment_failed_event.rb
158
+ - lib/stripe/events/v1_invoice_payment_paid_event.rb
159
+ - lib/stripe/events/v1_invoice_payment_succeeded_event.rb
160
+ - lib/stripe/events/v1_invoice_sent_event.rb
161
+ - lib/stripe/events/v1_invoice_upcoming_event.rb
162
+ - lib/stripe/events/v1_invoice_updated_event.rb
163
+ - lib/stripe/events/v1_invoice_voided_event.rb
164
+ - lib/stripe/events/v1_invoice_will_be_due_event.rb
165
+ - lib/stripe/events/v1_invoiceitem_created_event.rb
166
+ - lib/stripe/events/v1_invoiceitem_deleted_event.rb
167
+ - lib/stripe/events/v1_issuing_authorization_created_event.rb
168
+ - lib/stripe/events/v1_issuing_authorization_request_event.rb
169
+ - lib/stripe/events/v1_issuing_authorization_updated_event.rb
170
+ - lib/stripe/events/v1_issuing_card_created_event.rb
171
+ - lib/stripe/events/v1_issuing_card_updated_event.rb
172
+ - lib/stripe/events/v1_issuing_cardholder_created_event.rb
173
+ - lib/stripe/events/v1_issuing_cardholder_updated_event.rb
174
+ - lib/stripe/events/v1_issuing_dispute_closed_event.rb
175
+ - lib/stripe/events/v1_issuing_dispute_created_event.rb
176
+ - lib/stripe/events/v1_issuing_dispute_funds_reinstated_event.rb
177
+ - lib/stripe/events/v1_issuing_dispute_funds_rescinded_event.rb
178
+ - lib/stripe/events/v1_issuing_dispute_submitted_event.rb
179
+ - lib/stripe/events/v1_issuing_dispute_updated_event.rb
180
+ - lib/stripe/events/v1_issuing_personalization_design_activated_event.rb
181
+ - lib/stripe/events/v1_issuing_personalization_design_deactivated_event.rb
182
+ - lib/stripe/events/v1_issuing_personalization_design_rejected_event.rb
183
+ - lib/stripe/events/v1_issuing_personalization_design_updated_event.rb
184
+ - lib/stripe/events/v1_issuing_token_created_event.rb
185
+ - lib/stripe/events/v1_issuing_token_updated_event.rb
186
+ - lib/stripe/events/v1_issuing_transaction_created_event.rb
187
+ - lib/stripe/events/v1_issuing_transaction_purchase_details_receipt_updated_event.rb
188
+ - lib/stripe/events/v1_issuing_transaction_updated_event.rb
189
+ - lib/stripe/events/v1_mandate_updated_event.rb
190
+ - lib/stripe/events/v1_payment_intent_amount_capturable_updated_event.rb
191
+ - lib/stripe/events/v1_payment_intent_canceled_event.rb
192
+ - lib/stripe/events/v1_payment_intent_created_event.rb
193
+ - lib/stripe/events/v1_payment_intent_partially_funded_event.rb
194
+ - lib/stripe/events/v1_payment_intent_payment_failed_event.rb
195
+ - lib/stripe/events/v1_payment_intent_processing_event.rb
196
+ - lib/stripe/events/v1_payment_intent_requires_action_event.rb
197
+ - lib/stripe/events/v1_payment_intent_succeeded_event.rb
198
+ - lib/stripe/events/v1_payment_link_created_event.rb
199
+ - lib/stripe/events/v1_payment_link_updated_event.rb
200
+ - lib/stripe/events/v1_payment_method_attached_event.rb
201
+ - lib/stripe/events/v1_payment_method_automatically_updated_event.rb
202
+ - lib/stripe/events/v1_payment_method_detached_event.rb
203
+ - lib/stripe/events/v1_payment_method_updated_event.rb
204
+ - lib/stripe/events/v1_payout_canceled_event.rb
205
+ - lib/stripe/events/v1_payout_created_event.rb
206
+ - lib/stripe/events/v1_payout_failed_event.rb
207
+ - lib/stripe/events/v1_payout_paid_event.rb
208
+ - lib/stripe/events/v1_payout_reconciliation_completed_event.rb
209
+ - lib/stripe/events/v1_payout_updated_event.rb
210
+ - lib/stripe/events/v1_person_created_event.rb
211
+ - lib/stripe/events/v1_person_deleted_event.rb
212
+ - lib/stripe/events/v1_person_updated_event.rb
213
+ - lib/stripe/events/v1_plan_created_event.rb
214
+ - lib/stripe/events/v1_plan_deleted_event.rb
215
+ - lib/stripe/events/v1_plan_updated_event.rb
216
+ - lib/stripe/events/v1_price_created_event.rb
217
+ - lib/stripe/events/v1_price_deleted_event.rb
218
+ - lib/stripe/events/v1_price_updated_event.rb
219
+ - lib/stripe/events/v1_product_created_event.rb
220
+ - lib/stripe/events/v1_product_deleted_event.rb
221
+ - lib/stripe/events/v1_product_updated_event.rb
222
+ - lib/stripe/events/v1_promotion_code_created_event.rb
223
+ - lib/stripe/events/v1_promotion_code_updated_event.rb
224
+ - lib/stripe/events/v1_quote_accepted_event.rb
225
+ - lib/stripe/events/v1_quote_canceled_event.rb
226
+ - lib/stripe/events/v1_quote_created_event.rb
227
+ - lib/stripe/events/v1_quote_finalized_event.rb
228
+ - lib/stripe/events/v1_radar_early_fraud_warning_created_event.rb
229
+ - lib/stripe/events/v1_radar_early_fraud_warning_updated_event.rb
230
+ - lib/stripe/events/v1_refund_created_event.rb
231
+ - lib/stripe/events/v1_refund_failed_event.rb
232
+ - lib/stripe/events/v1_refund_updated_event.rb
233
+ - lib/stripe/events/v1_review_closed_event.rb
234
+ - lib/stripe/events/v1_review_opened_event.rb
235
+ - lib/stripe/events/v1_setup_intent_canceled_event.rb
236
+ - lib/stripe/events/v1_setup_intent_created_event.rb
237
+ - lib/stripe/events/v1_setup_intent_requires_action_event.rb
238
+ - lib/stripe/events/v1_setup_intent_setup_failed_event.rb
239
+ - lib/stripe/events/v1_setup_intent_succeeded_event.rb
240
+ - lib/stripe/events/v1_sigma_scheduled_query_run_created_event.rb
241
+ - lib/stripe/events/v1_source_canceled_event.rb
242
+ - lib/stripe/events/v1_source_chargeable_event.rb
243
+ - lib/stripe/events/v1_source_failed_event.rb
244
+ - lib/stripe/events/v1_source_refund_attributes_required_event.rb
245
+ - lib/stripe/events/v1_subscription_schedule_aborted_event.rb
246
+ - lib/stripe/events/v1_subscription_schedule_canceled_event.rb
247
+ - lib/stripe/events/v1_subscription_schedule_completed_event.rb
248
+ - lib/stripe/events/v1_subscription_schedule_created_event.rb
249
+ - lib/stripe/events/v1_subscription_schedule_expiring_event.rb
250
+ - lib/stripe/events/v1_subscription_schedule_released_event.rb
251
+ - lib/stripe/events/v1_subscription_schedule_updated_event.rb
252
+ - lib/stripe/events/v1_tax_rate_created_event.rb
253
+ - lib/stripe/events/v1_tax_rate_updated_event.rb
254
+ - lib/stripe/events/v1_tax_settings_updated_event.rb
255
+ - lib/stripe/events/v1_terminal_reader_action_failed_event.rb
256
+ - lib/stripe/events/v1_terminal_reader_action_succeeded_event.rb
257
+ - lib/stripe/events/v1_terminal_reader_action_updated_event.rb
258
+ - lib/stripe/events/v1_test_helpers_test_clock_advancing_event.rb
259
+ - lib/stripe/events/v1_test_helpers_test_clock_created_event.rb
260
+ - lib/stripe/events/v1_test_helpers_test_clock_deleted_event.rb
261
+ - lib/stripe/events/v1_test_helpers_test_clock_internal_failure_event.rb
262
+ - lib/stripe/events/v1_test_helpers_test_clock_ready_event.rb
263
+ - lib/stripe/events/v1_topup_canceled_event.rb
264
+ - lib/stripe/events/v1_topup_created_event.rb
265
+ - lib/stripe/events/v1_topup_failed_event.rb
266
+ - lib/stripe/events/v1_topup_reversed_event.rb
267
+ - lib/stripe/events/v1_topup_succeeded_event.rb
268
+ - lib/stripe/events/v1_transfer_created_event.rb
269
+ - lib/stripe/events/v1_transfer_reversed_event.rb
270
+ - lib/stripe/events/v1_transfer_updated_event.rb
271
+ - lib/stripe/events/v2_billing_cadence_billed_event.rb
272
+ - lib/stripe/events/v2_billing_cadence_canceled_event.rb
273
+ - lib/stripe/events/v2_billing_cadence_created_event.rb
274
+ - lib/stripe/events/v2_billing_license_fee_created_event.rb
275
+ - lib/stripe/events/v2_billing_license_fee_updated_event.rb
276
+ - lib/stripe/events/v2_billing_license_fee_version_created_event.rb
277
+ - lib/stripe/events/v2_billing_licensed_item_created_event.rb
278
+ - lib/stripe/events/v2_billing_licensed_item_updated_event.rb
279
+ - lib/stripe/events/v2_billing_metered_item_created_event.rb
280
+ - lib/stripe/events/v2_billing_metered_item_updated_event.rb
281
+ - lib/stripe/events/v2_billing_pricing_plan_component_created_event.rb
282
+ - lib/stripe/events/v2_billing_pricing_plan_component_updated_event.rb
283
+ - lib/stripe/events/v2_billing_pricing_plan_created_event.rb
284
+ - lib/stripe/events/v2_billing_pricing_plan_subscription_collection_awaiting_customer_action_event.rb
285
+ - lib/stripe/events/v2_billing_pricing_plan_subscription_collection_current_event.rb
286
+ - lib/stripe/events/v2_billing_pricing_plan_subscription_collection_past_due_event.rb
287
+ - lib/stripe/events/v2_billing_pricing_plan_subscription_collection_paused_event.rb
288
+ - lib/stripe/events/v2_billing_pricing_plan_subscription_collection_unpaid_event.rb
289
+ - lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_activated_event.rb
290
+ - lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_canceled_event.rb
291
+ - lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_paused_event.rb
292
+ - lib/stripe/events/v2_billing_pricing_plan_updated_event.rb
293
+ - lib/stripe/events/v2_billing_pricing_plan_version_created_event.rb
294
+ - lib/stripe/events/v2_billing_rate_card_created_event.rb
295
+ - lib/stripe/events/v2_billing_rate_card_custom_pricing_unit_overage_rate_created_event.rb
296
+ - lib/stripe/events/v2_billing_rate_card_rate_created_event.rb
297
+ - lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb
298
+ - lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb
299
+ - lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb
300
+ - lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb
301
+ - lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb
302
+ - lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb
303
+ - lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb
304
+ - lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb
305
+ - lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb
306
+ - lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb
307
+ - lib/stripe/events/v2_billing_rate_card_updated_event.rb
308
+ - lib/stripe/events/v2_billing_rate_card_version_created_event.rb
71
309
  - lib/stripe/events/v2_commerce_product_catalog_imports_failed_event.rb
72
310
  - lib/stripe/events/v2_commerce_product_catalog_imports_processing_event.rb
73
311
  - lib/stripe/events/v2_commerce_product_catalog_imports_succeeded_event.rb
74
312
  - lib/stripe/events/v2_commerce_product_catalog_imports_succeeded_with_errors_event.rb
75
313
  - lib/stripe/events/v2_core_account_closed_event.rb
76
314
  - lib/stripe/events/v2_core_account_created_event.rb
315
+ - lib/stripe/events/v2_core_account_including_configuration_card_creator_capability_status_updated_event.rb
316
+ - lib/stripe/events/v2_core_account_including_configuration_card_creator_updated_event.rb
77
317
  - lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb
78
318
  - lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb
79
319
  - lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb
80
320
  - lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb
81
321
  - lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb
82
322
  - lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb
323
+ - lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb
324
+ - lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb
83
325
  - lib/stripe/events/v2_core_account_including_defaults_updated_event.rb
84
326
  - lib/stripe/events/v2_core_account_including_future_requirements_updated_event.rb
85
327
  - lib/stripe/events/v2_core_account_including_identity_updated_event.rb
@@ -88,8 +330,149 @@ files:
88
330
  - lib/stripe/events/v2_core_account_person_created_event.rb
89
331
  - lib/stripe/events/v2_core_account_person_deleted_event.rb
90
332
  - lib/stripe/events/v2_core_account_person_updated_event.rb
333
+ - lib/stripe/events/v2_core_account_signals_fraudulent_website_ready_event.rb
91
334
  - lib/stripe/events/v2_core_account_updated_event.rb
335
+ - lib/stripe/events/v2_core_approval_request_approved_event.rb
336
+ - lib/stripe/events/v2_core_approval_request_canceled_event.rb
337
+ - lib/stripe/events/v2_core_approval_request_created_event.rb
338
+ - lib/stripe/events/v2_core_approval_request_expired_event.rb
339
+ - lib/stripe/events/v2_core_approval_request_failed_event.rb
340
+ - lib/stripe/events/v2_core_approval_request_rejected_event.rb
341
+ - lib/stripe/events/v2_core_approval_request_succeeded_event.rb
342
+ - lib/stripe/events/v2_core_batch_job_batch_failed_event.rb
343
+ - lib/stripe/events/v2_core_batch_job_canceled_event.rb
344
+ - lib/stripe/events/v2_core_batch_job_completed_event.rb
345
+ - lib/stripe/events/v2_core_batch_job_created_event.rb
346
+ - lib/stripe/events/v2_core_batch_job_ready_for_upload_event.rb
347
+ - lib/stripe/events/v2_core_batch_job_timeout_event.rb
348
+ - lib/stripe/events/v2_core_batch_job_updated_event.rb
349
+ - lib/stripe/events/v2_core_batch_job_upload_timeout_event.rb
350
+ - lib/stripe/events/v2_core_batch_job_validating_event.rb
351
+ - lib/stripe/events/v2_core_batch_job_validation_failed_event.rb
352
+ - lib/stripe/events/v2_core_claimable_sandbox_claimed_event.rb
353
+ - lib/stripe/events/v2_core_claimable_sandbox_created_event.rb
354
+ - lib/stripe/events/v2_core_claimable_sandbox_expired_event.rb
355
+ - lib/stripe/events/v2_core_claimable_sandbox_expiring_event.rb
356
+ - lib/stripe/events/v2_core_claimable_sandbox_updated_event.rb
92
357
  - lib/stripe/events/v2_core_event_destination_ping_event.rb
358
+ - lib/stripe/events/v2_core_health_api_error_firing_event.rb
359
+ - lib/stripe/events/v2_core_health_api_error_resolved_event.rb
360
+ - lib/stripe/events/v2_core_health_api_latency_firing_event.rb
361
+ - lib/stripe/events/v2_core_health_api_latency_resolved_event.rb
362
+ - lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb
363
+ - lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb
364
+ - lib/stripe/events/v2_core_health_elements_error_firing_event.rb
365
+ - lib/stripe/events/v2_core_health_elements_error_resolved_event.rb
366
+ - lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb
367
+ - lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb
368
+ - lib/stripe/events/v2_core_health_invoice_count_dropped_firing_event.rb
369
+ - lib/stripe/events/v2_core_health_invoice_count_dropped_resolved_event.rb
370
+ - lib/stripe/events/v2_core_health_issuing_authorization_request_errors_firing_event.rb
371
+ - lib/stripe/events/v2_core_health_issuing_authorization_request_errors_resolved_event.rb
372
+ - lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb
373
+ - lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb
374
+ - lib/stripe/events/v2_core_health_meter_event_summaries_delayed_firing_event.rb
375
+ - lib/stripe/events/v2_core_health_meter_event_summaries_delayed_resolved_event.rb
376
+ - lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb
377
+ - lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb
378
+ - lib/stripe/events/v2_core_health_sepa_debit_delayed_firing_event.rb
379
+ - lib/stripe/events/v2_core_health_sepa_debit_delayed_resolved_event.rb
380
+ - lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb
381
+ - lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb
382
+ - lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb
383
+ - lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb
384
+ - lib/stripe/events/v2_data_reporting_query_run_created_event.rb
385
+ - lib/stripe/events/v2_data_reporting_query_run_failed_event.rb
386
+ - lib/stripe/events/v2_data_reporting_query_run_succeeded_event.rb
387
+ - lib/stripe/events/v2_data_reporting_query_run_updated_event.rb
388
+ - lib/stripe/events/v2_extend_extension_run_failed_event.rb
389
+ - lib/stripe/events/v2_extend_workflow_run_failed_event.rb
390
+ - lib/stripe/events/v2_extend_workflow_run_started_event.rb
391
+ - lib/stripe/events/v2_extend_workflow_run_succeeded_event.rb
392
+ - lib/stripe/events/v2_iam_api_key_created_event.rb
393
+ - lib/stripe/events/v2_iam_api_key_default_secret_revealed_event.rb
394
+ - lib/stripe/events/v2_iam_api_key_expired_event.rb
395
+ - lib/stripe/events/v2_iam_api_key_permissions_updated_event.rb
396
+ - lib/stripe/events/v2_iam_api_key_rotated_event.rb
397
+ - lib/stripe/events/v2_iam_api_key_updated_event.rb
398
+ - lib/stripe/events/v2_iam_stripe_access_grant_approved_event.rb
399
+ - lib/stripe/events/v2_iam_stripe_access_grant_canceled_event.rb
400
+ - lib/stripe/events/v2_iam_stripe_access_grant_denied_event.rb
401
+ - lib/stripe/events/v2_iam_stripe_access_grant_removed_event.rb
402
+ - lib/stripe/events/v2_iam_stripe_access_grant_requested_event.rb
403
+ - lib/stripe/events/v2_iam_stripe_access_grant_updated_event.rb
404
+ - lib/stripe/events/v2_money_management_adjustment_created_event.rb
405
+ - lib/stripe/events/v2_money_management_financial_account_created_event.rb
406
+ - lib/stripe/events/v2_money_management_financial_account_statement_created_event.rb
407
+ - lib/stripe/events/v2_money_management_financial_account_statement_restated_event.rb
408
+ - lib/stripe/events/v2_money_management_financial_account_updated_event.rb
409
+ - lib/stripe/events/v2_money_management_financial_address_activated_event.rb
410
+ - lib/stripe/events/v2_money_management_financial_address_failed_event.rb
411
+ - lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb
412
+ - lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb
413
+ - lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb
414
+ - lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb
415
+ - lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb
416
+ - lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb
417
+ - lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb
418
+ - lib/stripe/events/v2_money_management_outbound_payment_created_event.rb
419
+ - lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb
420
+ - lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb
421
+ - lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb
422
+ - lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb
423
+ - lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb
424
+ - lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb
425
+ - lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb
426
+ - lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb
427
+ - lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb
428
+ - lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb
429
+ - lib/stripe/events/v2_money_management_payout_method_created_event.rb
430
+ - lib/stripe/events/v2_money_management_payout_method_updated_event.rb
431
+ - lib/stripe/events/v2_money_management_received_credit_available_event.rb
432
+ - lib/stripe/events/v2_money_management_received_credit_failed_event.rb
433
+ - lib/stripe/events/v2_money_management_received_credit_returned_event.rb
434
+ - lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb
435
+ - lib/stripe/events/v2_money_management_received_debit_canceled_event.rb
436
+ - lib/stripe/events/v2_money_management_received_debit_failed_event.rb
437
+ - lib/stripe/events/v2_money_management_received_debit_pending_event.rb
438
+ - lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb
439
+ - lib/stripe/events/v2_money_management_received_debit_updated_event.rb
440
+ - lib/stripe/events/v2_money_management_recipient_verification_created_event.rb
441
+ - lib/stripe/events/v2_money_management_recipient_verification_updated_event.rb
442
+ - lib/stripe/events/v2_money_management_transaction_created_event.rb
443
+ - lib/stripe/events/v2_money_management_transaction_updated_event.rb
444
+ - lib/stripe/events/v2_orchestrated_commerce_agreement_confirmed_event.rb
445
+ - lib/stripe/events/v2_orchestrated_commerce_agreement_created_event.rb
446
+ - lib/stripe/events/v2_orchestrated_commerce_agreement_partially_confirmed_event.rb
447
+ - lib/stripe/events/v2_orchestrated_commerce_agreement_terminated_event.rb
448
+ - lib/stripe/events/v2_payments_off_session_payment_attempt_failed_event.rb
449
+ - lib/stripe/events/v2_payments_off_session_payment_attempt_started_event.rb
450
+ - lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb
451
+ - lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb
452
+ - lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb
453
+ - lib/stripe/events/v2_payments_off_session_payment_created_event.rb
454
+ - lib/stripe/events/v2_payments_off_session_payment_failed_event.rb
455
+ - lib/stripe/events/v2_payments_off_session_payment_paused_event.rb
456
+ - lib/stripe/events/v2_payments_off_session_payment_requires_capture_event.rb
457
+ - lib/stripe/events/v2_payments_off_session_payment_resumed_event.rb
458
+ - lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb
459
+ - lib/stripe/events/v2_payments_settlement_allocation_intent_canceled_event.rb
460
+ - lib/stripe/events/v2_payments_settlement_allocation_intent_created_event.rb
461
+ - lib/stripe/events/v2_payments_settlement_allocation_intent_errored_event.rb
462
+ - lib/stripe/events/v2_payments_settlement_allocation_intent_funds_not_received_event.rb
463
+ - lib/stripe/events/v2_payments_settlement_allocation_intent_matched_event.rb
464
+ - lib/stripe/events/v2_payments_settlement_allocation_intent_not_found_event.rb
465
+ - lib/stripe/events/v2_payments_settlement_allocation_intent_settled_event.rb
466
+ - lib/stripe/events/v2_payments_settlement_allocation_intent_split_canceled_event.rb
467
+ - lib/stripe/events/v2_payments_settlement_allocation_intent_split_created_event.rb
468
+ - lib/stripe/events/v2_payments_settlement_allocation_intent_split_settled_event.rb
469
+ - lib/stripe/events/v2_payments_settlement_allocation_intent_submitted_event.rb
470
+ - lib/stripe/events/v2_reporting_report_run_created_event.rb
471
+ - lib/stripe/events/v2_reporting_report_run_failed_event.rb
472
+ - lib/stripe/events/v2_reporting_report_run_succeeded_event.rb
473
+ - lib/stripe/events/v2_reporting_report_run_updated_event.rb
474
+ - lib/stripe/events/v2_signals_account_signal_fraudulent_merchant_ready_event.rb
475
+ - lib/stripe/events/v2_signals_account_signal_merchant_delinquency_ready_event.rb
93
476
  - lib/stripe/instrumentation.rb
94
477
  - lib/stripe/list_object.rb
95
478
  - lib/stripe/multipart_encoder.rb
@@ -109,6 +492,9 @@ files:
109
492
  - lib/stripe/params/account_link_create_params.rb
110
493
  - lib/stripe/params/account_list_params.rb
111
494
  - lib/stripe/params/account_login_link_create_params.rb
495
+ - lib/stripe/params/account_notice_list_params.rb
496
+ - lib/stripe/params/account_notice_retrieve_params.rb
497
+ - lib/stripe/params/account_notice_update_params.rb
112
498
  - lib/stripe/params/account_person_create_params.rb
113
499
  - lib/stripe/params/account_person_delete_params.rb
114
500
  - lib/stripe/params/account_person_list_params.rb
@@ -119,6 +505,7 @@ files:
119
505
  - lib/stripe/params/account_retrieve_current_params.rb
120
506
  - lib/stripe/params/account_retrieve_params.rb
121
507
  - lib/stripe/params/account_session_create_params.rb
508
+ - lib/stripe/params/account_signals_retrieve_params.rb
122
509
  - lib/stripe/params/account_update_params.rb
123
510
  - lib/stripe/params/apple_pay_domain_create_params.rb
124
511
  - lib/stripe/params/apple_pay_domain_delete_params.rb
@@ -139,12 +526,14 @@ files:
139
526
  - lib/stripe/params/balance_settings_update_params.rb
140
527
  - lib/stripe/params/balance_transaction_list_params.rb
141
528
  - lib/stripe/params/balance_transaction_retrieve_params.rb
529
+ - lib/stripe/params/balance_transfer_create_params.rb
142
530
  - lib/stripe/params/billing/alert_activate_params.rb
143
531
  - lib/stripe/params/billing/alert_archive_params.rb
144
532
  - lib/stripe/params/billing/alert_create_params.rb
145
533
  - lib/stripe/params/billing/alert_deactivate_params.rb
146
534
  - lib/stripe/params/billing/alert_list_params.rb
147
535
  - lib/stripe/params/billing/alert_retrieve_params.rb
536
+ - lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb
148
537
  - lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb
149
538
  - lib/stripe/params/billing/credit_balance_transaction_list_params.rb
150
539
  - lib/stripe/params/billing/credit_balance_transaction_retrieve_params.rb
@@ -168,12 +557,21 @@ files:
168
557
  - lib/stripe/params/billing_portal/configuration_retrieve_params.rb
169
558
  - lib/stripe/params/billing_portal/configuration_update_params.rb
170
559
  - lib/stripe/params/billing_portal/session_create_params.rb
560
+ - lib/stripe/params/capital/financing_offer_create_params.rb
561
+ - lib/stripe/params/capital/financing_offer_list_params.rb
562
+ - lib/stripe/params/capital/financing_offer_mark_delivered_params.rb
563
+ - lib/stripe/params/capital/financing_offer_refill_params.rb
564
+ - lib/stripe/params/capital/financing_offer_retrieve_params.rb
565
+ - lib/stripe/params/capital/financing_summary_retrieve_params.rb
566
+ - lib/stripe/params/capital/financing_transaction_list_params.rb
567
+ - lib/stripe/params/capital/financing_transaction_retrieve_params.rb
171
568
  - lib/stripe/params/charge_capture_params.rb
172
569
  - lib/stripe/params/charge_create_params.rb
173
570
  - lib/stripe/params/charge_list_params.rb
174
571
  - lib/stripe/params/charge_retrieve_params.rb
175
572
  - lib/stripe/params/charge_search_params.rb
176
573
  - lib/stripe/params/charge_update_params.rb
574
+ - lib/stripe/params/checkout/session_approve_params.rb
177
575
  - lib/stripe/params/checkout/session_create_params.rb
178
576
  - lib/stripe/params/checkout/session_expire_params.rb
179
577
  - lib/stripe/params/checkout/session_line_item_list_params.rb
@@ -241,6 +639,14 @@ files:
241
639
  - lib/stripe/params/customer_tax_id_list_params.rb
242
640
  - lib/stripe/params/customer_tax_id_retrieve_params.rb
243
641
  - lib/stripe/params/customer_update_params.rb
642
+ - lib/stripe/params/delegated_checkout/order_retrieve_params.rb
643
+ - lib/stripe/params/delegated_checkout/requested_session_confirm_params.rb
644
+ - lib/stripe/params/delegated_checkout/requested_session_create_params.rb
645
+ - lib/stripe/params/delegated_checkout/requested_session_expire_params.rb
646
+ - lib/stripe/params/delegated_checkout/requested_session_list_orders_params.rb
647
+ - lib/stripe/params/delegated_checkout/requested_session_order_list_params.rb
648
+ - lib/stripe/params/delegated_checkout/requested_session_retrieve_params.rb
649
+ - lib/stripe/params/delegated_checkout/requested_session_update_params.rb
244
650
  - lib/stripe/params/dispute_close_params.rb
245
651
  - lib/stripe/params/dispute_list_params.rb
246
652
  - lib/stripe/params/dispute_retrieve_params.rb
@@ -257,6 +663,11 @@ files:
257
663
  - lib/stripe/params/event_retrieve_params.rb
258
664
  - lib/stripe/params/exchange_rate_list_params.rb
259
665
  - lib/stripe/params/exchange_rate_retrieve_params.rb
666
+ - lib/stripe/params/external_account_create_params.rb
667
+ - lib/stripe/params/external_account_delete_params.rb
668
+ - lib/stripe/params/external_account_list_params.rb
669
+ - lib/stripe/params/external_account_retrieve_params.rb
670
+ - lib/stripe/params/external_account_update_params.rb
260
671
  - lib/stripe/params/file_create_params.rb
261
672
  - lib/stripe/params/file_link_create_params.rb
262
673
  - lib/stripe/params/file_link_list_params.rb
@@ -265,6 +676,7 @@ files:
265
676
  - lib/stripe/params/file_list_params.rb
266
677
  - lib/stripe/params/file_retrieve_params.rb
267
678
  - lib/stripe/params/financial_connections/account_disconnect_params.rb
679
+ - lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb
268
680
  - lib/stripe/params/financial_connections/account_list_owners_params.rb
269
681
  - lib/stripe/params/financial_connections/account_list_params.rb
270
682
  - lib/stripe/params/financial_connections/account_owner_list_params.rb
@@ -273,6 +685,9 @@ files:
273
685
  - lib/stripe/params/financial_connections/account_retrieve_params.rb
274
686
  - lib/stripe/params/financial_connections/account_subscribe_params.rb
275
687
  - lib/stripe/params/financial_connections/account_unsubscribe_params.rb
688
+ - lib/stripe/params/financial_connections/authorization_retrieve_params.rb
689
+ - lib/stripe/params/financial_connections/institution_list_params.rb
690
+ - lib/stripe/params/financial_connections/institution_retrieve_params.rb
276
691
  - lib/stripe/params/financial_connections/session_create_params.rb
277
692
  - lib/stripe/params/financial_connections/session_retrieve_params.rb
278
693
  - lib/stripe/params/financial_connections/transaction_list_params.rb
@@ -280,6 +695,17 @@ files:
280
695
  - lib/stripe/params/forwarding/request_create_params.rb
281
696
  - lib/stripe/params/forwarding/request_list_params.rb
282
697
  - lib/stripe/params/forwarding/request_retrieve_params.rb
698
+ - lib/stripe/params/fr_meal_vouchers_onboarding_create_params.rb
699
+ - lib/stripe/params/fr_meal_vouchers_onboarding_list_params.rb
700
+ - lib/stripe/params/fr_meal_vouchers_onboarding_retrieve_params.rb
701
+ - lib/stripe/params/fr_meal_vouchers_onboarding_update_params.rb
702
+ - lib/stripe/params/fx_quote_create_params.rb
703
+ - lib/stripe/params/fx_quote_list_params.rb
704
+ - lib/stripe/params/fx_quote_retrieve_params.rb
705
+ - lib/stripe/params/identity/blocklist_entry_create_params.rb
706
+ - lib/stripe/params/identity/blocklist_entry_disable_params.rb
707
+ - lib/stripe/params/identity/blocklist_entry_list_params.rb
708
+ - lib/stripe/params/identity/blocklist_entry_retrieve_params.rb
283
709
  - lib/stripe/params/identity/verification_report_list_params.rb
284
710
  - lib/stripe/params/identity/verification_report_retrieve_params.rb
285
711
  - lib/stripe/params/identity/verification_session_cancel_params.rb
@@ -293,6 +719,7 @@ files:
293
719
  - lib/stripe/params/invoice_create_params.rb
294
720
  - lib/stripe/params/invoice_create_preview_params.rb
295
721
  - lib/stripe/params/invoice_delete_params.rb
722
+ - lib/stripe/params/invoice_detach_payment_params.rb
296
723
  - lib/stripe/params/invoice_finalize_invoice_params.rb
297
724
  - lib/stripe/params/invoice_item_create_params.rb
298
725
  - lib/stripe/params/invoice_item_delete_params.rb
@@ -342,11 +769,25 @@ files:
342
769
  - lib/stripe/params/issuing/cardholder_list_params.rb
343
770
  - lib/stripe/params/issuing/cardholder_retrieve_params.rb
344
771
  - lib/stripe/params/issuing/cardholder_update_params.rb
772
+ - lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb
773
+ - lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb
774
+ - lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb
775
+ - lib/stripe/params/issuing/credit_underwriting_record_list_params.rb
776
+ - lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb
777
+ - lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb
778
+ - lib/stripe/params/issuing/dispute_close_params.rb
345
779
  - lib/stripe/params/issuing/dispute_create_params.rb
346
780
  - lib/stripe/params/issuing/dispute_list_params.rb
347
781
  - lib/stripe/params/issuing/dispute_retrieve_params.rb
782
+ - lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb
783
+ - lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb
784
+ - lib/stripe/params/issuing/dispute_simulate_network_lifecycle_dispute_response_params.rb
785
+ - lib/stripe/params/issuing/dispute_simulate_network_lifecycle_pre_arbitration_response_params.rb
786
+ - lib/stripe/params/issuing/dispute_simulate_network_lifecycle_pre_arbitration_submission_params.rb
348
787
  - lib/stripe/params/issuing/dispute_submit_params.rb
349
788
  - lib/stripe/params/issuing/dispute_update_params.rb
789
+ - lib/stripe/params/issuing/fraud_liability_debit_list_params.rb
790
+ - lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb
350
791
  - lib/stripe/params/issuing/personalization_design_activate_params.rb
351
792
  - lib/stripe/params/issuing/personalization_design_create_params.rb
352
793
  - lib/stripe/params/issuing/personalization_design_deactivate_params.rb
@@ -356,6 +797,10 @@ files:
356
797
  - lib/stripe/params/issuing/personalization_design_update_params.rb
357
798
  - lib/stripe/params/issuing/physical_bundle_list_params.rb
358
799
  - lib/stripe/params/issuing/physical_bundle_retrieve_params.rb
800
+ - lib/stripe/params/issuing/program_create_params.rb
801
+ - lib/stripe/params/issuing/program_list_params.rb
802
+ - lib/stripe/params/issuing/program_retrieve_params.rb
803
+ - lib/stripe/params/issuing/program_update_params.rb
359
804
  - lib/stripe/params/issuing/token_list_params.rb
360
805
  - lib/stripe/params/issuing/token_retrieve_params.rb
361
806
  - lib/stripe/params/issuing/token_update_params.rb
@@ -365,8 +810,26 @@ files:
365
810
  - lib/stripe/params/issuing/transaction_refund_params.rb
366
811
  - lib/stripe/params/issuing/transaction_retrieve_params.rb
367
812
  - lib/stripe/params/issuing/transaction_update_params.rb
813
+ - lib/stripe/params/mandate_list_params.rb
368
814
  - lib/stripe/params/mandate_retrieve_params.rb
815
+ - lib/stripe/params/margin_create_params.rb
816
+ - lib/stripe/params/margin_list_params.rb
817
+ - lib/stripe/params/margin_retrieve_params.rb
818
+ - lib/stripe/params/margin_update_params.rb
819
+ - lib/stripe/params/orchestration/payment_attempt_retrieve_params.rb
820
+ - lib/stripe/params/order_create_params.rb
821
+ - lib/stripe/params/order_list_params.rb
822
+ - lib/stripe/params/order_retrieve_params.rb
823
+ - lib/stripe/params/order_submit_params.rb
824
+ - lib/stripe/params/order_update_params.rb
369
825
  - lib/stripe/params/payment_attempt_record_list_params.rb
826
+ - lib/stripe/params/payment_attempt_record_report_authenticated_params.rb
827
+ - lib/stripe/params/payment_attempt_record_report_authorized_params.rb
828
+ - lib/stripe/params/payment_attempt_record_report_canceled_params.rb
829
+ - lib/stripe/params/payment_attempt_record_report_failed_params.rb
830
+ - lib/stripe/params/payment_attempt_record_report_guaranteed_params.rb
831
+ - lib/stripe/params/payment_attempt_record_report_informational_params.rb
832
+ - lib/stripe/params/payment_attempt_record_report_refund_params.rb
370
833
  - lib/stripe/params/payment_attempt_record_retrieve_params.rb
371
834
  - lib/stripe/params/payment_intent_amount_details_line_item_list_params.rb
372
835
  - lib/stripe/params/payment_intent_apply_customer_balance_params.rb
@@ -374,10 +837,14 @@ files:
374
837
  - lib/stripe/params/payment_intent_capture_params.rb
375
838
  - lib/stripe/params/payment_intent_confirm_params.rb
376
839
  - lib/stripe/params/payment_intent_create_params.rb
840
+ - lib/stripe/params/payment_intent_decrement_authorization_params.rb
377
841
  - lib/stripe/params/payment_intent_increment_authorization_params.rb
378
842
  - lib/stripe/params/payment_intent_list_params.rb
843
+ - lib/stripe/params/payment_intent_reauthorize_params.rb
379
844
  - lib/stripe/params/payment_intent_retrieve_params.rb
380
845
  - lib/stripe/params/payment_intent_search_params.rb
846
+ - lib/stripe/params/payment_intent_simulate_crypto_deposit_params.rb
847
+ - lib/stripe/params/payment_intent_trigger_action_params.rb
381
848
  - lib/stripe/params/payment_intent_update_params.rb
382
849
  - lib/stripe/params/payment_intent_verify_microdeposits_params.rb
383
850
  - lib/stripe/params/payment_link_create_params.rb
@@ -386,7 +853,16 @@ files:
386
853
  - lib/stripe/params/payment_link_list_params.rb
387
854
  - lib/stripe/params/payment_link_retrieve_params.rb
388
855
  - lib/stripe/params/payment_link_update_params.rb
856
+ - lib/stripe/params/payment_location_capability_list_params.rb
857
+ - lib/stripe/params/payment_location_capability_retrieve_params.rb
858
+ - lib/stripe/params/payment_location_capability_update_params.rb
859
+ - lib/stripe/params/payment_location_create_params.rb
860
+ - lib/stripe/params/payment_location_delete_params.rb
861
+ - lib/stripe/params/payment_location_list_params.rb
862
+ - lib/stripe/params/payment_location_retrieve_params.rb
863
+ - lib/stripe/params/payment_location_update_params.rb
389
864
  - lib/stripe/params/payment_method_attach_params.rb
865
+ - lib/stripe/params/payment_method_check_balance_params.rb
390
866
  - lib/stripe/params/payment_method_configuration_create_params.rb
391
867
  - lib/stripe/params/payment_method_configuration_list_params.rb
392
868
  - lib/stripe/params/payment_method_configuration_retrieve_params.rb
@@ -425,6 +901,15 @@ files:
425
901
  - lib/stripe/params/price_retrieve_params.rb
426
902
  - lib/stripe/params/price_search_params.rb
427
903
  - lib/stripe/params/price_update_params.rb
904
+ - lib/stripe/params/privacy/redaction_job_cancel_params.rb
905
+ - lib/stripe/params/privacy/redaction_job_create_params.rb
906
+ - lib/stripe/params/privacy/redaction_job_list_params.rb
907
+ - lib/stripe/params/privacy/redaction_job_retrieve_params.rb
908
+ - lib/stripe/params/privacy/redaction_job_run_params.rb
909
+ - lib/stripe/params/privacy/redaction_job_update_params.rb
910
+ - lib/stripe/params/privacy/redaction_job_validate_params.rb
911
+ - lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb
912
+ - lib/stripe/params/product_catalog/trial_offer_create_params.rb
428
913
  - lib/stripe/params/product_create_params.rb
429
914
  - lib/stripe/params/product_delete_params.rb
430
915
  - lib/stripe/params/product_feature_create_params.rb
@@ -445,14 +930,28 @@ files:
445
930
  - lib/stripe/params/quote_create_params.rb
446
931
  - lib/stripe/params/quote_finalize_quote_params.rb
447
932
  - lib/stripe/params/quote_line_item_list_params.rb
933
+ - lib/stripe/params/quote_line_list_params.rb
448
934
  - lib/stripe/params/quote_list_computed_upfront_line_items_params.rb
449
935
  - lib/stripe/params/quote_list_line_items_params.rb
936
+ - lib/stripe/params/quote_list_lines_params.rb
450
937
  - lib/stripe/params/quote_list_params.rb
938
+ - lib/stripe/params/quote_list_preview_invoice_lines_params.rb
939
+ - lib/stripe/params/quote_mark_draft_params.rb
940
+ - lib/stripe/params/quote_mark_stale_params.rb
451
941
  - lib/stripe/params/quote_pdf_params.rb
942
+ - lib/stripe/params/quote_preview_invoice_list_params.rb
943
+ - lib/stripe/params/quote_preview_subscription_schedule_list_params.rb
944
+ - lib/stripe/params/quote_reestimate_params.rb
452
945
  - lib/stripe/params/quote_retrieve_params.rb
453
946
  - lib/stripe/params/quote_update_params.rb
947
+ - lib/stripe/params/radar/account_evaluation_create_params.rb
948
+ - lib/stripe/params/radar/account_evaluation_retrieve_params.rb
949
+ - lib/stripe/params/radar/account_evaluation_update_params.rb
950
+ - lib/stripe/params/radar/customer_evaluation_create_params.rb
951
+ - lib/stripe/params/radar/customer_evaluation_update_params.rb
454
952
  - lib/stripe/params/radar/early_fraud_warning_list_params.rb
455
953
  - lib/stripe/params/radar/early_fraud_warning_retrieve_params.rb
954
+ - lib/stripe/params/radar/issuing_authorization_evaluation_create_params.rb
456
955
  - lib/stripe/params/radar/payment_evaluation_create_params.rb
457
956
  - lib/stripe/params/radar/value_list_create_params.rb
458
957
  - lib/stripe/params/radar/value_list_delete_params.rb
@@ -474,6 +973,11 @@ files:
474
973
  - lib/stripe/params/reporting/report_run_retrieve_params.rb
475
974
  - lib/stripe/params/reporting/report_type_list_params.rb
476
975
  - lib/stripe/params/reporting/report_type_retrieve_params.rb
976
+ - lib/stripe/params/reserve/hold_list_params.rb
977
+ - lib/stripe/params/reserve/hold_retrieve_params.rb
978
+ - lib/stripe/params/reserve/plan_retrieve_params.rb
979
+ - lib/stripe/params/reserve/release_list_params.rb
980
+ - lib/stripe/params/reserve/release_retrieve_params.rb
477
981
  - lib/stripe/params/review_approve_params.rb
478
982
  - lib/stripe/params/review_list_params.rb
479
983
  - lib/stripe/params/review_retrieve_params.rb
@@ -485,6 +989,12 @@ files:
485
989
  - lib/stripe/params/setup_intent_retrieve_params.rb
486
990
  - lib/stripe/params/setup_intent_update_params.rb
487
991
  - lib/stripe/params/setup_intent_verify_microdeposits_params.rb
992
+ - lib/stripe/params/shared_payment/granted_token_create_params.rb
993
+ - lib/stripe/params/shared_payment/granted_token_retrieve_params.rb
994
+ - lib/stripe/params/shared_payment/granted_token_revoke_params.rb
995
+ - lib/stripe/params/shared_payment/issued_token_create_params.rb
996
+ - lib/stripe/params/shared_payment/issued_token_retrieve_params.rb
997
+ - lib/stripe/params/shared_payment/issued_token_revoke_params.rb
488
998
  - lib/stripe/params/shipping_rate_create_params.rb
489
999
  - lib/stripe/params/shipping_rate_list_params.rb
490
1000
  - lib/stripe/params/shipping_rate_retrieve_params.rb
@@ -497,6 +1007,7 @@ files:
497
1007
  - lib/stripe/params/source_transaction_list_params.rb
498
1008
  - lib/stripe/params/source_update_params.rb
499
1009
  - lib/stripe/params/source_verify_params.rb
1010
+ - lib/stripe/params/subscription_attach_cadence_params.rb
500
1011
  - lib/stripe/params/subscription_cancel_params.rb
501
1012
  - lib/stripe/params/subscription_create_params.rb
502
1013
  - lib/stripe/params/subscription_delete_discount_params.rb
@@ -507,8 +1018,10 @@ files:
507
1018
  - lib/stripe/params/subscription_item_update_params.rb
508
1019
  - lib/stripe/params/subscription_list_params.rb
509
1020
  - lib/stripe/params/subscription_migrate_params.rb
1021
+ - lib/stripe/params/subscription_pause_params.rb
510
1022
  - lib/stripe/params/subscription_resume_params.rb
511
1023
  - lib/stripe/params/subscription_retrieve_params.rb
1024
+ - lib/stripe/params/subscription_schedule_amend_params.rb
512
1025
  - lib/stripe/params/subscription_schedule_cancel_params.rb
513
1026
  - lib/stripe/params/subscription_schedule_create_params.rb
514
1027
  - lib/stripe/params/subscription_schedule_list_params.rb
@@ -522,6 +1035,12 @@ files:
522
1035
  - lib/stripe/params/tax/calculation_line_item_list_params.rb
523
1036
  - lib/stripe/params/tax/calculation_list_line_items_params.rb
524
1037
  - lib/stripe/params/tax/calculation_retrieve_params.rb
1038
+ - lib/stripe/params/tax/form_list_params.rb
1039
+ - lib/stripe/params/tax/form_pdf_params.rb
1040
+ - lib/stripe/params/tax/form_retrieve_params.rb
1041
+ - lib/stripe/params/tax/location_create_params.rb
1042
+ - lib/stripe/params/tax/location_list_params.rb
1043
+ - lib/stripe/params/tax/location_retrieve_params.rb
525
1044
  - lib/stripe/params/tax/registration_create_params.rb
526
1045
  - lib/stripe/params/tax/registration_list_params.rb
527
1046
  - lib/stripe/params/tax/registration_retrieve_params.rb
@@ -558,6 +1077,7 @@ files:
558
1077
  - lib/stripe/params/terminal/reader_cancel_action_params.rb
559
1078
  - lib/stripe/params/terminal/reader_collect_inputs_params.rb
560
1079
  - lib/stripe/params/terminal/reader_collect_payment_method_params.rb
1080
+ - lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb
561
1081
  - lib/stripe/params/terminal/reader_confirm_payment_intent_params.rb
562
1082
  - lib/stripe/params/terminal/reader_create_params.rb
563
1083
  - lib/stripe/params/terminal/reader_delete_params.rb
@@ -571,6 +1091,8 @@ files:
571
1091
  - lib/stripe/params/terminal/reader_succeed_input_collection_params.rb
572
1092
  - lib/stripe/params/terminal/reader_timeout_input_collection_params.rb
573
1093
  - lib/stripe/params/terminal/reader_update_params.rb
1094
+ - lib/stripe/params/test_helpers/capital/financing_offer_create_params.rb
1095
+ - lib/stripe/params/test_helpers/capital/financing_offer_refill_params.rb
574
1096
  - lib/stripe/params/test_helpers/confirmation_token_create_params.rb
575
1097
  - lib/stripe/params/test_helpers/customer_fund_cash_balance_params.rb
576
1098
  - lib/stripe/params/test_helpers/issuing/authorization_capture_params.rb
@@ -585,13 +1107,20 @@ files:
585
1107
  - lib/stripe/params/test_helpers/issuing/card_return_card_params.rb
586
1108
  - lib/stripe/params/test_helpers/issuing/card_ship_card_params.rb
587
1109
  - lib/stripe/params/test_helpers/issuing/card_submit_card_params.rb
1110
+ - lib/stripe/params/test_helpers/issuing/dispute_close_params.rb
1111
+ - lib/stripe/params/test_helpers/issuing/dispute_simulate_network_lifecycle_dispute_response_params.rb
1112
+ - lib/stripe/params/test_helpers/issuing/dispute_simulate_network_lifecycle_pre_arbitration_response_params.rb
1113
+ - lib/stripe/params/test_helpers/issuing/dispute_simulate_network_lifecycle_pre_arbitration_submission_params.rb
588
1114
  - lib/stripe/params/test_helpers/issuing/personalization_design_activate_params.rb
589
1115
  - lib/stripe/params/test_helpers/issuing/personalization_design_deactivate_params.rb
590
1116
  - lib/stripe/params/test_helpers/issuing/personalization_design_reject_params.rb
591
1117
  - lib/stripe/params/test_helpers/issuing/transaction_create_force_capture_params.rb
592
1118
  - lib/stripe/params/test_helpers/issuing/transaction_create_unlinked_refund_params.rb
593
1119
  - lib/stripe/params/test_helpers/issuing/transaction_refund_params.rb
1120
+ - lib/stripe/params/test_helpers/payment_intent_simulate_crypto_deposit_params.rb
594
1121
  - lib/stripe/params/test_helpers/refund_expire_params.rb
1122
+ - lib/stripe/params/test_helpers/shared_payment/granted_token_create_params.rb
1123
+ - lib/stripe/params/test_helpers/shared_payment/granted_token_revoke_params.rb
595
1124
  - lib/stripe/params/test_helpers/terminal/reader_present_payment_method_params.rb
596
1125
  - lib/stripe/params/test_helpers/terminal/reader_succeed_input_collection_params.rb
597
1126
  - lib/stripe/params/test_helpers/terminal/reader_timeout_input_collection_params.rb
@@ -676,15 +1205,115 @@ files:
676
1205
  - lib/stripe/params/treasury/transaction_entry_retrieve_params.rb
677
1206
  - lib/stripe/params/treasury/transaction_list_params.rb
678
1207
  - lib/stripe/params/treasury/transaction_retrieve_params.rb
1208
+ - lib/stripe/params/v2/billing/bill_setting_create_params.rb
1209
+ - lib/stripe/params/v2/billing/bill_setting_list_params.rb
1210
+ - lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb
1211
+ - lib/stripe/params/v2/billing/bill_setting_update_params.rb
1212
+ - lib/stripe/params/v2/billing/bill_settings/version_list_params.rb
1213
+ - lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb
1214
+ - lib/stripe/params/v2/billing/cadence_cancel_params.rb
1215
+ - lib/stripe/params/v2/billing/cadence_create_params.rb
1216
+ - lib/stripe/params/v2/billing/cadence_list_params.rb
1217
+ - lib/stripe/params/v2/billing/cadence_retrieve_params.rb
1218
+ - lib/stripe/params/v2/billing/cadence_update_params.rb
1219
+ - lib/stripe/params/v2/billing/cadences/spend_modifier_rule_list_params.rb
1220
+ - lib/stripe/params/v2/billing/cadences/spend_modifier_rule_retrieve_params.rb
1221
+ - lib/stripe/params/v2/billing/collection_setting_create_params.rb
1222
+ - lib/stripe/params/v2/billing/collection_setting_list_params.rb
1223
+ - lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb
1224
+ - lib/stripe/params/v2/billing/collection_setting_update_params.rb
1225
+ - lib/stripe/params/v2/billing/collection_settings/version_list_params.rb
1226
+ - lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb
1227
+ - lib/stripe/params/v2/billing/contract_activate_params.rb
1228
+ - lib/stripe/params/v2/billing/contract_cancel_params.rb
1229
+ - lib/stripe/params/v2/billing/contract_create_params.rb
1230
+ - lib/stripe/params/v2/billing/contract_list_params.rb
1231
+ - lib/stripe/params/v2/billing/contract_retrieve_params.rb
1232
+ - lib/stripe/params/v2/billing/contract_update_params.rb
1233
+ - lib/stripe/params/v2/billing/contracts/license_pricing/quantity_change_list_quantity_changes_params.rb
1234
+ - lib/stripe/params/v2/billing/custom_pricing_unit_create_params.rb
1235
+ - lib/stripe/params/v2/billing/custom_pricing_unit_list_params.rb
1236
+ - lib/stripe/params/v2/billing/custom_pricing_unit_retrieve_params.rb
1237
+ - lib/stripe/params/v2/billing/custom_pricing_unit_update_params.rb
1238
+ - lib/stripe/params/v2/billing/intent_cancel_params.rb
1239
+ - lib/stripe/params/v2/billing/intent_commit_params.rb
1240
+ - lib/stripe/params/v2/billing/intent_create_params.rb
1241
+ - lib/stripe/params/v2/billing/intent_list_params.rb
1242
+ - lib/stripe/params/v2/billing/intent_release_reservation_params.rb
1243
+ - lib/stripe/params/v2/billing/intent_reserve_params.rb
1244
+ - lib/stripe/params/v2/billing/intent_retrieve_params.rb
1245
+ - lib/stripe/params/v2/billing/intents/action_list_params.rb
1246
+ - lib/stripe/params/v2/billing/intents/action_retrieve_params.rb
1247
+ - lib/stripe/params/v2/billing/license_fee_create_params.rb
1248
+ - lib/stripe/params/v2/billing/license_fee_list_params.rb
1249
+ - lib/stripe/params/v2/billing/license_fee_retrieve_params.rb
1250
+ - lib/stripe/params/v2/billing/license_fee_update_params.rb
1251
+ - lib/stripe/params/v2/billing/license_fees/version_list_params.rb
1252
+ - lib/stripe/params/v2/billing/license_fees/version_retrieve_params.rb
1253
+ - lib/stripe/params/v2/billing/licensed_item_create_params.rb
1254
+ - lib/stripe/params/v2/billing/licensed_item_list_params.rb
1255
+ - lib/stripe/params/v2/billing/licensed_item_retrieve_params.rb
1256
+ - lib/stripe/params/v2/billing/licensed_item_update_params.rb
679
1257
  - lib/stripe/params/v2/billing/meter_event_adjustment_create_params.rb
680
1258
  - lib/stripe/params/v2/billing/meter_event_create_params.rb
681
1259
  - lib/stripe/params/v2/billing/meter_event_session_create_params.rb
682
1260
  - lib/stripe/params/v2/billing/meter_event_stream_create_params.rb
1261
+ - lib/stripe/params/v2/billing/metered_item_create_params.rb
1262
+ - lib/stripe/params/v2/billing/metered_item_list_params.rb
1263
+ - lib/stripe/params/v2/billing/metered_item_retrieve_params.rb
1264
+ - lib/stripe/params/v2/billing/metered_item_update_params.rb
1265
+ - lib/stripe/params/v2/billing/one_time_item_create_params.rb
1266
+ - lib/stripe/params/v2/billing/one_time_item_list_params.rb
1267
+ - lib/stripe/params/v2/billing/one_time_item_retrieve_params.rb
1268
+ - lib/stripe/params/v2/billing/one_time_item_update_params.rb
1269
+ - lib/stripe/params/v2/billing/pricing_plan_create_params.rb
1270
+ - lib/stripe/params/v2/billing/pricing_plan_list_params.rb
1271
+ - lib/stripe/params/v2/billing/pricing_plan_retrieve_params.rb
1272
+ - lib/stripe/params/v2/billing/pricing_plan_subscription_list_params.rb
1273
+ - lib/stripe/params/v2/billing/pricing_plan_subscription_remove_discounts_params.rb
1274
+ - lib/stripe/params/v2/billing/pricing_plan_subscription_retrieve_params.rb
1275
+ - lib/stripe/params/v2/billing/pricing_plan_subscription_update_params.rb
1276
+ - lib/stripe/params/v2/billing/pricing_plan_update_params.rb
1277
+ - lib/stripe/params/v2/billing/pricing_plans/component_create_params.rb
1278
+ - lib/stripe/params/v2/billing/pricing_plans/component_delete_params.rb
1279
+ - lib/stripe/params/v2/billing/pricing_plans/component_list_params.rb
1280
+ - lib/stripe/params/v2/billing/pricing_plans/component_retrieve_params.rb
1281
+ - lib/stripe/params/v2/billing/pricing_plans/component_update_params.rb
1282
+ - lib/stripe/params/v2/billing/pricing_plans/version_list_params.rb
1283
+ - lib/stripe/params/v2/billing/pricing_plans/version_retrieve_params.rb
1284
+ - lib/stripe/params/v2/billing/profile_create_params.rb
1285
+ - lib/stripe/params/v2/billing/profile_list_params.rb
1286
+ - lib/stripe/params/v2/billing/profile_retrieve_params.rb
1287
+ - lib/stripe/params/v2/billing/profile_update_params.rb
1288
+ - lib/stripe/params/v2/billing/rate_card_create_params.rb
1289
+ - lib/stripe/params/v2/billing/rate_card_list_params.rb
1290
+ - lib/stripe/params/v2/billing/rate_card_modify_rates_params.rb
1291
+ - lib/stripe/params/v2/billing/rate_card_retrieve_params.rb
1292
+ - lib/stripe/params/v2/billing/rate_card_subscription_cancel_params.rb
1293
+ - lib/stripe/params/v2/billing/rate_card_subscription_create_params.rb
1294
+ - lib/stripe/params/v2/billing/rate_card_subscription_list_params.rb
1295
+ - lib/stripe/params/v2/billing/rate_card_subscription_retrieve_params.rb
1296
+ - lib/stripe/params/v2/billing/rate_card_subscription_update_params.rb
1297
+ - lib/stripe/params/v2/billing/rate_card_update_params.rb
1298
+ - lib/stripe/params/v2/billing/rate_cards/custom_pricing_unit_overage_rate_create_params.rb
1299
+ - lib/stripe/params/v2/billing/rate_cards/custom_pricing_unit_overage_rate_delete_params.rb
1300
+ - lib/stripe/params/v2/billing/rate_cards/custom_pricing_unit_overage_rate_list_params.rb
1301
+ - lib/stripe/params/v2/billing/rate_cards/custom_pricing_unit_overage_rate_retrieve_params.rb
1302
+ - lib/stripe/params/v2/billing/rate_cards/rate_create_params.rb
1303
+ - lib/stripe/params/v2/billing/rate_cards/rate_delete_params.rb
1304
+ - lib/stripe/params/v2/billing/rate_cards/rate_list_params.rb
1305
+ - lib/stripe/params/v2/billing/rate_cards/rate_retrieve_params.rb
1306
+ - lib/stripe/params/v2/billing/rate_cards/version_list_params.rb
1307
+ - lib/stripe/params/v2/billing/rate_cards/version_retrieve_params.rb
1308
+ - lib/stripe/params/v2/billing/service_action_create_params.rb
1309
+ - lib/stripe/params/v2/billing/service_action_retrieve_params.rb
1310
+ - lib/stripe/params/v2/billing/service_action_update_params.rb
683
1311
  - lib/stripe/params/v2/commerce/product_catalog/import_create_params.rb
684
1312
  - lib/stripe/params/v2/commerce/product_catalog/import_list_params.rb
685
1313
  - lib/stripe/params/v2/commerce/product_catalog/import_retrieve_params.rb
686
1314
  - lib/stripe/params/v2/core/account_close_params.rb
687
1315
  - lib/stripe/params/v2/core/account_create_params.rb
1316
+ - lib/stripe/params/v2/core/account_evaluation_create_params.rb
688
1317
  - lib/stripe/params/v2/core/account_link_create_params.rb
689
1318
  - lib/stripe/params/v2/core/account_list_params.rb
690
1319
  - lib/stripe/params/v2/core/account_retrieve_params.rb
@@ -698,6 +1327,19 @@ files:
698
1327
  - lib/stripe/params/v2/core/accounts/person_token_create_params.rb
699
1328
  - lib/stripe/params/v2/core/accounts/person_token_retrieve_params.rb
700
1329
  - lib/stripe/params/v2/core/accounts/person_update_params.rb
1330
+ - lib/stripe/params/v2/core/approval_request_cancel_params.rb
1331
+ - lib/stripe/params/v2/core/approval_request_execute_params.rb
1332
+ - lib/stripe/params/v2/core/approval_request_list_params.rb
1333
+ - lib/stripe/params/v2/core/approval_request_retrieve_params.rb
1334
+ - lib/stripe/params/v2/core/approval_request_submit_params.rb
1335
+ - lib/stripe/params/v2/core/batch_job_cancel_params.rb
1336
+ - lib/stripe/params/v2/core/batch_job_create_params.rb
1337
+ - lib/stripe/params/v2/core/batch_job_retrieve_params.rb
1338
+ - lib/stripe/params/v2/core/claimable_sandbox_create_params.rb
1339
+ - lib/stripe/params/v2/core/claimable_sandbox_renew_onboarding_link_params.rb
1340
+ - lib/stripe/params/v2/core/claimable_sandbox_retrieve_params.rb
1341
+ - lib/stripe/params/v2/core/connection_session_create_params.rb
1342
+ - lib/stripe/params/v2/core/connection_session_retrieve_params.rb
701
1343
  - lib/stripe/params/v2/core/event_destination_create_params.rb
702
1344
  - lib/stripe/params/v2/core/event_destination_delete_params.rb
703
1345
  - lib/stripe/params/v2/core/event_destination_disable_params.rb
@@ -708,6 +1350,128 @@ files:
708
1350
  - lib/stripe/params/v2/core/event_destination_update_params.rb
709
1351
  - lib/stripe/params/v2/core/event_list_params.rb
710
1352
  - lib/stripe/params/v2/core/event_retrieve_params.rb
1353
+ - lib/stripe/params/v2/core/fee_batch_list_params.rb
1354
+ - lib/stripe/params/v2/core/fee_batch_retrieve_params.rb
1355
+ - lib/stripe/params/v2/core/fee_entry_list_params.rb
1356
+ - lib/stripe/params/v2/core/fee_entry_retrieve_params.rb
1357
+ - lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb
1358
+ - lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb
1359
+ - lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb
1360
+ - lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb
1361
+ - lib/stripe/params/v2/core/vault/gb_bank_account_list_params.rb
1362
+ - lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb
1363
+ - lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb
1364
+ - lib/stripe/params/v2/core/vault/us_bank_account_confirm_microdeposits_params.rb
1365
+ - lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb
1366
+ - lib/stripe/params/v2/core/vault/us_bank_account_list_params.rb
1367
+ - lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb
1368
+ - lib/stripe/params/v2/core/vault/us_bank_account_send_microdeposits_params.rb
1369
+ - lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb
1370
+ - lib/stripe/params/v2/data/analytics/metric_query_create_params.rb
1371
+ - lib/stripe/params/v2/data/reporting/query_run_create_params.rb
1372
+ - lib/stripe/params/v2/data/reporting/query_run_retrieve_params.rb
1373
+ - lib/stripe/params/v2/extend/workflow_invoke_params.rb
1374
+ - lib/stripe/params/v2/extend/workflow_list_params.rb
1375
+ - lib/stripe/params/v2/extend/workflow_retrieve_params.rb
1376
+ - lib/stripe/params/v2/extend/workflow_run_list_params.rb
1377
+ - lib/stripe/params/v2/extend/workflow_run_retrieve_params.rb
1378
+ - lib/stripe/params/v2/iam/activity_log_list_params.rb
1379
+ - lib/stripe/params/v2/iam/activity_log_retrieve_params.rb
1380
+ - lib/stripe/params/v2/iam/api_key_create_params.rb
1381
+ - lib/stripe/params/v2/iam/api_key_expire_params.rb
1382
+ - lib/stripe/params/v2/iam/api_key_list_params.rb
1383
+ - lib/stripe/params/v2/iam/api_key_retrieve_params.rb
1384
+ - lib/stripe/params/v2/iam/api_key_rotate_params.rb
1385
+ - lib/stripe/params/v2/iam/api_key_update_params.rb
1386
+ - lib/stripe/params/v2/money_management/adjustment_list_params.rb
1387
+ - lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb
1388
+ - lib/stripe/params/v2/money_management/currency_conversion_create_params.rb
1389
+ - lib/stripe/params/v2/money_management/currency_conversion_list_params.rb
1390
+ - lib/stripe/params/v2/money_management/currency_conversion_retrieve_params.rb
1391
+ - lib/stripe/params/v2/money_management/debit_dispute_create_params.rb
1392
+ - lib/stripe/params/v2/money_management/debit_dispute_list_params.rb
1393
+ - lib/stripe/params/v2/money_management/debit_dispute_retrieve_params.rb
1394
+ - lib/stripe/params/v2/money_management/financial_account_close_params.rb
1395
+ - lib/stripe/params/v2/money_management/financial_account_create_params.rb
1396
+ - lib/stripe/params/v2/money_management/financial_account_list_params.rb
1397
+ - lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb
1398
+ - lib/stripe/params/v2/money_management/financial_account_update_params.rb
1399
+ - lib/stripe/params/v2/money_management/financial_accounts/statement_list_params.rb
1400
+ - lib/stripe/params/v2/money_management/financial_accounts/statement_retrieve_params.rb
1401
+ - lib/stripe/params/v2/money_management/financial_address_create_params.rb
1402
+ - lib/stripe/params/v2/money_management/financial_address_list_params.rb
1403
+ - lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb
1404
+ - lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb
1405
+ - lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb
1406
+ - lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb
1407
+ - lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb
1408
+ - lib/stripe/params/v2/money_management/outbound_payment_create_params.rb
1409
+ - lib/stripe/params/v2/money_management/outbound_payment_list_params.rb
1410
+ - lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb
1411
+ - lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb
1412
+ - lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb
1413
+ - lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb
1414
+ - lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb
1415
+ - lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb
1416
+ - lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb
1417
+ - lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb
1418
+ - lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb
1419
+ - lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb
1420
+ - lib/stripe/params/v2/money_management/outbound_transfer_list_params.rb
1421
+ - lib/stripe/params/v2/money_management/outbound_transfer_retrieve_params.rb
1422
+ - lib/stripe/params/v2/money_management/payout_method_archive_params.rb
1423
+ - lib/stripe/params/v2/money_management/payout_method_list_params.rb
1424
+ - lib/stripe/params/v2/money_management/payout_method_retrieve_params.rb
1425
+ - lib/stripe/params/v2/money_management/payout_method_unarchive_params.rb
1426
+ - lib/stripe/params/v2/money_management/payout_methods_bank_account_spec_retrieve_params.rb
1427
+ - lib/stripe/params/v2/money_management/received_credit_list_params.rb
1428
+ - lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb
1429
+ - lib/stripe/params/v2/money_management/received_debit_list_params.rb
1430
+ - lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb
1431
+ - lib/stripe/params/v2/money_management/recipient_verification_acknowledge_params.rb
1432
+ - lib/stripe/params/v2/money_management/recipient_verification_create_params.rb
1433
+ - lib/stripe/params/v2/money_management/recipient_verification_retrieve_params.rb
1434
+ - lib/stripe/params/v2/money_management/transaction_entry_list_params.rb
1435
+ - lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb
1436
+ - lib/stripe/params/v2/money_management/transaction_list_params.rb
1437
+ - lib/stripe/params/v2/money_management/transaction_retrieve_params.rb
1438
+ - lib/stripe/params/v2/network/business_profile_me_params.rb
1439
+ - lib/stripe/params/v2/network/business_profile_retrieve_params.rb
1440
+ - lib/stripe/params/v2/orchestrated_commerce/agreement_confirm_params.rb
1441
+ - lib/stripe/params/v2/orchestrated_commerce/agreement_create_params.rb
1442
+ - lib/stripe/params/v2/orchestrated_commerce/agreement_list_params.rb
1443
+ - lib/stripe/params/v2/orchestrated_commerce/agreement_retrieve_params.rb
1444
+ - lib/stripe/params/v2/orchestrated_commerce/agreement_terminate_params.rb
1445
+ - lib/stripe/params/v2/payments/off_session_payment_cancel_params.rb
1446
+ - lib/stripe/params/v2/payments/off_session_payment_capture_params.rb
1447
+ - lib/stripe/params/v2/payments/off_session_payment_create_params.rb
1448
+ - lib/stripe/params/v2/payments/off_session_payment_list_params.rb
1449
+ - lib/stripe/params/v2/payments/off_session_payment_pause_params.rb
1450
+ - lib/stripe/params/v2/payments/off_session_payment_resume_params.rb
1451
+ - lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb
1452
+ - lib/stripe/params/v2/payments/settlement_allocation_intent_cancel_params.rb
1453
+ - lib/stripe/params/v2/payments/settlement_allocation_intent_create_params.rb
1454
+ - lib/stripe/params/v2/payments/settlement_allocation_intent_list_params.rb
1455
+ - lib/stripe/params/v2/payments/settlement_allocation_intent_retrieve_params.rb
1456
+ - lib/stripe/params/v2/payments/settlement_allocation_intent_submit_params.rb
1457
+ - lib/stripe/params/v2/payments/settlement_allocation_intent_update_params.rb
1458
+ - lib/stripe/params/v2/payments/settlement_allocation_intents/split_cancel_params.rb
1459
+ - lib/stripe/params/v2/payments/settlement_allocation_intents/split_create_params.rb
1460
+ - lib/stripe/params/v2/payments/settlement_allocation_intents/split_list_params.rb
1461
+ - lib/stripe/params/v2/payments/settlement_allocation_intents/split_retrieve_params.rb
1462
+ - lib/stripe/params/v2/reporting/report_retrieve_params.rb
1463
+ - lib/stripe/params/v2/reporting/report_run_create_params.rb
1464
+ - lib/stripe/params/v2/reporting/report_run_retrieve_params.rb
1465
+ - lib/stripe/params/v2/signals/account_signal_list_params.rb
1466
+ - lib/stripe/params/v2/signals/account_signal_retrieve_params.rb
1467
+ - lib/stripe/params/v2/tax/manual_rule_create_params.rb
1468
+ - lib/stripe/params/v2/tax/manual_rule_deactivate_params.rb
1469
+ - lib/stripe/params/v2/tax/manual_rule_list_params.rb
1470
+ - lib/stripe/params/v2/tax/manual_rule_retrieve_params.rb
1471
+ - lib/stripe/params/v2/tax/manual_rule_update_params.rb
1472
+ - lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb
1473
+ - lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb
1474
+ - lib/stripe/params/v2/test_helpers/money_management_recipient_verifications_params.rb
711
1475
  - lib/stripe/params/webhook_endpoint_create_params.rb
712
1476
  - lib/stripe/params/webhook_endpoint_delete_params.rb
713
1477
  - lib/stripe/params/webhook_endpoint_list_params.rb
@@ -719,7 +1483,9 @@ files:
719
1483
  - lib/stripe/resources.rb
720
1484
  - lib/stripe/resources/account.rb
721
1485
  - lib/stripe/resources/account_link.rb
1486
+ - lib/stripe/resources/account_notice.rb
722
1487
  - lib/stripe/resources/account_session.rb
1488
+ - lib/stripe/resources/account_signals.rb
723
1489
  - lib/stripe/resources/apple_pay_domain.rb
724
1490
  - lib/stripe/resources/application.rb
725
1491
  - lib/stripe/resources/application_fee.rb
@@ -728,9 +1494,13 @@ files:
728
1494
  - lib/stripe/resources/balance.rb
729
1495
  - lib/stripe/resources/balance_settings.rb
730
1496
  - lib/stripe/resources/balance_transaction.rb
1497
+ - lib/stripe/resources/balance_transfer.rb
731
1498
  - lib/stripe/resources/bank_account.rb
732
1499
  - lib/stripe/resources/billing/alert.rb
1500
+ - lib/stripe/resources/billing/alert_recovered.rb
733
1501
  - lib/stripe/resources/billing/alert_triggered.rb
1502
+ - lib/stripe/resources/billing/analytics/meter_usage.rb
1503
+ - lib/stripe/resources/billing/analytics/meter_usage_row.rb
734
1504
  - lib/stripe/resources/billing/credit_balance_summary.rb
735
1505
  - lib/stripe/resources/billing/credit_balance_transaction.rb
736
1506
  - lib/stripe/resources/billing/credit_grant.rb
@@ -741,6 +1511,9 @@ files:
741
1511
  - lib/stripe/resources/billing_portal/configuration.rb
742
1512
  - lib/stripe/resources/billing_portal/session.rb
743
1513
  - lib/stripe/resources/capability.rb
1514
+ - lib/stripe/resources/capital/financing_offer.rb
1515
+ - lib/stripe/resources/capital/financing_summary.rb
1516
+ - lib/stripe/resources/capital/financing_transaction.rb
744
1517
  - lib/stripe/resources/card.rb
745
1518
  - lib/stripe/resources/cash_balance.rb
746
1519
  - lib/stripe/resources/charge.rb
@@ -758,6 +1531,9 @@ files:
758
1531
  - lib/stripe/resources/customer_balance_transaction.rb
759
1532
  - lib/stripe/resources/customer_cash_balance_transaction.rb
760
1533
  - lib/stripe/resources/customer_session.rb
1534
+ - lib/stripe/resources/delegated_checkout/order.rb
1535
+ - lib/stripe/resources/delegated_checkout/order_event.rb
1536
+ - lib/stripe/resources/delegated_checkout/requested_session.rb
761
1537
  - lib/stripe/resources/discount.rb
762
1538
  - lib/stripe/resources/dispute.rb
763
1539
  - lib/stripe/resources/entitlements/active_entitlement.rb
@@ -769,12 +1545,18 @@ files:
769
1545
  - lib/stripe/resources/file.rb
770
1546
  - lib/stripe/resources/file_link.rb
771
1547
  - lib/stripe/resources/financial_connections/account.rb
1548
+ - lib/stripe/resources/financial_connections/account_inferred_balance.rb
772
1549
  - lib/stripe/resources/financial_connections/account_owner.rb
773
1550
  - lib/stripe/resources/financial_connections/account_ownership.rb
1551
+ - lib/stripe/resources/financial_connections/authorization.rb
1552
+ - lib/stripe/resources/financial_connections/institution.rb
774
1553
  - lib/stripe/resources/financial_connections/session.rb
775
1554
  - lib/stripe/resources/financial_connections/transaction.rb
776
1555
  - lib/stripe/resources/forwarding/request.rb
1556
+ - lib/stripe/resources/fr_meal_vouchers_onboarding.rb
777
1557
  - lib/stripe/resources/funding_instructions.rb
1558
+ - lib/stripe/resources/fx_quote.rb
1559
+ - lib/stripe/resources/identity/blocklist_entry.rb
778
1560
  - lib/stripe/resources/identity/verification_report.rb
779
1561
  - lib/stripe/resources/identity/verification_session.rb
780
1562
  - lib/stripe/resources/invoice.rb
@@ -785,19 +1567,30 @@ files:
785
1567
  - lib/stripe/resources/issuing/authorization.rb
786
1568
  - lib/stripe/resources/issuing/card.rb
787
1569
  - lib/stripe/resources/issuing/cardholder.rb
1570
+ - lib/stripe/resources/issuing/credit_underwriting_record.rb
788
1571
  - lib/stripe/resources/issuing/dispute.rb
1572
+ - lib/stripe/resources/issuing/dispute_settlement_detail.rb
1573
+ - lib/stripe/resources/issuing/fraud_liability_debit.rb
789
1574
  - lib/stripe/resources/issuing/personalization_design.rb
790
1575
  - lib/stripe/resources/issuing/physical_bundle.rb
1576
+ - lib/stripe/resources/issuing/program.rb
1577
+ - lib/stripe/resources/issuing/settlement.rb
791
1578
  - lib/stripe/resources/issuing/token.rb
792
1579
  - lib/stripe/resources/issuing/transaction.rb
793
1580
  - lib/stripe/resources/line_item.rb
794
1581
  - lib/stripe/resources/login_link.rb
795
1582
  - lib/stripe/resources/mandate.rb
1583
+ - lib/stripe/resources/margin.rb
1584
+ - lib/stripe/resources/orchestration/payment_attempt.rb
1585
+ - lib/stripe/resources/order.rb
796
1586
  - lib/stripe/resources/payment_attempt_record.rb
797
1587
  - lib/stripe/resources/payment_intent.rb
798
1588
  - lib/stripe/resources/payment_intent_amount_details_line_item.rb
799
1589
  - lib/stripe/resources/payment_link.rb
1590
+ - lib/stripe/resources/payment_location.rb
1591
+ - lib/stripe/resources/payment_location_capability.rb
800
1592
  - lib/stripe/resources/payment_method.rb
1593
+ - lib/stripe/resources/payment_method_balance.rb
801
1594
  - lib/stripe/resources/payment_method_configuration.rb
802
1595
  - lib/stripe/resources/payment_method_domain.rb
803
1596
  - lib/stripe/resources/payment_record.rb
@@ -805,11 +1598,21 @@ files:
805
1598
  - lib/stripe/resources/person.rb
806
1599
  - lib/stripe/resources/plan.rb
807
1600
  - lib/stripe/resources/price.rb
1601
+ - lib/stripe/resources/privacy/redaction_job.rb
1602
+ - lib/stripe/resources/privacy/redaction_job_validation_error.rb
808
1603
  - lib/stripe/resources/product.rb
1604
+ - lib/stripe/resources/product_catalog/trial_offer.rb
809
1605
  - lib/stripe/resources/product_feature.rb
1606
+ - lib/stripe/resources/profile.rb
810
1607
  - lib/stripe/resources/promotion_code.rb
811
1608
  - lib/stripe/resources/quote.rb
1609
+ - lib/stripe/resources/quote_line.rb
1610
+ - lib/stripe/resources/quote_preview_invoice.rb
1611
+ - lib/stripe/resources/quote_preview_subscription_schedule.rb
1612
+ - lib/stripe/resources/radar/account_evaluation.rb
1613
+ - lib/stripe/resources/radar/customer_evaluation.rb
812
1614
  - lib/stripe/resources/radar/early_fraud_warning.rb
1615
+ - lib/stripe/resources/radar/issuing_authorization_evaluation.rb
813
1616
  - lib/stripe/resources/radar/payment_evaluation.rb
814
1617
  - lib/stripe/resources/radar/value_list.rb
815
1618
  - lib/stripe/resources/radar/value_list_item.rb
@@ -822,8 +1625,11 @@ files:
822
1625
  - lib/stripe/resources/reserve_transaction.rb
823
1626
  - lib/stripe/resources/reversal.rb
824
1627
  - lib/stripe/resources/review.rb
1628
+ - lib/stripe/resources/risk_signals.rb
825
1629
  - lib/stripe/resources/setup_attempt.rb
826
1630
  - lib/stripe/resources/setup_intent.rb
1631
+ - lib/stripe/resources/shared_payment/granted_token.rb
1632
+ - lib/stripe/resources/shared_payment/issued_token.rb
827
1633
  - lib/stripe/resources/shipping_rate.rb
828
1634
  - lib/stripe/resources/sigma/scheduled_query_run.rb
829
1635
  - lib/stripe/resources/source.rb
@@ -835,6 +1641,8 @@ files:
835
1641
  - lib/stripe/resources/tax/association.rb
836
1642
  - lib/stripe/resources/tax/calculation.rb
837
1643
  - lib/stripe/resources/tax/calculation_line_item.rb
1644
+ - lib/stripe/resources/tax/form.rb
1645
+ - lib/stripe/resources/tax/location.rb
838
1646
  - lib/stripe/resources/tax/registration.rb
839
1647
  - lib/stripe/resources/tax/settings.rb
840
1648
  - lib/stripe/resources/tax/transaction.rb
@@ -848,10 +1656,12 @@ files:
848
1656
  - lib/stripe/resources/terminal/location.rb
849
1657
  - lib/stripe/resources/terminal/onboarding_link.rb
850
1658
  - lib/stripe/resources/terminal/reader.rb
1659
+ - lib/stripe/resources/terminal/reader_collected_data.rb
851
1660
  - lib/stripe/resources/test_helpers/test_clock.rb
852
1661
  - lib/stripe/resources/token.rb
853
1662
  - lib/stripe/resources/topup.rb
854
1663
  - lib/stripe/resources/transfer.rb
1664
+ - lib/stripe/resources/transit_balance.rb
855
1665
  - lib/stripe/resources/treasury/credit_reversal.rb
856
1666
  - lib/stripe/resources/treasury/debit_reversal.rb
857
1667
  - lib/stripe/resources/treasury/financial_account.rb
@@ -864,19 +1674,90 @@ files:
864
1674
  - lib/stripe/resources/treasury/transaction.rb
865
1675
  - lib/stripe/resources/treasury/transaction_entry.rb
866
1676
  - lib/stripe/resources/v2/amount.rb
1677
+ - lib/stripe/resources/v2/billing/bill_setting.rb
1678
+ - lib/stripe/resources/v2/billing/bill_setting_version.rb
1679
+ - lib/stripe/resources/v2/billing/cadence.rb
1680
+ - lib/stripe/resources/v2/billing/cadence_spend_modifier.rb
1681
+ - lib/stripe/resources/v2/billing/collection_setting.rb
1682
+ - lib/stripe/resources/v2/billing/collection_setting_version.rb
1683
+ - lib/stripe/resources/v2/billing/contract.rb
1684
+ - lib/stripe/resources/v2/billing/contract_license_pricing_quantity_change.rb
1685
+ - lib/stripe/resources/v2/billing/custom_pricing_unit.rb
1686
+ - lib/stripe/resources/v2/billing/intent.rb
1687
+ - lib/stripe/resources/v2/billing/intent_action.rb
1688
+ - lib/stripe/resources/v2/billing/license_fee.rb
1689
+ - lib/stripe/resources/v2/billing/license_fee_version.rb
1690
+ - lib/stripe/resources/v2/billing/licensed_item.rb
867
1691
  - lib/stripe/resources/v2/billing/meter_event.rb
868
1692
  - lib/stripe/resources/v2/billing/meter_event_adjustment.rb
869
1693
  - lib/stripe/resources/v2/billing/meter_event_session.rb
1694
+ - lib/stripe/resources/v2/billing/metered_item.rb
1695
+ - lib/stripe/resources/v2/billing/one_time_item.rb
1696
+ - lib/stripe/resources/v2/billing/pricing_plan.rb
1697
+ - lib/stripe/resources/v2/billing/pricing_plan_component.rb
1698
+ - lib/stripe/resources/v2/billing/pricing_plan_subscription.rb
1699
+ - lib/stripe/resources/v2/billing/pricing_plan_version.rb
1700
+ - lib/stripe/resources/v2/billing/profile.rb
1701
+ - lib/stripe/resources/v2/billing/rate_card.rb
1702
+ - lib/stripe/resources/v2/billing/rate_card_custom_pricing_unit_overage_rate.rb
1703
+ - lib/stripe/resources/v2/billing/rate_card_rate.rb
1704
+ - lib/stripe/resources/v2/billing/rate_card_subscription.rb
1705
+ - lib/stripe/resources/v2/billing/rate_card_version.rb
1706
+ - lib/stripe/resources/v2/billing/service_action.rb
870
1707
  - lib/stripe/resources/v2/commerce/product_catalog_import.rb
871
1708
  - lib/stripe/resources/v2/core/account.rb
1709
+ - lib/stripe/resources/v2/core/account_evaluation.rb
872
1710
  - lib/stripe/resources/v2/core/account_link.rb
873
1711
  - lib/stripe/resources/v2/core/account_person.rb
874
1712
  - lib/stripe/resources/v2/core/account_person_token.rb
875
1713
  - lib/stripe/resources/v2/core/account_token.rb
1714
+ - lib/stripe/resources/v2/core/approval_request.rb
1715
+ - lib/stripe/resources/v2/core/batch_job.rb
1716
+ - lib/stripe/resources/v2/core/claimable_sandbox.rb
1717
+ - lib/stripe/resources/v2/core/connection_session.rb
876
1718
  - lib/stripe/resources/v2/core/event.rb
877
1719
  - lib/stripe/resources/v2/core/event_destination.rb
878
1720
  - lib/stripe/resources/v2/core/event_notification.rb
1721
+ - lib/stripe/resources/v2/core/fee_batch.rb
1722
+ - lib/stripe/resources/v2/core/fee_entry.rb
1723
+ - lib/stripe/resources/v2/core/vault/gb_bank_account.rb
1724
+ - lib/stripe/resources/v2/core/vault/us_bank_account.rb
1725
+ - lib/stripe/resources/v2/data/analytics/metric_query_result.rb
1726
+ - lib/stripe/resources/v2/data/reporting/query_run.rb
879
1727
  - lib/stripe/resources/v2/deleted_object.rb
1728
+ - lib/stripe/resources/v2/extend/workflow.rb
1729
+ - lib/stripe/resources/v2/extend/workflow_run.rb
1730
+ - lib/stripe/resources/v2/financial_address_credit_simulation.rb
1731
+ - lib/stripe/resources/v2/financial_address_generated_microdeposits.rb
1732
+ - lib/stripe/resources/v2/iam/activity_log.rb
1733
+ - lib/stripe/resources/v2/iam/api_key.rb
1734
+ - lib/stripe/resources/v2/money_management/adjustment.rb
1735
+ - lib/stripe/resources/v2/money_management/currency_conversion.rb
1736
+ - lib/stripe/resources/v2/money_management/debit_dispute.rb
1737
+ - lib/stripe/resources/v2/money_management/financial_account.rb
1738
+ - lib/stripe/resources/v2/money_management/financial_account_statement.rb
1739
+ - lib/stripe/resources/v2/money_management/financial_address.rb
1740
+ - lib/stripe/resources/v2/money_management/inbound_transfer.rb
1741
+ - lib/stripe/resources/v2/money_management/outbound_payment.rb
1742
+ - lib/stripe/resources/v2/money_management/outbound_payment_quote.rb
1743
+ - lib/stripe/resources/v2/money_management/outbound_setup_intent.rb
1744
+ - lib/stripe/resources/v2/money_management/outbound_transfer.rb
1745
+ - lib/stripe/resources/v2/money_management/payout_method.rb
1746
+ - lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb
1747
+ - lib/stripe/resources/v2/money_management/received_credit.rb
1748
+ - lib/stripe/resources/v2/money_management/received_debit.rb
1749
+ - lib/stripe/resources/v2/money_management/recipient_verification.rb
1750
+ - lib/stripe/resources/v2/money_management/transaction.rb
1751
+ - lib/stripe/resources/v2/money_management/transaction_entry.rb
1752
+ - lib/stripe/resources/v2/network/business_profile.rb
1753
+ - lib/stripe/resources/v2/orchestrated_commerce/agreement.rb
1754
+ - lib/stripe/resources/v2/payments/off_session_payment.rb
1755
+ - lib/stripe/resources/v2/payments/settlement_allocation_intent.rb
1756
+ - lib/stripe/resources/v2/payments/settlement_allocation_intent_split.rb
1757
+ - lib/stripe/resources/v2/reporting/report.rb
1758
+ - lib/stripe/resources/v2/reporting/report_run.rb
1759
+ - lib/stripe/resources/v2/signals/account_signal.rb
1760
+ - lib/stripe/resources/v2/tax/manual_rule.rb
880
1761
  - lib/stripe/resources/webhook_endpoint.rb
881
1762
  - lib/stripe/search_result_object.rb
882
1763
  - lib/stripe/services.rb
@@ -884,9 +1765,11 @@ files:
884
1765
  - lib/stripe/services/account_external_account_service.rb
885
1766
  - lib/stripe/services/account_link_service.rb
886
1767
  - lib/stripe/services/account_login_link_service.rb
1768
+ - lib/stripe/services/account_notice_service.rb
887
1769
  - lib/stripe/services/account_person_service.rb
888
1770
  - lib/stripe/services/account_service.rb
889
1771
  - lib/stripe/services/account_session_service.rb
1772
+ - lib/stripe/services/account_signals_service.rb
890
1773
  - lib/stripe/services/apple_pay_domain_service.rb
891
1774
  - lib/stripe/services/application_fee_refund_service.rb
892
1775
  - lib/stripe/services/application_fee_service.rb
@@ -895,7 +1778,10 @@ files:
895
1778
  - lib/stripe/services/balance_service.rb
896
1779
  - lib/stripe/services/balance_settings_service.rb
897
1780
  - lib/stripe/services/balance_transaction_service.rb
1781
+ - lib/stripe/services/balance_transfer_service.rb
898
1782
  - lib/stripe/services/billing/alert_service.rb
1783
+ - lib/stripe/services/billing/analytics/meter_usage_service.rb
1784
+ - lib/stripe/services/billing/analytics_service.rb
899
1785
  - lib/stripe/services/billing/credit_balance_summary_service.rb
900
1786
  - lib/stripe/services/billing/credit_balance_transaction_service.rb
901
1787
  - lib/stripe/services/billing/credit_grant_service.rb
@@ -907,6 +1793,10 @@ files:
907
1793
  - lib/stripe/services/billing_portal/session_service.rb
908
1794
  - lib/stripe/services/billing_portal_service.rb
909
1795
  - lib/stripe/services/billing_service.rb
1796
+ - lib/stripe/services/capital/financing_offer_service.rb
1797
+ - lib/stripe/services/capital/financing_summary_service.rb
1798
+ - lib/stripe/services/capital/financing_transaction_service.rb
1799
+ - lib/stripe/services/capital_service.rb
910
1800
  - lib/stripe/services/charge_service.rb
911
1801
  - lib/stripe/services/checkout/session_line_item_service.rb
912
1802
  - lib/stripe/services/checkout/session_service.rb
@@ -930,6 +1820,10 @@ files:
930
1820
  - lib/stripe/services/customer_service.rb
931
1821
  - lib/stripe/services/customer_session_service.rb
932
1822
  - lib/stripe/services/customer_tax_id_service.rb
1823
+ - lib/stripe/services/delegated_checkout/order_service.rb
1824
+ - lib/stripe/services/delegated_checkout/requested_session_order_service.rb
1825
+ - lib/stripe/services/delegated_checkout/requested_session_service.rb
1826
+ - lib/stripe/services/delegated_checkout_service.rb
933
1827
  - lib/stripe/services/dispute_service.rb
934
1828
  - lib/stripe/services/entitlements/active_entitlement_service.rb
935
1829
  - lib/stripe/services/entitlements/feature_service.rb
@@ -937,15 +1831,22 @@ files:
937
1831
  - lib/stripe/services/ephemeral_key_service.rb
938
1832
  - lib/stripe/services/event_service.rb
939
1833
  - lib/stripe/services/exchange_rate_service.rb
1834
+ - lib/stripe/services/external_account_service.rb
940
1835
  - lib/stripe/services/file_link_service.rb
941
1836
  - lib/stripe/services/file_service.rb
1837
+ - lib/stripe/services/financial_connections/account_inferred_balance_service.rb
942
1838
  - lib/stripe/services/financial_connections/account_owner_service.rb
943
1839
  - lib/stripe/services/financial_connections/account_service.rb
1840
+ - lib/stripe/services/financial_connections/authorization_service.rb
1841
+ - lib/stripe/services/financial_connections/institution_service.rb
944
1842
  - lib/stripe/services/financial_connections/session_service.rb
945
1843
  - lib/stripe/services/financial_connections/transaction_service.rb
946
1844
  - lib/stripe/services/financial_connections_service.rb
947
1845
  - lib/stripe/services/forwarding/request_service.rb
948
1846
  - lib/stripe/services/forwarding_service.rb
1847
+ - lib/stripe/services/fr_meal_vouchers_onboarding_service.rb
1848
+ - lib/stripe/services/fx_quote_service.rb
1849
+ - lib/stripe/services/identity/blocklist_entry_service.rb
949
1850
  - lib/stripe/services/identity/verification_report_service.rb
950
1851
  - lib/stripe/services/identity/verification_session_service.rb
951
1852
  - lib/stripe/services/identity_service.rb
@@ -957,19 +1858,29 @@ files:
957
1858
  - lib/stripe/services/issuing/authorization_service.rb
958
1859
  - lib/stripe/services/issuing/card_service.rb
959
1860
  - lib/stripe/services/issuing/cardholder_service.rb
1861
+ - lib/stripe/services/issuing/credit_underwriting_record_service.rb
960
1862
  - lib/stripe/services/issuing/dispute_service.rb
1863
+ - lib/stripe/services/issuing/dispute_settlement_detail_service.rb
1864
+ - lib/stripe/services/issuing/fraud_liability_debit_service.rb
961
1865
  - lib/stripe/services/issuing/personalization_design_service.rb
962
1866
  - lib/stripe/services/issuing/physical_bundle_service.rb
1867
+ - lib/stripe/services/issuing/program_service.rb
963
1868
  - lib/stripe/services/issuing/token_service.rb
964
1869
  - lib/stripe/services/issuing/transaction_service.rb
965
1870
  - lib/stripe/services/issuing_service.rb
966
1871
  - lib/stripe/services/mandate_service.rb
1872
+ - lib/stripe/services/margin_service.rb
967
1873
  - lib/stripe/services/oauth_service.rb
1874
+ - lib/stripe/services/orchestration/payment_attempt_service.rb
1875
+ - lib/stripe/services/orchestration_service.rb
1876
+ - lib/stripe/services/order_service.rb
968
1877
  - lib/stripe/services/payment_attempt_record_service.rb
969
1878
  - lib/stripe/services/payment_intent_amount_details_line_item_service.rb
970
1879
  - lib/stripe/services/payment_intent_service.rb
971
1880
  - lib/stripe/services/payment_link_line_item_service.rb
972
1881
  - lib/stripe/services/payment_link_service.rb
1882
+ - lib/stripe/services/payment_location_capability_service.rb
1883
+ - lib/stripe/services/payment_location_service.rb
973
1884
  - lib/stripe/services/payment_method_configuration_service.rb
974
1885
  - lib/stripe/services/payment_method_domain_service.rb
975
1886
  - lib/stripe/services/payment_method_service.rb
@@ -977,13 +1888,24 @@ files:
977
1888
  - lib/stripe/services/payout_service.rb
978
1889
  - lib/stripe/services/plan_service.rb
979
1890
  - lib/stripe/services/price_service.rb
1891
+ - lib/stripe/services/privacy/redaction_job_service.rb
1892
+ - lib/stripe/services/privacy/redaction_job_validation_error_service.rb
1893
+ - lib/stripe/services/privacy_service.rb
1894
+ - lib/stripe/services/product_catalog/trial_offer_service.rb
1895
+ - lib/stripe/services/product_catalog_service.rb
980
1896
  - lib/stripe/services/product_feature_service.rb
981
1897
  - lib/stripe/services/product_service.rb
982
1898
  - lib/stripe/services/promotion_code_service.rb
983
1899
  - lib/stripe/services/quote_computed_upfront_line_items_service.rb
984
1900
  - lib/stripe/services/quote_line_item_service.rb
1901
+ - lib/stripe/services/quote_line_service.rb
1902
+ - lib/stripe/services/quote_preview_invoice_service.rb
1903
+ - lib/stripe/services/quote_preview_subscription_schedule_service.rb
985
1904
  - lib/stripe/services/quote_service.rb
1905
+ - lib/stripe/services/radar/account_evaluation_service.rb
1906
+ - lib/stripe/services/radar/customer_evaluation_service.rb
986
1907
  - lib/stripe/services/radar/early_fraud_warning_service.rb
1908
+ - lib/stripe/services/radar/issuing_authorization_evaluation_service.rb
987
1909
  - lib/stripe/services/radar/payment_evaluation_service.rb
988
1910
  - lib/stripe/services/radar/value_list_item_service.rb
989
1911
  - lib/stripe/services/radar/value_list_service.rb
@@ -992,9 +1914,16 @@ files:
992
1914
  - lib/stripe/services/reporting/report_run_service.rb
993
1915
  - lib/stripe/services/reporting/report_type_service.rb
994
1916
  - lib/stripe/services/reporting_service.rb
1917
+ - lib/stripe/services/reserve/hold_service.rb
1918
+ - lib/stripe/services/reserve/plan_service.rb
1919
+ - lib/stripe/services/reserve/release_service.rb
1920
+ - lib/stripe/services/reserve_service.rb
995
1921
  - lib/stripe/services/review_service.rb
996
1922
  - lib/stripe/services/setup_attempt_service.rb
997
1923
  - lib/stripe/services/setup_intent_service.rb
1924
+ - lib/stripe/services/shared_payment/granted_token_service.rb
1925
+ - lib/stripe/services/shared_payment/issued_token_service.rb
1926
+ - lib/stripe/services/shared_payment_service.rb
998
1927
  - lib/stripe/services/shipping_rate_service.rb
999
1928
  - lib/stripe/services/sigma/scheduled_query_run_service.rb
1000
1929
  - lib/stripe/services/sigma_service.rb
@@ -1006,6 +1935,8 @@ files:
1006
1935
  - lib/stripe/services/tax/association_service.rb
1007
1936
  - lib/stripe/services/tax/calculation_line_item_service.rb
1008
1937
  - lib/stripe/services/tax/calculation_service.rb
1938
+ - lib/stripe/services/tax/form_service.rb
1939
+ - lib/stripe/services/tax/location_service.rb
1009
1940
  - lib/stripe/services/tax/registration_service.rb
1010
1941
  - lib/stripe/services/tax/settings_service.rb
1011
1942
  - lib/stripe/services/tax/transaction_line_item_service.rb
@@ -1018,16 +1949,23 @@ files:
1018
1949
  - lib/stripe/services/terminal/connection_token_service.rb
1019
1950
  - lib/stripe/services/terminal/location_service.rb
1020
1951
  - lib/stripe/services/terminal/onboarding_link_service.rb
1952
+ - lib/stripe/services/terminal/reader_collected_data_service.rb
1021
1953
  - lib/stripe/services/terminal/reader_service.rb
1022
1954
  - lib/stripe/services/terminal_service.rb
1955
+ - lib/stripe/services/test_helpers/capital/financing_offer_service.rb
1956
+ - lib/stripe/services/test_helpers/capital_service.rb
1023
1957
  - lib/stripe/services/test_helpers/confirmation_token_service.rb
1024
1958
  - lib/stripe/services/test_helpers/customer_service.rb
1025
1959
  - lib/stripe/services/test_helpers/issuing/authorization_service.rb
1026
1960
  - lib/stripe/services/test_helpers/issuing/card_service.rb
1961
+ - lib/stripe/services/test_helpers/issuing/dispute_service.rb
1027
1962
  - lib/stripe/services/test_helpers/issuing/personalization_design_service.rb
1028
1963
  - lib/stripe/services/test_helpers/issuing/transaction_service.rb
1029
1964
  - lib/stripe/services/test_helpers/issuing_service.rb
1965
+ - lib/stripe/services/test_helpers/payment_intent_service.rb
1030
1966
  - lib/stripe/services/test_helpers/refund_service.rb
1967
+ - lib/stripe/services/test_helpers/shared_payment/granted_token_service.rb
1968
+ - lib/stripe/services/test_helpers/shared_payment_service.rb
1031
1969
  - lib/stripe/services/test_helpers/terminal/reader_service.rb
1032
1970
  - lib/stripe/services/test_helpers/terminal_service.rb
1033
1971
  - lib/stripe/services/test_helpers/test_clock_service.rb
@@ -1055,28 +1993,115 @@ files:
1055
1993
  - lib/stripe/services/treasury/transaction_service.rb
1056
1994
  - lib/stripe/services/treasury_service.rb
1057
1995
  - lib/stripe/services/v1_services.rb
1996
+ - lib/stripe/services/v2/billing/bill_setting_service.rb
1997
+ - lib/stripe/services/v2/billing/bill_settings/version_service.rb
1998
+ - lib/stripe/services/v2/billing/cadence_service.rb
1999
+ - lib/stripe/services/v2/billing/cadences/spend_modifier_rule_service.rb
2000
+ - lib/stripe/services/v2/billing/collection_setting_service.rb
2001
+ - lib/stripe/services/v2/billing/collection_settings/version_service.rb
2002
+ - lib/stripe/services/v2/billing/contract_service.rb
2003
+ - lib/stripe/services/v2/billing/contracts/license_pricing/quantity_change_service.rb
2004
+ - lib/stripe/services/v2/billing/contracts/license_pricing_service.rb
2005
+ - lib/stripe/services/v2/billing/custom_pricing_unit_service.rb
2006
+ - lib/stripe/services/v2/billing/intent_service.rb
2007
+ - lib/stripe/services/v2/billing/intents/action_service.rb
2008
+ - lib/stripe/services/v2/billing/license_fee_service.rb
2009
+ - lib/stripe/services/v2/billing/license_fees/version_service.rb
2010
+ - lib/stripe/services/v2/billing/licensed_item_service.rb
1058
2011
  - lib/stripe/services/v2/billing/meter_event_adjustment_service.rb
1059
2012
  - lib/stripe/services/v2/billing/meter_event_service.rb
1060
2013
  - lib/stripe/services/v2/billing/meter_event_session_service.rb
1061
2014
  - lib/stripe/services/v2/billing/meter_event_stream_service.rb
2015
+ - lib/stripe/services/v2/billing/metered_item_service.rb
2016
+ - lib/stripe/services/v2/billing/one_time_item_service.rb
2017
+ - lib/stripe/services/v2/billing/pricing_plan_service.rb
2018
+ - lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb
2019
+ - lib/stripe/services/v2/billing/pricing_plans/component_service.rb
2020
+ - lib/stripe/services/v2/billing/pricing_plans/version_service.rb
2021
+ - lib/stripe/services/v2/billing/profile_service.rb
2022
+ - lib/stripe/services/v2/billing/rate_card_service.rb
2023
+ - lib/stripe/services/v2/billing/rate_card_subscription_service.rb
2024
+ - lib/stripe/services/v2/billing/rate_cards/custom_pricing_unit_overage_rate_service.rb
2025
+ - lib/stripe/services/v2/billing/rate_cards/rate_service.rb
2026
+ - lib/stripe/services/v2/billing/rate_cards/version_service.rb
2027
+ - lib/stripe/services/v2/billing/service_action_service.rb
1062
2028
  - lib/stripe/services/v2/billing_service.rb
1063
2029
  - lib/stripe/services/v2/commerce/product_catalog/import_service.rb
1064
2030
  - lib/stripe/services/v2/commerce/product_catalog_service.rb
1065
2031
  - lib/stripe/services/v2/commerce_service.rb
2032
+ - lib/stripe/services/v2/core/account_evaluation_service.rb
1066
2033
  - lib/stripe/services/v2/core/account_link_service.rb
1067
2034
  - lib/stripe/services/v2/core/account_service.rb
1068
2035
  - lib/stripe/services/v2/core/account_token_service.rb
1069
2036
  - lib/stripe/services/v2/core/accounts/person_service.rb
1070
2037
  - lib/stripe/services/v2/core/accounts/person_token_service.rb
2038
+ - lib/stripe/services/v2/core/approval_request_service.rb
2039
+ - lib/stripe/services/v2/core/batch_job_service.rb
2040
+ - lib/stripe/services/v2/core/claimable_sandbox_service.rb
2041
+ - lib/stripe/services/v2/core/connection_session_service.rb
1071
2042
  - lib/stripe/services/v2/core/event_destination_service.rb
1072
2043
  - lib/stripe/services/v2/core/event_service.rb
2044
+ - lib/stripe/services/v2/core/fee_batch_service.rb
2045
+ - lib/stripe/services/v2/core/fee_entry_service.rb
2046
+ - lib/stripe/services/v2/core/vault/gb_bank_account_service.rb
2047
+ - lib/stripe/services/v2/core/vault/us_bank_account_service.rb
2048
+ - lib/stripe/services/v2/core/vault_service.rb
1073
2049
  - lib/stripe/services/v2/core_service.rb
2050
+ - lib/stripe/services/v2/data/analytics/metric_query_service.rb
2051
+ - lib/stripe/services/v2/data/analytics_service.rb
2052
+ - lib/stripe/services/v2/data/reporting/query_run_service.rb
2053
+ - lib/stripe/services/v2/data/reporting_service.rb
2054
+ - lib/stripe/services/v2/data_service.rb
2055
+ - lib/stripe/services/v2/extend/workflow_run_service.rb
2056
+ - lib/stripe/services/v2/extend/workflow_service.rb
2057
+ - lib/stripe/services/v2/extend_service.rb
2058
+ - lib/stripe/services/v2/iam/activity_log_service.rb
2059
+ - lib/stripe/services/v2/iam/api_key_service.rb
2060
+ - lib/stripe/services/v2/iam_service.rb
2061
+ - lib/stripe/services/v2/money_management/adjustment_service.rb
2062
+ - lib/stripe/services/v2/money_management/currency_conversion_service.rb
2063
+ - lib/stripe/services/v2/money_management/debit_dispute_service.rb
2064
+ - lib/stripe/services/v2/money_management/financial_account_service.rb
2065
+ - lib/stripe/services/v2/money_management/financial_accounts/statement_service.rb
2066
+ - lib/stripe/services/v2/money_management/financial_address_service.rb
2067
+ - lib/stripe/services/v2/money_management/inbound_transfer_service.rb
2068
+ - lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb
2069
+ - lib/stripe/services/v2/money_management/outbound_payment_service.rb
2070
+ - lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb
2071
+ - lib/stripe/services/v2/money_management/outbound_transfer_service.rb
2072
+ - lib/stripe/services/v2/money_management/payout_method_service.rb
2073
+ - lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb
2074
+ - lib/stripe/services/v2/money_management/received_credit_service.rb
2075
+ - lib/stripe/services/v2/money_management/received_debit_service.rb
2076
+ - lib/stripe/services/v2/money_management/recipient_verification_service.rb
2077
+ - lib/stripe/services/v2/money_management/transaction_entry_service.rb
2078
+ - lib/stripe/services/v2/money_management/transaction_service.rb
2079
+ - lib/stripe/services/v2/money_management_service.rb
2080
+ - lib/stripe/services/v2/network/business_profile_service.rb
2081
+ - lib/stripe/services/v2/network_service.rb
2082
+ - lib/stripe/services/v2/orchestrated_commerce/agreement_service.rb
2083
+ - lib/stripe/services/v2/orchestrated_commerce_service.rb
2084
+ - lib/stripe/services/v2/payments/off_session_payment_service.rb
2085
+ - lib/stripe/services/v2/payments/settlement_allocation_intent_service.rb
2086
+ - lib/stripe/services/v2/payments/settlement_allocation_intents/split_service.rb
2087
+ - lib/stripe/services/v2/payments_service.rb
2088
+ - lib/stripe/services/v2/reporting/report_run_service.rb
2089
+ - lib/stripe/services/v2/reporting/report_service.rb
2090
+ - lib/stripe/services/v2/reporting_service.rb
2091
+ - lib/stripe/services/v2/signals/account_signal_service.rb
2092
+ - lib/stripe/services/v2/signals_service.rb
2093
+ - lib/stripe/services/v2/tax/manual_rule_service.rb
2094
+ - lib/stripe/services/v2/tax_service.rb
2095
+ - lib/stripe/services/v2/test_helper_service.rb
2096
+ - lib/stripe/services/v2/test_helpers/financial_address_service.rb
2097
+ - lib/stripe/services/v2/test_helpers/money_management_service.rb
1074
2098
  - lib/stripe/services/v2_services.rb
1075
2099
  - lib/stripe/services/webhook_endpoint_service.rb
1076
2100
  - lib/stripe/singleton_api_resource.rb
1077
2101
  - lib/stripe/stripe_client.rb
1078
2102
  - lib/stripe/stripe_configuration.rb
1079
2103
  - lib/stripe/stripe_context.rb
2104
+ - lib/stripe/stripe_event_notification_handler.rb
1080
2105
  - lib/stripe/stripe_object.rb
1081
2106
  - lib/stripe/stripe_response.rb
1082
2107
  - lib/stripe/stripe_service.rb
@@ -1109,9 +2134,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
1109
2134
  version: 2.7.0
1110
2135
  required_rubygems_version: !ruby/object:Gem::Requirement
1111
2136
  requirements:
1112
- - - ">="
2137
+ - - ">"
1113
2138
  - !ruby/object:Gem::Version
1114
- version: '0'
2139
+ version: 1.3.1
1115
2140
  requirements: []
1116
2141
  rubygems_version: 3.3.27
1117
2142
  signing_key: