stripe 17.1.0 → 17.2.0.pre.beta.1

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 (497) hide show
  1. checksums.yaml +4 -4
  2. data/lib/stripe/api_requestor.rb +34 -0
  3. data/lib/stripe/api_version.rb +1 -2
  4. data/lib/stripe/errors.rb +63 -0
  5. data/lib/stripe/event_types.rb +233 -0
  6. data/lib/stripe/events/v2_core_account_closed_event.rb +44 -0
  7. data/lib/stripe/events/v2_core_account_created_event.rb +44 -0
  8. data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +63 -0
  9. data/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +44 -0
  10. data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +63 -0
  11. data/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +44 -0
  12. data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +63 -0
  13. data/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +44 -0
  14. data/lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb +63 -0
  15. data/lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb +44 -0
  16. data/lib/stripe/events/v2_core_account_including_defaults_updated_event.rb +44 -0
  17. data/lib/stripe/events/v2_core_account_including_identity_updated_event.rb +44 -0
  18. data/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +44 -0
  19. data/lib/stripe/events/v2_core_account_link_returned_event.rb +42 -0
  20. data/lib/stripe/events/v2_core_account_person_created_event.rb +61 -0
  21. data/lib/stripe/events/v2_core_account_person_deleted_event.rb +61 -0
  22. data/lib/stripe/events/v2_core_account_person_updated_event.rb +61 -0
  23. data/lib/stripe/events/v2_core_account_updated_event.rb +44 -0
  24. data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +44 -0
  25. data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +44 -0
  26. data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +44 -0
  27. data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +44 -0
  28. data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +44 -0
  29. data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +61 -0
  30. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +44 -0
  31. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +44 -0
  32. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +44 -0
  33. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +44 -0
  34. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +44 -0
  35. data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +44 -0
  36. data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +44 -0
  37. data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +44 -0
  38. data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +44 -0
  39. data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +44 -0
  40. data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +44 -0
  41. data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +44 -0
  42. data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +44 -0
  43. data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +44 -0
  44. data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +44 -0
  45. data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +44 -0
  46. data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +44 -0
  47. data/lib/stripe/events/v2_money_management_payout_method_updated_event.rb +44 -0
  48. data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +61 -0
  49. data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +44 -0
  50. data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +44 -0
  51. data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +44 -0
  52. data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +44 -0
  53. data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +44 -0
  54. data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +44 -0
  55. data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +44 -0
  56. data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +44 -0
  57. data/lib/stripe/events/v2_money_management_transaction_created_event.rb +61 -0
  58. data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +44 -0
  59. data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +44 -0
  60. data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +46 -0
  61. data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +44 -0
  62. data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +44 -0
  63. data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +44 -0
  64. data/lib/stripe/events/v2_payments_off_session_payment_requires_capture_event.rb +44 -0
  65. data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +44 -0
  66. data/lib/stripe/object_types.rb +55 -0
  67. data/lib/stripe/params/account_create_params.rb +300 -1
  68. data/lib/stripe/params/account_notice_list_params.rb +25 -0
  69. data/lib/stripe/params/account_notice_retrieve_params.rb +13 -0
  70. data/lib/stripe/params/account_notice_update_params.rb +36 -0
  71. data/lib/stripe/params/account_session_create_params.rb +226 -1
  72. data/lib/stripe/params/account_update_params.rb +262 -0
  73. data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +65 -0
  74. data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +4 -1
  75. data/lib/stripe/params/billing/credit_balance_transaction_list_params.rb +4 -0
  76. data/lib/stripe/params/billing/credit_grant_create_params.rb +4 -0
  77. data/lib/stripe/params/billing/credit_grant_list_params.rb +4 -0
  78. data/lib/stripe/params/billing_portal/session_create_params.rb +4 -0
  79. data/lib/stripe/params/capital/financing_offer_list_params.rb +58 -0
  80. data/lib/stripe/params/capital/financing_offer_mark_delivered_params.rb +15 -0
  81. data/lib/stripe/params/capital/financing_offer_retrieve_params.rb +15 -0
  82. data/lib/stripe/params/capital/financing_summary_retrieve_params.rb +15 -0
  83. data/lib/stripe/params/capital/financing_transaction_list_params.rb +45 -0
  84. data/lib/stripe/params/capital/financing_transaction_retrieve_params.rb +15 -0
  85. data/lib/stripe/params/charge_capture_params.rb +715 -0
  86. data/lib/stripe/params/charge_update_params.rb +715 -0
  87. data/lib/stripe/params/checkout/session_create_params.rb +193 -3
  88. data/lib/stripe/params/checkout/session_list_params.rb +4 -0
  89. data/lib/stripe/params/checkout/session_update_params.rb +288 -1
  90. data/lib/stripe/params/confirmation_token_create_params.rb +97 -0
  91. data/lib/stripe/params/coupon_create_params.rb +17 -1
  92. data/lib/stripe/params/credit_note_list_params.rb +4 -0
  93. data/lib/stripe/params/customer_session_create_params.rb +36 -2
  94. data/lib/stripe/params/dispute_update_params.rb +10 -1
  95. data/lib/stripe/params/external_account_create_params.rb +134 -0
  96. data/lib/stripe/params/external_account_delete_params.rb +6 -0
  97. data/lib/stripe/params/external_account_list_params.rb +25 -0
  98. data/lib/stripe/params/external_account_retrieve_params.rb +13 -0
  99. data/lib/stripe/params/external_account_update_params.rb +91 -0
  100. data/lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb +24 -0
  101. data/lib/stripe/params/financial_connections/account_list_params.rb +4 -1
  102. data/lib/stripe/params/financial_connections/institution_list_params.rb +24 -0
  103. data/lib/stripe/params/financial_connections/institution_retrieve_params.rb +15 -0
  104. data/lib/stripe/params/financial_connections/session_create_params.rb +34 -2
  105. data/lib/stripe/params/fx_quote_create_params.rb +73 -0
  106. data/lib/stripe/params/fx_quote_list_params.rb +22 -0
  107. data/lib/stripe/params/fx_quote_retrieve_params.rb +13 -0
  108. data/lib/stripe/params/identity/verification_session_create_params.rb +4 -0
  109. data/lib/stripe/params/identity/verification_session_list_params.rb +4 -0
  110. data/lib/stripe/params/invoice_add_lines_params.rb +33 -1
  111. data/lib/stripe/params/invoice_attach_payment_params.rb +43 -1
  112. data/lib/stripe/params/invoice_create_params.rb +112 -2
  113. data/lib/stripe/params/invoice_create_preview_params.rb +826 -9
  114. data/lib/stripe/params/invoice_item_create_params.rb +37 -1
  115. data/lib/stripe/params/invoice_item_list_params.rb +4 -0
  116. data/lib/stripe/params/invoice_item_update_params.rb +33 -1
  117. data/lib/stripe/params/invoice_line_item_update_params.rb +33 -1
  118. data/lib/stripe/params/invoice_list_params.rb +4 -0
  119. data/lib/stripe/params/invoice_update_lines_params.rb +33 -1
  120. data/lib/stripe/params/invoice_update_params.rb +108 -2
  121. data/lib/stripe/params/issuing/cardholder_create_params.rb +2 -1
  122. data/lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb +163 -0
  123. data/lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb +50 -0
  124. data/lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb +128 -0
  125. data/lib/stripe/params/issuing/credit_underwriting_record_list_params.rb +24 -0
  126. data/lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb +86 -0
  127. data/lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb +15 -0
  128. data/lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb +33 -0
  129. data/lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb +15 -0
  130. data/lib/stripe/params/issuing/fraud_liability_debit_list_params.rb +44 -0
  131. data/lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb +15 -0
  132. data/lib/stripe/params/issuing/transaction_list_params.rb +4 -0
  133. data/lib/stripe/params/mandate_list_params.rb +39 -0
  134. data/lib/stripe/params/margin_create_params.rb +25 -0
  135. data/lib/stripe/params/margin_list_params.rb +25 -0
  136. data/lib/stripe/params/margin_retrieve_params.rb +13 -0
  137. data/lib/stripe/params/margin_update_params.rb +22 -0
  138. data/lib/stripe/params/order_cancel_params.rb +13 -0
  139. data/lib/stripe/params/order_create_params.rb +1124 -0
  140. data/lib/stripe/params/order_line_item_list_params.rb +22 -0
  141. data/lib/stripe/params/order_list_line_items_params.rb +22 -0
  142. data/lib/stripe/params/order_list_params.rb +25 -0
  143. data/lib/stripe/params/order_reopen_params.rb +13 -0
  144. data/lib/stripe/params/order_retrieve_params.rb +13 -0
  145. data/lib/stripe/params/order_submit_params.rb +16 -0
  146. data/lib/stripe/params/order_update_params.rb +1128 -0
  147. data/lib/stripe/params/payment_intent_capture_params.rb +723 -1
  148. data/lib/stripe/params/payment_intent_confirm_params.rb +1197 -4
  149. data/lib/stripe/params/payment_intent_create_params.rb +1205 -4
  150. data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +73 -0
  151. data/lib/stripe/params/payment_intent_increment_authorization_params.rb +50 -0
  152. data/lib/stripe/params/payment_intent_list_params.rb +4 -0
  153. data/lib/stripe/params/payment_intent_trigger_action_params.rb +27 -0
  154. data/lib/stripe/params/payment_intent_update_params.rb +1237 -5
  155. data/lib/stripe/params/payment_method_attach_params.rb +4 -1
  156. data/lib/stripe/params/payment_method_configuration_create_params.rb +126 -0
  157. data/lib/stripe/params/payment_method_configuration_update_params.rb +126 -0
  158. data/lib/stripe/params/payment_method_create_params.rb +97 -0
  159. data/lib/stripe/params/payment_method_update_params.rb +19 -0
  160. data/lib/stripe/params/price_update_params.rb +19 -0
  161. data/lib/stripe/params/privacy/redaction_job_cancel_params.rb +15 -0
  162. data/lib/stripe/params/privacy/redaction_job_create_params.rb +67 -0
  163. data/lib/stripe/params/privacy/redaction_job_list_params.rb +27 -0
  164. data/lib/stripe/params/privacy/redaction_job_retrieve_params.rb +15 -0
  165. data/lib/stripe/params/privacy/redaction_job_run_params.rb +15 -0
  166. data/lib/stripe/params/privacy/redaction_job_update_params.rb +18 -0
  167. data/lib/stripe/params/privacy/redaction_job_validate_params.rb +15 -0
  168. data/lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb +24 -0
  169. data/lib/stripe/params/promotion_code_create_params.rb +4 -0
  170. data/lib/stripe/params/promotion_code_list_params.rb +4 -0
  171. data/lib/stripe/params/quote_create_params.rb +805 -3
  172. data/lib/stripe/params/quote_line_list_params.rb +22 -0
  173. data/lib/stripe/params/quote_list_lines_params.rb +22 -0
  174. data/lib/stripe/params/quote_list_params.rb +8 -0
  175. data/lib/stripe/params/quote_list_preview_invoice_lines_params.rb +22 -0
  176. data/lib/stripe/params/quote_mark_draft_params.rb +13 -0
  177. data/lib/stripe/params/quote_mark_stale_params.rb +16 -0
  178. data/lib/stripe/params/quote_preview_invoice_list_params.rb +22 -0
  179. data/lib/stripe/params/quote_preview_subscription_schedule_list_params.rb +22 -0
  180. data/lib/stripe/params/quote_reestimate_params.rb +13 -0
  181. data/lib/stripe/params/quote_update_params.rb +813 -4
  182. data/lib/stripe/params/setup_intent_confirm_params.rb +225 -3
  183. data/lib/stripe/params/setup_intent_create_params.rb +231 -3
  184. data/lib/stripe/params/setup_intent_list_params.rb +4 -0
  185. data/lib/stripe/params/setup_intent_update_params.rb +231 -3
  186. data/lib/stripe/params/subscription_attach_cadence_params.rb +16 -0
  187. data/lib/stripe/params/subscription_create_params.rb +259 -5
  188. data/lib/stripe/params/subscription_item_create_params.rb +46 -2
  189. data/lib/stripe/params/subscription_item_update_params.rb +29 -1
  190. data/lib/stripe/params/subscription_list_params.rb +4 -0
  191. data/lib/stripe/params/subscription_schedule_amend_params.rb +570 -0
  192. data/lib/stripe/params/subscription_schedule_create_params.rb +167 -5
  193. data/lib/stripe/params/subscription_schedule_list_params.rb +4 -0
  194. data/lib/stripe/params/subscription_schedule_update_params.rb +163 -5
  195. data/lib/stripe/params/subscription_update_params.rb +238 -4
  196. data/lib/stripe/params/tax/association_find_params.rb +18 -0
  197. data/lib/stripe/params/tax/form_list_params.rb +51 -0
  198. data/lib/stripe/params/tax/form_pdf_params.rb +15 -0
  199. data/lib/stripe/params/tax/form_retrieve_params.rb +15 -0
  200. data/lib/stripe/params/tax_id_create_params.rb +4 -1
  201. data/lib/stripe/params/tax_id_list_params.rb +4 -1
  202. data/lib/stripe/params/terminal/configuration_create_params.rb +13 -0
  203. data/lib/stripe/params/terminal/configuration_update_params.rb +13 -0
  204. data/lib/stripe/params/terminal/onboarding_link_create_params.rb +43 -0
  205. data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +15 -0
  206. data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +97 -0
  207. data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +25 -1
  208. data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +25 -1
  209. data/lib/stripe/params/transfer_create_params.rb +4 -0
  210. data/lib/stripe/params/treasury/financial_account_create_params.rb +8 -1
  211. data/lib/stripe/params/treasury/financial_account_features_update_params.rb +4 -1
  212. data/lib/stripe/params/treasury/financial_account_update_features_params.rb +4 -1
  213. data/lib/stripe/params/treasury/financial_account_update_params.rb +8 -1
  214. data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +24 -0
  215. data/lib/stripe/params/treasury/received_credit_create_params.rb +25 -1
  216. data/lib/stripe/params/treasury/received_debit_create_params.rb +25 -1
  217. data/lib/stripe/params/v2/billing/bill_setting_create_params.rb +74 -0
  218. data/lib/stripe/params/v2/billing/bill_setting_list_params.rb +21 -0
  219. data/lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb +10 -0
  220. data/lib/stripe/params/v2/billing/bill_setting_update_params.rb +80 -0
  221. data/lib/stripe/params/v2/billing/bill_settings/version_list_params.rb +19 -0
  222. data/lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb +12 -0
  223. data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +10 -0
  224. data/lib/stripe/params/v2/billing/cadence_create_params.rb +253 -0
  225. data/lib/stripe/params/v2/billing/cadence_list_params.rb +43 -0
  226. data/lib/stripe/params/v2/billing/cadence_retrieve_params.rb +17 -0
  227. data/lib/stripe/params/v2/billing/cadence_update_params.rb +75 -0
  228. data/lib/stripe/params/v2/billing/collection_setting_create_params.rb +223 -0
  229. data/lib/stripe/params/v2/billing/collection_setting_list_params.rb +21 -0
  230. data/lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb +10 -0
  231. data/lib/stripe/params/v2/billing/collection_setting_update_params.rb +229 -0
  232. data/lib/stripe/params/v2/billing/collection_settings/version_list_params.rb +19 -0
  233. data/lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb +12 -0
  234. data/lib/stripe/params/v2/billing/profile_create_params.rb +37 -0
  235. data/lib/stripe/params/v2/billing/profile_list_params.rb +40 -0
  236. data/lib/stripe/params/v2/billing/profile_retrieve_params.rb +10 -0
  237. data/lib/stripe/params/v2/billing/profile_update_params.rb +35 -0
  238. data/lib/stripe/params/v2/core/account_close_params.rb +17 -0
  239. data/lib/stripe/params/v2/core/account_create_params.rb +2248 -0
  240. data/lib/stripe/params/v2/core/account_link_create_params.rb +101 -0
  241. data/lib/stripe/params/v2/core/account_list_params.rb +23 -0
  242. data/lib/stripe/params/v2/core/account_retrieve_params.rb +17 -0
  243. data/lib/stripe/params/v2/core/account_update_params.rb +2294 -0
  244. data/lib/stripe/params/v2/core/accounts/person_create_params.rb +493 -0
  245. data/lib/stripe/params/v2/core/accounts/person_delete_params.rb +12 -0
  246. data/lib/stripe/params/v2/core/accounts/person_list_params.rb +19 -0
  247. data/lib/stripe/params/v2/core/accounts/person_retrieve_params.rb +12 -0
  248. data/lib/stripe/params/v2/core/accounts/person_update_params.rb +493 -0
  249. data/lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb +12 -0
  250. data/lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb +12 -0
  251. data/lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb +50 -0
  252. data/lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb +22 -0
  253. data/lib/stripe/params/v2/core/vault/gb_bank_account_list_params.rb +19 -0
  254. data/lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb +12 -0
  255. data/lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb +12 -0
  256. data/lib/stripe/params/v2/core/vault/us_bank_account_confirm_microdeposits_params.rb +22 -0
  257. data/lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb +33 -0
  258. data/lib/stripe/params/v2/core/vault/us_bank_account_list_params.rb +22 -0
  259. data/lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb +12 -0
  260. data/lib/stripe/params/v2/core/vault/us_bank_account_send_microdeposits_params.rb +12 -0
  261. data/lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb +22 -0
  262. data/lib/stripe/params/v2/money_management/adjustment_list_params.rb +48 -0
  263. data/lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb +10 -0
  264. data/lib/stripe/params/v2/money_management/financial_account_close_params.rb +28 -0
  265. data/lib/stripe/params/v2/money_management/financial_account_create_params.rb +34 -0
  266. data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +20 -0
  267. data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +10 -0
  268. data/lib/stripe/params/v2/money_management/financial_account_update_params.rb +20 -0
  269. data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +20 -0
  270. data/lib/stripe/params/v2/money_management/financial_address_list_params.rb +23 -0
  271. data/lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb +17 -0
  272. data/lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb +50 -0
  273. data/lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb +44 -0
  274. data/lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb +10 -0
  275. data/lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb +10 -0
  276. data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +98 -0
  277. data/lib/stripe/params/v2/money_management/outbound_payment_list_params.rb +52 -0
  278. data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +67 -0
  279. data/lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb +10 -0
  280. data/lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb +10 -0
  281. data/lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb +10 -0
  282. data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +85 -0
  283. data/lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb +17 -0
  284. data/lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb +10 -0
  285. data/lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb +80 -0
  286. data/lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb +10 -0
  287. data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +77 -0
  288. data/lib/stripe/params/v2/money_management/outbound_transfer_list_params.rb +48 -0
  289. data/lib/stripe/params/v2/money_management/outbound_transfer_retrieve_params.rb +10 -0
  290. data/lib/stripe/params/v2/money_management/payout_method_archive_params.rb +10 -0
  291. data/lib/stripe/params/v2/money_management/payout_method_list_params.rb +31 -0
  292. data/lib/stripe/params/v2/money_management/payout_method_retrieve_params.rb +10 -0
  293. data/lib/stripe/params/v2/money_management/payout_method_unarchive_params.rb +10 -0
  294. data/lib/stripe/params/v2/money_management/payout_methods_bank_account_spec_retrieve_params.rb +17 -0
  295. data/lib/stripe/params/v2/money_management/received_credit_list_params.rb +44 -0
  296. data/lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb +10 -0
  297. data/lib/stripe/params/v2/money_management/received_debit_list_params.rb +17 -0
  298. data/lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb +10 -0
  299. data/lib/stripe/params/v2/money_management/transaction_entry_list_params.rb +43 -0
  300. data/lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb +10 -0
  301. data/lib/stripe/params/v2/money_management/transaction_list_params.rb +47 -0
  302. data/lib/stripe/params/v2/money_management/transaction_retrieve_params.rb +10 -0
  303. data/lib/stripe/params/v2/payments/off_session_payment_cancel_params.rb +10 -0
  304. data/lib/stripe/params/v2/payments/off_session_payment_capture_params.rb +61 -0
  305. data/lib/stripe/params/v2/payments/off_session_payment_create_params.rb +237 -0
  306. data/lib/stripe/params/v2/payments/off_session_payment_list_params.rb +17 -0
  307. data/lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb +10 -0
  308. data/lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb +23 -0
  309. data/lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb +10 -0
  310. data/lib/stripe/params.rb +164 -0
  311. data/lib/stripe/resources/account.rb +166 -1
  312. data/lib/stripe/resources/account_notice.rb +94 -0
  313. data/lib/stripe/resources/account_session.rb +81 -0
  314. data/lib/stripe/resources/billing/analytics/meter_usage.rb +33 -0
  315. data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +38 -0
  316. data/lib/stripe/resources/billing/credit_balance_summary.rb +2 -0
  317. data/lib/stripe/resources/billing/credit_grant.rb +2 -0
  318. data/lib/stripe/resources/billing_portal/session.rb +2 -0
  319. data/lib/stripe/resources/capital/financing_offer.rb +142 -0
  320. data/lib/stripe/resources/capital/financing_summary.rb +79 -0
  321. data/lib/stripe/resources/capital/financing_transaction.rb +99 -0
  322. data/lib/stripe/resources/card.rb +2 -0
  323. data/lib/stripe/resources/cash_balance.rb +2 -0
  324. data/lib/stripe/resources/charge.rb +237 -1
  325. data/lib/stripe/resources/checkout/session.rb +154 -4
  326. data/lib/stripe/resources/confirmation_token.rb +155 -0
  327. data/lib/stripe/resources/coupon.rb +26 -1
  328. data/lib/stripe/resources/credit_note.rb +2 -0
  329. data/lib/stripe/resources/credit_note_line_item.rb +18 -0
  330. data/lib/stripe/resources/customer.rb +2 -0
  331. data/lib/stripe/resources/customer_balance_transaction.rb +2 -0
  332. data/lib/stripe/resources/customer_cash_balance_transaction.rb +2 -0
  333. data/lib/stripe/resources/customer_session.rb +38 -0
  334. data/lib/stripe/resources/discount.rb +2 -0
  335. data/lib/stripe/resources/dispute.rb +22 -0
  336. data/lib/stripe/resources/event.rb +64 -1
  337. data/lib/stripe/resources/financial_connections/account.rb +27 -0
  338. data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +35 -0
  339. data/lib/stripe/resources/financial_connections/institution.rb +127 -0
  340. data/lib/stripe/resources/financial_connections/session.rb +67 -1
  341. data/lib/stripe/resources/fx_quote.rb +147 -0
  342. data/lib/stripe/resources/identity/verification_session.rb +2 -0
  343. data/lib/stripe/resources/invoice.rb +152 -1
  344. data/lib/stripe/resources/invoice_item.rb +4 -0
  345. data/lib/stripe/resources/invoice_line_item.rb +40 -0
  346. data/lib/stripe/resources/issuing/credit_underwriting_record.rb +263 -0
  347. data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +71 -0
  348. data/lib/stripe/resources/issuing/fraud_liability_debit.rb +51 -0
  349. data/lib/stripe/resources/issuing/settlement.rb +61 -0
  350. data/lib/stripe/resources/issuing/transaction.rb +2 -0
  351. data/lib/stripe/resources/line_item.rb +68 -1
  352. data/lib/stripe/resources/mandate.rb +71 -0
  353. data/lib/stripe/resources/margin.rb +64 -0
  354. data/lib/stripe/resources/order.rb +987 -0
  355. data/lib/stripe/resources/payment_attempt_record.rb +203 -1
  356. data/lib/stripe/resources/payment_intent.rb +789 -4
  357. data/lib/stripe/resources/payment_method.rb +157 -0
  358. data/lib/stripe/resources/payment_method_configuration.rb +204 -0
  359. data/lib/stripe/resources/payment_record.rb +203 -1
  360. data/lib/stripe/resources/price.rb +20 -0
  361. data/lib/stripe/resources/privacy/redaction_job.rb +187 -0
  362. data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +49 -0
  363. data/lib/stripe/resources/promotion_code.rb +2 -0
  364. data/lib/stripe/resources/quote.rb +571 -2
  365. data/lib/stripe/resources/quote_line.rb +521 -0
  366. data/lib/stripe/resources/quote_preview_invoice.rb +1150 -0
  367. data/lib/stripe/resources/quote_preview_subscription_schedule.rb +732 -0
  368. data/lib/stripe/resources/refund.rb +18 -0
  369. data/lib/stripe/resources/setup_attempt.rb +63 -0
  370. data/lib/stripe/resources/setup_intent.rb +132 -1
  371. data/lib/stripe/resources/source.rb +38 -0
  372. data/lib/stripe/resources/subscription.rb +232 -0
  373. data/lib/stripe/resources/subscription_item.rb +20 -1
  374. data/lib/stripe/resources/subscription_schedule.rb +198 -3
  375. data/lib/stripe/resources/tax/association.rb +86 -0
  376. data/lib/stripe/resources/tax/form.rb +264 -0
  377. data/lib/stripe/resources/tax_id.rb +4 -0
  378. data/lib/stripe/resources/terminal/configuration.rb +16 -0
  379. data/lib/stripe/resources/terminal/onboarding_link.rb +71 -0
  380. data/lib/stripe/resources/terminal/reader.rb +8 -0
  381. data/lib/stripe/resources/terminal/reader_collected_data.rb +47 -0
  382. data/lib/stripe/resources/transfer.rb +2 -0
  383. data/lib/stripe/resources/treasury/financial_account.rb +2 -0
  384. data/lib/stripe/resources/treasury/financial_account_features.rb +2 -0
  385. data/lib/stripe/resources/treasury/outbound_transfer.rb +30 -0
  386. data/lib/stripe/resources/treasury/received_credit.rb +30 -0
  387. data/lib/stripe/resources/treasury/received_debit.rb +32 -0
  388. data/lib/stripe/resources/v2/billing/bill_setting.rb +102 -0
  389. data/lib/stripe/resources/v2/billing/bill_setting_version.rb +90 -0
  390. data/lib/stripe/resources/v2/billing/cadence.rb +609 -0
  391. data/lib/stripe/resources/v2/billing/collection_setting.rb +274 -0
  392. data/lib/stripe/resources/v2/billing/collection_setting_version.rb +262 -0
  393. data/lib/stripe/resources/v2/billing/profile.rb +46 -0
  394. data/lib/stripe/resources/v2/core/account.rb +3906 -0
  395. data/lib/stripe/resources/v2/core/account_link.rb +123 -0
  396. data/lib/stripe/resources/v2/core/account_person.rb +477 -0
  397. data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +114 -0
  398. data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +81 -0
  399. data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +28 -0
  400. data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +30 -0
  401. data/lib/stripe/resources/v2/money_management/adjustment.rb +67 -0
  402. data/lib/stripe/resources/v2/money_management/financial_account.rb +140 -0
  403. data/lib/stripe/resources/v2/money_management/financial_address.rb +132 -0
  404. data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +148 -0
  405. data/lib/stripe/resources/v2/money_management/outbound_payment.rb +217 -0
  406. data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +144 -0
  407. data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +69 -0
  408. data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +196 -0
  409. data/lib/stripe/resources/v2/money_management/payout_method.rb +109 -0
  410. data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +81 -0
  411. data/lib/stripe/resources/v2/money_management/received_credit.rb +228 -0
  412. data/lib/stripe/resources/v2/money_management/received_debit.rb +136 -0
  413. data/lib/stripe/resources/v2/money_management/transaction.rb +116 -0
  414. data/lib/stripe/resources/v2/money_management/transaction_entry.rb +105 -0
  415. data/lib/stripe/resources/v2/payments/off_session_payment.rb +242 -0
  416. data/lib/stripe/resources.rb +112 -0
  417. data/lib/stripe/services/account_notice_service.rb +39 -0
  418. data/lib/stripe/services/billing/analytics/meter_usage_service.rb +21 -0
  419. data/lib/stripe/services/billing/analytics_service.rb +15 -0
  420. data/lib/stripe/services/billing_service.rb +2 -1
  421. data/lib/stripe/services/capital/financing_offer_service.rb +42 -0
  422. data/lib/stripe/services/capital/financing_summary_service.rb +19 -0
  423. data/lib/stripe/services/capital/financing_transaction_service.rb +31 -0
  424. data/lib/stripe/services/capital_service.rb +15 -0
  425. data/lib/stripe/services/external_account_service.rb +68 -0
  426. data/lib/stripe/services/financial_connections/account_inferred_balance_service.rb +19 -0
  427. data/lib/stripe/services/financial_connections/account_service.rb +3 -1
  428. data/lib/stripe/services/financial_connections/institution_service.rb +30 -0
  429. data/lib/stripe/services/financial_connections_service.rb +2 -1
  430. data/lib/stripe/services/fx_quote_service.rb +27 -0
  431. data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +74 -0
  432. data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +30 -0
  433. data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +30 -0
  434. data/lib/stripe/services/issuing_service.rb +5 -1
  435. data/lib/stripe/services/mandate_service.rb +5 -0
  436. data/lib/stripe/services/margin_service.rb +50 -0
  437. data/lib/stripe/services/order_line_item_service.rb +17 -0
  438. data/lib/stripe/services/order_service.rb +78 -0
  439. data/lib/stripe/services/payment_intent_service.rb +37 -0
  440. data/lib/stripe/services/privacy/redaction_job_service.rb +104 -0
  441. data/lib/stripe/services/privacy/redaction_job_validation_error_service.rb +19 -0
  442. data/lib/stripe/services/privacy_service.rb +13 -0
  443. data/lib/stripe/services/quote_line_service.rb +17 -0
  444. data/lib/stripe/services/quote_preview_invoice_service.rb +17 -0
  445. data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +17 -0
  446. data/lib/stripe/services/quote_service.rb +49 -1
  447. data/lib/stripe/services/subscription_schedule_service.rb +11 -0
  448. data/lib/stripe/services/subscription_service.rb +11 -0
  449. data/lib/stripe/services/tax/association_service.rb +19 -0
  450. data/lib/stripe/services/tax/form_service.rb +37 -0
  451. data/lib/stripe/services/tax_service.rb +3 -1
  452. data/lib/stripe/services/terminal/onboarding_link_service.rb +19 -0
  453. data/lib/stripe/services/terminal/reader_collected_data_service.rb +19 -0
  454. data/lib/stripe/services/terminal_service.rb +3 -1
  455. data/lib/stripe/services/v1_services.rb +8 -1
  456. data/lib/stripe/services/v2/billing/bill_setting_service.rb +61 -0
  457. data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +34 -0
  458. data/lib/stripe/services/v2/billing/cadence_service.rb +65 -0
  459. data/lib/stripe/services/v2/billing/collection_setting_service.rb +61 -0
  460. data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +34 -0
  461. data/lib/stripe/services/v2/billing/profile_service.rb +54 -0
  462. data/lib/stripe/services/v2/billing_service.rb +5 -1
  463. data/lib/stripe/services/v2/core/account_link_service.rb +21 -0
  464. data/lib/stripe/services/v2/core/account_service.rb +76 -0
  465. data/lib/stripe/services/v2/core/accounts/person_service.rb +67 -0
  466. data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +85 -0
  467. data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +101 -0
  468. data/lib/stripe/services/v2/core/vault_service.rb +18 -0
  469. data/lib/stripe/services/v2/core_service.rb +4 -1
  470. data/lib/stripe/services/v2/money_management/adjustment_service.rb +32 -0
  471. data/lib/stripe/services/v2/money_management/financial_account_service.rb +70 -0
  472. data/lib/stripe/services/v2/money_management/financial_address_service.rb +46 -0
  473. data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +45 -0
  474. data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +34 -0
  475. data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +62 -0
  476. data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +73 -0
  477. data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +60 -0
  478. data/lib/stripe/services/v2/money_management/payout_method_service.rb +63 -0
  479. data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +23 -0
  480. data/lib/stripe/services/v2/money_management/received_credit_service.rb +32 -0
  481. data/lib/stripe/services/v2/money_management/received_debit_service.rb +32 -0
  482. data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +32 -0
  483. data/lib/stripe/services/v2/money_management/transaction_service.rb +32 -0
  484. data/lib/stripe/services/v2/money_management_service.rb +31 -0
  485. data/lib/stripe/services/v2/payment_service.rb +15 -0
  486. data/lib/stripe/services/v2/payments/off_session_payment_service.rb +65 -0
  487. data/lib/stripe/services/v2/test_helper_service.rb +15 -0
  488. data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +36 -0
  489. data/lib/stripe/services/v2_services.rb +4 -1
  490. data/lib/stripe/services.rb +58 -0
  491. data/lib/stripe/stripe_configuration.rb +3 -1
  492. data/lib/stripe/stripe_object.rb +1 -1
  493. data/lib/stripe/util.rb +7 -1
  494. data/lib/stripe/version.rb +1 -1
  495. data/lib/stripe.rb +53 -0
  496. data/rbi/stripe.rbi +145086 -86712
  497. metadata +337 -3
