stripe 14.1.0.pre.beta.1 → 15.0.0

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 (574) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +689 -1512
  3. data/OPENAPI_VERSION +1 -1
  4. data/README.md +3 -3
  5. data/VERSION +1 -1
  6. data/lib/stripe/api_operations/save.rb +2 -1
  7. data/lib/stripe/api_operations/singleton_save.rb +2 -1
  8. data/lib/stripe/api_requestor.rb +3 -29
  9. data/lib/stripe/api_resource.rb +10 -3
  10. data/lib/stripe/api_version.rb +1 -1
  11. data/lib/stripe/errors.rb +0 -54
  12. data/lib/stripe/event_types.rb +0 -75
  13. data/lib/stripe/object_types.rb +0 -48
  14. data/lib/stripe/request_options.rb +2 -1
  15. data/lib/stripe/resources/account.rb +1 -653
  16. data/lib/stripe/resources/account_session.rb +1 -247
  17. data/lib/stripe/resources/billing/credit_balance_summary.rb +0 -2
  18. data/lib/stripe/resources/billing/credit_balance_transaction.rb +0 -4
  19. data/lib/stripe/resources/billing/credit_grant.rb +0 -10
  20. data/lib/stripe/resources/billing_portal/session.rb +0 -6
  21. data/lib/stripe/resources/card.rb +0 -2
  22. data/lib/stripe/resources/cash_balance.rb +0 -2
  23. data/lib/stripe/resources/charge.rb +0 -1454
  24. data/lib/stripe/resources/checkout/session.rb +4 -260
  25. data/lib/stripe/resources/confirmation_token.rb +0 -234
  26. data/lib/stripe/resources/coupon.rb +1 -1
  27. data/lib/stripe/resources/credit_note.rb +0 -10
  28. data/lib/stripe/resources/credit_note_line_item.rb +0 -9
  29. data/lib/stripe/resources/customer.rb +0 -2
  30. data/lib/stripe/resources/customer_balance_transaction.rb +0 -2
  31. data/lib/stripe/resources/customer_cash_balance_transaction.rb +0 -2
  32. data/lib/stripe/resources/customer_session.rb +1 -6
  33. data/lib/stripe/resources/discount.rb +0 -2
  34. data/lib/stripe/resources/event.rb +0 -33
  35. data/lib/stripe/resources/financial_connections/account.rb +1 -20
  36. data/lib/stripe/resources/financial_connections/session.rb +2 -62
  37. data/lib/stripe/resources/identity/verification_session.rb +0 -10
  38. data/lib/stripe/resources/invoice.rb +16 -1176
  39. data/lib/stripe/resources/invoice_item.rb +2 -78
  40. data/lib/stripe/resources/invoice_line_item.rb +1 -55
  41. data/lib/stripe/resources/invoice_payment.rb +53 -2
  42. data/lib/stripe/resources/issuing/cardholder.rb +1 -2
  43. data/lib/stripe/resources/issuing/transaction.rb +0 -6
  44. data/lib/stripe/resources/line_item.rb +0 -37
  45. data/lib/stripe/resources/mandate.rb +0 -24
  46. data/lib/stripe/resources/payment_intent.rb +307 -5109
  47. data/lib/stripe/resources/payment_method.rb +1 -196
  48. data/lib/stripe/resources/payment_method_configuration.rb +0 -295
  49. data/lib/stripe/resources/payout.rb +0 -6
  50. data/lib/stripe/resources/price.rb +0 -30
  51. data/lib/stripe/resources/product.rb +0 -59
  52. data/lib/stripe/resources/promotion_code.rb +0 -10
  53. data/lib/stripe/resources/quote.rb +6 -2042
  54. data/lib/stripe/resources/refund.rb +0 -9
  55. data/lib/stripe/resources/setup_attempt.rb +0 -21
  56. data/lib/stripe/resources/setup_intent.rb +9 -596
  57. data/lib/stripe/resources/source.rb +1 -30
  58. data/lib/stripe/resources/subscription.rb +9 -292
  59. data/lib/stripe/resources/subscription_item.rb +3 -84
  60. data/lib/stripe/resources/subscription_schedule.rb +10 -1007
  61. data/lib/stripe/resources/tax_id.rb +2 -12
  62. data/lib/stripe/resources/terminal/reader.rb +0 -406
  63. data/lib/stripe/resources/treasury/financial_account.rb +3 -22
  64. data/lib/stripe/resources/treasury/financial_account_features.rb +0 -2
  65. data/lib/stripe/resources/treasury/outbound_transfer.rb +0 -37
  66. data/lib/stripe/resources/treasury/received_credit.rb +1 -38
  67. data/lib/stripe/resources/treasury/received_debit.rb +1 -40
  68. data/lib/stripe/resources.rb +0 -85
  69. data/lib/stripe/services/account_service.rb +1 -562
  70. data/lib/stripe/services/account_session_service.rb +1 -217
  71. data/lib/stripe/services/billing/credit_balance_summary_service.rb +1 -4
  72. data/lib/stripe/services/billing/credit_balance_transaction_service.rb +0 -4
  73. data/lib/stripe/services/billing/credit_grant_service.rb +0 -8
  74. data/lib/stripe/services/billing_portal/session_service.rb +0 -4
  75. data/lib/stripe/services/charge_service.rb +0 -1334
  76. data/lib/stripe/services/checkout/session_service.rb +2 -172
  77. data/lib/stripe/services/credit_note_service.rb +0 -4
  78. data/lib/stripe/services/customer_session_service.rb +1 -4
  79. data/lib/stripe/services/financial_connections/account_service.rb +2 -7
  80. data/lib/stripe/services/financial_connections/session_service.rb +2 -34
  81. data/lib/stripe/services/financial_connections_service.rb +1 -2
  82. data/lib/stripe/services/identity/verification_session_service.rb +0 -8
  83. data/lib/stripe/services/invoice_item_service.rb +2 -74
  84. data/lib/stripe/services/invoice_line_item_service.rb +1 -33
  85. data/lib/stripe/services/invoice_payment_service.rb +33 -5
  86. data/lib/stripe/services/invoice_service.rb +17 -1088
  87. data/lib/stripe/services/issuing/cardholder_service.rb +1 -2
  88. data/lib/stripe/services/issuing/transaction_service.rb +0 -4
  89. data/lib/stripe/services/issuing_service.rb +1 -5
  90. data/lib/stripe/services/payment_intent_service.rb +264 -4637
  91. data/lib/stripe/services/payment_method_configuration_service.rb +0 -210
  92. data/lib/stripe/services/payment_method_service.rb +1 -126
  93. data/lib/stripe/services/payout_service.rb +0 -4
  94. data/lib/stripe/services/price_service.rb +0 -19
  95. data/lib/stripe/services/product_service.rb +0 -38
  96. data/lib/stripe/services/promotion_code_service.rb +0 -8
  97. data/lib/stripe/services/quote_service.rb +7 -1726
  98. data/lib/stripe/services/setup_intent_service.rb +9 -556
  99. data/lib/stripe/services/subscription_item_service.rb +3 -75
  100. data/lib/stripe/services/subscription_schedule_service.rb +10 -911
  101. data/lib/stripe/services/subscription_service.rb +9 -253
  102. data/lib/stripe/services/tax_id_service.rb +2 -8
  103. data/lib/stripe/services/tax_service.rb +1 -3
  104. data/lib/stripe/services/terminal/reader_service.rb +0 -180
  105. data/lib/stripe/services/terminal_service.rb +1 -2
  106. data/lib/stripe/services/test_helpers/confirmation_token_service.rb +0 -148
  107. data/lib/stripe/services/test_helpers/terminal/reader_service.rb +0 -43
  108. data/lib/stripe/services/test_helpers/treasury/received_credit_service.rb +1 -25
  109. data/lib/stripe/services/test_helpers/treasury/received_debit_service.rb +1 -25
  110. data/lib/stripe/services/treasury/financial_account_features_service.rb +1 -4
  111. data/lib/stripe/services/treasury/financial_account_service.rb +2 -16
  112. data/lib/stripe/services/treasury/outbound_transfer_service.rb +0 -24
  113. data/lib/stripe/services/v1_services.rb +2 -10
  114. data/lib/stripe/services/v2/core/event_service.rb +5 -3
  115. data/lib/stripe/services/v2/core_service.rb +1 -4
  116. data/lib/stripe/services/v2_services.rb +2 -4
  117. data/lib/stripe/services.rb +0 -49
  118. data/lib/stripe/stripe_configuration.rb +1 -3
  119. data/lib/stripe/stripe_object.rb +14 -4
  120. data/lib/stripe/util.rb +12 -7
  121. data/lib/stripe/version.rb +1 -1
  122. data/lib/stripe.rb +0 -55
  123. data/rbi/stripe/resources/account.rbi +4840 -0
  124. data/rbi/stripe/resources/account_link.rbi +74 -0
  125. data/rbi/stripe/resources/account_session.rbi +894 -0
  126. data/rbi/stripe/resources/apple_pay_domain.rbi +90 -0
  127. data/rbi/stripe/resources/application.rbi +20 -0
  128. data/rbi/stripe/resources/application_fee.rbi +118 -0
  129. data/rbi/stripe/resources/application_fee_refund.rbi +37 -0
  130. data/rbi/stripe/resources/apps/secret.rbi +195 -0
  131. data/rbi/stripe/resources/balance.rbi +180 -0
  132. data/rbi/stripe/resources/balance_transaction.rbi +144 -0
  133. data/rbi/stripe/resources/bank_account.rbi +127 -0
  134. data/rbi/stripe/resources/billing/alert.rbi +201 -0
  135. data/rbi/stripe/resources/billing/alert_triggered.rbi +28 -0
  136. data/rbi/stripe/resources/billing/credit_balance_summary.rbi +63 -0
  137. data/rbi/stripe/resources/billing/credit_balance_transaction.rbi +147 -0
  138. data/rbi/stripe/resources/billing/credit_grant.rbi +291 -0
  139. data/rbi/stripe/resources/billing/meter.rbi +226 -0
  140. data/rbi/stripe/resources/billing/meter_event.rbi +64 -0
  141. data/rbi/stripe/resources/billing/meter_event_adjustment.rbi +64 -0
  142. data/rbi/stripe/resources/billing/meter_event_summary.rbi +35 -0
  143. data/rbi/stripe/resources/billing_portal/configuration.rbi +645 -0
  144. data/rbi/stripe/resources/billing_portal/session.rbi +345 -0
  145. data/rbi/stripe/resources/capability.rbi +125 -0
  146. data/rbi/stripe/resources/card.rbi +125 -0
  147. data/rbi/stripe/resources/cash_balance.rbi +32 -0
  148. data/rbi/stripe/resources/charge.rbi +2054 -0
  149. data/rbi/stripe/resources/checkout/session.rbi +3951 -0
  150. data/rbi/stripe/resources/climate/order.rbi +245 -0
  151. data/rbi/stripe/resources/climate/product.rbi +75 -0
  152. data/rbi/stripe/resources/climate/supplier.rbi +72 -0
  153. data/rbi/stripe/resources/confirmation_token.rbi +1793 -0
  154. data/rbi/stripe/resources/connect_collection_transfer.rbi +26 -0
  155. data/rbi/stripe/resources/country_spec.rbi +85 -0
  156. data/rbi/stripe/resources/coupon.rbi +252 -0
  157. data/rbi/stripe/resources/credit_note.rbi +747 -0
  158. data/rbi/stripe/resources/credit_note_line_item.rbi +101 -0
  159. data/rbi/stripe/resources/customer.rbi +1009 -0
  160. data/rbi/stripe/resources/customer_balance_transaction.rbi +56 -0
  161. data/rbi/stripe/resources/customer_cash_balance_transaction.rbi +151 -0
  162. data/rbi/stripe/resources/customer_session.rbi +200 -0
  163. data/rbi/stripe/resources/discount.rbi +53 -0
  164. data/rbi/stripe/resources/dispute.rbi +761 -0
  165. data/rbi/stripe/resources/entitlements/active_entitlement.rbi +58 -0
  166. data/rbi/stripe/resources/entitlements/active_entitlement_summary.rbi +23 -0
  167. data/rbi/stripe/resources/entitlements/feature.rbi +117 -0
  168. data/rbi/stripe/resources/ephemeral_key.rbi +44 -0
  169. data/rbi/stripe/resources/event.rbi +146 -0
  170. data/rbi/stripe/resources/exchange_rate.rbi +66 -0
  171. data/rbi/stripe/resources/file.rbi +143 -0
  172. data/rbi/stripe/resources/file_link.rbi +141 -0
  173. data/rbi/stripe/resources/financial_connections/account.rbi +339 -0
  174. data/rbi/stripe/resources/financial_connections/account_owner.rbi +35 -0
  175. data/rbi/stripe/resources/financial_connections/account_ownership.rbi +23 -0
  176. data/rbi/stripe/resources/financial_connections/session.rbi +123 -0
  177. data/rbi/stripe/resources/financial_connections/transaction.rbi +124 -0
  178. data/rbi/stripe/resources/forwarding/request.rbi +216 -0
  179. data/rbi/stripe/resources/funding_instructions.rbi +437 -0
  180. data/rbi/stripe/resources/identity/verification_report.rbi +351 -0
  181. data/rbi/stripe/resources/identity/verification_session.rbi +517 -0
  182. data/rbi/stripe/resources/invoice.rbi +3733 -0
  183. data/rbi/stripe/resources/invoice_item.rbi +475 -0
  184. data/rbi/stripe/resources/invoice_line_item.rbi +432 -0
  185. data/rbi/stripe/resources/invoice_payment.rbi +114 -0
  186. data/rbi/stripe/resources/invoice_rendering_template.rbi +104 -0
  187. data/rbi/stripe/resources/issuing/authorization.rbi +1283 -0
  188. data/rbi/stripe/resources/issuing/card.rbi +741 -0
  189. data/rbi/stripe/resources/issuing/cardholder.rbi +744 -0
  190. data/rbi/stripe/resources/issuing/dispute.rbi +913 -0
  191. data/rbi/stripe/resources/issuing/personalization_design.rbi +338 -0
  192. data/rbi/stripe/resources/issuing/physical_bundle.rbi +79 -0
  193. data/rbi/stripe/resources/issuing/token.rbi +226 -0
  194. data/rbi/stripe/resources/issuing/transaction.rbi +1061 -0
  195. data/rbi/stripe/resources/line_item.rbi +72 -0
  196. data/rbi/stripe/resources/login_link.rbi +18 -0
  197. data/rbi/stripe/resources/mandate.rbi +187 -0
  198. data/rbi/stripe/resources/payment_intent.rbi +9731 -0
  199. data/rbi/stripe/resources/payment_link.rbi +1801 -0
  200. data/rbi/stripe/resources/payment_method.rbi +1822 -0
  201. data/rbi/stripe/resources/payment_method_configuration.rbi +3154 -0
  202. data/rbi/stripe/resources/payment_method_domain.rbi +212 -0
  203. data/rbi/stripe/resources/payout.rbi +300 -0
  204. data/rbi/stripe/resources/person.rbi +371 -0
  205. data/rbi/stripe/resources/plan.rbi +373 -0
  206. data/rbi/stripe/resources/price.rbi +694 -0
  207. data/rbi/stripe/resources/product.rbi +557 -0
  208. data/rbi/stripe/resources/product_feature.rbi +26 -0
  209. data/rbi/stripe/resources/promotion_code.rbi +261 -0
  210. data/rbi/stripe/resources/quote.rbi +1123 -0
  211. data/rbi/stripe/resources/radar/early_fraud_warning.rbi +98 -0
  212. data/rbi/stripe/resources/radar/value_list.rbi +170 -0
  213. data/rbi/stripe/resources/radar/value_list_item.rbi +131 -0
  214. data/rbi/stripe/resources/refund.rbi +516 -0
  215. data/rbi/stripe/resources/reporting/report_run.rbi +191 -0
  216. data/rbi/stripe/resources/reporting/report_type.rbi +57 -0
  217. data/rbi/stripe/resources/reserve_transaction.rbi +23 -0
  218. data/rbi/stripe/resources/reversal.rbi +51 -0
  219. data/rbi/stripe/resources/review.rbi +154 -0
  220. data/rbi/stripe/resources/setup_attempt.rbi +477 -0
  221. data/rbi/stripe/resources/setup_intent.rbi +3860 -0
  222. data/rbi/stripe/resources/shipping_rate.rbi +305 -0
  223. data/rbi/stripe/resources/sigma/scheduled_query_run.rbi +75 -0
  224. data/rbi/stripe/resources/source.rbi +1496 -0
  225. data/rbi/stripe/resources/source_mandate_notification.rbi +77 -0
  226. data/rbi/stripe/resources/source_transaction.rbi +127 -0
  227. data/rbi/stripe/resources/subscription.rbi +1964 -0
  228. data/rbi/stripe/resources/subscription_item.rbi +370 -0
  229. data/rbi/stripe/resources/subscription_schedule.rbi +1495 -0
  230. data/rbi/stripe/resources/tax/calculation.rbi +474 -0
  231. data/rbi/stripe/resources/tax/calculation_line_item.rbi +88 -0
  232. data/rbi/stripe/resources/tax/registration.rbi +2485 -0
  233. data/rbi/stripe/resources/tax/settings.rbi +141 -0
  234. data/rbi/stripe/resources/tax/transaction.rbi +351 -0
  235. data/rbi/stripe/resources/tax/transaction_line_item.rbi +54 -0
  236. data/rbi/stripe/resources/tax_code.rbi +44 -0
  237. data/rbi/stripe/resources/tax_deducted_at_source.rbi +23 -0
  238. data/rbi/stripe/resources/tax_id.rbi +167 -0
  239. data/rbi/stripe/resources/tax_rate.rbi +239 -0
  240. data/rbi/stripe/resources/terminal/configuration.rbi +1388 -0
  241. data/rbi/stripe/resources/terminal/connection_token.rbi +37 -0
  242. data/rbi/stripe/resources/terminal/location.rbi +224 -0
  243. data/rbi/stripe/resources/terminal/reader.rbi +587 -0
  244. data/rbi/stripe/resources/test_helpers/test_clock.rbi +134 -0
  245. data/rbi/stripe/resources/token.rbi +1217 -0
  246. data/rbi/stripe/resources/topup.rbi +222 -0
  247. data/rbi/stripe/resources/transfer.rbi +199 -0
  248. data/rbi/stripe/resources/treasury/credit_reversal.rbi +119 -0
  249. data/rbi/stripe/resources/treasury/debit_reversal.rbi +131 -0
  250. data/rbi/stripe/resources/treasury/financial_account.rbi +865 -0
  251. data/rbi/stripe/resources/treasury/financial_account_features.rbi +260 -0
  252. data/rbi/stripe/resources/treasury/inbound_transfer.rbi +295 -0
  253. data/rbi/stripe/resources/treasury/outbound_payment.rbi +592 -0
  254. data/rbi/stripe/resources/treasury/outbound_transfer.rbi +431 -0
  255. data/rbi/stripe/resources/treasury/received_credit.rbi +302 -0
  256. data/rbi/stripe/resources/treasury/received_debit.rbi +256 -0
  257. data/rbi/stripe/resources/treasury/transaction.rbi +215 -0
  258. data/rbi/stripe/resources/treasury/transaction_entry.rbi +192 -0
  259. data/rbi/stripe/resources/v2/amount.rbi +14 -0
  260. data/rbi/stripe/resources/v2/billing/meter_event.rbi +37 -0
  261. data/rbi/stripe/resources/v2/billing/meter_event_adjustment.rbi +41 -0
  262. data/rbi/stripe/resources/v2/billing/meter_event_session.rbi +31 -0
  263. data/rbi/stripe/resources/v2/event.rbi +48 -0
  264. data/rbi/stripe/resources/v2/event_destination.rbi +91 -0
  265. data/rbi/stripe/resources/webhook_endpoint.rbi +170 -0
  266. data/rbi/stripe/services/account_capability_service.rbi +51 -0
  267. data/rbi/stripe/services/account_external_account_service.rbi +306 -0
  268. data/rbi/stripe/services/account_link_service.rbi +58 -0
  269. data/rbi/stripe/services/account_login_link_service.rbi +22 -0
  270. data/rbi/stripe/services/account_person_service.rbi +923 -0
  271. data/rbi/stripe/services/account_service.rbi +4143 -0
  272. data/rbi/stripe/services/account_session_service.rbi +572 -0
  273. data/rbi/stripe/services/apple_pay_domain_service.rbi +78 -0
  274. data/rbi/stripe/services/application_fee_refund_service.rbi +93 -0
  275. data/rbi/stripe/services/application_fee_service.rbi +78 -0
  276. data/rbi/stripe/services/apps/secret_service.rbi +151 -0
  277. data/rbi/stripe/services/apps_service.rbi +9 -0
  278. data/rbi/stripe/services/balance_service.rbi +21 -0
  279. data/rbi/stripe/services/balance_transaction_service.rbi +93 -0
  280. data/rbi/stripe/services/billing/alert_service.rbi +152 -0
  281. data/rbi/stripe/services/billing/credit_balance_summary_service.rbi +68 -0
  282. data/rbi/stripe/services/billing/credit_balance_transaction_service.rbi +59 -0
  283. data/rbi/stripe/services/billing/credit_grant_service.rbi +211 -0
  284. data/rbi/stripe/services/billing/meter_event_adjustment_service.rbi +42 -0
  285. data/rbi/stripe/services/billing/meter_event_service.rbi +42 -0
  286. data/rbi/stripe/services/billing/meter_event_summary_service.rbi +54 -0
  287. data/rbi/stripe/services/billing/meter_service.rbi +163 -0
  288. data/rbi/stripe/services/billing_portal/configuration_service.rbi +511 -0
  289. data/rbi/stripe/services/billing_portal/session_service.rbi +204 -0
  290. data/rbi/stripe/services/billing_portal_service.rbi +10 -0
  291. data/rbi/stripe/services/billing_service.rbi +15 -0
  292. data/rbi/stripe/services/charge_service.rbi +448 -0
  293. data/rbi/stripe/services/checkout/session_line_item_service.rbi +33 -0
  294. data/rbi/stripe/services/checkout/session_service.rbi +2585 -0
  295. data/rbi/stripe/services/checkout_service.rbi +9 -0
  296. data/rbi/stripe/services/climate/order_service.rbi +142 -0
  297. data/rbi/stripe/services/climate/product_service.rbi +46 -0
  298. data/{lib/stripe/services/financial_connections/institution_service.rb → rbi/stripe/services/climate/supplier_service.rbi} +25 -36
  299. data/rbi/stripe/services/climate_service.rbi +11 -0
  300. data/rbi/stripe/services/confirmation_token_service.rbi +20 -0
  301. data/rbi/stripe/services/country_spec_service.rbi +44 -0
  302. data/rbi/stripe/services/coupon_service.rbi +196 -0
  303. data/{lib/stripe/services/quote_preview_subscription_schedule_service.rb → rbi/stripe/services/credit_note_line_item_service.rbi} +16 -20
  304. data/rbi/stripe/services/credit_note_preview_lines_service.rbi +167 -0
  305. data/rbi/stripe/services/credit_note_service.rbi +416 -0
  306. data/rbi/stripe/services/customer_balance_transaction_service.rbi +92 -0
  307. data/rbi/stripe/services/customer_cash_balance_service.rbi +45 -0
  308. data/rbi/stripe/services/customer_cash_balance_transaction_service.rbi +44 -0
  309. data/rbi/stripe/services/customer_funding_instructions_service.rbi +59 -0
  310. data/rbi/stripe/services/customer_payment_method_service.rbi +57 -0
  311. data/rbi/stripe/services/customer_payment_source_service.rbi +232 -0
  312. data/rbi/stripe/services/customer_service.rbi +651 -0
  313. data/rbi/stripe/services/customer_session_service.rbi +116 -0
  314. data/rbi/stripe/services/customer_tax_id_service.rbi +72 -0
  315. data/rbi/stripe/services/dispute_service.rbi +424 -0
  316. data/rbi/stripe/services/entitlements/active_entitlement_service.rbi +55 -0
  317. data/rbi/stripe/services/entitlements/feature_service.rbi +107 -0
  318. data/rbi/stripe/services/entitlements_service.rbi +10 -0
  319. data/rbi/stripe/services/ephemeral_key_service.rbi +53 -0
  320. data/rbi/stripe/services/event_service.rbi +83 -0
  321. data/rbi/stripe/services/exchange_rate_service.rbi +44 -0
  322. data/rbi/stripe/services/file_link_service.rbi +124 -0
  323. data/rbi/stripe/services/file_service.rbi +116 -0
  324. data/rbi/stripe/services/financial_connections/account_owner_service.rbi +42 -0
  325. data/rbi/stripe/services/financial_connections/account_service.rbi +133 -0
  326. data/rbi/stripe/services/financial_connections/session_service.rbi +88 -0
  327. data/rbi/stripe/services/financial_connections/transaction_service.rbi +92 -0
  328. data/rbi/stripe/services/financial_connections_service.rbi +11 -0
  329. data/rbi/stripe/services/forwarding/request_service.rbi +134 -0
  330. data/rbi/stripe/services/forwarding_service.rbi +9 -0
  331. data/rbi/stripe/services/identity/verification_report_service.rbi +87 -0
  332. data/rbi/stripe/services/identity/verification_session_service.rbi +323 -0
  333. data/rbi/stripe/services/identity_service.rbi +10 -0
  334. data/rbi/stripe/services/invoice_item_service.rbi +368 -0
  335. data/rbi/stripe/services/invoice_line_item_service.rbi +259 -0
  336. data/rbi/stripe/services/invoice_payment_service.rbi +71 -0
  337. data/rbi/stripe/services/invoice_rendering_template_service.rbi +82 -0
  338. data/rbi/stripe/services/invoice_service.rbi +2920 -0
  339. data/rbi/stripe/services/issuing/authorization_service.rbi +146 -0
  340. data/rbi/stripe/services/issuing/card_service.rbi +495 -0
  341. data/rbi/stripe/services/issuing/cardholder_service.rbi +587 -0
  342. data/rbi/stripe/services/issuing/dispute_service.rbi +707 -0
  343. data/rbi/stripe/services/issuing/personalization_design_service.rbi +243 -0
  344. data/rbi/stripe/services/issuing/physical_bundle_service.rbi +59 -0
  345. data/rbi/stripe/services/issuing/token_service.rbi +99 -0
  346. data/rbi/stripe/services/issuing/transaction_service.rbi +105 -0
  347. data/rbi/stripe/services/issuing_service.rbi +16 -0
  348. data/rbi/stripe/services/mandate_service.rbi +20 -0
  349. data/rbi/stripe/services/payment_intent_service.rbi +7759 -0
  350. data/{lib/stripe/services/quote_line_service.rb → rbi/stripe/services/payment_link_line_item_service.rbi} +16 -20
  351. data/rbi/stripe/services/payment_link_service.rbi +1352 -0
  352. data/rbi/stripe/services/payment_method_configuration_service.rbi +2211 -0
  353. data/rbi/stripe/services/payment_method_domain_service.rbi +112 -0
  354. data/rbi/stripe/services/payment_method_service.rbi +840 -0
  355. data/rbi/stripe/services/payout_service.rbi +205 -0
  356. data/rbi/stripe/services/plan_service.rbi +284 -0
  357. data/rbi/stripe/services/price_service.rbi +546 -0
  358. data/rbi/stripe/services/product_feature_service.rbi +69 -0
  359. data/rbi/stripe/services/product_service.rbi +479 -0
  360. data/rbi/stripe/services/promotion_code_service.rbi +214 -0
  361. data/rbi/stripe/services/quote_computed_upfront_line_items_service.rbi +31 -0
  362. data/{lib/stripe/services/order_line_item_service.rb → rbi/stripe/services/quote_line_item_service.rbi} +16 -20
  363. data/rbi/stripe/services/quote_service.rbi +686 -0
  364. data/rbi/stripe/services/radar/early_fraud_warning_service.rbi +85 -0
  365. data/rbi/stripe/services/radar/value_list_item_service.rbi +111 -0
  366. data/rbi/stripe/services/radar/value_list_service.rbi +143 -0
  367. data/rbi/stripe/services/radar_service.rbi +11 -0
  368. data/rbi/stripe/services/refund_service.rbi +185 -0
  369. data/rbi/stripe/services/reporting/report_run_service.rbi +135 -0
  370. data/rbi/stripe/services/reporting/report_type_service.rbi +35 -0
  371. data/rbi/stripe/services/reporting_service.rbi +10 -0
  372. data/rbi/stripe/services/review_service.rbi +84 -0
  373. data/rbi/stripe/services/setup_attempt_service.rbi +65 -0
  374. data/rbi/stripe/services/setup_intent_service.rbi +3596 -0
  375. data/rbi/stripe/services/shipping_rate_service.rbi +241 -0
  376. data/rbi/stripe/services/sigma/scheduled_query_run_service.rbi +46 -0
  377. data/rbi/stripe/services/sigma_service.rbi +9 -0
  378. data/rbi/stripe/services/source_service.rbi +663 -0
  379. data/{lib/stripe/services/quote_preview_invoice_service.rb → rbi/stripe/services/source_transaction_service.rbi} +16 -20
  380. data/rbi/stripe/services/subscription_item_service.rbi +324 -0
  381. data/rbi/stripe/services/subscription_schedule_service.rbi +1192 -0
  382. data/rbi/stripe/services/subscription_service.rbi +1596 -0
  383. data/rbi/stripe/services/tax/calculation_line_item_service.rbi +33 -0
  384. data/rbi/stripe/services/tax/calculation_service.rbi +230 -0
  385. data/rbi/stripe/services/tax/registration_service.rbi +1689 -0
  386. data/rbi/stripe/services/tax/settings_service.rbi +93 -0
  387. data/{lib/stripe/services/financial_connections/account_inferred_balance_service.rb → rbi/stripe/services/tax/transaction_line_item_service.rbi} +17 -21
  388. data/rbi/stripe/services/tax/transaction_service.rbi +146 -0
  389. data/rbi/stripe/services/tax_code_service.rbi +44 -0
  390. data/rbi/stripe/services/tax_id_service.rbi +112 -0
  391. data/rbi/stripe/services/tax_rate_service.rbi +185 -0
  392. data/rbi/stripe/services/tax_service.rbi +12 -0
  393. data/rbi/stripe/services/terminal/configuration_service.rbi +1120 -0
  394. data/rbi/stripe/services/terminal/connection_token_service.rbi +25 -0
  395. data/rbi/stripe/services/terminal/location_service.rbi +184 -0
  396. data/rbi/stripe/services/terminal/reader_service.rbi +344 -0
  397. data/rbi/stripe/services/terminal_service.rbi +12 -0
  398. data/rbi/stripe/services/test_helpers/confirmation_token_service.rbi +746 -0
  399. data/rbi/stripe/services/test_helpers/customer_service.rbi +33 -0
  400. data/rbi/stripe/services/test_helpers/issuing/authorization_service.rbi +848 -0
  401. data/rbi/stripe/services/test_helpers/issuing/card_service.rbi +76 -0
  402. data/rbi/stripe/services/test_helpers/issuing/personalization_design_service.rbi +69 -0
  403. data/rbi/stripe/services/test_helpers/issuing/transaction_service.rbi +711 -0
  404. data/rbi/stripe/services/test_helpers/issuing_service.rbi +14 -0
  405. data/rbi/stripe/services/test_helpers/refund_service.rbi +22 -0
  406. data/rbi/stripe/services/test_helpers/terminal/reader_service.rbi +62 -0
  407. data/rbi/stripe/services/test_helpers/terminal_service.rbi +11 -0
  408. data/rbi/stripe/services/test_helpers/test_clock_service.rbi +92 -0
  409. data/rbi/stripe/services/test_helpers/treasury/inbound_transfer_service.rbi +64 -0
  410. data/rbi/stripe/services/test_helpers/treasury/outbound_payment_service.rbi +125 -0
  411. data/rbi/stripe/services/test_helpers/treasury/outbound_transfer_service.rbi +125 -0
  412. data/rbi/stripe/services/test_helpers/treasury/received_credit_service.rbi +87 -0
  413. data/rbi/stripe/services/test_helpers/treasury/received_debit_service.rbi +87 -0
  414. data/rbi/stripe/services/test_helpers/treasury_service.rbi +15 -0
  415. data/rbi/stripe/services/test_helpers_service.rbi +15 -0
  416. data/rbi/stripe/services/token_service.rbi +1189 -0
  417. data/rbi/stripe/services/topup_service.rbi +176 -0
  418. data/rbi/stripe/services/transfer_reversal_service.rbi +101 -0
  419. data/rbi/stripe/services/transfer_service.rbi +152 -0
  420. data/rbi/stripe/services/treasury/credit_reversal_service.rbi +84 -0
  421. data/rbi/stripe/services/treasury/debit_reversal_service.rbi +88 -0
  422. data/rbi/stripe/services/treasury/financial_account_features_service.rbi +198 -0
  423. data/rbi/stripe/services/treasury/financial_account_service.rbi +562 -0
  424. data/rbi/stripe/services/treasury/inbound_transfer_service.rbi +117 -0
  425. data/rbi/stripe/services/treasury/outbound_payment_service.rbi +304 -0
  426. data/rbi/stripe/services/treasury/outbound_transfer_service.rbi +157 -0
  427. data/rbi/stripe/services/treasury/received_credit_service.rbi +72 -0
  428. data/rbi/stripe/services/treasury/received_debit_service.rbi +59 -0
  429. data/rbi/stripe/services/treasury/transaction_entry_service.rbi +111 -0
  430. data/rbi/stripe/services/treasury/transaction_service.rbi +122 -0
  431. data/rbi/stripe/services/treasury_service.rbi +18 -0
  432. data/rbi/stripe/services/v1_services.rbi +77 -0
  433. data/rbi/stripe/services/v2/billing/meter_event_adjustment_service.rbi +39 -0
  434. data/rbi/stripe/services/v2/billing/meter_event_service.rbi +42 -0
  435. data/rbi/stripe/services/v2/billing/meter_event_session_service.rbi +20 -0
  436. data/rbi/stripe/services/v2/billing/meter_event_stream_service.rbi +55 -0
  437. data/rbi/stripe/services/v2/billing_service.rbi +14 -0
  438. data/rbi/stripe/services/v2/core/event_destination_service.rbi +200 -0
  439. data/rbi/stripe/services/v2/core/event_service.rbi +38 -0
  440. data/rbi/stripe/services/v2/core_service.rbi +12 -0
  441. data/rbi/stripe/services/v2_services.rbi +10 -0
  442. data/rbi/stripe/services/webhook_endpoint_service.rbi +131 -0
  443. data/stripe.gemspec +1 -4
  444. metadata +324 -140
  445. data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +0 -23
  446. data/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +0 -21
  447. data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +0 -23
  448. data/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +0 -21
  449. data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +0 -23
  450. data/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +0 -21
  451. data/lib/stripe/events/v2_core_account_including_identity_updated_event.rb +0 -21
  452. data/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +0 -21
  453. data/lib/stripe/events/v2_core_account_link_completed_event.rb +0 -13
  454. data/lib/stripe/events/v2_core_account_person_created_event.rb +0 -23
  455. data/lib/stripe/events/v2_core_account_person_deleted_event.rb +0 -23
  456. data/lib/stripe/events/v2_core_account_person_updated_event.rb +0 -23
  457. data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +0 -21
  458. data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +0 -21
  459. data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +0 -21
  460. data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +0 -23
  461. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +0 -21
  462. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +0 -21
  463. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +0 -21
  464. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +0 -21
  465. data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +0 -21
  466. data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +0 -21
  467. data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +0 -21
  468. data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +0 -21
  469. data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +0 -21
  470. data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +0 -21
  471. data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +0 -21
  472. data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +0 -21
  473. data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +0 -21
  474. data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +0 -21
  475. data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +0 -21
  476. data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +0 -23
  477. data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +0 -21
  478. data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +0 -21
  479. data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +0 -21
  480. data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +0 -21
  481. data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +0 -21
  482. data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +0 -21
  483. data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +0 -21
  484. data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +0 -21
  485. data/lib/stripe/request_signing_authenticator.rb +0 -79
  486. data/lib/stripe/resources/account_notice.rb +0 -123
  487. data/lib/stripe/resources/balance_settings.rb +0 -101
  488. data/lib/stripe/resources/billing/meter_error_report.rb +0 -59
  489. data/lib/stripe/resources/capital/financing_offer.rb +0 -179
  490. data/lib/stripe/resources/capital/financing_summary.rb +0 -55
  491. data/lib/stripe/resources/capital/financing_transaction.rb +0 -114
  492. data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +0 -27
  493. data/lib/stripe/resources/financial_connections/institution.rb +0 -90
  494. data/lib/stripe/resources/gift_cards/card.rb +0 -208
  495. data/lib/stripe/resources/gift_cards/transaction.rb +0 -272
  496. data/lib/stripe/resources/issuing/credit_underwriting_record.rb +0 -602
  497. data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +0 -82
  498. data/lib/stripe/resources/issuing/fraud_liability_debit.rb +0 -86
  499. data/lib/stripe/resources/issuing/settlement.rb +0 -53
  500. data/lib/stripe/resources/margin.rb +0 -115
  501. data/lib/stripe/resources/order.rb +0 -2859
  502. data/lib/stripe/resources/payment_attempt_record.rb +0 -1078
  503. data/lib/stripe/resources/payment_record.rb +0 -1607
  504. data/lib/stripe/resources/quote_line.rb +0 -274
  505. data/lib/stripe/resources/quote_preview_invoice.rb +0 -663
  506. data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -337
  507. data/lib/stripe/resources/tax/association.rb +0 -89
  508. data/lib/stripe/resources/tax/form.rb +0 -211
  509. data/lib/stripe/resources/terminal/reader_collected_data.rb +0 -31
  510. data/lib/stripe/resources/v2/core/account.rb +0 -1715
  511. data/lib/stripe/resources/v2/core/account_link.rb +0 -54
  512. data/lib/stripe/resources/v2/core/person.rb +0 -272
  513. data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +0 -72
  514. data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +0 -37
  515. data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +0 -18
  516. data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +0 -20
  517. data/lib/stripe/resources/v2/money_management/adjustment.rb +0 -49
  518. data/lib/stripe/resources/v2/money_management/financial_account.rb +0 -56
  519. data/lib/stripe/resources/v2/money_management/financial_address.rb +0 -66
  520. data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +0 -92
  521. data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -127
  522. data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +0 -74
  523. data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +0 -43
  524. data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +0 -115
  525. data/lib/stripe/resources/v2/money_management/payout_method.rb +0 -73
  526. data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +0 -47
  527. data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -134
  528. data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -106
  529. data/lib/stripe/resources/v2/money_management/transaction.rb +0 -76
  530. data/lib/stripe/resources/v2/money_management/transaction_entry.rb +0 -66
  531. data/lib/stripe/services/account_notice_service.rb +0 -101
  532. data/lib/stripe/services/balance_settings_service.rb +0 -96
  533. data/lib/stripe/services/capital/financing_offer_service.rb +0 -112
  534. data/lib/stripe/services/capital/financing_summary_service.rb +0 -28
  535. data/lib/stripe/services/capital/financing_transaction_service.rb +0 -79
  536. data/lib/stripe/services/capital_service.rb +0 -15
  537. data/lib/stripe/services/external_account_service.rb +0 -206
  538. data/lib/stripe/services/gift_cards/card_service.rb +0 -170
  539. data/lib/stripe/services/gift_cards/transaction_service.rb +0 -209
  540. data/lib/stripe/services/gift_cards_service.rb +0 -14
  541. data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +0 -504
  542. data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +0 -66
  543. data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +0 -83
  544. data/lib/stripe/services/margin_service.rb +0 -119
  545. data/lib/stripe/services/order_service.rb +0 -2268
  546. data/lib/stripe/services/payment_attempt_record_service.rb +0 -49
  547. data/lib/stripe/services/payment_record_service.rb +0 -542
  548. data/lib/stripe/services/tax/association_service.rb +0 -31
  549. data/lib/stripe/services/tax/form_service.rb +0 -100
  550. data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -28
  551. data/lib/stripe/services/v2/core/account_link_service.rb +0 -76
  552. data/lib/stripe/services/v2/core/account_service.rb +0 -4130
  553. data/lib/stripe/services/v2/core/accounts/person_service.rb +0 -1040
  554. data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +0 -135
  555. data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +0 -109
  556. data/lib/stripe/services/v2/core/vault_service.rb +0 -18
  557. data/lib/stripe/services/v2/money_management/adjustment_service.rb +0 -75
  558. data/lib/stripe/services/v2/money_management/financial_account_service.rb +0 -44
  559. data/lib/stripe/services/v2/money_management/financial_address_service.rb +0 -81
  560. data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +0 -126
  561. data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +0 -80
  562. data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +0 -202
  563. data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +0 -237
  564. data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +0 -174
  565. data/lib/stripe/services/v2/money_management/payout_method_service.rb +0 -95
  566. data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +0 -32
  567. data/lib/stripe/services/v2/money_management/received_credit_service.rb +0 -71
  568. data/lib/stripe/services/v2/money_management/received_debit_service.rb +0 -44
  569. data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +0 -70
  570. data/lib/stripe/services/v2/money_management/transaction_service.rb +0 -74
  571. data/lib/stripe/services/v2/money_management_service.rb +0 -31
  572. data/lib/stripe/services/v2/test_helper_service.rb +0 -15
  573. data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +0 -50
  574. data/rbi/stripe.rbi +0 -189274
