stripe 10.10.0.pre.beta.1 → 10.10.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +47 -281
  3. data/OPENAPI_VERSION +1 -1
  4. data/README.md +18 -11
  5. data/VERSION +1 -1
  6. data/lib/stripe/api_operations/request.rb +1 -2
  7. data/lib/stripe/api_version.rb +0 -1
  8. data/lib/stripe/object_types.rb +0 -23
  9. data/lib/stripe/resources/customer.rb +0 -11
  10. data/lib/stripe/resources/financial_connections/account.rb +0 -3
  11. data/lib/stripe/resources/invoice.rb +0 -53
  12. data/lib/stripe/resources/invoice_line_item.rb +15 -0
  13. data/lib/stripe/resources/payment_intent.rb +0 -50
  14. data/lib/stripe/resources/quote.rb +0 -104
  15. data/lib/stripe/resources/subscription_schedule.rb +0 -20
  16. data/lib/stripe/resources/tax_id.rb +14 -16
  17. data/lib/stripe/resources/terminal/reader.rb +0 -60
  18. data/lib/stripe/resources.rb +0 -22
  19. data/lib/stripe/stripe_client.rb +28 -62
  20. data/lib/stripe/stripe_configuration.rb +1 -2
  21. data/lib/stripe/util.rb +1 -8
  22. data/lib/stripe/version.rb +1 -1
  23. data/lib/stripe.rb +0 -46
  24. metadata +4 -27
  25. data/lib/stripe/request_signing_authenticator.rb +0 -79
  26. data/lib/stripe/resources/account_notice.rb +0 -32
  27. data/lib/stripe/resources/capital/financing_offer.rb +0 -49
  28. data/lib/stripe/resources/capital/financing_summary.rb +0 -15
  29. data/lib/stripe/resources/capital/financing_transaction.rb +0 -27
  30. data/lib/stripe/resources/confirmation_token.rb +0 -16
  31. data/lib/stripe/resources/customer_entitlement.rb +0 -12
  32. data/lib/stripe/resources/customer_entitlement_summary.rb +0 -12
  33. data/lib/stripe/resources/entitlements/event.rb +0 -26
  34. data/lib/stripe/resources/entitlements/feature.rb +0 -38
  35. data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +0 -14
  36. data/lib/stripe/resources/gift_cards/card.rb +0 -59
  37. data/lib/stripe/resources/gift_cards/transaction.rb +0 -93
  38. data/lib/stripe/resources/invoice_payment.rb +0 -12
  39. data/lib/stripe/resources/issuing/credit_underwriting_record.rb +0 -88
  40. data/lib/stripe/resources/issuing/personalization_design.rb +0 -119
  41. data/lib/stripe/resources/issuing/physical_bundle.rb +0 -26
  42. data/lib/stripe/resources/margin.rb +0 -37
  43. data/lib/stripe/resources/order.rb +0 -120
  44. data/lib/stripe/resources/quote_phase.rb +0 -39
  45. data/lib/stripe/resources/quote_preview_invoice.rb +0 -43
  46. data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -11
  47. data/lib/stripe/resources/tax/form.rb +0 -49
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 15d265db0d747be11b2f268b6cf7e2c26e78cadbe764f9c4b55868d532415ea7
4
- data.tar.gz: b4cc1df3d68f967ff58dff2f5163bffe50c3b355ad1370dc59fa452879472dd5
3
+ metadata.gz: 3ce445e8588b555b0c112d0658c8b528e901990e7c3f2a10c55dd1c57bb1beb2
4
+ data.tar.gz: e54916e3d9a50c739bb2cfad9de6b675aa0fc521fcd488106478e269b5e0a5dc
5
5
  SHA512:
6
- metadata.gz: e190327bb385b28037e0a6043f2c27267e02c260480981e6109f5f80ddeb8f17a0d2b45576c5ec455a46a634848b934ee79b453d86aa045663dc0e9618e118bb
7
- data.tar.gz: 78c3b59537ec23445582d2607cabdb006304aa3b7308d0d914886c988f8ca2cf8f2480596c006dfa868efc6e856022b0d512983998bd20a303dbb17a5f898f75
6
+ metadata.gz: 9a0b77ca09c045a5d58689357a37dbf2431a10993e6eda346e31673ed8113fef41da35aa19bcfbdb1e4774c819415a58718e6e25c0b593599d1ad1fd51612230
7
+ data.tar.gz: 05dca02f9049e84f39080878697bf61c63e9628f2edfb172f2114be3cb40ab191e8beaf0ab381ef72b16d07e26f612d64d31758029452c710dc5236e23d1553d
data/CHANGELOG.md CHANGED
@@ -1,10 +1,11 @@
1
1
  # Changelog