@@ -326,13 +326,46 @@ module Stripe
326
326
  end
327
327
 
328
328
  class Discount < ::Stripe::RequestParams
329
+ class CouponData < ::Stripe::RequestParams
330
+ # A positive integer representing the amount to subtract from an invoice total (required if `percent_off` is not passed).
331
+ attr_accessor :amount_off
332
+ # Three-letter [ISO code for the currency](https://stripe.com/docs/currencies) of the `amount_off` parameter (required if `amount_off` is passed).
333
+ attr_accessor :currency
334
+ # Specifies how long the discount will be in effect if used on a subscription. Defaults to `once`.
335
+ attr_accessor :duration
336
+ # Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
337
+ attr_accessor :metadata
338
+ # Name of the coupon displayed to customers on, for instance invoices, or receipts. By default the `id` is shown if `name` is not set.
339
+ attr_accessor :name
340
+ # A positive float larger than 0, and smaller or equal to 100, that represents the discount the coupon will apply (required if `amount_off` is not passed).
341
+ attr_accessor :percent_off
342
+
343
+ def initialize(
344
+ amount_off: nil,
345
+ currency: nil,
346
+ duration: nil,
347
+ metadata: nil,
348
+ name: nil,
349
+ percent_off: nil
350
+ )
351
+ @amount_off = amount_off
352
+ @currency = currency
353
+ @duration = duration
354
+ @metadata = metadata
355
+ @name = name
356
+ @percent_off = percent_off
357
+ end
358
+ end
329
359
  # The ID of the coupon to apply to this Session.