@@ -237,31 +237,6 @@ module Stripe
237
237
  class Paypal < Stripe::StripeObject
238
238
  # The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.
239
239
  attr_reader :billing_agreement_id
240
- # Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
241
- attr_reader :currency
242
- # 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.
243
- attr_reader :subsellers
244
- end
245
-
246
- class Payto < Stripe::StripeObject
247
- class MandateOptions < Stripe::StripeObject
248
- # Amount that will be collected. It is required when `amount_type` is `fixed`.
249
- attr_reader :amount
250
- # 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.
251
- attr_reader :amount_type
252
- # Date, in YYYY-MM-DD format, after which payments will not be collected. Defaults to no end date.
253
- attr_reader :end_date
254
- # The periodicity at which payments will be collected.
255
- attr_reader :payment_schedule
256
- # 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.
257
- attr_reader :payments_per_period
258
- # The purpose for which payments are made. Defaults to retail.
259
- attr_reader :purpose
260
- # Date, in YYYY-MM-DD format, from which payments will be collected. Defaults to confirmation time.
261
- attr_reader :start_date
262
- end
263
- # Attribute for field mandate_options
264
- attr_reader :mandate_options
265
240
  end
266
241
 
267
242
  class SepaDebit < Stripe::StripeObject
@@ -278,18 +253,9 @@ module Stripe
278
253
  class Filters < Stripe::StripeObject
