stripe 8.7.0.pre.beta.3 → 8.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +44 -176
  3. data/OPENAPI_VERSION +1 -1
  4. data/README.md +0 -11
  5. data/VERSION +1 -1
  6. data/lib/stripe/api_operations/request.rb +0 -2
  7. data/lib/stripe/api_version.rb +0 -1
  8. data/lib/stripe/object_types.rb +3 -16
  9. data/lib/stripe/resources/credit_note_line_item.rb +1 -0
  10. data/lib/stripe/resources/financial_connections/account.rb +0 -39
  11. data/lib/stripe/resources/issuing/card.rb +0 -18
  12. data/lib/stripe/resources/quote.rb +0 -131
  13. data/lib/stripe/resources/subscription_schedule.rb +0 -18
  14. data/lib/stripe/resources/tax/calculation_line_item.rb +10 -0
  15. data/lib/stripe/resources/tax/transaction_line_item.rb +10 -0
  16. data/lib/stripe/resources/terminal/reader.rb +0 -54
  17. data/lib/stripe/resources/treasury/financial_account_features.rb +12 -0
  18. data/lib/stripe/resources.rb +3 -16
  19. data/lib/stripe/stripe_client.rb +26 -60
  20. data/lib/stripe/stripe_configuration.rb +0 -3
  21. data/lib/stripe/util.rb +1 -8
  22. data/lib/stripe/version.rb +1 -1
  23. data/lib/stripe.rb +0 -47
  24. metadata +7 -21
  25. data/lib/stripe/request_signing_authenticator.rb +0 -83
  26. data/lib/stripe/resources/account_session.rb +0 -17
  27. data/lib/stripe/resources/capital/financing_offer.rb +0 -32
  28. data/lib/stripe/resources/capital/financing_summary.rb +0 -12
  29. data/lib/stripe/resources/capital/financing_transaction.rb +0 -13
  30. data/lib/stripe/resources/customer_session.rb +0 -12
  31. data/lib/stripe/resources/financial_connections/inferred_balance.rb +0 -13
  32. data/lib/stripe/resources/financial_connections/transaction.rb +0 -13
  33. data/lib/stripe/resources/gift_cards/card.rb +0 -25
  34. data/lib/stripe/resources/gift_cards/transaction.rb +0 -56
  35. data/lib/stripe/resources/issuing/card_bundle.rb +0 -13
  36. data/lib/stripe/resources/issuing/card_design.rb +0 -58
  37. data/lib/stripe/resources/order.rb +0 -89
  38. data/lib/stripe/resources/payment_method_configuration.rb +0 -13
  39. data/lib/stripe/resources/quote_phase.rb +0 -29
  40. data/lib/stripe/resources/tax/form.rb +0 -39
  41. data/lib/stripe/resources/tax/registration.rb +0 -19
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 58cf6a053cd2c06123c49e3e3a0821cc69c639c7c5d286c0e5e3c020be2b8739
4
- data.tar.gz: fadd0f3f33477c8ee167eb4ed141573730a82b74d89b4b26c7e8540a576013c8
3
+ metadata.gz: ff2d744f7713eb43a337ea7069114c02fa4a9ec886efc5e69332661ff9b90f7d
4
+ data.tar.gz: a81af3893eb05270691d307ed0caa132a2ce5fa6b50497840f7d35606dbb7b45
5
5
  SHA512:
6
- metadata.gz: c121e9dcb1aba1c902e5f5810a8f84c00fa632c86832cf3e6fa4640177114044df580d37c9f0184af31a26335c0daddbd91c98f5c7553780755f400fd6303608
7
- data.tar.gz: 6bda9c1bc6b38a47f1d99736bd5e938f46627e4874ec343004d73b3b5abdf8f9097fc293fd45002ac7183e4360ee114fb482e8392c3219da98cfe29b184e2cca
6
+ metadata.gz: 951d8c44a5ed2d161946b139980de3290731d58fecd3ec3118604df28e88ca4a0d30c015fef53990a7cef665e3529b129cee34862f6c05e42865184c249966ef
7
+ data.tar.gz: 7aacbdc98ce6c65b9f345d1f28aed3bcc149d6e2422f8688e2de89dd6b874884a2426018bb391fdb262bac77bd910e4bd896fdfbe83a707ddafd29c82e0d66f6
data/CHANGELOG.md CHANGED
@@ -1,26 +1,8 @@
1
1
  # Changelog
2
2
 