330
360
  attr_accessor :coupon
361
+ # Data used to generate a new [Coupon](https://stripe.com/docs/api/coupon) object inline. One of `coupon` or `coupon_data` is required when updating discounts.
362
+ attr_accessor :coupon_data
331
363
  # The ID of a promotion code to apply to this Session.
332
364
  attr_accessor :promotion_code
333
365
 
334
- def initialize(coupon: nil, promotion_code: nil)
366
+ def initialize(coupon: nil, coupon_data: nil, promotion_code: nil)
335
367
  @coupon = coupon
368
+ @coupon_data = coupon_data
336
369
  @promotion_code = promotion_code
337
370
  end
338
371
  end
@@ -514,6 +547,8 @@ module Stripe
514
547
  attr_accessor :adjustable_quantity
515
548
  # The [tax rates](https://stripe.com/docs/api/tax_rates) that will be applied to this line item depending on the customer's billing/shipping address. We currently support the following countries: US, GB, AU, and all countries in the EU.
516
549
  attr_accessor :dynamic_tax_rates
550
+ # Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
551
+ attr_accessor :metadata
517
552
  # The ID of the [Price](https://stripe.com/docs/api/prices) or [Plan](https://stripe.com/docs/api/plans) object. One of `price` or `price_data` is required.
518
553
  attr_accessor :price