279
254
  # The account subcategories to use to filter for possible accounts to link. Valid subcategories are `checking` and `savings`.
280
255
  attr_reader :account_subcategories
281
- # The institution to use to filter for possible accounts to link.
282
- attr_reader :institution
283
- end
284
-
285
- class ManualEntry < Stripe::StripeObject
286
- # Settings for configuring manual entry of account details.
287
- attr_reader :mode
288
256
  end
289
257
  # Attribute for field filters
290
258
  attr_reader :filters
291
- # Attribute for field manual_entry
292
- attr_reader :manual_entry
293
259
  # The list of permissions to request. The `payment_method` permission must be included.
294
260
  attr_reader :permissions
295
261
  # Data features requested to be retrieved upon account creation.
@@ -323,8 +289,6 @@ module Stripe
323
289
  attr_reader :link
324
290
  # Attribute for field paypal
325
291
  attr_reader :paypal
326
- # Attribute for field payto
327
- attr_reader :payto
328
292
  # Attribute for field sepa_debit
329
293
  attr_reader :sepa_debit
330
294
  # Attribute for field us_bank_account
@@ -357,8 +321,6 @@ module Stripe
357
321
  attr_accessor :created
358
322
  # Only return SetupIntents for the customer specified by this customer ID.
359
323
  attr_accessor :customer
