stripe 8.7.0.pre.beta.2 → 8.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +44 -171
  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/quote.rb +0 -131
  12. data/lib/stripe/resources/subscription_schedule.rb +0 -18
  13. data/lib/stripe/resources/tax/calculation_line_item.rb +10 -0
  14. data/lib/stripe/resources/tax/transaction_line_item.rb +10 -0
  15. data/lib/stripe/resources/terminal/reader.rb +0 -54
  16. data/lib/stripe/resources/treasury/financial_account_features.rb +12 -0
  17. data/lib/stripe/resources.rb +3 -16
  18. data/lib/stripe/stripe_client.rb +26 -60
  19. data/lib/stripe/stripe_configuration.rb +0 -3
  20. data/lib/stripe/util.rb +1 -8
  21. data/lib/stripe/version.rb +1 -1
  22. data/lib/stripe.rb +0 -47
  23. metadata +7 -21
  24. data/lib/stripe/request_signing_authenticator.rb +0 -83
  25. data/lib/stripe/resources/account_session.rb +0 -17
  26. data/lib/stripe/resources/capital/financing_offer.rb +0 -32
  27. data/lib/stripe/resources/capital/financing_summary.rb +0 -12
  28. data/lib/stripe/resources/capital/financing_transaction.rb +0 -13
  29. data/lib/stripe/resources/customer_session.rb +0 -12
  30. data/lib/stripe/resources/financial_connections/inferred_balance.rb +0 -13
  31. data/lib/stripe/resources/financial_connections/transaction.rb +0 -13
  32. data/lib/stripe/resources/gift_cards/card.rb +0 -25
  33. data/lib/stripe/resources/gift_cards/transaction.rb +0 -56
  34. data/lib/stripe/resources/issuing/card_bundle.rb +0 -13
  35. data/lib/stripe/resources/issuing/card_design.rb +0 -58
  36. data/lib/stripe/resources/order.rb +0 -89
  37. data/lib/stripe/resources/payment_method_configuration.rb +0 -13
  38. data/lib/stripe/resources/quote_phase.rb +0 -29
  39. data/lib/stripe/resources/tax/form.rb +0 -39
  40. data/lib/stripe/resources/tax/registration.rb +0 -19
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '025923624fe893ec10b1799776ba83c8cee3a59072dcdbc8d2522ea3895a12d1'
4
- data.tar.gz: 62519a92a1901f2ff498f4183becdbde164dea0c96ca29d6725047eb2502d8ea
3
+ metadata.gz: ff2d744f7713eb43a337ea7069114c02fa4a9ec886efc5e69332661ff9b90f7d
4
+ data.tar.gz: a81af3893eb05270691d307ed0caa132a2ce5fa6b50497840f7d35606dbb7b45
5
5
  SHA512:
6
- metadata.gz: 20c986e3581b57dc5a10d4d617184be0a9d47d1e81b0d4f2a0bc1ed66f4f21a5e0fe8c042c38f87fc9a7015f5333d13489a4884f0c4c15755b9fe51c9636a40b
7
- data.tar.gz: 0f29d293c8d9077ceaf3902879f30ef7d8fba7b157cd9174db8dff4771bc4d47cc23264f47d168cba29702e7af03c43f0abf7edf0fdce05a5d69c827abee73ad
6
+ metadata.gz: 951d8c44a5ed2d161946b139980de3290731d58fecd3ec3118604df28e88ca4a0d30c015fef53990a7cef665e3529b129cee34862f6c05e42865184c249966ef
7
+ data.tar.gz: 7aacbdc98ce6c65b9f345d1f28aed3bcc149d6e2422f8688e2de89dd6b874884a2426018bb391fdb262bac77bd910e4bd896fdfbe83a707ddafd29c82e0d66f6
data/CHANGELOG.md CHANGED
@@ -1,21 +1,8 @@
1
1
  # Changelog
2
2
 