519
554
  # Data used to generate a new [Price](https://stripe.com/docs/api/prices) object inline. One of `price` or `price_data` is required.
@@ -526,6 +561,7 @@ module Stripe
526
561
  def initialize(
527
562
  adjustable_quantity: nil,
528
563
  dynamic_tax_rates: nil,
564
+ metadata: nil,
529
565
  price: nil,
530
566
  price_data: nil,
531
567
  quantity: nil,
@@ -533,6 +569,7 @@ module Stripe
533
569
  )
534
570
  @adjustable_quantity = adjustable_quantity
535
571
  @dynamic_tax_rates = dynamic_tax_rates
572
+ @metadata = metadata
536
573
  @price = price
537
574
  @price_data = price_data
538
575
  @quantity = quantity
@@ -1010,6 +1047,8 @@ module Stripe
1010
1047
  # Installment options for card payments
1011
1048
  attr_accessor :installments
1012
1049
  # Request ability to [capture beyond the standard authorization validity window](/payments/extended-authorization) for this CheckoutSession.
1050
+ attr_accessor :request_decremental_authorization
1051
+ # Request ability to [capture beyond the standard authorization validity window](/payments/extended-authorization) for this CheckoutSession.
1013
1052
  attr_accessor :request_extended_authorization
1014
1053
  # Request ability to [increment the authorization](/payments/incremental-authorization) for this CheckoutSession.