360
- # Only return SetupIntents for the account specified by this customer ID.
361
- attr_accessor :customer_account
362
324
  # 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.
363
325
  attr_accessor :ending_before
364
326
  # Specifies which fields in the response should be expanded.
@@ -374,7 +336,6 @@ module Stripe
374
336
  attach_to_self: nil,
375
337
  created: nil,
376
338
  customer: nil,
377
- customer_account: nil,
378
339
  ending_before: nil,
379
340
  expand: nil,
380
341
  limit: nil,
@@ -384,7 +345,6 @@ module Stripe
384
345
  @attach_to_self = attach_to_self
385
346
  @created = created
386
347
  @customer = customer
387
- @customer_account = customer_account
388
348
  @ending_before = ending_before
389
349
  @expand = expand
390
350
  @limit = limit
@@ -599,21 +559,9 @@ module Stripe
599
559
  class Giropay < Stripe::RequestParams
600
560
  end
601
561
 
602
- class Gopay < Stripe::RequestParams
603
- end
604
-
605
562
  class Grabpay < Stripe::RequestParams
606
563
  end
607
564
 
608
- class IdBankTransfer < Stripe::RequestParams
609
- # Bank where the account is held.
610
- attr_accessor :bank
611
-
612
- def initialize(bank: nil)
613
- @bank = bank
614
- end
615
- end
616
-
617
565
  class Ideal < Stripe::RequestParams
618
566
  # The customer's bank. Only use this parameter for existing customers. Don't use it for new customers.
619
567
  attr_accessor :bank
@@ -661,9 +609,6 @@ module Stripe
661
609
  class Link < Stripe::RequestParams
662
610
  end
663
611
 
664
- class MbWay < Stripe::RequestParams
665
- end
666
-
667
612
  class Mobilepay < Stripe::RequestParams
668
613
  end
669
614
 
@@ -734,30 +679,12 @@ module Stripe
734
679
  class Paypal < Stripe::RequestParams
735
680
  end
736
681
 
737
- class Payto < Stripe::RequestParams
738
- # The account number for the bank account.
739
- attr_accessor :account_number
740
- # Bank-State-Branch number of the bank account.
741
- attr_accessor :bsb_number
742
- # The PayID alias for the bank account.
743
- attr_accessor :pay_id
744
-
745
- def initialize(account_number: nil, bsb_number: nil, pay_id: nil)
746
- @account_number = account_number
747
- @bsb_number = bsb_number
748
- @pay_id = pay_id
749
- end
750
- end
751
-
752
682
  class Pix < Stripe::RequestParams
753
683
  end
754
684
 
755
685
  class Promptpay < Stripe::RequestParams
756
686
  end
757
687
 
758
- class Qris < Stripe::RequestParams
759
- end
760
-
761
688
  class RadarOptions < Stripe::RequestParams
762
689
  # A [Radar Session](https://stripe.com/docs/radar/radar-session) is a snapshot of the browser metadata and device details that help Radar make more accurate predictions on your payments.
763
690
  attr_accessor :session
@@ -767,29 +694,6 @@ module Stripe
767
694
  end
768
695
  end
769
696
 
770
- class Rechnung < Stripe::RequestParams
771
- class Dob < Stripe::RequestParams
772
- # The day of birth, between 1 and 31.
773
- attr_accessor :day
774
- # The month of birth, between 1 and 12.
775
- attr_accessor :month
776
- # The four-digit year of birth.
777
- attr_accessor :year
778
-
779
- def initialize(day: nil, month: nil, year: nil)
780
- @day = day
781
- @month = month
782
- @year = year
783
- end
784
- end
785
- # Customer's date of birth
786
- attr_accessor :dob
787
-
788
- def initialize(dob: nil)
789
- @dob = dob
790
- end
791
- end
792
-
793
697
  class RevolutPay < Stripe::RequestParams
794
698
  end
795
699
 
@@ -808,9 +712,6 @@ module Stripe
808
712
  end
809
713
  end
810
714
 
811
- class Shopeepay < Stripe::RequestParams
812
- end
813
-
814
715
  class Sofort < Stripe::RequestParams
815
716
  # Two-letter ISO code representing the country the bank account is located in.
816
717
  attr_accessor :country
@@ -820,18 +721,6 @@ module Stripe
820
721
  end
821
722
  end
822
723
 
823
- class StripeBalance < Stripe::RequestParams
824
- # The connected account ID whose Stripe balance to use as the source of payment
825
- attr_accessor :account
826
- # The [source_type](https://docs.stripe.com/api/balance/balance_object#balance_object-available-source_types) of the balance
827
- attr_accessor :source_type
828
-
829
- def initialize(account: nil, source_type: nil)
830
- @account = account
831
- @source_type = source_type
832
- end
833
- end
834
-
835
724
  class Swish < Stripe::RequestParams