2
-
3
- ## 10.10.0-beta.1 - 2024-02-16
4
- * [#1332](https://github.com/stripe/stripe-ruby/pull/1332) Update generated code for beta
5
- * Add support for `decrement_authorization` method on resource `PaymentIntent`
6
- * [#1328](https://github.com/stripe/stripe-ruby/pull/1328) Update generated code for beta
7
-
2
+ ## 10.10.0 - 2024-02-22
3
+ * [#1336](https://github.com/stripe/stripe-ruby/pull/1336) Update generated code
4
+ - Add `InvoiceLineItem.update` method.
5
+ * [#1334](https://github.com/stripe/stripe-ruby/pull/1334) Add TaxIds API
6
+ * Add support for `all`, `create`, and `retrieve` methods on resource `TaxId`
7
+ * The `delete` method now sends a DELETE request to `/v1/tax_ids/{id}` instead of `/v1/customers/{customer}/tax_ids/{id}`. The endpoints are functionally the same when operating on a Customer Tax ID.
8
+ * The `resource_url` method on `TaxId` now returns the top-level `/v1/tax_ids/{id}` path instead of the `/v1/customers/{customer}/tax_ids/{id}` path.
8
9
 
9
10
  ## 10.9.0 - 2024-02-15
10
11
  * [#1329](https://github.com/stripe/stripe-ruby/pull/1329) Update generated code
@@ -12,22 +13,12 @@
12
13
  * [#1324](https://github.com/stripe/stripe-ruby/pull/1324) Start running Sorbet in CI
13
14
  * [#1327](https://github.com/stripe/stripe-ruby/pull/1327) Add methods for dynamically referenced constants
14
15
 
15
- ## 10.9.0-beta.1 - 2024-02-08
16
- * [#1321](https://github.com/stripe/stripe-ruby/pull/1321) Update generated code for beta
17
- * Release specs are identical.
18
-
19
16
  ## 10.8.0 - 2024-02-08
20
17
  * [#1322](https://github.com/stripe/stripe-ruby/pull/1322) Update generated code
21
18
  * [#1323](https://github.com/stripe/stripe-ruby/pull/1323) Extract other CRUDL api operations from mixins
22
19
  * Extract more CRUDL operations, namely `create`, `delete`, `update`, and `list` into the resources. These methods will no longer rely on the APIOperation mixins.
23
20
  * [#1314](https://github.com/stripe/stripe-ruby/pull/1314) Update mocha gem to 1.16
24
21
 
25
- ## 10.8.0-beta.1 - 2024-02-01
26
- * [#1318](https://github.com/stripe/stripe-ruby/pull/1318) Update generated code for beta
27
- * Add support for new resources `Entitlements.Event` and `Entitlements.Feature`
28
- * Add support for `create` method on resource `Event`
29
- * Add support for `create` and `list` methods on resource `Feature`
30
-
31
22
  ## 10.7.1 - 2024-02-05
32
23
  * [#1320](https://github.com/stripe/stripe-ruby/pull/1320) Remove spurious _search deprecation messages (https://github.com/stripe/stripe-ruby/issues/1319)
33
24
 
@@ -36,34 +27,15 @@
36
27
  * Removes list method mixin from child resources, as these methods always return `InvalidRequestError` and never succeed
37
28
  * [#1311](https://github.com/stripe/stripe-ruby/pull/1311) Use the deprecation gem in search and clean up usage of the gem
38
29
 
39
- ## 10.7.0-beta.3 - 2024-01-25
40
- * [#1313](https://github.com/stripe/stripe-ruby/pull/1313) Update generated code for beta
41
- * Add support for `create_preview` method on resource `Invoice`
42
- * [#1307](https://github.com/stripe/stripe-ruby/pull/1307) Beta: report raw request usage
43
-
44
- ## 10.7.0-beta.2 - 2024-01-19
45
- * [#1307](https://github.com/stripe/stripe-ruby/pull/1307) Beta: report raw request usage
46
-
47
- ## 10.7.0-beta.1 - 2024-01-12
48
- * [#1309](https://github.com/stripe/stripe-ruby/pull/1309) Update generated code for beta
49
- * [#1305](https://github.com/stripe/stripe-ruby/pull/1305) Update generated code for beta
50
-
51
30
  ## 10.6.0 - 2024-01-12
52
31
  * [#1310](https://github.com/stripe/stripe-ruby/pull/1310) Update generated code
53
32
  * Add support for new resource `CustomerSession`
54
33
  * Add support for `create` method on resource `CustomerSession`
55
34
 
56
- ## 10.6.0-beta.1 - 2024-01-04
57
- * [#1302](https://github.com/stripe/stripe-ruby/pull/1302) Update generated code for beta
58
- * Updated stable APIs to the latest version
59
-
60
35
  ## 10.5.0 - 2024-01-04
61
36
  * [#1306](https://github.com/stripe/stripe-ruby/pull/1306) Update generated code
62
37
  * Add support for `retrieve` method on resource `Tax.Registration`
63
38
 
64
- ## 10.5.0-beta.1 - 2023-12-22
65
- * [#1302](https://github.com/stripe/stripe-ruby/pull/1302) Update generated code for beta
66
-
67
39
  ## 10.4.0 - 2023-12-22
68
40
  * [#1303](https://github.com/stripe/stripe-ruby/pull/1303) Update generated code
69
41
  * Add support for new resource `FinancialConnections.Transaction`
@@ -71,16 +43,9 @@
71
43
  * Add support for `subscribe` and `unsubscribe` methods on resource `FinancialConnections.Account`
72
44
  * [#1304](https://github.com/stripe/stripe-ruby/pull/1304) Add support for updatable singleton resources
73
45
 
74
- ## 10.4.0-beta.1 - 2023-12-14
75
- Updated stable APIs to the latest version
76
-
77
46
  ## 10.3.0 - 2023-12-14
78
47
  * [#1294](https://github.com/stripe/stripe-ruby/pull/1294) Support sending parameters inside singleton retrieve
79
48
 
80
- ## 10.3.0-beta.1 - 2023-11-30
81
- * [#1298](https://github.com/stripe/stripe-ruby/pull/1298) Update generated code for beta
82
- * [#1296](https://github.com/stripe/stripe-ruby/pull/1296) Merge master into beta
83
-
84
49
  ## 10.2.0 - 2023-11-30
85
50
  * [#1292](https://github.com/stripe/stripe-ruby/pull/1292) Update generated code
86
51
  * Add support for new resources `Climate.Order`, `Climate.Product`, and `Climate.Supplier`
@@ -93,26 +58,12 @@
93
58
 
94
59
  * [#1288](https://github.com/stripe/stripe-ruby/pull/1288) Update generated code
95
60
 
96
- ## 10.2.0-beta.1 - 2023-11-02
97
- * [#1287](https://github.com/stripe/stripe-ruby/pull/1287) Update generated code for beta
98
- * Add support for `attach_payment_intent` method on resource `Invoice`
99
- * [#1285](https://github.com/stripe/stripe-ruby/pull/1285) Update generated code for beta
100
61
 
101
62
  ## 10.1.0 - 2023-11-02
102
63
  * [#1286](https://github.com/stripe/stripe-ruby/pull/1286) Update generated code
103
64
  * Add support for new resource `Tax.Registration`
104
65
  * Add support for `create`, `list`, and `update` methods on resource `Registration`
105
66
 
106
- ## 10.1.0-beta.2 - 2023-10-26
107
- * [#1285](https://github.com/stripe/stripe-ruby/pull/1285) Update generated code for beta
108
- * Add support for new resource `Margin`
109
- * Add support for `create`, `list`, `retrieve`, and `update` methods on resource `Margin`
110
-
111
- ## 10.1.0-beta.1 - 2023-10-17
112
- * [#1284](https://github.com/stripe/stripe-ruby/pull/1284) Update generated code for beta
113
- - Update pinned API version to `2023-10-16`
114
- * [#1282](https://github.com/stripe/stripe-ruby/pull/1282) Update generated code for beta
115
-
116
67
  ## 10.0.0 - 2023-10-16
117
68
  * This release changes the pinned API version to `2023-10-16`. Please read the [API Upgrade Guide](https://stripe.com/docs/upgrades#2023-10-16) and carefully review the API changes before upgrading `stripe-ruby`.
118
69
  * [#1283](https://github.com/stripe/stripe-ruby/pull/1283) Update generated code
@@ -120,33 +71,11 @@
120
71
  * [#1281](https://github.com/stripe/stripe-ruby/pull/1281) Update generated code
121
72
  * Documentation only changes
122
73
 
123
- ## 9.5.0-beta.2 - 2023-10-12
124
- * [#1280](https://github.com/stripe/stripe-ruby/pull/1280) Update generated code for beta
125
- * Add support for new resources `AccountNotice` and `Issuing.CreditUnderwritingRecord`
126
- * Add support for `list`, `retrieve`, and `update` methods on resource `AccountNotice`
127
- * Add support for `correct`, `create_from_application`, `create_from_proactive_review`, `list`, `report_decision`, and `retrieve` methods on resource `CreditUnderwritingRecord`
128
-
129
- ## 9.5.0-beta.1 - 2023-10-05
130
- * [#1278](https://github.com/stripe/stripe-ruby/pull/1278) Update generated code for beta
131
- * Add support for `mark_draft` and `mark_stale` methods on resource `Quote`
132
- * Remove support for `draft_quote` and `mark_stale_quote` methods on resource `Quote`
133
- * Rename `preview_invoice_lines` to `list_preview_invoice_lines` on resource `Quote`
134
-
135
74
  ## 9.4.0 - 2023-10-05
136
75
  * [#1277](https://github.com/stripe/stripe-ruby/pull/1277) Update generated code
137
76
  * Add support for new resources `Issuing.Token`
138
77
  * Add support for `list`, `retrieve`, and `update` methods on resource `Token`
139
78
 
140
- ## 9.4.0-beta.3 - 2023-09-28
141
- * [#1276](https://github.com/stripe/stripe-ruby/pull/1276) Update generated code for beta
142
- * Rename resources `Issuing.CardDesign` and `Issuing.CardBundle` to `Issuing.PersonalizationDesign` and `Issuing.PhysicalBundle`
143
-
144
- ## 9.4.0-beta.2 - 2023-09-21
145
- * [#1273](https://github.com/stripe/stripe-ruby/pull/1273) Update generated code for beta
146
-
147
- ## 9.4.0-beta.1 - 2023-09-14
148
- * Updated stable APIs to the latest version
149
-
150
79
  ## 9.3.0 - 2023-09-14
151
80
  * [#1272](https://github.com/stripe/stripe-ruby/pull/1272) Update generated code
152
81
  * Add support for new resource `PaymentMethodConfiguration`
@@ -155,38 +84,18 @@
155
84
  * Add support for `capture`, `create`, `expire`, `increment`, and `reverse` test helper methods on resource `Issuing.Authorization`
156
85
  * Add support for `create_force_capture`, `create_unlinked_refund`, and `refund` test helper methods on resource `Issuing.Transaction`
157
86
 
158
- ## 9.3.0-beta.1 - 2023-09-07
159
- * [#1269](https://github.com/stripe/stripe-ruby/pull/1269) Update generated code for beta
160
- * Release specs are identical.
161
- * [#1268](https://github.com/stripe/stripe-ruby/pull/1268) Update generated code for beta
162
- * Remove support for `submit_card` test helper method on resource `Issuing.Card`
163
- * [#1265](https://github.com/stripe/stripe-ruby/pull/1265) Update generated code for beta
164
- * Rename `Quote.preview_invoices` to `QuotePreviewInvoice.list` and `Quote.preview_schedules` to `QuotePreviewSchedules.list`
165
- * [#1264](https://github.com/stripe/stripe-ruby/pull/1264) Update generated code for beta
166
- * Add support for new resources `QuotePreviewInvoice` and `QuotePreviewSchedule`
167
- * [#1259](https://github.com/stripe/stripe-ruby/pull/1259) Update generated code for beta
168
-
169
- * [#1257](https://github.com/stripe/stripe-ruby/pull/1257) Update generated code for beta
170
-
171
- * [#1254](https://github.com/stripe/stripe-ruby/pull/1254) Update generated code for beta
172
- * Add support for `submit_card` test helper method on resource `Issuing.Card`
173
- * [#1252](https://github.com/stripe/stripe-ruby/pull/1252) Remove developer_message support
174
-
175
87
  ## 9.2.0 - 2023-09-07
176
88
  * [#1267](https://github.com/stripe/stripe-ruby/pull/1267) Update generated code
177
89
  * Add support for new resource `PaymentMethodDomain`
178
90
  * Add support for `create`, `list`, `retrieve`, `update`, and `validate` methods on resource `PaymentMethodDomain`
179
91
 
180
- ## 9.2.0-beta.1 - 2023-08-31
181
- * [#1265](https://github.com/stripe/stripe-ruby/pull/1265) Update generated code for beta
182
- * Rename `Quote.preview_invoices` to `QuotePreviewInvoice.list` and `Quote.preview_schedules` to `QuotePreviewSchedules.list`
183
-
184
92
  ## 9.1.0 - 2023-08-31
185
93
  * [#1266](https://github.com/stripe/stripe-ruby/pull/1266) Update generated code
186
94
  * Add support for new resource `AccountSession`
187
95
  * Add support for `create` method on resource `AccountSession`
188
96
  * [#1262](https://github.com/stripe/stripe-ruby/pull/1262) Explicitly format timestamp in SignatureVerificationError message
189
97
 
98
+
190
99
  ## 9.0.0 - 2023-08-16
191
100
  **⚠️ ACTION REQUIRED: the breaking change in this release likely affects you ⚠️**
192
101
 
@@ -219,39 +128,10 @@
219
128
 
220
129
  That is, instead of upgrading stripe-ruby and separately upgrading your Stripe API Version through the Stripe Dashboard. whenever you upgrade major versions of stripe-ruby, you should also upgrade your integration to be compatible with the latest Stripe API version.
221
130
 
222
- ## 9.0.0-beta.1 - 2023-08-24
223
- * [#1264](https://github.com/stripe/stripe-ruby/pull/1264) Update generated code for beta
224
- * Add support for new resources `QuotePreviewInvoice` and `QuotePreviewSchedule`
225
- * [#1259](https://github.com/stripe/stripe-ruby/pull/1259) Update generated code for beta
226
-
227
- ## 8.8.0-beta.1 - 2023-08-10
228
- * [#1257](https://github.com/stripe/stripe-ruby/pull/1257) Update generated code for beta
229
- * Updated stable APIs to the latest version
230
-
231
131
  ## 8.7.0 - 2023-08-10
232
132
  * [#1256](https://github.com/stripe/stripe-ruby/pull/1256) Update generated code
233
133
  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.
234
134
 
235
- ## 8.7.0-beta.3 - 2023-08-03
236
- * [#1254](https://github.com/stripe/stripe-ruby/pull/1254) Update generated code for beta
237
- * Add support for `submit_card` test helper method on resource `Issuing.Card`
238
- * [#1252](https://github.com/stripe/stripe-ruby/pull/1252) Remove developer_message support
239
-
240
- ## 8.7.0-beta.2 - 2023-07-28
241
- * [#1251](https://github.com/stripe/stripe-ruby/pull/1251) Update generated code for beta
242
- * Add support for new resource `Tax.Form`
243
- * Add support for `list`, `pdf`, and `retrieve` methods on resource `Form`
244
- * [#1249](https://github.com/stripe/stripe-ruby/pull/1249) Update generated code for beta
245
- * [#1246](https://github.com/stripe/stripe-ruby/pull/1246) Update generated code for beta
246
-
247
- ## 8.7.0-beta.1 - 2023-07-13
248
- * [#1245](https://github.com/stripe/stripe-ruby/pull/1245) Update generated code for beta
249
- Release specs are identical.
250
- * [#1243](https://github.com/stripe/stripe-ruby/pull/1243) Update generated code for beta
251
- * Add support for new resource `PaymentMethodConfiguration`
252
- * Add support for `create`, `list`, `retrieve`, and `update` methods on resource `PaymentMethodConfiguration`
253
- * [#1239](https://github.com/stripe/stripe-ruby/pull/1239) Update generated code for beta
254
-
255
135
  ## 8.6.0 - 2023-07-13
256
136
  * [#1244](https://github.com/stripe/stripe-ruby/pull/1244) Update generated code
257
137
  * Add support for new resource `Tax.Settings`
@@ -280,37 +160,6 @@
280
160
 
281
161
  * [#1204](https://github.com/stripe/stripe-ruby/pull/1204) Update generated code
282
162
 
283
- ## 8.6.0-beta.6 - 2023-06-22
284
- * [#1237](https://github.com/stripe/stripe-ruby/pull/1237) Update generated code for beta
285
- * Add support for new resource `CustomerSession`
286
- * Add support for `create` method on resource `CustomerSession`
287
- * [#1233](https://github.com/stripe/stripe-ruby/pull/1233) Update generated code for beta
288
- * [#1229](https://github.com/stripe/stripe-ruby/pull/1229) Update generated code for beta
289
-
290
- ## 8.6.0-beta.5 - 2023-06-01
291
- * [#1227](https://github.com/stripe/stripe-ruby/pull/1227) Update generated code for beta
292
- * [#1228](https://github.com/stripe/stripe-ruby/pull/1228) Document raw_request
293
- * [#1222](https://github.com/stripe/stripe-ruby/pull/1222) Update generated code for beta
294
- * [#1224](https://github.com/stripe/stripe-ruby/pull/1224) Handle developer message in preview error responses
295
-
296
- ## 8.6.0-beta.4 - 2023-05-19
297
- * [#1220](https://github.com/stripe/stripe-ruby/pull/1220) Update generated code for beta
298
- * Add support for `subscribe` and `unsubscribe` methods on resource `FinancialConnections.Account`
299
- * [#1217](https://github.com/stripe/stripe-ruby/pull/1217) Add raw_request
300
- * [#1216](https://github.com/stripe/stripe-ruby/pull/1216) Update generated code for beta
301
- * [#1214](https://github.com/stripe/stripe-ruby/pull/1214) Update generated code for beta
302
-
303
- ## 8.6.0-beta.3 - 2023-04-17
304
- * [#1211](https://github.com/stripe/stripe-ruby/pull/1211) Update generated code for beta
305
- * [#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
306
-
307
- ## 8.6.0-beta.2 - 2023-04-13
308
- * [#1206](https://github.com/stripe/stripe-ruby/pull/1206) Update generated code for beta
309
- * Add support for `collect_payment_method` and `confirm_payment_intent` methods on resource `Terminal.Reader`
310
- * [#1205](https://github.com/stripe/stripe-ruby/pull/1205) Update generated code for beta
311
-
312
- ## 8.6.0-beta.1 - 2023-03-30
313
- * [#1202](https://github.com/stripe/stripe-ruby/pull/1202) Update generated code for beta
314
163
 
315
164
  ## 8.5.0 - 2023-03-30
316
165
  * [#1203](https://github.com/stripe/stripe-ruby/pull/1203) Update generated code
@@ -318,11 +167,6 @@
318
167
  * 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.
319
168
  * [#1201](https://github.com/stripe/stripe-ruby/pull/1201) Update save deprecation message
320
169
 
321
- ## 8.5.0-beta.1 - 2023-03-23
322
- * [#1194](https://github.com/stripe/stripe-ruby/pull/1194) Update generated code for beta (new)
323
- * Add support for new resources `Tax.CalculationLineItem` and `Tax.TransactionLineItem`
324
- * Add support for `collect_inputs` method on resource `Terminal.Reader`
325
-
326
170
  ## 8.4.0 - 2023-03-23
327
171
  * [#1197](https://github.com/stripe/stripe-ruby/pull/1197) Update generated code (new)
328
172
  * Add support for new resources `Tax.CalculationLineItem`, `Tax.Calculation`, `Tax.TransactionLineItem`, and `Tax.Transaction`
@@ -330,91 +174,18 @@
330
174
  * Add support for `create_from_calculation`, `create_reversal`, `create`, `list_line_items`, and `retrieve` methods on resource `Transaction`
331
175
  * [#1152](https://github.com/stripe/stripe-ruby/pull/1152) Symbolize hash keys inside `convert_to_stripe_object_with_params`
332
176
 
333
- ## 8.4.0-beta.4 - 2023-03-16
334
- * [#1189](https://github.com/stripe/stripe-ruby/pull/1189) Update generated code for beta (new)
335
- * Add support for `create_from_calculation` method on resource `Tax.Transaction`
336
- * [#1188](https://github.com/stripe/stripe-ruby/pull/1188) Update generated code for beta (new)
337
- * Remove support for resources `Capital.FinancingOffer` and `Capital.FinancingSummary`
338
- * Remove support for `list`, `mark_delivered`, and `retrieve` methods on resource `FinancingOffer`
339
- * Remove support for `retrieve` method on resource `FinancingSummary`
340
- * [#1187](https://github.com/stripe/stripe-ruby/pull/1187) Merge upstream master
341
-
342
- ## 8.4.0-beta.3 - 2023-03-09
343
- * [#1184](https://github.com/stripe/stripe-ruby/pull/1184) API Updates for beta branch
344
- * Updated stable APIs to the latest version
345
- * Remove support for `list_transactions` method on resource `Tax.Transaction`
346
-
347
- ## 8.4.0-beta.2 - 2023-03-03
348
- * [#1183](https://github.com/stripe/stripe-ruby/pull/1183) API Updates for beta branch
349
- * Updated stable APIs to the latest version
350
- * Add support for new resources `Issuing.CardBundle` and `Issuing.CardDesign`
351
- * Add support for `list` and `retrieve` methods on resource `CardBundle`
352
- * Add support for `list`, `retrieve`, and `update` methods on resource `CardDesign`
353
-
354
- ## 8.4.0-beta.1 - 2023-02-23
355
- * [#1182](https://github.com/stripe/stripe-ruby/pull/1182) API Updates for beta branch
356
- * Updated stable APIs to the latest version
357
-
358
177
  ## 8.3.0 - 2023-02-16
359
178
  * [#1175](https://github.com/stripe/stripe-ruby/pull/1175) API Updates
360
179
  * Add support for `refund_payment` method on resource `Terminal.Reader`
361
180
 
362
- ## 8.3.0-beta.1 - 2023-02-02
363
- * [#1174](https://github.com/stripe/stripe-ruby/pull/1174) API Updates for beta branch
364
- * Updated stable APIs to the latest version
365
- * Add support for new resource `FinancialConnections.Transaction`
366
- * Add support for `list` method on resource `Transaction`
367
-
368
181
  ## 8.2.0 - 2023-02-02
369
182
  * [#1173](https://github.com/stripe/stripe-ruby/pull/1173) API Updates
370
183
  * Add support for `resume` method on resource `Subscription`
371
184
  * [#1171](https://github.com/stripe/stripe-ruby/pull/1171) Remove unused `partial` param from `initialize_from`
372
185
 
373
- ## 8.2.0-beta.3 - 2023-01-26
374
- * [#1172](https://github.com/stripe/stripe-ruby/pull/1172) API Updates for beta branch
375
- * Updated stable APIs to the latest version
376
- * Add support for `list_transactions` method on resource `Tax.Transaction`
377
-
378
- ## 8.2.0-beta.2 - 2023-01-19
379
- * [#1170](https://github.com/stripe/stripe-ruby/pull/1170) API Updates for beta branch
380
- * Updated stable APIs to the latest version
381
- * Add support for `Tax.Settings` resource.
382
-
383
- ## 8.2.0-beta.1 - 2023-01-12
384
- * [#1167](https://github.com/stripe/stripe-ruby/pull/1167) API Updates for beta branch
385
- * Updated stable APIs to the latest version
386
- * Change `quote.draft_quote` implementation to from calling `POST /v1/quotes/{quote}/draft` to `POST /v1/quotes/{quote}/mark_draft`
387
- * Add support for `Tax::Register` resource
388
-
389
186
  ## 8.1.0 - 2023-01-12
390
187
  * [#1162](https://github.com/stripe/stripe-ruby/pull/1162) Improve request events instrumentation
391
188
 
392
- ## 8.1.0-beta.4 - 2023-01-05
393
- * [#1164](https://github.com/stripe/stripe-ruby/pull/1164) API Updates for beta branch
394
- * Updated stable APIs to the latest version
395
- * Add support for `mark_stale_quote` method on resource `Quote`
396
-
397
- ## 8.1.0-beta.3 - 2022-12-22
398
- * [#1158](https://github.com/stripe/stripe-ruby/pull/1158) API Updates for beta branch
399
- * Updated stable APIs to the latest version
400
- * Move `TaxCalculation` and `TaxTransaction` to `Tax::Calculation` and `Tax::Transaction`.
401
-
402
- ## 8.1.0-beta.2 - 2022-12-15
403
- * [#1156](https://github.com/stripe/stripe-ruby/pull/1156) API Updates for beta branch
404
- * Updated stable APIs to the latest version
405
- * Add support for new resources `TaxCalculation`, and `TaxTransaction`
406
- * Add support for `create` and `list_line_items` methods on resource `TaxCalculation`
407
- * Add support for `create_reversal`, `create`, and `retrieve` methods on resource `TaxTransaction`
408
- * [#1155](https://github.com/stripe/stripe-ruby/pull/1155) API Updates for beta branch
409
- * Updated stable APIs to the latest version
410
- * Add support for new resource `QuoteLine`.
411
-
412
- ## 8.1.0-beta.1 - 2022-12-08
413
- * [#1153](https://github.com/stripe/stripe-ruby/pull/1153) API Updates for beta branch
414
- * Updated stable APIs to the latest version
415
- * [#1146](https://github.com/stripe/stripe-ruby/pull/1146) API Updates for beta branch
416
- * Updated stable APIs to the latest version
417
-
418
189
  ## 8.0.0 - 2022-11-16
419
190
  * [#1144](https://github.com/stripe/stripe-ruby/pull/1144) Next major release changes
420
191
 
@@ -422,29 +193,30 @@ Breaking changes that arose during code generation of the library that we postpo
422
193
 
423
194
  "⚠️" symbol highlights breaking changes.
424
195
 
425
- ## 7.2.0-beta.5 - 2022-11-02
426
- * [#1139](https://github.com/stripe/stripe-ruby/pull/1139) API Updates for beta branch
427
- * Updated beta APIs to the latest stable version
428
- * [#1135](https://github.com/stripe/stripe-ruby/pull/1135) API Updates for beta branch
429
- * Updated stable APIs to the latest version
430
-
431
- ## 7.2.0-beta.4 - 2022-10-07
432
- * [#999](https://github.com/stripe/stripe-ruby/pull/999) DESCRIBE CHANGES HERE (try to use the same style, tense, etc. as the other entries)
196
+ ### Deprecated
197
+ - The `save` method is deprecated. Prefer the static `update` method that doesn't require retrieval of the resource to update it.
198
+ ``` ruby
199
+ # before
200
+ refund = Stripe::Refund.retrieve("re_123")
201
+ refund.description = "Refund description"
202
+ refund.save
203
+
204
+ # after
205
+ Stripe::Refund.update("re_123", description: "Refund description")
206
+ ```
433
207
 
434
- ## 7.2.0-beta.3 - 2022-09-26
435
- * [#1129](https://github.com/stripe/stripe-ruby/pull/1129) API Updates for beta branch
436
- * Updated stable APIs to the latest version
437
- * Add `FinancingOffer`, `FinancingSummary` and `FinancingTransaction` resources.
208
+ ### ⚠️ Removed
209
+ - Removed deprecated `Sku` resource.
210
+ - Removed deprecated `Orders` resource.
211
+ - Removed deprecated `delete` method on `Subscription` resource. Please use `cancel` method instead.
212
+ ```ruby
213
+ # before
214
+ Stripe::Subscription::delete("sub_12345")
438
215
 
439
- ## 7.2.0-beta.2 - 2022-08-26
440
- * [#1127](https://github.com/stripe/stripe-ruby/pull/1127) API Updates for beta branch
441
- * Updated stable APIs to the latest version
442
- * Add support for the beta [Gift Card API](https://stripe.com/docs/gift-cards).
216
+ # after
217
+ Stripe::Subscription::cancel("sub_12345")
218
+ ```
443
219
 
444
- ## 7.2.0-beta.1 - 2022-08-23
445
- * [#1122](https://github.com/stripe/stripe-ruby/pull/1122) API Updates for beta branch
446
- - Updated stable APIs to the latest version
447
- - `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)
448
220
 
449
221
  ## 7.1.0 - 2022-08-19
450
222
  * [#1116](https://github.com/stripe/stripe-ruby/pull/1116) API Updates
@@ -453,16 +225,6 @@ Breaking changes that arose during code generation of the library that we postpo
453
225
  * [#1117](https://github.com/stripe/stripe-ruby/pull/1117) Refresh rubocop config.
454
226
  * [#1115](https://github.com/stripe/stripe-ruby/pull/1115) Add a support section to the readme
455
227
 
456
- ## 7.1.0-beta.2 - 2022-08-11
457
- * [#1113](https://github.com/stripe/stripe-ruby/pull/1113) API Updates for beta branch
458
- - Updated stable APIs to the latest version
459
- - Add `refund_payment` method to Terminal resource
460
-
461
- ## 7.1.0-beta.1 - 2022-08-03
462
- * [#1107](https://github.com/stripe/stripe-ruby/pull/1107) API Updates for beta branch
463
- - Updated stable APIs to the latest version
464
- - Added the `Order` resource support
465
-
466
228
  ## 7.0.0 - 2022-08-02
467
229
 
468
230
  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.
@@ -474,19 +236,21 @@ Breaking changes that arose during code generation of the library that we postpo
474
236
  * [#1090](https://github.com/stripe/stripe-ruby/pull/1090) Use auto-generation for `Invoice` methods
475
237
  * [#1103](https://github.com/stripe/stripe-ruby/pull/1103) Next major release changes
476
238
 
477
- ## 6.6.0-beta.1 - 2022-07-22
478
- * [#1100](https://github.com/stripe/stripe-ruby/pull/1100) API Updates for beta branch
479
- - Updated stable APIs to the latest version
480
- - Add `QuotePhase` resource
481
- * [#1097](https://github.com/stripe/stripe-ruby/pull/1097) API Updates for beta branch
482
- - Updated stable APIs to the latest version
483
- - Add `SubscriptionSchedule.amend` method.
484
- * [#1093](https://github.com/stripe/stripe-ruby/pull/1093) API Updates for beta branch
485
- - Include `server_side_confirmation_beta=v1` beta
486
- - Add `secretKeyConfirmation` to `PaymentIntent`
487
- * [#1085](https://github.com/stripe/stripe-ruby/pull/1085) API Updates for beta branch
488
- - Updated stable APIs to the latest version
489
- * [#1075](https://github.com/stripe/stripe-ruby/pull/1075) Use the generated API version
239
+ ### ⚠️ Changed
240
+ * `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.
241
+ * Update default bundle of CA certificates to April 26, 2022.
242
+
243
+ ### Deprecated
244
+ * Deprecate `delete` method on `Subscription` resource. Please use `cancel` method instead.
245
+
246
+ ### ⚠️ Removed
247
+ * Remove `details` method from `Issuing.Card` resource. The method was not supported.
248
+ * Remove `Issuing.CardDetails` resource. Read more at https://stripe.com/docs/issuing/cards/virtual.
249
+ * Remove `create` method from `ReportType` resource. The method was not supported.
250
+ * Remove `usage_record_summaries` method from `SubscriptionItem` resource. Please use `list_usage_record_summaries` method instead.
251
+ * Remove `AlipayAccount`, `BitcoinReceiver`, `BitcoinTransaction`, `Issuing::CardDetails`, `Recipient`, ` RecipientTransfer`, and `ThreeDSecure` resources. The resources were deprecated or no longer in use.
252
+ * Remove ability to list `Card` resource for a `Recipient`.
253
+ * Remove `cancel` method from `Transfer` resource. The method was deprecated.
490
254
 
491
255
  ## 6.5.0 - 2022-06-29
492
256
  * [#1084](https://github.com/stripe/stripe-ruby/pull/1084) API Updates
@@ -516,6 +280,8 @@ Breaking changes that arose during code generation of the library that we postpo
516
280
  * 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`
517
281
  * Add support for `retrieve_payment_method` method on resource `Customer`
518
282
  * Add support for `list_owners` and `list` methods on resource `FinancialConnections.Account`
283
+
284
+
519
285
 
520
286
  ## 6.0.0 - 2022-05-09
521
287
  * [#1056](https://github.com/stripe/stripe-ruby/pull/1056) API Updates
@@ -531,6 +297,7 @@ Breaking changes that arose during code generation of the library that we postpo
531
297
  ## 5.55.0 - 2022-05-05
532
298
  * [#1055](https://github.com/stripe/stripe-ruby/pull/1055) API Updates
533
299
  * Add support for new resources `FinancialConnections.AccountOwner`, `FinancialConnections.AccountOwnership`, `FinancialConnections.Account`, and `FinancialConnections.Session`
300
+
534
301
 
535
302
  ## 5.54.0 - 2022-05-03
536
303
  * [#1053](https://github.com/stripe/stripe-ruby/pull/1053) API Updates
@@ -1561,4 +1328,3 @@ Identical to 1.56.0 above. I incorrectly cut a patch-level release.
1561
1328
  <!--
1562
1329
  # vim: set tw=0:
1563
1330
  -->
1564
-
data/OPENAPI_VERSION CHANGED
@@ -1 +1 @@
1
- v831
1
+ v840
data/README.md CHANGED
@@ -131,6 +131,24 @@ Keep in mind that there are different method signatures depending on the action:
131
131
  `retrieve(id, opts)`. In addition, it will accept a Hash for the `id` param but will extract the
132
132
  `id` key out and use the others as options.
133
133
 
134
+ ### Accessing resource properties
135
+
136
+ Both indexer and accessors can be used to retrieve values of resource properties.
137
+
138
+ ```ruby
139
+ customer = Stripe::Customer.retrieve('cus_123456789')
140
+ puts customer['id']
141
+ puts customer.id
142
+ ```
143
+
144
+ NOTE: If the resource property is not defined, the accessors will raise an exception, while the indexer will return `nil`.
145
+
146
+ ```ruby
147
+ customer = Stripe::Customer.retrieve('cus_123456789')
148
+ puts customer['unknown'] # nil
149
+ puts customer.unknown # raises NoMethodError
150
+ ```
151
+
134
152
  ### Accessing a response object
135
153
 
136
154
  Get access to response objects by initializing a client and using its `request`
@@ -324,17 +342,6 @@ If your beta feature requires a `Stripe-Version` header to be sent, use the `Str
324
342
  Stripe.api_version += "; feature_beta=v3"
325
343
  ```
326
344
 
327
- ### Custom requests
328
-
329
- 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`.
330
-
331
- ```ruby
332
- resp = Stripe.raw_request(:post, "/v1/beta_endpoint", {param: 123}, {stripe_version: "2022-11-15; feature_beta=v3"})
333
-
334
- # (Optional) resp is a StripeResponse. You can use `Stripe.deserialize` to get a StripeObject.
335
- deserialized_resp = Stripe.deserialize(resp.http_body)
336
- ```
337
-
338
345
  ## Support
339
346
 
340
347
  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
- 10.10.0-beta.1
1
+ 10.10.0
@@ -48,14 +48,13 @@ module Stripe
48
48
  api_key = headers.delete(:api_key)
49
49
  api_base = headers.delete(:api_base)
50
50
  client = headers.delete(:client)
51
- api_mode = headers.delete(:api_mode)
52
51
  # Assume all remaining opts must be headers
53
52
 
54
53
  resp, opts[:api_key] = client.send(
55
54
  client_request_method_sym,
56
55
  method, url,
57
56
  api_base: api_base, api_key: api_key,
58
- headers: headers, params: params, usage: usage, api_mode: api_mode,
57
+ headers: headers, params: params, usage: usage,
59
58
  &read_body_chunk_block
60
59
  )
61
60
 
@@ -4,6 +4,5 @@
4
4
  module Stripe
5
5
  module ApiVersion
6
6
  CURRENT = "2023-10-16"
7
- PREVIEW = "2023-12-11.preview-v2"
8
7
  end
9
8
  end