3
- ## 8.7.0-beta.3 - 2023-08-03
4
- * [#1254](https://github.com/stripe/stripe-ruby/pull/1254) Update generated code for beta
5
- * Add support for `submit_card` test helper method on resource `Issuing.Card`
6
- * [#1252](https://github.com/stripe/stripe-ruby/pull/1252) Remove developer_message support
7
-
8
- ## 8.7.0-beta.2 - 2023-07-28
9
- * [#1251](https://github.com/stripe/stripe-ruby/pull/1251) Update generated code for beta
10
- * Add support for new resource `Tax.Form`
11
- * Add support for `list`, `pdf`, and `retrieve` methods on resource `Form`
12
- * [#1249](https://github.com/stripe/stripe-ruby/pull/1249) Update generated code for beta
13
- * [#1246](https://github.com/stripe/stripe-ruby/pull/1246) Update generated code for beta
14
-
15
-
16
- ## 8.7.0-beta.1 - 2023-07-13
17
- * [#1245](https://github.com/stripe/stripe-ruby/pull/1245) Update generated code for beta
18
- Release specs are identical.
19
- * [#1243](https://github.com/stripe/stripe-ruby/pull/1243) Update generated code for beta
20
- * Add support for new resource `PaymentMethodConfiguration`
21
- * Add support for `create`, `list`, `retrieve`, and `update` methods on resource `PaymentMethodConfiguration`
22
- * [#1239](https://github.com/stripe/stripe-ruby/pull/1239) Update generated code for beta
23
-
3
+ ## 8.7.0 - 2023-08-10
4
+ * [#1256](https://github.com/stripe/stripe-ruby/pull/1256) Update generated code
5
+ Add resources `Tax::CalculationLineItem`, `Tax::TransactionLineItem`, and `Treasury::FinancialAccountFeatures`. These resources have no methods on them, but do represent the return type of methods elsewhere.
24
6
 
25
7
  ## 8.6.0 - 2023-07-13
26
8
  * [#1244](https://github.com/stripe/stripe-ruby/pull/1244) Update generated code
@@ -42,7 +24,7 @@
42
24
 
43
25
  * [#1225](https://github.com/stripe/stripe-ruby/pull/1225) Downgrade jaro_winkler
44
26
  * [#1219](https://github.com/stripe/stripe-ruby/pull/1219) Update generated code
45
-
27
+
46
28
  Documentation updates.
47
29
  * [#1215](https://github.com/stripe/stripe-ruby/pull/1215) Update generated code
48
30
 
@@ -50,49 +32,13 @@
50
32
 
51
33
  * [#1204](https://github.com/stripe/stripe-ruby/pull/1204) Update generated code
52
34
 
53
- ## 8.6.0-beta.6 - 2023-06-22
54
- * [#1237](https://github.com/stripe/stripe-ruby/pull/1237) Update generated code for beta
55
- * Add support for new resource `CustomerSession`
56
- * Add support for `create` method on resource `CustomerSession`
57
- * [#1233](https://github.com/stripe/stripe-ruby/pull/1233) Update generated code for beta
58
- * [#1229](https://github.com/stripe/stripe-ruby/pull/1229) Update generated code for beta
59
-
60
- ## 8.6.0-beta.5 - 2023-06-01
61
- * [#1227](https://github.com/stripe/stripe-ruby/pull/1227) Update generated code for beta
62
- * [#1228](https://github.com/stripe/stripe-ruby/pull/1228) Document raw_request
63
- * [#1222](https://github.com/stripe/stripe-ruby/pull/1222) Update generated code for beta
64
- * [#1224](https://github.com/stripe/stripe-ruby/pull/1224) Handle developer message in preview error responses
65
-
66
- ## 8.6.0-beta.4 - 2023-05-19
67
- * [#1220](https://github.com/stripe/stripe-ruby/pull/1220) Update generated code for beta
68
- * Add support for `subscribe` and `unsubscribe` methods on resource `FinancialConnections.Account`
69
- * [#1217](https://github.com/stripe/stripe-ruby/pull/1217) Add raw_request
70
- * [#1216](https://github.com/stripe/stripe-ruby/pull/1216) Update generated code for beta
71
- * [#1214](https://github.com/stripe/stripe-ruby/pull/1214) Update generated code for beta
72
-
73
- ## 8.6.0-beta.3 - 2023-04-17
74
- * [#1211](https://github.com/stripe/stripe-ruby/pull/1211) Update generated code for beta
75
- * [#1210](https://github.com/stripe/stripe-ruby/pull/1210), [#1212](https://github.com/stripe/stripe-ruby/pull/1212), [#1213](https://github.com/stripe/stripe-ruby/pull/1213) Add support for request signing
76
-
77
- ## 8.6.0-beta.2 - 2023-04-13
78
- * [#1206](https://github.com/stripe/stripe-ruby/pull/1206) Update generated code for beta
79
- * Add support for `collect_payment_method` and `confirm_payment_intent` methods on resource `Terminal.Reader`
80
- * [#1205](https://github.com/stripe/stripe-ruby/pull/1205) Update generated code for beta
81
-
82
- ## 8.6.0-beta.1 - 2023-03-30
83
- * [#1202](https://github.com/stripe/stripe-ruby/pull/1202) Update generated code for beta
84
35
 
85
36
  ## 8.5.0 - 2023-03-30
86
37
  * [#1203](https://github.com/stripe/stripe-ruby/pull/1203) Update generated code
87
- * Remove support for `create` method on resource `Tax.Transaction`
38
+ * Remove support for `create` method on resource `Tax.Transaction`
88
39
  * This is not a breaking change, as this method was deprecated before the Tax Transactions API was released in favor of the `create_from_calculation` method.
89
40
  * [#1201](https://github.com/stripe/stripe-ruby/pull/1201) Update save deprecation message
90
41
 
91
- ## 8.5.0-beta.1 - 2023-03-23
92
- * [#1194](https://github.com/stripe/stripe-ruby/pull/1194) Update generated code for beta (new)
93
- * Add support for new resources `Tax.CalculationLineItem` and `Tax.TransactionLineItem`
94
- * Add support for `collect_inputs` method on resource `Terminal.Reader`
95
-
96
42
  ## 8.4.0 - 2023-03-23
97
43
  * [#1197](https://github.com/stripe/stripe-ruby/pull/1197) Update generated code (new)
98
44
  * Add support for new resources `Tax.CalculationLineItem`, `Tax.Calculation`, `Tax.TransactionLineItem`, and `Tax.Transaction`
@@ -100,91 +46,18 @@
100
46
  * Add support for `create_from_calculation`, `create_reversal`, `create`, `list_line_items`, and `retrieve` methods on resource `Transaction`
101
47
  * [#1152](https://github.com/stripe/stripe-ruby/pull/1152) Symbolize hash keys inside `convert_to_stripe_object_with_params`
102
48
 
103
- ## 8.4.0-beta.4 - 2023-03-16
104
- * [#1189](https://github.com/stripe/stripe-ruby/pull/1189) Update generated code for beta (new)
105
- * Add support for `create_from_calculation` method on resource `Tax.Transaction`
106
- * [#1188](https://github.com/stripe/stripe-ruby/pull/1188) Update generated code for beta (new)
107
- * Remove support for resources `Capital.FinancingOffer` and `Capital.FinancingSummary`
108
- * Remove support for `list`, `mark_delivered`, and `retrieve` methods on resource `FinancingOffer`
109
- * Remove support for `retrieve` method on resource `FinancingSummary`
110
- * [#1187](https://github.com/stripe/stripe-ruby/pull/1187) Merge upstream master
111
-
112
- ## 8.4.0-beta.3 - 2023-03-09
113
- * [#1184](https://github.com/stripe/stripe-ruby/pull/1184) API Updates for beta branch
114
- * Updated stable APIs to the latest version
115
- * Remove support for `list_transactions` method on resource `Tax.Transaction`
116
-
117
- ## 8.4.0-beta.2 - 2023-03-03
118
- * [#1183](https://github.com/stripe/stripe-ruby/pull/1183) API Updates for beta branch
119
- * Updated stable APIs to the latest version
120
- * Add support for new resources `Issuing.CardBundle` and `Issuing.CardDesign`
121
- * Add support for `list` and `retrieve` methods on resource `CardBundle`
122
- * Add support for `list`, `retrieve`, and `update` methods on resource `CardDesign`
123
-
124
- ## 8.4.0-beta.1 - 2023-02-23
125
- * [#1182](https://github.com/stripe/stripe-ruby/pull/1182) API Updates for beta branch
126
- * Updated stable APIs to the latest version
127
-
128
49
  ## 8.3.0 - 2023-02-16
129
50
  * [#1175](https://github.com/stripe/stripe-ruby/pull/1175) API Updates
130
51
  * Add support for `refund_payment` method on resource `Terminal.Reader`
131
52
 
132
- ## 8.3.0-beta.1 - 2023-02-02
133
- * [#1174](https://github.com/stripe/stripe-ruby/pull/1174) API Updates for beta branch
134
- * Updated stable APIs to the latest version
135
- * Add support for new resource `FinancialConnections.Transaction`
136
- * Add support for `list` method on resource `Transaction`
137
-
138
53
  ## 8.2.0 - 2023-02-02
139
54
  * [#1173](https://github.com/stripe/stripe-ruby/pull/1173) API Updates
140
55
  * Add support for `resume` method on resource `Subscription`
141
56
  * [#1171](https://github.com/stripe/stripe-ruby/pull/1171) Remove unused `partial` param from `initialize_from`
142
57
 
143
- ## 8.2.0-beta.3 - 2023-01-26
144
- * [#1172](https://github.com/stripe/stripe-ruby/pull/1172) API Updates for beta branch
145
- * Updated stable APIs to the latest version
146
- * Add support for `list_transactions` method on resource `Tax.Transaction`
147
-
148
- ## 8.2.0-beta.2 - 2023-01-19
149
- * [#1170](https://github.com/stripe/stripe-ruby/pull/1170) API Updates for beta branch
150
- * Updated stable APIs to the latest version
151
- * Add support for `Tax.Settings` resource.
152
-
153
- ## 8.2.0-beta.1 - 2023-01-12
154
- * [#1167](https://github.com/stripe/stripe-ruby/pull/1167) API Updates for beta branch
155
- * Updated stable APIs to the latest version
156
- * Change `quote.draft_quote` implementation to from calling `POST /v1/quotes/{quote}/draft` to `POST /v1/quotes/{quote}/mark_draft`
157
- * Add support for `Tax::Register` resource
158
-
159
58
  ## 8.1.0 - 2023-01-12
160
59
  * [#1162](https://github.com/stripe/stripe-ruby/pull/1162) Improve request events instrumentation
161
60
 
162
- ## 8.1.0-beta.4 - 2023-01-05
163
- * [#1164](https://github.com/stripe/stripe-ruby/pull/1164) API Updates for beta branch
164
- * Updated stable APIs to the latest version
165
- * Add support for `mark_stale_quote` method on resource `Quote`
166
-
167
- ## 8.1.0-beta.3 - 2022-12-22
168
- * [#1158](https://github.com/stripe/stripe-ruby/pull/1158) API Updates for beta branch
169
- * Updated stable APIs to the latest version
170
- * Move `TaxCalculation` and `TaxTransaction` to `Tax::Calculation` and `Tax::Transaction`.
171
-
172
- ## 8.1.0-beta.2 - 2022-12-15
173
- * [#1156](https://github.com/stripe/stripe-ruby/pull/1156) API Updates for beta branch
174
- * Updated stable APIs to the latest version
175
- * Add support for new resources `TaxCalculation`, and `TaxTransaction`
176
- * Add support for `create` and `list_line_items` methods on resource `TaxCalculation`
177
- * Add support for `create_reversal`, `create`, and `retrieve` methods on resource `TaxTransaction`
178
- * [#1155](https://github.com/stripe/stripe-ruby/pull/1155) API Updates for beta branch
179
- * Updated stable APIs to the latest version
180
- * Add support for new resource `QuoteLine`.
181
-
182
- ## 8.1.0-beta.1 - 2022-12-08
183
- * [#1153](https://github.com/stripe/stripe-ruby/pull/1153) API Updates for beta branch
184
- * Updated stable APIs to the latest version
185
- * [#1146](https://github.com/stripe/stripe-ruby/pull/1146) API Updates for beta branch
186
- * Updated stable APIs to the latest version
187
-
188
61
  ## 8.0.0 - 2022-11-16
189
62
  * [#1144](https://github.com/stripe/stripe-ruby/pull/1144) Next major release changes
190
63
 
@@ -192,29 +65,30 @@ Breaking changes that arose during code generation of the library that we postpo
192
65
 
193
66
  "⚠️" symbol highlights breaking changes.
194
67
 
195
- ## 7.2.0-beta.5 - 2022-11-02
196
- * [#1139](https://github.com/stripe/stripe-ruby/pull/1139) API Updates for beta branch
197
- * Updated beta APIs to the latest stable version
198
- * [#1135](https://github.com/stripe/stripe-ruby/pull/1135) API Updates for beta branch
199
- * Updated stable APIs to the latest version
200
-
201
- ## 7.2.0-beta.4 - 2022-10-07
202
- * [#999](https://github.com/stripe/stripe-ruby/pull/999) DESCRIBE CHANGES HERE (try to use the same style, tense, etc. as the other entries)
68
+ ### Deprecated
69
+ - The `save` method is deprecated. Prefer the static `update` method that doesn't require retrieval of the resource to update it.
70
+ ``` ruby
71
+ # before
72
+ refund = Stripe::Refund.retrieve("re_123")
73
+ refund.description = "Refund description"
74
+ refund.save
75
+
76
+ # after
77
+ Stripe::Refund.update("re_123", description: "Refund description")
78
+ ```
203
79
 
204
- ## 7.2.0-beta.3 - 2022-09-26
205
- * [#1129](https://github.com/stripe/stripe-ruby/pull/1129) API Updates for beta branch
206
- * Updated stable APIs to the latest version
207
- * Add `FinancingOffer`, `FinancingSummary` and `FinancingTransaction` resources.
80
+ ### ⚠️ Removed
81
+ - Removed deprecated `Sku` resource.
82
+ - Removed deprecated `Orders` resource.
83
+ - Removed deprecated `delete` method on `Subscription` resource. Please use `cancel` method instead.
84
+ ```ruby
85
+ # before
86
+ Stripe::Subscription::delete("sub_12345")
208
87
 
209
- ## 7.2.0-beta.2 - 2022-08-26
210
- * [#1127](https://github.com/stripe/stripe-ruby/pull/1127) API Updates for beta branch
211
- * Updated stable APIs to the latest version
212
- * Add support for the beta [Gift Card API](https://stripe.com/docs/gift-cards).
88
+ # after
89
+ Stripe::Subscription::cancel("sub_12345")
90
+ ```
213
91
 
214
- ## 7.2.0-beta.1 - 2022-08-23
215
- * [#1122](https://github.com/stripe/stripe-ruby/pull/1122) API Updates for beta branch
216
- - Updated stable APIs to the latest version
217
- - `Stripe-Version` beta headers are not pinned by-default and need to be manually specified, please refer to [beta SDKs README section](https://github.com/stripe/stripe-ruby/blob/master/README.md#beta-sdks)
218
92
 
219
93
  ## 7.1.0 - 2022-08-19
220
94
  * [#1116](https://github.com/stripe/stripe-ruby/pull/1116) API Updates
@@ -223,16 +97,6 @@ Breaking changes that arose during code generation of the library that we postpo
223
97
  * [#1117](https://github.com/stripe/stripe-ruby/pull/1117) Refresh rubocop config.
224
98
  * [#1115](https://github.com/stripe/stripe-ruby/pull/1115) Add a support section to the readme
225
99
 
226
- ## 7.1.0-beta.2 - 2022-08-11
227
- * [#1113](https://github.com/stripe/stripe-ruby/pull/1113) API Updates for beta branch
228
- - Updated stable APIs to the latest version
229
- - Add `refund_payment` method to Terminal resource
230
-
231
- ## 7.1.0-beta.1 - 2022-08-03
232
- * [#1107](https://github.com/stripe/stripe-ruby/pull/1107) API Updates for beta branch
233
- - Updated stable APIs to the latest version
234
- - Added the `Order` resource support
235
-
236
100
  ## 7.0.0 - 2022-08-02
237
101
 
238
102
  Breaking changes that arose during code generation of the library that we postponed for the next major version. For changes to the SDK, read more detailed description at https://github.com/stripe/stripe-ruby/wiki/Migration-guide-for-v7. For changes to the Stripe products, read more at https://stripe.com/docs/upgrades#2022-08-01.
@@ -244,19 +108,21 @@ Breaking changes that arose during code generation of the library that we postpo
244
108
  * [#1090](https://github.com/stripe/stripe-ruby/pull/1090) Use auto-generation for `Invoice` methods
245
109
  * [#1103](https://github.com/stripe/stripe-ruby/pull/1103) Next major release changes
246
110
 
247
- ## 6.6.0-beta.1 - 2022-07-22
248
- * [#1100](https://github.com/stripe/stripe-ruby/pull/1100) API Updates for beta branch
249
- - Updated stable APIs to the latest version
250
- - Add `QuotePhase` resource
251
- * [#1097](https://github.com/stripe/stripe-ruby/pull/1097) API Updates for beta branch
252
- - Updated stable APIs to the latest version
253
- - Add `SubscriptionSchedule.amend` method.
254
- * [#1093](https://github.com/stripe/stripe-ruby/pull/1093) API Updates for beta branch
255
- - Include `server_side_confirmation_beta=v1` beta
256
- - Add `secretKeyConfirmation` to `PaymentIntent`
257
- * [#1085](https://github.com/stripe/stripe-ruby/pull/1085) API Updates for beta branch
258
- - Updated stable APIs to the latest version
259
- * [#1075](https://github.com/stripe/stripe-ruby/pull/1075) Use the generated API version
111
+ ### ⚠️ Changed
112
+ * `retrieve_cash_balance` and `update_cash_balance` methods on `Customer` resource no longer requires the second argument to always be `nil`. The methods now now take in `customer_id`, `params`, and `opts` parameters.
113
+ * Update default bundle of CA certificates to April 26, 2022.
114
+
115
+ ### Deprecated
116
+ * Deprecate `delete` method on `Subscription` resource. Please use `cancel` method instead.
117
+
118
+ ### ⚠️ Removed
119
+ * Remove `details` method from `Issuing.Card` resource. The method was not supported.
120
+ * Remove `Issuing.CardDetails` resource. Read more at https://stripe.com/docs/issuing/cards/virtual.
121
+ * Remove `create` method from `ReportType` resource. The method was not supported.
122
+ * Remove `usage_record_summaries` method from `SubscriptionItem` resource. Please use `list_usage_record_summaries` method instead.
123
+ * Remove `AlipayAccount`, `BitcoinReceiver`, `BitcoinTransaction`, `Issuing::CardDetails`, `Recipient`, ` RecipientTransfer`, and `ThreeDSecure` resources. The resources were deprecated or no longer in use.
124
+ * Remove ability to list `Card` resource for a `Recipient`.
125
+ * Remove `cancel` method from `Transfer` resource. The method was deprecated.
260
126
 
261
127
  ## 6.5.0 - 2022-06-29
262
128
  * [#1084](https://github.com/stripe/stripe-ruby/pull/1084) API Updates
@@ -286,6 +152,8 @@ Breaking changes that arose during code generation of the library that we postpo
286
152
  * Add support for new resources `Treasury.CreditReversal`, `Treasury.DebitReversal`, `Treasury.FinancialAccountFeatures`, `Treasury.FinancialAccount`, `Treasury.FlowDetails`, `Treasury.InboundTransfer`, `Treasury.OutboundPayment`, `Treasury.OutboundTransfer`, `Treasury.ReceivedCredit`, `Treasury.ReceivedDebit`, `Treasury.TransactionEntry`, and `Treasury.Transaction`
287
153
  * Add support for `retrieve_payment_method` method on resource `Customer`
288
154
  * Add support for `list_owners` and `list` methods on resource `FinancialConnections.Account`
155
+
156
+
289
157
 
290
158
  ## 6.0.0 - 2022-05-09
291
159
  * [#1056](https://github.com/stripe/stripe-ruby/pull/1056) API Updates
@@ -301,6 +169,7 @@ Breaking changes that arose during code generation of the library that we postpo
301
169
  ## 5.55.0 - 2022-05-05
302
170
  * [#1055](https://github.com/stripe/stripe-ruby/pull/1055) API Updates
303
171
  * Add support for new resources `FinancialConnections.AccountOwner`, `FinancialConnections.AccountOwnership`, `FinancialConnections.Account`, and `FinancialConnections.Session`
172
+
304
173
 
305
174
  ## 5.54.0 - 2022-05-03
306
175
  * [#1053](https://github.com/stripe/stripe-ruby/pull/1053) API Updates
@@ -1331,4 +1200,3 @@ Identical to 1.56.0 above. I incorrectly cut a patch-level release.
1331
1200
  <!--
1332
1201
  # vim: set tw=0:
1333
1202
  -->
1334
-
data/OPENAPI_VERSION CHANGED
@@ -1 +1 @@
1
- v442
1
+ v457
data/README.md CHANGED
@@ -323,17 +323,6 @@ If your beta feature requires a `Stripe-Version` header to be sent, use the `Str
323
323
  Stripe.api_version += "; feature_beta=v3"
324
324
  ```
325
325
 
326
- ### Custom requests
327
-
328
- If you would like to send a request to an undocumented API (for example you are in a private beta), or if you prefer to bypass the method definitions in the library and specify your request details directly, you can use the `raw_request` method on `Stripe`.
329
-
330
- ```ruby
331
- resp = Stripe.raw_request(:post, "/v1/beta_endpoint", {param: 123}, {stripe_version: "2022-11-15; feature_beta=v3"})
332
-
333
- # (Optional) resp is a StripeResponse. You can use `Stripe.deserialize` to get a StripeObject.
334
- deserialized_resp = Stripe.deserialize(resp.http_body)
335
- ```
336
-
337
326
  ## Support
338
327
 
339
328
  New features and bug fixes are released on the latest major version of the Stripe Ruby library. If you are on an older major version, we recommend that you upgrade to the latest in order to use the new features and bug fixes including those for security vulnerabilities. Older major versions of the package will continue to be available for use, but will not be receiving any updates.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 8.7.0-beta.3
1
+ 8.7.0
@@ -47,7 +47,6 @@ module Stripe
47
47
  api_key = headers.delete(:api_key)
48
48
  api_base = headers.delete(:api_base)
49
49
  client = headers.delete(:client)
50
- api_mode = headers.delete(:api_mode)
51
50
  # Assume all remaining opts must be headers
52
51
 
53
52
  resp, opts[:api_key] = client.send(
@@ -55,7 +54,6 @@ module Stripe
55
54
  method, url,
56
55
  api_base: api_base, api_key: api_key,
57
56
  headers: headers, params: params,
58
- api_mode: api_mode,
59
57
  &read_body_chunk_block
60
58
  )
61
59
 
@@ -4,6 +4,5 @@
4
4
  module Stripe
5
5
  module ApiVersion
6
6
  CURRENT = "2022-11-15"
7
- PREVIEW = "2023-07-13.preview-v2"
8
7
  end
9
8
  end
@@ -14,7 +14,6 @@ module Stripe
14
14
  # business objects
15
15
  Account::OBJECT_NAME => Account,
16
16
  AccountLink::OBJECT_NAME => AccountLink,
17
- AccountSession::OBJECT_NAME => AccountSession,
18
17
  ApplePayDomain::OBJECT_NAME => ApplePayDomain,
19
18
  ApplicationFee::OBJECT_NAME => ApplicationFee,
20
19
  ApplicationFeeRefund::OBJECT_NAME => ApplicationFeeRefund,
@@ -25,9 +24,6 @@ module Stripe
25
24
  BillingPortal::Configuration::OBJECT_NAME => BillingPortal::Configuration,
26
25
  BillingPortal::Session::OBJECT_NAME => BillingPortal::Session,
27
26
  Capability::OBJECT_NAME => Capability,
28
- Capital::FinancingOffer::OBJECT_NAME => Capital::FinancingOffer,
29
- Capital::FinancingSummary::OBJECT_NAME => Capital::FinancingSummary,
30
- Capital::FinancingTransaction::OBJECT_NAME => Capital::FinancingTransaction,
31
27
  Card::OBJECT_NAME => Card,
32
28
  CashBalance::OBJECT_NAME => CashBalance,
33
29
  Charge::OBJECT_NAME => Charge,
@@ -39,7 +35,6 @@ module Stripe
39
35
  Customer::OBJECT_NAME => Customer,
40
36
  CustomerBalanceTransaction::OBJECT_NAME => CustomerBalanceTransaction,
41
37
  CustomerCashBalanceTransaction::OBJECT_NAME => CustomerCashBalanceTransaction,
42
- CustomerSession::OBJECT_NAME => CustomerSession,
43
38
  Discount::OBJECT_NAME => Discount,
44
39
  Dispute::OBJECT_NAME => Dispute,
45
40
  EphemeralKey::OBJECT_NAME => EphemeralKey,
@@ -52,12 +47,8 @@ module Stripe
52
47
  FinancialConnections::AccountOwner::OBJECT_NAME => FinancialConnections::AccountOwner,
53
48
  FinancialConnections::AccountOwnership::OBJECT_NAME =>
54
49
  FinancialConnections::AccountOwnership,
55
- FinancialConnections::InferredBalance::OBJECT_NAME => FinancialConnections::InferredBalance,
56
50
  FinancialConnections::Session::OBJECT_NAME => FinancialConnections::Session,
57
- FinancialConnections::Transaction::OBJECT_NAME => FinancialConnections::Transaction,
58
51
  FundingInstructions::OBJECT_NAME => FundingInstructions,
59
- GiftCards::Card::OBJECT_NAME => GiftCards::Card,
60
- GiftCards::Transaction::OBJECT_NAME => GiftCards::Transaction,
61
52
  Identity::VerificationReport::OBJECT_NAME => Identity::VerificationReport,
62
53
  Identity::VerificationSession::OBJECT_NAME => Identity::VerificationSession,
63
54
  Invoice::OBJECT_NAME => Invoice,
@@ -65,19 +56,15 @@ module Stripe
65
56
  InvoiceLineItem::OBJECT_NAME => InvoiceLineItem,
66
57
  Issuing::Authorization::OBJECT_NAME => Issuing::Authorization,
67
58
  Issuing::Card::OBJECT_NAME => Issuing::Card,
68
- Issuing::CardBundle::OBJECT_NAME => Issuing::CardBundle,
69
- Issuing::CardDesign::OBJECT_NAME => Issuing::CardDesign,
70
59
  Issuing::Cardholder::OBJECT_NAME => Issuing::Cardholder,
71
60
  Issuing::Dispute::OBJECT_NAME => Issuing::Dispute,
72
61
  Issuing::Transaction::OBJECT_NAME => Issuing::Transaction,
73
62
  LineItem::OBJECT_NAME => LineItem,
74
63
  LoginLink::OBJECT_NAME => LoginLink,
75
64
  Mandate::OBJECT_NAME => Mandate,
76
- Order::OBJECT_NAME => Order,
77
65
  PaymentIntent::OBJECT_NAME => PaymentIntent,
78
66
  PaymentLink::OBJECT_NAME => PaymentLink,
79
67
  PaymentMethod::OBJECT_NAME => PaymentMethod,
80
- PaymentMethodConfiguration::OBJECT_NAME => PaymentMethodConfiguration,
81
68
  Payout::OBJECT_NAME => Payout,
82
69
  Person::OBJECT_NAME => Person,
83
70
  Plan::OBJECT_NAME => Plan,
@@ -85,7 +72,6 @@ module Stripe
85
72
  Product::OBJECT_NAME => Product,
86
73
  PromotionCode::OBJECT_NAME => PromotionCode,
87
74
  Quote::OBJECT_NAME => Quote,
88
- QuotePhase::OBJECT_NAME => QuotePhase,
89
75
  Radar::EarlyFraudWarning::OBJECT_NAME => Radar::EarlyFraudWarning,
90
76
  Radar::ValueList::OBJECT_NAME => Radar::ValueList,
91
77
  Radar::ValueListItem::OBJECT_NAME => Radar::ValueListItem,
@@ -104,10 +90,10 @@ module Stripe
104
90
  SubscriptionItem::OBJECT_NAME => SubscriptionItem,
105
91
  SubscriptionSchedule::OBJECT_NAME => SubscriptionSchedule,
106
92
  Tax::Calculation::OBJECT_NAME => Tax::Calculation,
107
- Tax::Form::OBJECT_NAME => Tax::Form,
108
- Tax::Registration::OBJECT_NAME => Tax::Registration,
93
+ Tax::CalculationLineItem::OBJECT_NAME => Tax::CalculationLineItem,
109
94
  Tax::Settings::OBJECT_NAME => Tax::Settings,
110
95
  Tax::Transaction::OBJECT_NAME => Tax::Transaction,
96
+ Tax::TransactionLineItem::OBJECT_NAME => Tax::TransactionLineItem,
111
97
  TaxCode::OBJECT_NAME => TaxCode,
112
98
  TaxId::OBJECT_NAME => TaxId,
113
99
  TaxRate::OBJECT_NAME => TaxRate,
@@ -122,6 +108,7 @@ module Stripe
122
108
  Treasury::CreditReversal::OBJECT_NAME => Treasury::CreditReversal,
123
109
  Treasury::DebitReversal::OBJECT_NAME => Treasury::DebitReversal,
124
110
  Treasury::FinancialAccount::OBJECT_NAME => Treasury::FinancialAccount,
111
+ Treasury::FinancialAccountFeatures::OBJECT_NAME => Treasury::FinancialAccountFeatures,
125
112
  Treasury::InboundTransfer::OBJECT_NAME => Treasury::InboundTransfer,
126
113
  Treasury::OutboundPayment::OBJECT_NAME => Treasury::OutboundPayment,
127
114
  Treasury::OutboundTransfer::OBJECT_NAME => Treasury::OutboundTransfer,
@@ -2,6 +2,7 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module Stripe
5
+ # The credit note line item object
5
6
  class CreditNoteLineItem < StripeObject
6
7
  OBJECT_NAME = "credit_note_line_item"
7
8
  end
@@ -6,12 +6,9 @@ module Stripe
6
6
  # A Financial Connections Account represents an account that exists outside of Stripe, to which you have been granted some degree of access.
7
7
  class Account < APIResource
8
8
  extend Stripe::APIOperations::List
9
- extend Stripe::APIOperations::NestedResource
10
9
 
11
10
  OBJECT_NAME = "financial_connections.account"
12
11
 
13
- nested_resource_class_methods :inferred_balance, operations: %i[list]
14
-
15
12
  def disconnect(params = {}, opts = {})
16
13
  request_stripe_object(
17
14
  method: :post,
@@ -39,24 +36,6 @@ module Stripe
39
36
  )
40
37
  end
41
38
 
42
- def subscribe(params = {}, opts = {})
43
- request_stripe_object(
44
- method: :post,
45
- path: format("/v1/financial_connections/accounts/%<account>s/subscribe", { account: CGI.escape(self["id"]) }),
46
- params: params,
47
- opts: opts
48
- )
49
- end
50
-
51
- def unsubscribe(params = {}, opts = {})
52
- request_stripe_object(
53
- method: :post,
54
- path: format("/v1/financial_connections/accounts/%<account>s/unsubscribe", { account: CGI.escape(self["id"]) }),
55
- params: params,
56
- opts: opts
57
- )
58
- end
59
-
60
39
  def self.disconnect(account, params = {}, opts = {})
61
40
  request_stripe_object(
62
41
  method: :post,
@@ -83,24 +62,6 @@ module Stripe
83
62
  opts: opts
84
63
  )
85
64
  end
86
-
87
- def self.subscribe(account, params = {}, opts = {})
88
- request_stripe_object(
89
- method: :post,
90
- path: format("/v1/financial_connections/accounts/%<account>s/subscribe", { account: CGI.escape(account) }),
91
- params: params,
92
- opts: opts
93
- )
94
- end
95
-
96
- def self.unsubscribe(account, params = {}, opts = {})
97
- request_stripe_object(
98
- method: :post,
99
- path: format("/v1/financial_connections/accounts/%<account>s/unsubscribe", { account: CGI.escape(account) }),
100
- params: params,
101
- opts: opts
102
- )
103
- end
104
65
  end
105
66
  end
106
67
  end
@@ -54,15 +54,6 @@ module Stripe
54
54
  )
55
55
  end
56
56
 
57
- def self.submit_card(card, params = {}, opts = {})
58
- request_stripe_object(
59
- method: :post,
60
- path: format("/v1/test_helpers/issuing/cards/%<card>s/shipping/submit", { card: CGI.escape(card) }),
61
- params: params,
62
- opts: opts
63
- )
64
- end
65
-
66
57
  def deliver_card(params = {}, opts = {})
67
58
  @resource.request_stripe_object(
68
59
  method: :post,
@@ -98,15 +89,6 @@ module Stripe
98
89
  opts: opts
99
90
  )
100
91
  end
101
-
102
- def submit_card(params = {}, opts = {})
103
- @resource.request_stripe_object(
104
- method: :post,
105
- path: format("/v1/test_helpers/issuing/cards/%<card>s/shipping/submit", { card: CGI.escape(@resource["id"]) }),
106
- params: params,
107
- opts: opts
108
- )
109
- end
110
92
  end
111
93
  end
112
94
  end