836
725
  end
837
726
 
@@ -908,12 +797,8 @@ module Stripe
908
797
  attr_accessor :fpx
909
798
  # If this is a `giropay` PaymentMethod, this hash contains details about the Giropay payment method.
910
799
  attr_accessor :giropay
911
- # If this is a Gopay PaymentMethod, this hash contains details about the Gopay payment method.
912
- attr_accessor :gopay
913
800
  # If this is a `grabpay` PaymentMethod, this hash contains details about the GrabPay payment method.
914
801
  attr_accessor :grabpay
915
- # If this is an `IdBankTransfer` PaymentMethod, this hash contains details about the IdBankTransfer payment method.
916
- attr_accessor :id_bank_transfer
917
802
  # If this is an `ideal` PaymentMethod, this hash contains details about the iDEAL payment method.
918
803
  attr_accessor :ideal
919
804
  # If this is an `interac_present` PaymentMethod, this hash contains details about the Interac Present payment method.
@@ -928,8 +813,6 @@ module Stripe
928
813
  attr_accessor :kr_card
929
814
  # If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.
930
815
  attr_accessor :link
931
- # If this is a MB WAY PaymentMethod, this hash contains details about the MB WAY payment method.
932
- attr_accessor :mb_way
933
816
  # 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`.
934
817
  attr_accessor :metadata
935
818
  # If this is a `mobilepay` PaymentMethod, this hash contains details about the MobilePay payment method.
@@ -952,18 +835,12 @@ module Stripe
952
835
  attr_accessor :paynow
953
836
  # If this is a `paypal` PaymentMethod, this hash contains details about the PayPal payment method.
954
837
  attr_accessor :paypal
955
- # If this is a `payto` PaymentMethod, this hash contains details about the PayTo payment method.
956
- attr_accessor :payto
957
838
  # If this is a `pix` PaymentMethod, this hash contains details about the Pix payment method.
958
839
  attr_accessor :pix
959
840
  # If this is a `promptpay` PaymentMethod, this hash contains details about the PromptPay payment method.
960
841
  attr_accessor :promptpay
961
- # If this is a `qris` PaymentMethod, this hash contains details about the QRIS payment method.
962
- attr_accessor :qris
963
842
  # Options to configure Radar. See [Radar Session](https://stripe.com/docs/radar/radar-session) for more information.
964
843
  attr_accessor :radar_options
965
- # If this is a `rechnung` PaymentMethod, this hash contains details about the Rechnung payment method.
966
- attr_accessor :rechnung
967
844
  # If this is a `Revolut Pay` PaymentMethod, this hash contains details about the Revolut Pay payment method.
968
845
  attr_accessor :revolut_pay
969
846
  # If this is a `samsung_pay` PaymentMethod, this hash contains details about the SamsungPay payment method.
@@ -972,12 +849,8 @@ module Stripe
972
849
  attr_accessor :satispay
973
850
  # If this is a `sepa_debit` PaymentMethod, this hash contains details about the SEPA debit bank account.
974
851
  attr_accessor :sepa_debit
975
- # If this is a Shopeepay PaymentMethod, this hash contains details about the Shopeepay payment method.
976
- attr_accessor :shopeepay
977
852
  # If this is a `sofort` PaymentMethod, this hash contains details about the SOFORT payment method.
978
853
  attr_accessor :sofort
979
- # This hash contains details about the Stripe balance payment method.
980
- attr_accessor :stripe_balance
981
854
  # If this is a `swish` PaymentMethod, this hash contains details about the Swish payment method.
982
855
  attr_accessor :swish
983
856
  # If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
@@ -1011,9 +884,7 @@ module Stripe
1011
884
  eps: nil,
1012
885
  fpx: nil,
1013
886
  giropay: nil,
1014
- gopay: nil,
1015
887
  grabpay: nil,
1016
- id_bank_transfer: nil,
1017
888
  ideal: nil,
1018
889
  interac_present: nil,
1019
890
  kakao_pay: nil,
@@ -1021,7 +892,6 @@ module Stripe
1021
892
  konbini: nil,
1022
893
  kr_card: nil,
1023
894
  link: nil,
1024
- mb_way: nil,
1025
895
  metadata: nil,
1026
896
  mobilepay: nil,
1027
897
  multibanco: nil,
@@ -1033,19 +903,14 @@ module Stripe
1033
903
  payco: nil,
1034
904
  paynow: nil,
1035
905
  paypal: nil,
1036
- payto: nil,
1037
906
  pix: nil,
1038
907
  promptpay: nil,
1039
- qris: nil,
1040
908
  radar_options: nil,
1041
- rechnung: nil,
1042
909
  revolut_pay: nil,
1043
910
  samsung_pay: nil,
1044
911
  satispay: nil,
1045
912
  sepa_debit: nil,
1046
- shopeepay: nil,
1047
913
  sofort: nil,
1048
- stripe_balance: nil,
1049
914
  swish: nil,
1050
915
  twint: nil,
1051
916
  type: nil,
@@ -1072,9 +937,7 @@ module Stripe
1072
937
  @eps = eps
1073
938
  @fpx = fpx
1074
939
  @giropay = giropay
1075
- @gopay = gopay
1076
940
  @grabpay = grabpay
1077
- @id_bank_transfer = id_bank_transfer
1078
941
  @ideal = ideal
1079
942
  @interac_present = interac_present
1080
943
  @kakao_pay = kakao_pay
@@ -1082,7 +945,6 @@ module Stripe
1082
945
  @konbini = konbini
1083
946
  @kr_card = kr_card
1084
947
  @link = link
1085
- @mb_way = mb_way
1086
948
  @metadata = metadata
1087
949
  @mobilepay = mobilepay
1088
950
  @multibanco = multibanco
@@ -1094,19 +956,14 @@ module Stripe
1094
956
  @payco = payco
1095
957
  @paynow = paynow
1096
958
  @paypal = paypal
1097
- @payto = payto
1098
959
  @pix = pix
1099
960
  @promptpay = promptpay
1100
- @qris = qris
1101
961
  @radar_options = radar_options
1102
- @rechnung = rechnung
1103
962
  @revolut_pay = revolut_pay
1104
963
  @samsung_pay = samsung_pay
1105
964
  @satispay = satispay
1106
965
  @sepa_debit = sepa_debit
1107
- @shopeepay = shopeepay
1108
966
  @sofort = sofort
1109
- @stripe_balance = stripe_balance
1110
967
  @swish = swish
1111
968
  @twint = twint
1112
969
  @type = type
@@ -1342,58 +1199,9 @@ module Stripe
1342
1199
  class Paypal < Stripe::RequestParams
1343
1200
  # The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.
1344
1201
  attr_accessor :billing_agreement_id
1345
- # Attribute for param field currency
1346
- attr_accessor :currency
1347
- # 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.
1348
- attr_accessor :subsellers
1349
1202
 
1350
- def initialize(billing_agreement_id: nil, currency: nil, subsellers: nil)
1203
+ def initialize(billing_agreement_id: nil)
1351
1204
  @billing_agreement_id = billing_agreement_id
1352
- @currency = currency
1353
- @subsellers = subsellers
1354
- end
1355
- end
1356
-
1357
- class Payto < Stripe::RequestParams
1358
- class MandateOptions < Stripe::RequestParams
1359
- # Amount that will be collected. It is required when `amount_type` is `fixed`.
1360
- attr_accessor :amount
1361
- # 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.
1362
- attr_accessor :amount_type
1363
- # Date, in YYYY-MM-DD format, after which payments will not be collected. Defaults to no end date.
1364
- attr_accessor :end_date
1365
- # The periodicity at which payments will be collected.
1366
- attr_accessor :payment_schedule
1367
- # 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.
1368
- attr_accessor :payments_per_period
1369
- # The purpose for which payments are made. Defaults to retail.
1370
- attr_accessor :purpose
1371
- # Date, in YYYY-MM-DD format, from which payments will be collected. Defaults to confirmation time.
1372
- attr_accessor :start_date
1373
-
1374
- def initialize(
1375
- amount: nil,
1376
- amount_type: nil,
1377
- end_date: nil,
1378
- payment_schedule: nil,
1379
- payments_per_period: nil,
1380
- purpose: nil,
1381
- start_date: nil
1382
- )
1383
- @amount = amount
1384
- @amount_type = amount_type
1385
- @end_date = end_date
1386
- @payment_schedule = payment_schedule
1387
- @payments_per_period = payments_per_period
1388
- @purpose = purpose
1389
- @start_date = start_date
1390
- end
1391
- end
1392
- # Additional fields for Mandate creation.
1393
- attr_accessor :mandate_options
1394
-
1395
- def initialize(mandate_options: nil)
1396
- @mandate_options = mandate_options
1397
1205
  end
1398
1206
  end
1399
1207
 
@@ -1419,27 +1227,13 @@ module Stripe
1419
1227
  class Filters < Stripe::RequestParams
1420
1228
  # The account subcategories to use to filter for selectable accounts. Valid subcategories are `checking` and `savings`.
1421
1229
  attr_accessor :account_subcategories
1422
- # ID of the institution to use to filter for selectable accounts.
1423
- attr_accessor :institution
1424
1230
 
1425
- def initialize(account_subcategories: nil, institution: nil)
1231
+ def initialize(account_subcategories: nil)
1426
1232
  @account_subcategories = account_subcategories
1427
- @institution = institution
1428
- end
1429
- end
1430
-
1431
- class ManualEntry < Stripe::RequestParams
1432
- # Settings for configuring manual entry of account details.
1433
- attr_accessor :mode
1434
-
1435
- def initialize(mode: nil)
1436
- @mode = mode
1437
1233
  end
1438
1234
  end
1439
1235
  # Provide filters for the linked accounts that the customer can select for the payment method.
1440
1236
  attr_accessor :filters
1441
- # Customize manual entry behavior
1442
- attr_accessor :manual_entry
1443
1237
  # The list of permissions to request. If this parameter is passed, the `payment_method` permission must be included. Valid permissions include: `balances`, `ownership`, `payment_method`, and `transactions`.
1444
1238
  attr_accessor :permissions
1445
1239
  # List of data features that you would like to retrieve upon account creation.
@@ -1447,15 +1241,8 @@ module Stripe
1447
1241
  # For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.
1448
1242
  attr_accessor :return_url
1449
1243
 
1450
- def initialize(
1451
- filters: nil,
1452
- manual_entry: nil,
1453
- permissions: nil,
1454
- prefetch: nil,
1455
- return_url: nil
1456
- )
1244
+ def initialize(filters: nil, permissions: nil, prefetch: nil, return_url: nil)
1457
1245
  @filters = filters
1458
- @manual_entry = manual_entry
1459
1246
  @permissions = permissions
1460
1247
  @prefetch = prefetch
1461
1248
  @return_url = return_url
@@ -1514,8 +1301,6 @@ module Stripe
1514
1301
  attr_accessor :link
1515
1302
  # If this is a `paypal` PaymentMethod, this sub-hash contains details about the PayPal payment method options.
1516
1303
  attr_accessor :paypal
1517
- # If this is a `payto` SetupIntent, this sub-hash contains details about the PayTo payment method options.
1518
- attr_accessor :payto
1519
1304
  # If this is a `sepa_debit` SetupIntent, this sub-hash contains details about the SEPA Debit payment method options.
1520
1305
  attr_accessor :sepa_debit
1521
1306
  # If this is a `us_bank_account` SetupIntent, this sub-hash contains details about the US bank account payment method options.
@@ -1529,7 +1314,6 @@ module Stripe
1529
1314
  card_present: nil,
1530
1315
  link: nil,
1531
1316
  paypal: nil,
1532
- payto: nil,
1533
1317
  sepa_debit: nil,
1534
1318
  us_bank_account: nil
1535
1319
  )
@@ -1540,7 +1324,6 @@ module Stripe
1540
1324
  @card_present = card_present
1541
1325
  @link = link
1542
1326
  @paypal = paypal
1543
- @payto = payto
1544
1327
  @sepa_debit = sepa_debit
1545
1328
  @us_bank_account = us_bank_account
1546
1329
  end
@@ -1573,10 +1356,6 @@ module Stripe
1573
1356
  #