1015
1054
  attr_accessor :request_incremental_authorization
@@ -1037,6 +1076,7 @@ module Stripe
1037
1076
  def initialize(
1038
1077
  capture_method: nil,
1039
1078
  installments: nil,
1079
+ request_decremental_authorization: nil,
1040
1080
  request_extended_authorization: nil,
1041
1081
  request_incremental_authorization: nil,
1042
1082
  request_multicapture: nil,
@@ -1049,6 +1089,7 @@ module Stripe
1049
1089
  )
1050
1090
  @capture_method = capture_method
1051
1091
  @installments = installments
1092
+ @request_decremental_authorization = request_decremental_authorization
1052
1093
  @request_extended_authorization = request_extended_authorization
1053
1094
  @request_incremental_authorization = request_incremental_authorization
1054
1095
  @request_multicapture = request_multicapture
@@ -1464,6 +1505,8 @@ module Stripe
1464
1505
  attr_accessor :preferred_locale
1465
1506
  # A reference of the PayPal transaction visible to customer which is mapped to PayPal's invoice ID. This must be a globally unique ID if you have configured in your PayPal settings to block multiple payments per invoice ID.
1466
1507
  attr_accessor :reference
1508
+ # A reference of the PayPal transaction visible to customer which is mapped to PayPal's invoice ID. This must be a globally unique ID if you have configured in your PayPal settings to block multiple payments per invoice ID.
1509
+ attr_accessor :reference_id
1467
1510
  # The risk correlation ID for an on-session payment using a saved PayPal payment method.