3
- ## 8.7.0-beta.2 - 2023-07-28
4
- * [#1251](https://github.com/stripe/stripe-ruby/pull/1251) Update generated code for beta
5
- * Add support for new resource `Tax.Form`
6
- * Add support for `list`, `pdf`, and `retrieve` methods on resource `Form`
7
- * [#1249](https://github.com/stripe/stripe-ruby/pull/1249) Update generated code for beta
8
- * [#1246](https://github.com/stripe/stripe-ruby/pull/1246) Update generated code for beta
9
-
10
-
11
- ## 8.7.0-beta.1 - 2023-07-13
12
- * [#1245](https://github.com/stripe/stripe-ruby/pull/1245) Update generated code for beta
13
- Release specs are identical.
14
- * [#1243](https://github.com/stripe/stripe-ruby/pull/1243) Update generated code for beta
15
- * Add support for new resource `PaymentMethodConfiguration`
16
- * Add support for `create`, `list`, `retrieve`, and `update` methods on resource `PaymentMethodConfiguration`
17
- * [#1239](https://github.com/stripe/stripe-ruby/pull/1239) Update generated code for beta
18
-
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.
19
6
 
20
7
  ## 8.6.0 - 2023-07-13
21
8
  * [#1244](https://github.com/stripe/stripe-ruby/pull/1244) Update generated code
@@ -37,7 +24,7 @@
37
24
 
38
25
  * [#1225](https://github.com/stripe/stripe-ruby/pull/1225) Downgrade jaro_winkler
39
26
  * [#1219](https://github.com/stripe/stripe-ruby/pull/1219) Update generated code
40
-
27
+
41
28
  Documentation updates.
42
29
  * [#1215](https://github.com/stripe/stripe-ruby/pull/1215) Update generated code
43
30
 
@@ -45,49 +32,13 @@
45
32
 
46
33
  * [#1204](https://github.com/stripe/stripe-ruby/pull/1204) Update generated code
47
34
 
48
- ## 8.6.0-beta.6 - 2023-06-22
49
- * [#1237](https://github.com/stripe/stripe-ruby/pull/1237) Update generated code for beta
50
- * Add support for new resource `CustomerSession`
51
- * Add support for `create` method on resource `CustomerSession`
52
- * [#1233](https://github.com/stripe/stripe-ruby/pull/1233) Update generated code for beta
53
- * [#1229](https://github.com/stripe/stripe-ruby/pull/1229) Update generated code for beta
54
-
55
- ## 8.6.0-beta.5 - 2023-06-01
56
- * [#1227](https://github.com/stripe/stripe-ruby/pull/1227) Update generated code for beta
57
- * [#1228](https://github.com/stripe/stripe-ruby/pull/1228) Document raw_request
58
- * [#1222](https://github.com/stripe/stripe-ruby/pull/1222) Update generated code for beta
59
- * [#1224](https://github.com/stripe/stripe-ruby/pull/1224) Handle developer message in preview error responses
60
-
61
- ## 8.6.0-beta.4 - 2023-05-19
62
- * [#1220](https://github.com/stripe/stripe-ruby/pull/1220) Update generated code for beta
63
- * Add support for `subscribe` and `unsubscribe` methods on resource `FinancialConnections.Account`
64
- * [#1217](https://github.com/stripe/stripe-ruby/pull/1217) Add raw_request
65
- * [#1216](https://github.com/stripe/stripe-ruby/pull/1216) Update generated code for beta
66
- * [#1214](https://github.com/stripe/stripe-ruby/pull/1214) Update generated code for beta
67
-
68
- ## 8.6.0-beta.3 - 2023-04-17
69
- * [#1211](https://github.com/stripe/stripe-ruby/pull/1211) Update generated code for beta
70
- * [#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
71
-
72
- ## 8.6.0-beta.2 - 2023-04-13
73
- * [#1206](https://github.com/stripe/stripe-ruby/pull/1206) Update generated code for beta
74
- * Add support for `collect_payment_method` and `confirm_payment_intent` methods on resource `Terminal.Reader`
75
- * [#1205](https://github.com/stripe/stripe-ruby/pull/1205) Update generated code for beta
76
-
77
- ## 8.6.0-beta.1 - 2023-03-30
78
- * [#1202](https://github.com/stripe/stripe-ruby/pull/1202) Update generated code for beta
79
35
 
80
36
  ## 8.5.0 - 2023-03-30
81
37
  * [#1203](https://github.com/stripe/stripe-ruby/pull/1203) Update generated code
82
- * Remove support for `create` method on resource `Tax.Transaction`
38
+ * Remove support for `create` method on resource `Tax.Transaction`
83
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.
84
40
  * [#1201](https://github.com/stripe/stripe-ruby/pull/1201) Update save deprecation message
85
41
 
86
- ## 8.5.0-beta.1 - 2023-03-23
87
- * [#1194](https://github.com/stripe/stripe-ruby/pull/1194) Update generated code for beta (new)
88
- * Add support for new resources `Tax.CalculationLineItem` and `Tax.TransactionLineItem`
89
- * Add support for `collect_inputs` method on resource `Terminal.Reader`
90
-
91
42
  ## 8.4.0 - 2023-03-23
92
43
  * [#1197](https://github.com/stripe/stripe-ruby/pull/1197) Update generated code (new)
93
44
  * Add support for new resources `Tax.CalculationLineItem`, `Tax.Calculation`, `Tax.TransactionLineItem`, and `Tax.Transaction`
@@ -95,91 +46,18 @@
95
46
  * Add support for `create_from_calculation`, `create_reversal`, `create`, `list_line_items`, and `retrieve` methods on resource `Transaction`
96
47
  * [#1152](https://github.com/stripe/stripe-ruby/pull/1152) Symbolize hash keys inside `convert_to_stripe_object_with_params`
97
48
 
98
- ## 8.4.0-beta.4 - 2023-03-16
99
- * [#1189](https://github.com/stripe/stripe-ruby/pull/1189) Update generated code for beta (new)
100
- * Add support for `create_from_calculation` method on resource `Tax.Transaction`
101
- * [#1188](https://github.com/stripe/stripe-ruby/pull/1188) Update generated code for beta (new)
102
- * Remove support for resources `Capital.FinancingOffer` and `Capital.FinancingSummary`
103
- * Remove support for `list`, `mark_delivered`, and `retrieve` methods on resource `FinancingOffer`
104
- * Remove support for `retrieve` method on resource `FinancingSummary`
105
- * [#1187](https://github.com/stripe/stripe-ruby/pull/1187) Merge upstream master
106
-
107
- ## 8.4.0-beta.3 - 2023-03-09
108
- * [#1184](https://github.com/stripe/stripe-ruby/pull/1184) API Updates for beta branch
109
- * Updated stable APIs to the latest version
110
- * Remove support for `list_transactions` method on resource `Tax.Transaction`
111
-
112
- ## 8.4.0-beta.2 - 2023-03-03
113
- * [#1183](https://github.com/stripe/stripe-ruby/pull/1183) API Updates for beta branch
114
- * Updated stable APIs to the latest version
115
- * Add support for new resources `Issuing.CardBundle` and `Issuing.CardDesign`
116
- * Add support for `list` and `retrieve` methods on resource `CardBundle`
117
- * Add support for `list`, `retrieve`, and `update` methods on resource `CardDesign`
118
-
119
- ## 8.4.0-beta.1 - 2023-02-23
120
- * [#1182](https://github.com/stripe/stripe-ruby/pull/1182) API Updates for beta branch
121
- * Updated stable APIs to the latest version
122
-
123
49
  ## 8.3.0 - 2023-02-16
124
50
  * [#1175](https://github.com/stripe/stripe-ruby/pull/1175) API Updates
125
51
  * Add support for `refund_payment` method on resource `Terminal.Reader`
126
52
 
127
- ## 8.3.0-beta.1 - 2023-02-02
128
- * [#1174](https://github.com/stripe/stripe-ruby/pull/1174) API Updates for beta branch
129
- * Updated stable APIs to the latest version
130
- * Add support for new resource `FinancialConnections.Transaction`
131
- * Add support for `list` method on resource `Transaction`
132
-
133
53
  ## 8.2.0 - 2023-02-02
134
54
  * [#1173](https://github.com/stripe/stripe-ruby/pull/1173) API Updates
135
55
  * Add support for `resume` method on resource `Subscription`
136
56
  * [#1171](https://github.com/stripe/stripe-ruby/pull/1171) Remove unused `partial` param from `initialize_from`
137
57
 
138
- ## 8.2.0-beta.3 - 2023-01-26
139
- * [#1172](https://github.com/stripe/stripe-ruby/pull/1172) API Updates for beta branch
140
- * Updated stable APIs to the latest version
141
- * Add support for `list_transactions` method on resource `Tax.Transaction`
142
-
143
- ## 8.2.0-beta.2 - 2023-01-19
144
- * [#1170](https://github.com/stripe/stripe-ruby/pull/1170) API Updates for beta branch
145
- * Updated stable APIs to the latest version
146
- * Add support for `Tax.Settings` resource.
147
-
148
- ## 8.2.0-beta.1 - 2023-01-12
149
- * [#1167](https://github.com/stripe/stripe-ruby/pull/1167) API Updates for beta branch
150
- * Updated stable APIs to the latest version
151
- * Change `quote.draft_quote` implementation to from calling `POST /v1/quotes/{quote}/draft` to `POST /v1/quotes/{quote}/mark_draft`
152
- * Add support for `Tax::Register` resource
153
-
154
58
  ## 8.1.0 - 2023-01-12
155
59
  * [#1162](https://github.com/stripe/stripe-ruby/pull/1162) Improve request events instrumentation
156
60
 
157
- ## 8.1.0-beta.4 - 2023-01-05
158
- * [#1164](https://github.com/stripe/stripe-ruby/pull/1164) API Updates for beta branch
159
- * Updated stable APIs to the latest version
160
- * Add support for `mark_stale_quote` method on resource `Quote`
161
-
162
- ## 8.1.0-beta.3 - 2022-12-22
163
- * [#1158](https://github.com/stripe/stripe-ruby/pull/1158) API Updates for beta branch
164
- * Updated stable APIs to the latest version
165
- * Move `TaxCalculation` and `TaxTransaction` to `Tax::Calculation` and `Tax::Transaction`.
166
-
167
- ## 8.1.0-beta.2 - 2022-12-15
168
- * [#1156](https://github.com/stripe/stripe-ruby/pull/1156) API Updates for beta branch
169
- * Updated stable APIs to the latest version
170
- * Add support for new resources `TaxCalculation`, and `TaxTransaction`
171
- * Add support for `create` and `list_line_items` methods on resource `TaxCalculation`
172
- * Add support for `create_reversal`, `create`, and `retrieve` methods on resource `TaxTransaction`
173
- * [#1155](https://github.com/stripe/stripe-ruby/pull/1155) API Updates for beta branch
174
- * Updated stable APIs to the latest version
175
- * Add support for new resource `QuoteLine`.
176
-
177
- ## 8.1.0-beta.1 - 2022-12-08
178
- * [#1153](https://github.com/stripe/stripe-ruby/pull/1153) API Updates for beta branch
179
- * Updated stable APIs to the latest version
180
- * [#1146](https://github.com/stripe/stripe-ruby/pull/1146) API Updates for beta branch
181
- * Updated stable APIs to the latest version
182
-
183
61
  ## 8.0.0 - 2022-11-16
184
62
  * [#1144](https://github.com/stripe/stripe-ruby/pull/1144) Next major release changes
185
63
 
@@ -187,29 +65,30 @@ Breaking changes that arose during code generation of the library that we postpo
187
65
 
188
66
  "⚠️" symbol highlights breaking changes.
189
67
 
190
- ## 7.2.0-beta.5 - 2022-11-02
191
- * [#1139](https://github.com/stripe/stripe-ruby/pull/1139) API Updates for beta branch
192
- * Updated beta APIs to the latest stable version
193
- * [#1135](https://github.com/stripe/stripe-ruby/pull/1135) API Updates for beta branch
194
- * Updated stable APIs to the latest version
195
-
196
- ## 7.2.0-beta.4 - 2022-10-07
197
- * [#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
+ ```
198
79
 
199
- ## 7.2.0-beta.3 - 2022-09-26
200
- * [#1129](https://github.com/stripe/stripe-ruby/pull/1129) API Updates for beta branch
201
- * Updated stable APIs to the latest version
202
- * 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")
203
87
 
204
- ## 7.2.0-beta.2 - 2022-08-26
205
- * [#1127](https://github.com/stripe/stripe-ruby/pull/1127) API Updates for beta branch
206
- * Updated stable APIs to the latest version
207
- * Add support for the beta [Gift Card API](https://stripe.com/docs/gift-cards).
88
+ # after
89
+ Stripe::Subscription::cancel("sub_12345")
90
+ ```
208
91
 
209
- ## 7.2.0-beta.1 - 2022-08-23
210
- * [#1122](https://github.com/stripe/stripe-ruby/pull/1122) API Updates for beta branch
211
- - Updated stable APIs to the latest version
212
- - `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)
213
92
 
214
93
  ## 7.1.0 - 2022-08-19
215
94
  * [#1116](https://github.com/stripe/stripe-ruby/pull/1116) API Updates
@@ -218,16 +97,6 @@ Breaking changes that arose during code generation of the library that we postpo
218
97
  * [#1117](https://github.com/stripe/stripe-ruby/pull/1117) Refresh rubocop config.
219
98
  * [#1115](https://github.com/stripe/stripe-ruby/pull/1115) Add a support section to the readme
220
99
 
221
- ## 7.1.0-beta.2 - 2022-08-11
222
- * [#1113](https://github.com/stripe/stripe-ruby/pull/1113) API Updates for beta branch
223
- - Updated stable APIs to the latest version
224
- - Add `refund_payment` method to Terminal resource
225
-
226
- ## 7.1.0-beta.1 - 2022-08-03
227
- * [#1107](https://github.com/stripe/stripe-ruby/pull/1107) API Updates for beta branch
228
- - Updated stable APIs to the latest version
229
- - Added the `Order` resource support
230
-
231
100
  ## 7.0.0 - 2022-08-02
232
101
 
233
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.
@@ -239,19 +108,21 @@ Breaking changes that arose during code generation of the library that we postpo
239
108
  * [#1090](https://github.com/stripe/stripe-ruby/pull/1090) Use auto-generation for `Invoice` methods
240
109
  * [#1103](https://github.com/stripe/stripe-ruby/pull/1103) Next major release changes
241
110
 
242
- ## 6.6.0-beta.1 - 2022-07-22
243
- * [#1100](https://github.com/stripe/stripe-ruby/pull/1100) API Updates for beta branch
244
- - Updated stable APIs to the latest version
245
- - Add `QuotePhase` resource
246
- * [#1097](https://github.com/stripe/stripe-ruby/pull/1097) API Updates for beta branch
247
- - Updated stable APIs to the latest version
248
- - Add `SubscriptionSchedule.amend` method.
249
- * [#1093](https://github.com/stripe/stripe-ruby/pull/1093) API Updates for beta branch
250
- - Include `server_side_confirmation_beta=v1` beta
251
- - Add `secretKeyConfirmation` to `PaymentIntent`
252
- * [#1085](https://github.com/stripe/stripe-ruby/pull/1085) API Updates for beta branch
253
- - Updated stable APIs to the latest version
254
- * [#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.
255
126
 
256
127
  ## 6.5.0 - 2022-06-29
257
128
  * [#1084](https://github.com/stripe/stripe-ruby/pull/1084) API Updates
@@ -281,6 +152,8 @@ Breaking changes that arose during code generation of the library that we postpo
281
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`
282
153
  * Add support for `retrieve_payment_method` method on resource `Customer`
283
154
  * Add support for `list_owners` and `list` methods on resource `FinancialConnections.Account`
155
+
156
+
284
157
 
285
158
  ## 6.0.0 - 2022-05-09
286
159
  * [#1056](https://github.com/stripe/stripe-ruby/pull/1056) API Updates
@@ -296,6 +169,7 @@ Breaking changes that arose during code generation of the library that we postpo
296
169
  ## 5.55.0 - 2022-05-05
297
170
  * [#1055](https://github.com/stripe/stripe-ruby/pull/1055) API Updates
298
171
  * Add support for new resources `FinancialConnections.AccountOwner`, `FinancialConnections.AccountOwnership`, `FinancialConnections.Account`, and `FinancialConnections.Session`
172
+
299
173
 
300
174
  ## 5.54.0 - 2022-05-03
301
175
  * [#1053](https://github.com/stripe/stripe-ruby/pull/1053) API Updates
@@ -1326,4 +1200,3 @@ Identical to 1.56.0 above. I incorrectly cut a patch-level release.
1326
1200
  <!--
1327
1201
  # vim: set tw=0:
1328
1202
  -->
1329
-
data/OPENAPI_VERSION CHANGED
@@ -1 +1 @@
1
- v431
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.2
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