1574
1357
  # If present, the SetupIntent's payment method will be attached to the Customer on successful setup. Payment methods attached to other Customers cannot be used with this SetupIntent.
1575
1358
  attr_accessor :customer
1576
- # ID of the Account this SetupIntent belongs to, if one exists.
1577
- #
1578
- # If present, the SetupIntent's payment method will be attached to the Account on successful setup. Payment methods attached to other Accounts cannot be used with this SetupIntent.
1579
- attr_accessor :customer_account
1580
1359
  # An arbitrary string attached to the object. Often useful for displaying to users.
1581
1360
  attr_accessor :description
1582
1361
  # Specifies which fields in the response should be expanded.
@@ -1619,7 +1398,6 @@ module Stripe
1619
1398
  confirm: nil,
1620
1399
  confirmation_token: nil,
1621
1400
  customer: nil,
1622
- customer_account: nil,
1623
1401
  description: nil,
1624
1402
  expand: nil,
1625
1403
  flow_directions: nil,
@@ -1641,7 +1419,6 @@ module Stripe
1641
1419
  @confirm = confirm
1642
1420
  @confirmation_token = confirmation_token
1643
1421
  @customer = customer
1644
- @customer_account = customer_account
1645
1422
  @description = description
1646
1423
  @expand = expand
1647
1424
  @flow_directions = flow_directions
@@ -1812,21 +1589,9 @@ module Stripe
1812
1589
  class Giropay < Stripe::RequestParams
1813
1590
  end
1814
1591
 
1815
- class Gopay < Stripe::RequestParams
1816
- end
1817
-
1818
1592
  class Grabpay < Stripe::RequestParams
1819
1593
  end
1820
1594
 
1821
- class IdBankTransfer < Stripe::RequestParams
1822
- # Bank where the account is held.
1823
- attr_accessor :bank
1824
-
1825
- def initialize(bank: nil)
1826
- @bank = bank
1827
- end
1828
- end
1829
-
1830
1595
  class Ideal < Stripe::RequestParams
1831
1596
  # The customer's bank. Only use this parameter for existing customers. Don't use it for new customers.
1832
1597
  attr_accessor :bank
@@ -1874,9 +1639,6 @@ module Stripe
1874
1639
  class Link < Stripe::RequestParams
1875
1640
  end
1876
1641
 
1877
- class MbWay < Stripe::RequestParams
1878
- end
1879
-
1880
1642
  class Mobilepay < Stripe::RequestParams
1881
1643
  end
1882
1644
 
@@ -1947,30 +1709,12 @@ module Stripe
1947
1709
  class Paypal < Stripe::RequestParams
1948
1710
  end
1949
1711
 
1950
- class Payto < Stripe::RequestParams
1951
- # The account number for the bank account.
1952
- attr_accessor :account_number
1953
- # Bank-State-Branch number of the bank account.
1954
- attr_accessor :bsb_number
1955
- # The PayID alias for the bank account.
1956
- attr_accessor :pay_id
1957
-
1958
- def initialize(account_number: nil, bsb_number: nil, pay_id: nil)
1959
- @account_number = account_number
1960
- @bsb_number = bsb_number
1961
- @pay_id = pay_id
1962
- end
1963
- end
1964
-
1965
1712
  class Pix < Stripe::RequestParams
1966
1713
  end
1967
1714
 
1968
1715
  class Promptpay < Stripe::RequestParams
1969
1716
  end
1970
1717
 
1971
- class Qris < Stripe::RequestParams
1972
- end
1973
-
1974
1718
  class RadarOptions < Stripe::RequestParams
1975
1719
  # A [Radar Session](https://stripe.com/docs/radar/radar-session) is a snapshot of the browser metadata and device details that help Radar make more accurate predictions on your payments.
1976
1720
  attr_accessor :session
@@ -1980,29 +1724,6 @@ module Stripe
1980
1724
  end
1981
1725
  end
1982
1726
 
1983
- class Rechnung < Stripe::RequestParams
1984
- class Dob < Stripe::RequestParams
1985
- # The day of birth, between 1 and 31.
1986
- attr_accessor :day
1987
- # The month of birth, between 1 and 12.
1988
- attr_accessor :month
1989
- # The four-digit year of birth.
1990
- attr_accessor :year
1991
-
1992
- def initialize(day: nil, month: nil, year: nil)
1993
- @day = day
1994
- @month = month
1995
- @year = year
1996
- end
1997
- end
1998
- # Customer's date of birth
1999
- attr_accessor :dob
2000
-
2001
- def initialize(dob: nil)
2002
- @dob = dob
2003
- end
2004
- end
2005
-
2006
1727
  class RevolutPay < Stripe::RequestParams
2007
1728
  end
2008
1729
 
@@ -2021,9 +1742,6 @@ module Stripe
2021
1742
  end
2022
1743
  end
2023
1744
 
2024
- class Shopeepay < Stripe::RequestParams
2025
- end
2026
-
2027
1745
  class Sofort < Stripe::RequestParams
2028
1746
  # Two-letter ISO code representing the country the bank account is located in.
2029
1747
  attr_accessor :country
@@ -2033,18 +1751,6 @@ module Stripe
2033
1751
  end
2034
1752
  end
2035
1753
 
2036
- class StripeBalance < Stripe::RequestParams
2037
- # The connected account ID whose Stripe balance to use as the source of payment
2038
- attr_accessor :account
2039
- # The [source_type](https://docs.stripe.com/api/balance/balance_object#balance_object-available-source_types) of the balance
2040
- attr_accessor :source_type
2041
-
2042
- def initialize(account: nil, source_type: nil)
2043
- @account = account
2044
- @source_type = source_type
2045
- end
2046
- end
2047
-
2048
1754
  class Swish < Stripe::RequestParams
2049
1755
  end
2050
1756
 
@@ -2121,12 +1827,8 @@ module Stripe
2121
1827
  attr_accessor :fpx
2122
1828
  # If this is a `giropay` PaymentMethod, this hash contains details about the Giropay payment method.
2123
1829
  attr_accessor :giropay
2124
- # If this is a Gopay PaymentMethod, this hash contains details about the Gopay payment method.
2125
- attr_accessor :gopay
2126
1830
  # If this is a `grabpay` PaymentMethod, this hash contains details about the GrabPay payment method.
2127
1831
  attr_accessor :grabpay
2128
- # If this is an `IdBankTransfer` PaymentMethod, this hash contains details about the IdBankTransfer payment method.
2129
- attr_accessor :id_bank_transfer
2130
1832
  # If this is an `ideal` PaymentMethod, this hash contains details about the iDEAL payment method.
2131
1833
  attr_accessor :ideal
2132
1834
  # If this is an `interac_present` PaymentMethod, this hash contains details about the Interac Present payment method.
@@ -2141,8 +1843,6 @@ module Stripe
2141
1843
  attr_accessor :kr_card
2142
1844
  # If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.
2143
1845
  attr_accessor :link
2144
- # If this is a MB WAY PaymentMethod, this hash contains details about the MB WAY payment method.
2145
- attr_accessor :mb_way
2146
1846
  # 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`.
2147
1847
  attr_accessor :metadata
2148
1848
  # If this is a `mobilepay` PaymentMethod, this hash contains details about the MobilePay payment method.
@@ -2165,18 +1865,12 @@ module Stripe
2165
1865
  attr_accessor :paynow
2166
1866
  # If this is a `paypal` PaymentMethod, this hash contains details about the PayPal payment method.
2167
1867
  attr_accessor :paypal
2168
- # If this is a `payto` PaymentMethod, this hash contains details about the PayTo payment method.
2169
- attr_accessor :payto
2170
1868
  # If this is a `pix` PaymentMethod, this hash contains details about the Pix payment method.
2171
1869
  attr_accessor :pix
2172
1870
  # If this is a `promptpay` PaymentMethod, this hash contains details about the PromptPay payment method.
2173
1871
  attr_accessor :promptpay
2174
- # If this is a `qris` PaymentMethod, this hash contains details about the QRIS payment method.
2175
- attr_accessor :qris
2176
1872
  # Options to configure Radar. See [Radar Session](https://stripe.com/docs/radar/radar-session) for more information.
2177
1873
  attr_accessor :radar_options
2178
- # If this is a `rechnung` PaymentMethod, this hash contains details about the Rechnung payment method.
2179
- attr_accessor :rechnung
2180
1874
  # If this is a `Revolut Pay` PaymentMethod, this hash contains details about the Revolut Pay payment method.
2181
1875
  attr_accessor :revolut_pay
2182
1876
  # If this is a `samsung_pay` PaymentMethod, this hash contains details about the SamsungPay payment method.
@@ -2185,12 +1879,8 @@ module Stripe
2185
1879
  attr_accessor :satispay
2186
1880
  # If this is a `sepa_debit` PaymentMethod, this hash contains details about the SEPA debit bank account.
2187
1881
  attr_accessor :sepa_debit
2188
- # If this is a Shopeepay PaymentMethod, this hash contains details about the Shopeepay payment method.
2189
- attr_accessor :shopeepay
2190
1882
  # If this is a `sofort` PaymentMethod, this hash contains details about the SOFORT payment method.
2191
1883
  attr_accessor :sofort
2192
- # This hash contains details about the Stripe balance payment method.
2193
- attr_accessor :stripe_balance
2194
1884
  # If this is a `swish` PaymentMethod, this hash contains details about the Swish payment method.
2195
1885
  attr_accessor :swish
2196
1886
  # If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
@@ -2224,9 +1914,7 @@ module Stripe
2224
1914
  eps: nil,
2225
1915
  fpx: nil,
2226
1916
  giropay: nil,
2227
- gopay: nil,
2228
1917
  grabpay: nil,
2229
- id_bank_transfer: nil,
2230
1918
  ideal: nil,
2231
1919
  interac_present: nil,
2232
1920
  kakao_pay: nil,
@@ -2234,7 +1922,6 @@ module Stripe
2234
1922
  konbini: nil,
2235
1923
  kr_card: nil,
2236
1924
  link: nil,
2237
- mb_way: nil,
2238
1925
  metadata: nil,
2239
1926
  mobilepay: nil,
2240
1927
  multibanco: nil,
@@ -2246,19 +1933,14 @@ module Stripe
2246
1933
  payco: nil,
2247
1934
  paynow: nil,
2248
1935
  paypal: nil,
2249
- payto: nil,
2250
1936
  pix: nil,
2251
1937
  promptpay: nil,
2252
- qris: nil,
2253
1938
  radar_options: nil,
2254
- rechnung: nil,
2255
1939
  revolut_pay: nil,
2256
1940
  samsung_pay: nil,
2257
1941
  satispay: nil,
2258
1942
  sepa_debit: nil,
2259
- shopeepay: nil,
2260
1943
  sofort: nil,
2261
- stripe_balance: nil,
2262
1944
  swish: nil,
2263
1945
  twint: nil,
2264
1946
  type: nil,
@@ -2285,9 +1967,7 @@ module Stripe
2285
1967
  @eps = eps
2286
1968
  @fpx = fpx
2287
1969
  @giropay = giropay
2288
- @gopay = gopay
2289
1970
  @grabpay = grabpay
2290
- @id_bank_transfer = id_bank_transfer
2291
1971
  @ideal = ideal
2292
1972
  @interac_present = interac_present
2293
1973
  @kakao_pay = kakao_pay
@@ -2295,7 +1975,6 @@ module Stripe
2295
1975
  @konbini = konbini
2296
1976
  @kr_card = kr_card
2297
1977
  @link = link
2298
- @mb_way = mb_way
2299
1978
  @metadata = metadata
2300
1979
  @mobilepay = mobilepay
2301
1980
  @multibanco = multibanco
@@ -2307,19 +1986,14 @@ module Stripe
2307
1986
  @payco = payco
2308
1987
  @paynow = paynow
2309
1988
  @paypal = paypal
2310
- @payto = payto
2311
1989
  @pix = pix
2312
1990
  @promptpay = promptpay
2313
- @qris = qris
2314
1991
  @radar_options = radar_options
2315
- @rechnung = rechnung
2316
1992
  @revolut_pay = revolut_pay
2317
1993
  @samsung_pay = samsung_pay
2318
1994
  @satispay = satispay
2319
1995
  @sepa_debit = sepa_debit
2320
- @shopeepay = shopeepay
2321
1996
  @sofort = sofort
2322
- @stripe_balance = stripe_balance
2323
1997
  @swish = swish