1468
1511
  attr_accessor :risk_correlation_id
1469
1512
  # Indicates that you intend to make future payments with this PaymentIntent's payment method.
@@ -1476,27 +1519,125 @@ module Stripe
1476
1519
  #
1477
1520
  # If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
1478
1521
  attr_accessor :setup_future_usage
1522
+ # The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.
1523
+ attr_accessor :subsellers
1479
1524
 
1480
1525
  def initialize(
1481
1526
  capture_method: nil,
1482
1527
  preferred_locale: nil,
1483
1528
  reference: nil,
1529
+ reference_id: nil,
1484
1530
  risk_correlation_id: nil,
1485
- setup_future_usage: nil
1531
+ setup_future_usage: nil,
1532
+ subsellers: nil
1486
1533
  )
1487
1534
  @capture_method = capture_method
1488
1535
  @preferred_locale = preferred_locale
1489
1536
  @reference = reference
1537
+ @reference_id = reference_id
1490
1538
  @risk_correlation_id = risk_correlation_id
1491
1539
  @setup_future_usage = setup_future_usage
1540
+ @subsellers = subsellers
1541
+ end
1542
+ end
1543
+
1544
+ class Payto < ::Stripe::RequestParams
1545
+ class MandateOptions < ::Stripe::RequestParams
1546
+ # Amount that will be collected. It is required when `amount_type` is `fixed`.
1547
+ attr_accessor :amount
1548
+ # The type of amount that will be collected. The amount charged must be exact or up to the value of `amount` param for `fixed` or `maximum` type respectively.
1549
+ attr_accessor :amount_type
1550
+ # Date, in YYYY-MM-DD format, after which payments will not be collected. Defaults to no end date.
1551
+ attr_accessor :end_date
1552
+ # The periodicity at which payments will be collected.
1553
+ attr_accessor :payment_schedule
1554
+ # The number of payments that will be made during a payment period. Defaults to 1 except for when `payment_schedule` is `adhoc`. In that case, it defaults to no limit.
1555
+ attr_accessor :payments_per_period
1556
+ # The purpose for which payments are made. Defaults to retail.
1557
+ attr_accessor :purpose
1558
+ # Date, in YYYY-MM-DD format, from which payments will be collected. Defaults to confirmation time.
1559
+ attr_accessor :start_date
1560
+
1561
+ def initialize(
1562
+ amount: nil,
1563
+ amount_type: nil,
1564
+ end_date: nil,
1565
+ payment_schedule: nil,
1566
+ payments_per_period: nil,
1567
+ purpose: nil,
1568
+ start_date: nil
1569
+ )
1570
+ @amount = amount
1571
+ @amount_type = amount_type
1572
+ @end_date = end_date
1573
+ @payment_schedule = payment_schedule
1574
+ @payments_per_period = payments_per_period
1575
+ @purpose = purpose
1576
+ @start_date = start_date
1577
+ end
1578
+ end
1579
+ # Additional fields for Mandate creation
1580
+ attr_accessor :mandate_options
1581
+ # Indicates that you intend to make future payments with this PaymentIntent's payment method.
1582
+ #
1583
+ # If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1584
+ #
1585
+ # If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1586
+ #
1587
+ # When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
1588
+ attr_accessor :setup_future_usage
1589
+
1590
+ def initialize(mandate_options: nil, setup_future_usage: nil)
1591
+ @mandate_options = mandate_options
1592
+ @setup_future_usage = setup_future_usage
1492
1593
  end