2324
1998
  @twint = twint
2325
1999
  @type = type
@@ -2555,58 +2229,9 @@ module Stripe
2555
2229
  class Paypal < Stripe::RequestParams
2556
2230
  # The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.
2557
2231
  attr_accessor :billing_agreement_id
2558
- # Attribute for param field currency
2559
- attr_accessor :currency
2560
- # 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.
2561
- attr_accessor :subsellers
2562
2232
 
2563
- def initialize(billing_agreement_id: nil, currency: nil, subsellers: nil)
2233
+ def initialize(billing_agreement_id: nil)
2564
2234
  @billing_agreement_id = billing_agreement_id
2565
- @currency = currency
2566
- @subsellers = subsellers
2567
- end
2568
- end
2569
-
2570
- class Payto < Stripe::RequestParams
2571
- class MandateOptions < Stripe::RequestParams
2572
- # Amount that will be collected. It is required when `amount_type` is `fixed`.
2573
- attr_accessor :amount
2574
- # 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.
2575
- attr_accessor :amount_type
2576
- # Date, in YYYY-MM-DD format, after which payments will not be collected. Defaults to no end date.
2577
- attr_accessor :end_date
2578
- # The periodicity at which payments will be collected.
2579
- attr_accessor :payment_schedule
2580
- # 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.
2581
- attr_accessor :payments_per_period
2582
- # The purpose for which payments are made. Defaults to retail.
2583
- attr_accessor :purpose
2584
- # Date, in YYYY-MM-DD format, from which payments will be collected. Defaults to confirmation time.
2585
- attr_accessor :start_date
2586
-
2587
- def initialize(
2588
- amount: nil,
2589
- amount_type: nil,
2590
- end_date: nil,
2591
- payment_schedule: nil,
2592
- payments_per_period: nil,
2593
- purpose: nil,
2594
- start_date: nil
2595
- )
2596
- @amount = amount
2597
- @amount_type = amount_type
2598
- @end_date = end_date
2599
- @payment_schedule = payment_schedule
2600
- @payments_per_period = payments_per_period
2601
- @purpose = purpose
2602
- @start_date = start_date
2603
- end
2604
- end
2605
- # Additional fields for Mandate creation.
2606
- attr_accessor :mandate_options
2607
-
2608
- def initialize(mandate_options: nil)
2609
- @mandate_options = mandate_options
2610
2235
  end
2611
2236
  end
2612
2237
 
@@ -2632,27 +2257,13 @@ module Stripe
2632
2257
  class Filters < Stripe::RequestParams
2633
2258
  # The account subcategories to use to filter for selectable accounts. Valid subcategories are `checking` and `savings`.
2634
2259
  attr_accessor :account_subcategories
2635
- # ID of the institution to use to filter for selectable accounts.
2636
- attr_accessor :institution
2637
2260
 
2638
- def initialize(account_subcategories: nil, institution: nil)
2261
+ def initialize(account_subcategories: nil)
2639
2262
  @account_subcategories = account_subcategories
2640
- @institution = institution
2641
- end
2642
- end
2643
-
2644
- class ManualEntry < Stripe::RequestParams
2645
- # Settings for configuring manual entry of account details.
2646
- attr_accessor :mode
2647
-
2648
- def initialize(mode: nil)
2649
- @mode = mode
2650
2263
  end
2651
2264
  end
2652
2265
  # Provide filters for the linked accounts that the customer can select for the payment method.
2653
2266
  attr_accessor :filters
2654
- # Customize manual entry behavior
2655
- attr_accessor :manual_entry
2656
2267
  # The list of permissions to request. If this parameter is passed, the `payment_method` permission must be included. Valid permissions include: `balances`, `ownership`, `payment_method`, and `transactions`.
2657
2268
  attr_accessor :permissions
2658
2269
  # List of data features that you would like to retrieve upon account creation.
@@ -2660,15 +2271,8 @@ module Stripe
2660
2271
  # For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.
2661
2272
  attr_accessor :return_url
2662
2273
 
2663
- def initialize(
2664
- filters: nil,
2665
- manual_entry: nil,
2666
- permissions: nil,
2667
- prefetch: nil,
2668
- return_url: nil
2669
- )
2274
+ def initialize(filters: nil, permissions: nil, prefetch: nil, return_url: nil)
2670
2275
  @filters = filters
2671
- @manual_entry = manual_entry
2672
2276
  @permissions = permissions
2673
2277
  @prefetch = prefetch
2674
2278
  @return_url = return_url
@@ -2727,8 +2331,6 @@ module Stripe
2727
2331
  attr_accessor :link
2728
2332
  # If this is a `paypal` PaymentMethod, this sub-hash contains details about the PayPal payment method options.
2729
2333
  attr_accessor :paypal
2730
- # If this is a `payto` SetupIntent, this sub-hash contains details about the PayTo payment method options.
2731
- attr_accessor :payto
2732
2334
  # If this is a `sepa_debit` SetupIntent, this sub-hash contains details about the SEPA Debit payment method options.
2733
2335
  attr_accessor :sepa_debit
2734
2336
  # If this is a `us_bank_account` SetupIntent, this sub-hash contains details about the US bank account payment method options.
@@ -2742,7 +2344,6 @@ module Stripe
2742
2344
  card_present: nil,
2743
2345
  link: nil,
2744
2346
  paypal: nil,
2745
- payto: nil,
2746
2347
  sepa_debit: nil,
2747
2348
  us_bank_account: nil
2748
2349
  )
@@ -2753,7 +2354,6 @@ module Stripe
2753
2354
  @card_present = card_present
2754
2355
  @link = link
2755
2356
  @paypal = paypal
2756
- @payto = payto
2757
2357
  @sepa_debit = sepa_debit
2758
2358
  @us_bank_account = us_bank_account
2759
2359
  end
@@ -2766,10 +2366,6 @@ module Stripe
2766
2366
  #
2767
2367
  # If present, the SetupIntent's payment method will be attached to the Customer on successful setup. Payment methods attached to other Customers cannot be used with this SetupIntent.
2768
2368
  attr_accessor :customer
2769
- # ID of the Account this SetupIntent belongs to, if one exists.
2770
- #
2771
- # If present, the SetupIntent's payment method will be attached to the Account on successful setup. Payment methods attached to other Accounts cannot be used with this SetupIntent.
2772
- attr_accessor :customer_account
2773
2369
  # An arbitrary string attached to the object. Often useful for displaying to users.
2774
2370
  attr_accessor :description
2775
2371
  # Specifies which fields in the response should be expanded.
@@ -2795,7 +2391,6 @@ module Stripe
2795
2391
  def initialize(
2796
2392
  attach_to_self: nil,
2797
2393
  customer: nil,
2798
- customer_account: nil,
2799
2394
  description: nil,
2800
2395
  expand: nil,
2801
2396
  flow_directions: nil,
@@ -2808,7 +2403,6 @@ module Stripe
2808
2403
  )
2809
2404
  @attach_to_self = attach_to_self
2810
2405
  @customer = customer
2811
- @customer_account = customer_account
2812
2406
  @description = description
2813
2407
  @expand = expand
2814
2408
  @flow_directions = flow_directions
@@ -3025,21 +2619,9 @@ module Stripe
3025
2619
  class Giropay < Stripe::RequestParams
3026
2620
  end
3027
2621
 
3028
- class Gopay < Stripe::RequestParams
3029
- end
3030
-
3031
2622
  class Grabpay < Stripe::RequestParams
3032
2623
  end
3033
2624
 
3034
- class IdBankTransfer < Stripe::RequestParams
3035
- # Bank where the account is held.
3036
- attr_accessor :bank
3037
-
3038
- def initialize(bank: nil)
3039
- @bank = bank
3040
- end
3041
- end
3042
-
3043
2625
  class Ideal < Stripe::RequestParams
3044
2626
  # The customer's bank. Only use this parameter for existing customers. Don't use it for new customers.
3045
2627
  attr_accessor :bank
@@ -3087,9 +2669,6 @@ module Stripe
3087
2669
  class Link < Stripe::RequestParams
3088
2670
  end
3089
2671
 
3090
- class MbWay < Stripe::RequestParams
3091
- end
3092
-
3093
2672
  class Mobilepay < Stripe::RequestParams
3094
2673
  end
3095
2674
 
@@ -3160,30 +2739,12 @@ module Stripe
3160
2739
  class Paypal < Stripe::RequestParams
3161
2740
  end
3162
2741
 
3163
- class Payto < Stripe::RequestParams
3164
- # The account number for the bank account.
3165
- attr_accessor :account_number
3166
- # Bank-State-Branch number of the bank account.
3167
- attr_accessor :bsb_number
3168
- # The PayID alias for the bank account.
3169
- attr_accessor :pay_id
3170
-
3171
- def initialize(account_number: nil, bsb_number: nil, pay_id: nil)
3172
- @account_number = account_number
3173
- @bsb_number = bsb_number
3174
- @pay_id = pay_id
3175
- end
3176
- end
3177
-
3178
2742
  class Pix < Stripe::RequestParams
3179
2743
  end
3180
2744
 
3181
2745
  class Promptpay < Stripe::RequestParams
3182
2746
  end
3183
2747
 
3184
- class Qris < Stripe::RequestParams
3185
- end
3186
-
3187
2748
  class RadarOptions < Stripe::RequestParams
3188
2749
  # A [Radar Session](https://stripe.com/docs/radar/radar-session) is a snapshot of the browser metadata and device details that help Radar make more accurate predictions on your payments.
3189
2750
  attr_accessor :session
@@ -3193,29 +2754,6 @@ module Stripe
3193
2754
  end
3194
2755
  end
3195
2756
 
3196
- class Rechnung < Stripe::RequestParams
3197
- class Dob < Stripe::RequestParams
3198
- # The day of birth, between 1 and 31.
3199
- attr_accessor :day
3200
- # The month of birth, between 1 and 12.
3201
- attr_accessor :month
3202
- # The four-digit year of birth.
3203
- attr_accessor :year
3204
-
3205
- def initialize(day: nil, month: nil, year: nil)
3206
- @day = day
3207
- @month = month
3208
- @year = year
3209
- end
3210
- end
3211
- # Customer's date of birth
3212
- attr_accessor :dob
3213
-
3214
- def initialize(dob: nil)
3215
- @dob = dob
3216
- end
3217
- end
3218
-
3219
2757
  class RevolutPay < Stripe::RequestParams
3220
2758
  end
3221
2759
 
@@ -3234,9 +2772,6 @@ module Stripe
3234
2772
  end
3235
2773
  end
3236
2774
 
3237
- class Shopeepay < Stripe::RequestParams
3238
- end
3239
-
3240
2775
  class Sofort < Stripe::RequestParams
3241
2776
  # Two-letter ISO code representing the country the bank account is located in.
3242
2777
  attr_accessor :country
@@ -3246,18 +2781,6 @@ module Stripe
3246
2781
  end
3247
2782
  end
3248
2783
 
3249
- class StripeBalance < Stripe::RequestParams
3250
- # The connected account ID whose Stripe balance to use as the source of payment
3251
- attr_accessor :account
3252
- # The [source_type](https://docs.stripe.com/api/balance/balance_object#balance_object-available-source_types) of the balance
3253
- attr_accessor :source_type
3254
-
3255
- def initialize(account: nil, source_type: nil)
3256
- @account = account
3257
- @source_type = source_type
3258
- end
3259
- end
3260
-
3261
2784
  class Swish < Stripe::RequestParams
3262
2785
  end
3263
2786
 
@@ -3334,12 +2857,8 @@ module Stripe
3334
2857
  attr_accessor :fpx
3335
2858
  # If this is a `giropay` PaymentMethod, this hash contains details about the Giropay payment method.
3336
2859
  attr_accessor :giropay
3337
- # If this is a Gopay PaymentMethod, this hash contains details about the Gopay payment method.
3338
- attr_accessor :gopay
3339
2860
  # If this is a `grabpay` PaymentMethod, this hash contains details about the GrabPay payment method.
3340
2861
  attr_accessor :grabpay
3341
- # If this is an `IdBankTransfer` PaymentMethod, this hash contains details about the IdBankTransfer payment method.
3342
- attr_accessor :id_bank_transfer
3343
2862
  # If this is an `ideal` PaymentMethod, this hash contains details about the iDEAL payment method.
3344
2863
  attr_accessor :ideal
3345
2864
  # If this is an `interac_present` PaymentMethod, this hash contains details about the Interac Present payment method.
@@ -3354,8 +2873,6 @@ module Stripe
3354
2873
  attr_accessor :kr_card
3355
2874
  # If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.
3356
2875
  attr_accessor :link
3357
- # If this is a MB WAY PaymentMethod, this hash contains details about the MB WAY payment method.
3358
- attr_accessor :mb_way
3359
2876
  # 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`.
3360
2877
  attr_accessor :metadata
3361
2878
  # If this is a `mobilepay` PaymentMethod, this hash contains details about the MobilePay payment method.
@@ -3378,18 +2895,12 @@ module Stripe
3378
2895
  attr_accessor :paynow
3379
2896
  # If this is a `paypal` PaymentMethod, this hash contains details about the PayPal payment method.
3380
2897
  attr_accessor :paypal
3381
- # If this is a `payto` PaymentMethod, this hash contains details about the PayTo payment method.
3382
- attr_accessor :payto
3383
2898
  # If this is a `pix` PaymentMethod, this hash contains details about the Pix payment method.
3384
2899
  attr_accessor :pix
3385
2900
  # If this is a `promptpay` PaymentMethod, this hash contains details about the PromptPay payment method.
3386
2901
  attr_accessor :promptpay
3387
- # If this is a `qris` PaymentMethod, this hash contains details about the QRIS payment method.
3388
- attr_accessor :qris
3389
2902
  # Options to configure Radar. See [Radar Session](https://stripe.com/docs/radar/radar-session) for more information.
3390
2903
  attr_accessor :radar_options
3391
- # If this is a `rechnung` PaymentMethod, this hash contains details about the Rechnung payment method.
3392
- attr_accessor :rechnung
3393
2904
  # If this is a `Revolut Pay` PaymentMethod, this hash contains details about the Revolut Pay payment method.
3394
2905
  attr_accessor :revolut_pay
3395
2906
  # If this is a `samsung_pay` PaymentMethod, this hash contains details about the SamsungPay payment method.
@@ -3398,12 +2909,8 @@ module Stripe
3398
2909
  attr_accessor :satispay
3399
2910
  # If this is a `sepa_debit` PaymentMethod, this hash contains details about the SEPA debit bank account.
3400
2911
  attr_accessor :sepa_debit
3401
- # If this is a Shopeepay PaymentMethod, this hash contains details about the Shopeepay payment method.
3402
- attr_accessor :shopeepay
3403
2912
  # If this is a `sofort` PaymentMethod, this hash contains details about the SOFORT payment method.
3404
2913
  attr_accessor :sofort
3405
- # This hash contains details about the Stripe balance payment method.
3406
- attr_accessor :stripe_balance
3407
2914
  # If this is a `swish` PaymentMethod, this hash contains details about the Swish payment method.
3408
2915
  attr_accessor :swish
3409
2916
  # If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
@@ -3437,9 +2944,7 @@ module Stripe
3437
2944
  eps: nil,
3438
2945
  fpx: nil,
3439
2946
  giropay: nil,
3440
- gopay: nil,
3441
2947
  grabpay: nil,
3442
- id_bank_transfer: nil,
3443
2948
  ideal: nil,
3444
2949
  interac_present: nil,
3445
2950
  kakao_pay: nil,
@@ -3447,7 +2952,6 @@ module Stripe
3447
2952
  konbini: nil,
3448
2953
  kr_card: nil,
3449
2954
  link: nil,
3450
- mb_way: nil,
3451
2955
  metadata: nil,
3452
2956
  mobilepay: nil,
3453
2957
  multibanco: nil,
@@ -3459,19 +2963,14 @@ module Stripe
3459
2963
  payco: nil,
3460
2964
  paynow: nil,
3461
2965
  paypal: nil,
3462
- payto: nil,
3463
2966
  pix: nil,
3464
2967
  promptpay: nil,
3465
- qris: nil,
3466
2968
  radar_options: nil,
3467
- rechnung: nil,
3468
2969
  revolut_pay: nil,
3469
2970
  samsung_pay: nil,
3470
2971
  satispay: nil,
3471
2972
  sepa_debit: nil,
3472
- shopeepay: nil,
3473
2973
  sofort: nil,
3474
- stripe_balance: nil,
3475
2974
  swish: nil,
3476
2975
  twint: nil,
3477
2976
  type: nil,
@@ -3498,9 +2997,7 @@ module Stripe
3498
2997
  @eps = eps
3499
2998
  @fpx = fpx
3500
2999
  @giropay = giropay
3501
- @gopay = gopay
3502
3000
  @grabpay = grabpay
3503
- @id_bank_transfer = id_bank_transfer
3504
3001
  @ideal = ideal
3505
3002
  @interac_present = interac_present
3506
3003
  @kakao_pay = kakao_pay
@@ -3508,7 +3005,6 @@ module Stripe
3508
3005
  @konbini = konbini
3509
3006
  @kr_card = kr_card
3510
3007
  @link = link
3511
- @mb_way = mb_way
3512
3008
  @metadata = metadata
3513
3009
  @mobilepay = mobilepay
3514
3010
  @multibanco = multibanco
@@ -3520,19 +3016,14 @@ module Stripe
3520
3016
  @payco = payco
3521
3017
  @paynow = paynow
3522
3018
  @paypal = paypal
3523
- @payto = payto
3524
3019
  @pix = pix
3525
3020
  @promptpay = promptpay
3526
- @qris = qris
3527
3021
  @radar_options = radar_options
3528
- @rechnung = rechnung
3529
3022
  @revolut_pay = revolut_pay
3530
3023
  @samsung_pay = samsung_pay
3531
3024
  @satispay = satispay
3532
3025
  @sepa_debit = sepa_debit
3533
- @shopeepay = shopeepay
3534
3026
  @sofort = sofort
3535
- @stripe_balance = stripe_balance
3536
3027
  @swish = swish
3537
3028
  @twint = twint
3538
3029
  @type = type
@@ -3768,58 +3259,9 @@ module Stripe
3768
3259
  class Paypal < Stripe::RequestParams
3769
3260
  # The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.
3770
3261
  attr_accessor :billing_agreement_id
3771
- # Attribute for param field currency
3772
- attr_accessor :currency
3773
- # 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.
3774
- attr_accessor :subsellers
3775
3262
 
3776
- def initialize(billing_agreement_id: nil, currency: nil, subsellers: nil)
3263
+ def initialize(billing_agreement_id: nil)
3777
3264
  @billing_agreement_id = billing_agreement_id
3778
- @currency = currency
3779
- @subsellers = subsellers
3780
- end
3781
- end
3782
-
3783
- class Payto < Stripe::RequestParams
3784
- class MandateOptions < Stripe::RequestParams
3785
- # Amount that will be collected. It is required when `amount_type` is `fixed`.
3786
- attr_accessor :amount
3787
- # 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.
3788
- attr_accessor :amount_type
3789
- # Date, in YYYY-MM-DD format, after which payments will not be collected. Defaults to no end date.
3790
- attr_accessor :end_date
3791
- # The periodicity at which payments will be collected.
3792
- attr_accessor :payment_schedule
3793
- # 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.
3794
- attr_accessor :payments_per_period
3795
- # The purpose for which payments are made. Defaults to retail.
3796
- attr_accessor :purpose
3797
- # Date, in YYYY-MM-DD format, from which payments will be collected. Defaults to confirmation time.
3798
- attr_accessor :start_date
3799
-
3800
- def initialize(
3801
- amount: nil,
3802
- amount_type: nil,
3803
- end_date: nil,
3804
- payment_schedule: nil,
3805
- payments_per_period: nil,
3806
- purpose: nil,
3807
- start_date: nil
3808
- )
3809
- @amount = amount
3810
- @amount_type = amount_type
3811
- @end_date = end_date
3812
- @payment_schedule = payment_schedule
3813
- @payments_per_period = payments_per_period
3814
- @purpose = purpose
3815
- @start_date = start_date
3816
- end
3817
- end
3818
- # Additional fields for Mandate creation.
3819
- attr_accessor :mandate_options
3820
-
3821
- def initialize(mandate_options: nil)
3822
- @mandate_options = mandate_options
3823
3265
  end
3824
3266
  end
3825
3267
 
@@ -3845,27 +3287,13 @@ module Stripe
3845
3287
  class Filters < Stripe::RequestParams
3846
3288
  # The account subcategories to use to filter for selectable accounts. Valid subcategories are `checking` and `savings`.
3847
3289
  attr_accessor :account_subcategories
3848
- # ID of the institution to use to filter for selectable accounts.
3849
- attr_accessor :institution
3850
3290
 
3851
- def initialize(account_subcategories: nil, institution: nil)
3291
+ def initialize(account_subcategories: nil)
3852
3292
  @account_subcategories = account_subcategories
3853
- @institution = institution
3854
- end
3855
- end
3856
-
3857
- class ManualEntry < Stripe::RequestParams
3858
- # Settings for configuring manual entry of account details.
3859
- attr_accessor :mode
3860
-
3861
- def initialize(mode: nil)
3862
- @mode = mode
3863
3293
  end
3864
3294
  end
3865
3295
  # Provide filters for the linked accounts that the customer can select for the payment method.
3866
3296
  attr_accessor :filters
3867
- # Customize manual entry behavior
3868
- attr_accessor :manual_entry
3869
3297
  # The list of permissions to request. If this parameter is passed, the `payment_method` permission must be included. Valid permissions include: `balances`, `ownership`, `payment_method`, and `transactions`.
3870
3298
  attr_accessor :permissions
3871
3299
  # List of data features that you would like to retrieve upon account creation.
@@ -3873,15 +3301,8 @@ module Stripe
3873
3301
  # For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.
3874
3302
  attr_accessor :return_url
3875
3303
 
3876
- def initialize(
3877
- filters: nil,
3878
- manual_entry: nil,
3879
- permissions: nil,
3880
- prefetch: nil,
3881
- return_url: nil
3882
- )
3304
+ def initialize(filters: nil, permissions: nil, prefetch: nil, return_url: nil)
3883
3305
  @filters = filters
3884
- @manual_entry = manual_entry
3885
3306
  @permissions = permissions
3886
3307
  @prefetch = prefetch
3887
3308
  @return_url = return_url
@@ -3940,8 +3361,6 @@ module Stripe
3940
3361
  attr_accessor :link
3941
3362
  # If this is a `paypal` PaymentMethod, this sub-hash contains details about the PayPal payment method options.
3942
3363
  attr_accessor :paypal
3943
- # If this is a `payto` SetupIntent, this sub-hash contains details about the PayTo payment method options.
3944
- attr_accessor :payto
3945
3364
  # If this is a `sepa_debit` SetupIntent, this sub-hash contains details about the SEPA Debit payment method options.
3946
3365
  attr_accessor :sepa_debit
3947
3366
  # If this is a `us_bank_account` SetupIntent, this sub-hash contains details about the US bank account payment method options.
@@ -3955,7 +3374,6 @@ module Stripe
3955
3374
  card_present: nil,
3956
3375
  link: nil,
3957
3376
  paypal: nil,
3958
- payto: nil,
3959
3377
  sepa_debit: nil,
3960
3378
  us_bank_account: nil
3961
3379
  )
@@ -3966,7 +3384,6 @@ module Stripe
3966
3384
  @card_present = card_present
3967
3385
  @link = link
3968
3386
  @paypal = paypal
3969
- @payto = payto
3970
3387
  @sepa_debit = sepa_debit
3971
3388
  @us_bank_account = us_bank_account
3972
3389
  end
@@ -4048,10 +3465,6 @@ module Stripe
4048
3465
  #
4049
3466
  # If present, the SetupIntent's payment method will be attached to the Customer on successful setup. Payment methods attached to other Customers cannot be used with this SetupIntent.
4050
3467
  attr_reader :customer
4051
- # ID of the Account this SetupIntent belongs to, if one exists.
4052
- #
4053
- # If present, the SetupIntent's payment method will be attached to the Account on successful setup. Payment methods attached to other Accounts cannot be used with this SetupIntent.
4054
- attr_reader :customer_account
4055
3468
  # An arbitrary string attached to the object. Often useful for displaying to users.
4056
3469
  attr_reader :description
4057
3470
  # Indicates the directions of money movement for which this payment method is intended to be used.