1493
1594
  end
1494
1595
 
1495
1596
  class Pix < ::Stripe::RequestParams
1597
+ class MandateOptions < ::Stripe::RequestParams
1598
+ # Amount to be charged for future payments. Required when `amount_type=fixed`. If not provided for `amount_type=maximum`, defaults to 40000.
1599
+ attr_accessor :amount
1600
+ # Determines if the amount includes the IOF tax. Defaults to `never`.
1601
+ attr_accessor :amount_includes_iof
1602
+ # Type of amount. Defaults to `maximum`.
1603
+ attr_accessor :amount_type
1604
+ # Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Only `brl` is supported currently.
1605
+ attr_accessor :currency
1606
+ # Date when the mandate expires and no further payments will be charged, in `YYYY-MM-DD`. If not provided, the mandate will be active until canceled. If provided, end date should be after start date.
1607
+ attr_accessor :end_date
1608
+ # Schedule at which the future payments will be charged. Defaults to `weekly`.
1609
+ attr_accessor :payment_schedule
1610
+ # Subscription name displayed to buyers in their bank app. Defaults to the displayable business name.
1611
+ attr_accessor :reference
1612
+ # Start date of the mandate, in `YYYY-MM-DD`. Start date should be at least 3 days in the future. Defaults to 3 days after the current date.
1613
+ attr_accessor :start_date
1614
+
1615
+ def initialize(
1616
+ amount: nil,
1617
+ amount_includes_iof: nil,
1618
+ amount_type: nil,
1619
+ currency: nil,
1620
+ end_date: nil,
1621
+ payment_schedule: nil,
1622
+ reference: nil,
1623
+ start_date: nil
1624
+ )
1625
+ @amount = amount
1626
+ @amount_includes_iof = amount_includes_iof
1627
+ @amount_type = amount_type
1628
+ @currency = currency
1629
+ @end_date = end_date
1630
+ @payment_schedule = payment_schedule
1631
+ @reference = reference
1632
+ @start_date = start_date
1633
+ end
1634
+ end
1496
1635
  # Determines if the amount includes the IOF tax. Defaults to `never`.
1497
1636
  attr_accessor :amount_includes_iof
1498
1637
  # The number of seconds (between 10 and 1209600) after which Pix payment will expire. Defaults to 86400 seconds.
1499
1638
  attr_accessor :expires_after_seconds
1639
+ # Additional fields for mandate creation.
1640
+ attr_accessor :mandate_options
1500
1641
  # Indicates that you intend to make future payments with this PaymentIntent's payment method.
1501
1642
  #
1502
1643
  # If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
@@ -1509,10 +1650,12 @@ module Stripe
1509
1650
  def initialize(
1510
1651
  amount_includes_iof: nil,
1511
1652
  expires_after_seconds: nil,
1653
+ mandate_options: nil,
1512
1654
  setup_future_usage: nil
1513
1655
  )
1514
1656
  @amount_includes_iof = amount_includes_iof
1515
1657
  @expires_after_seconds = expires_after_seconds
1658
+ @mandate_options = mandate_options
1516
1659
  @setup_future_usage = setup_future_usage
1517
1660
  end
1518
1661
  end
@@ -1749,6 +1892,8 @@ module Stripe
1749
1892
  attr_accessor :paynow
1750
1893
  # contains details about the PayPal payment method options.
1751
1894
  attr_accessor :paypal
1895
+ # contains details about the PayTo payment method options.
1896
+ attr_accessor :payto
1752
1897
  # contains details about the Pix payment method options.
1753
1898
  attr_accessor :pix
1754
1899
  # contains details about the RevolutPay payment method options.
@@ -1805,6 +1950,7 @@ module Stripe
1805
1950
  payco: nil,
1806
1951
  paynow: nil,
1807
1952
  paypal: nil,
1953
+ payto: nil,
1808
1954
  pix: nil,
1809
1955
  revolut_pay: nil,
1810
1956
  samsung_pay: nil,
@@ -1850,6 +1996,7 @@ module Stripe
1850
1996
  @payco = payco
1851
1997
  @paynow = paynow
1852
1998
  @paypal = paypal
1999
+ @payto = payto
1853
2000
  @pix = pix
1854
2001
  @revolut_pay = revolut_pay
1855
2002
  @samsung_pay = samsung_pay
@@ -1864,6 +2011,37 @@ module Stripe
1864
2011
  end
1865
2012
 
1866
2013
  class Permissions < ::Stripe::RequestParams
2014
+ class Update < ::Stripe::RequestParams
2015
+ # Determines which entity is allowed to update the line items.
2016
+ #
2017
+ # Default is `client_only`. Stripe Checkout client will automatically update the line items. If set to `server_only`, only your server is allowed to update the line items.
2018
+ #
2019
+ # When set to `server_only`, you must add the onLineItemsChange event handler when initializing the Stripe Checkout client and manually update the line items from your server using the Stripe API.
2020
+ attr_accessor :line_items
2021
+ # Determines which entity is allowed to update the shipping details.
2022
+ #
2023
+ # Default is `client_only`. Stripe Checkout client will automatically update the shipping details. If set to `server_only`, only your server is allowed to update the shipping details.
2024
+ #
2025
+ # When set to `server_only`, you must add the onShippingDetailsChange event handler when initializing the Stripe Checkout client and manually update the shipping details from your server using the Stripe API.
2026
+ attr_accessor :shipping_details
2027
+
2028
+ def initialize(line_items: nil, shipping_details: nil)
2029
+ @line_items = line_items
2030
+ @shipping_details = shipping_details
2031
+ end
2032
+ end
2033
+ # Permissions for updating the Checkout Session.
2034
+ attr_accessor :update
2035
+ # Determines which entity is allowed to update the discounts (coupons or promotion codes) that apply to this session.
2036
+ #
2037
+ # Default is `client_only`. Stripe Checkout client will automatically handle discount updates. If set to `server_only`, only your server is allowed to update discounts.
2038
+ attr_accessor :update_discounts
2039
+ # Determines which entity is allowed to update the line items.
2040
+ #
2041
+ # Default is `client_only`. Stripe Checkout client will automatically update the line items. If set to `server_only`, only your server is allowed to update the line items.
2042
+ #
2043
+ # When set to `server_only`, you must add the onLineItemsChange event handler when initializing the Stripe Checkout client and manually update the line items from your server using the Stripe API.
2044
+ attr_accessor :update_line_items
1867
2045
  # Determines which entity is allowed to update the shipping details.
1868
2046
  #
1869
2047
  # Default is `client_only`. Stripe Checkout client will automatically update the shipping details. If set to `server_only`, only your server is allowed to update the shipping details.
@@ -1871,7 +2049,15 @@ module Stripe
1871
2049
  # When set to `server_only`, you must add the onShippingDetailsChange event handler when initializing the Stripe Checkout client and manually update the shipping details from your server using the Stripe API.
1872
2050
  attr_accessor :update_shipping_details
1873
2051
 
1874
- def initialize(update_shipping_details: nil)
2052
+ def initialize(
2053
+ update: nil,
2054
+ update_discounts: nil,
2055
+ update_line_items: nil,
2056
+ update_shipping_details: nil
2057
+ )
2058
+ @update = update
2059
+ @update_discounts = update_discounts
2060
+ @update_line_items = update_line_items
1875
2061
  @update_shipping_details = update_shipping_details
1876
2062
  end
1877
2063
  end
@@ -2234,6 +2420,8 @@ module Stripe
2234
2420
  #
2235
2421
  # You can set [`payment_intent_data.setup_future_usage`](https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-setup_future_usage) to have Checkout automatically attach the payment method to the Customer you pass in for future reuse.
2236
2422
  attr_accessor :customer
2423
+ # ID of an existing Account, if one exists. Has the same behavior as `customer`.
2424
+ attr_accessor :customer_account
2237
2425
  # Configure whether a Checkout Session creates a [Customer](https://stripe.com/docs/api/customers) during Session confirmation.
2238
2426
  #
2239
2427
  # When a Customer is not created, you can still retrieve email, address, and other customer data entered in Checkout
@@ -2374,6 +2562,7 @@ module Stripe
2374
2562
  custom_fields: nil,
2375
2563
  custom_text: nil,
2376
2564
  customer: nil,
2565
+ customer_account: nil,
2377
2566
  customer_creation: nil,
2378
2567
  customer_email: nil,
2379
2568
  customer_update: nil,
@@ -2423,6 +2612,7 @@ module Stripe
2423
2612
  @custom_fields = custom_fields
2424
2613
  @custom_text = custom_text
2425
2614
  @customer = customer
2615
+ @customer_account = customer_account
2426
2616
  @customer_creation = customer_creation
2427
2617
  @customer_email = customer_email
2428
2618
  @customer_update = customer_update
@@ -34,6 +34,8 @@ module Stripe
34
34
  attr_accessor :created
35
35
  # Only return the Checkout Sessions for the Customer specified.
36
36
  attr_accessor :customer
37
+ # Only return the Checkout Sessions for the Account specified.
38
+ attr_accessor :customer_account
37
39
  # Only return the Checkout Sessions for the Customer details specified.
38
40
  attr_accessor :customer_details
39
41
  # A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.
@@ -56,6 +58,7 @@ module Stripe
56
58
  def initialize(
57
59
  created: nil,
58
60
  customer: nil,
61
+ customer_account: nil,
59
62
  customer_details: nil,
60
63
  ending_before: nil,
61
64
  expand: nil,
@@ -68,6 +71,7 @@ module Stripe
68
71
  )
69
72
  @created = created
70
73
  @customer = customer
74
+ @customer_account = customer_account
71
75
  @customer_details = customer_details
72
76
  @ending_before = ending_before
73
77
  @expand = expand