stripe 4.21.3 → 5.52.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (226) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +254 -1
  3. data/CODE_OF_CONDUCT.md +77 -0
  4. data/Gemfile +10 -16
  5. data/Makefile +7 -0
  6. data/README.md +115 -47
  7. data/Rakefile +8 -7
  8. data/VERSION +1 -1
  9. data/lib/stripe/api_operations/create.rb +1 -1
  10. data/lib/stripe/api_operations/delete.rb +7 -3
  11. data/lib/stripe/api_operations/list.rb +1 -12
  12. data/lib/stripe/api_operations/nested_resource.rb +29 -26
  13. data/lib/stripe/api_operations/request.rb +82 -6
  14. data/lib/stripe/api_operations/save.rb +7 -4
  15. data/lib/stripe/api_operations/search.rb +19 -0
  16. data/lib/stripe/api_resource.rb +22 -17
  17. data/lib/stripe/api_resource_test_helpers.rb +47 -0
  18. data/lib/stripe/connection_manager.rb +200 -0
  19. data/lib/stripe/error_object.rb +93 -0
  20. data/lib/stripe/errors.rb +24 -3
  21. data/lib/stripe/instrumentation.rb +84 -0
  22. data/lib/stripe/list_object.rb +34 -5
  23. data/lib/stripe/multipart_encoder.rb +131 -0
  24. data/lib/stripe/oauth.rb +8 -6
  25. data/lib/stripe/object_types.rb +20 -5
  26. data/lib/stripe/resources/account.rb +12 -16
  27. data/lib/stripe/resources/account_link.rb +2 -1
  28. data/lib/stripe/resources/alipay_account.rb +1 -1
  29. data/lib/stripe/resources/apple_pay_domain.rb +2 -1
  30. data/lib/stripe/resources/application_fee.rb +2 -12
  31. data/lib/stripe/resources/application_fee_refund.rb +3 -2
  32. data/lib/stripe/resources/balance.rb +2 -1
  33. data/lib/stripe/resources/balance_transaction.rb +2 -5
  34. data/lib/stripe/resources/bank_account.rb +3 -2
  35. data/lib/stripe/resources/billing_portal/configuration.rb +14 -0
  36. data/lib/stripe/resources/billing_portal/session.rb +12 -0
  37. data/lib/stripe/resources/bitcoin_receiver.rb +2 -1
  38. data/lib/stripe/resources/bitcoin_transaction.rb +4 -3
  39. data/lib/stripe/resources/capability.rb +3 -2
  40. data/lib/stripe/resources/card.rb +2 -1
  41. data/lib/stripe/resources/charge.rb +13 -65
  42. data/lib/stripe/resources/checkout/session.rb +17 -1
  43. data/lib/stripe/resources/country_spec.rb +2 -1
  44. data/lib/stripe/resources/coupon.rb +2 -1
  45. data/lib/stripe/resources/credit_note.rb +18 -3
  46. data/lib/stripe/resources/credit_note_line_item.rb +8 -0
  47. data/lib/stripe/resources/customer.rb +35 -59
  48. data/lib/stripe/resources/customer_balance_transaction.rb +4 -3
  49. data/lib/stripe/resources/discount.rb +2 -1
  50. data/lib/stripe/resources/dispute.rb +8 -9
  51. data/lib/stripe/resources/ephemeral_key.rb +2 -1
  52. data/lib/stripe/resources/event.rb +2 -1
  53. data/lib/stripe/resources/exchange_rate.rb +2 -1
  54. data/lib/stripe/resources/file.rb +6 -14
  55. data/lib/stripe/resources/file_link.rb +2 -1
  56. data/lib/stripe/resources/funding_instructions.rb +16 -0
  57. data/lib/stripe/resources/identity/verification_report.rb +12 -0
  58. data/lib/stripe/resources/identity/verification_session.rb +35 -0
  59. data/lib/stripe/resources/invoice.rb +47 -12
  60. data/lib/stripe/resources/invoice_item.rb +2 -1
  61. data/lib/stripe/resources/invoice_line_item.rb +2 -1
  62. data/lib/stripe/resources/issuing/authorization.rb +14 -5
  63. data/lib/stripe/resources/issuing/card.rb +8 -3
  64. data/lib/stripe/resources/issuing/card_details.rb +3 -2
  65. data/lib/stripe/resources/issuing/cardholder.rb +2 -1
  66. data/lib/stripe/resources/issuing/dispute.rb +13 -1
  67. data/lib/stripe/resources/issuing/transaction.rb +2 -1
  68. data/lib/stripe/resources/line_item.rb +8 -0
  69. data/lib/stripe/resources/login_link.rb +2 -1
  70. data/lib/stripe/resources/mandate.rb +8 -0
  71. data/lib/stripe/resources/order.rb +14 -13
  72. data/lib/stripe/resources/order_return.rb +2 -1
  73. data/lib/stripe/resources/payment_intent.rb +59 -7
  74. data/lib/stripe/resources/payment_link.rb +23 -0
  75. data/lib/stripe/resources/payment_method.rb +14 -5
  76. data/lib/stripe/resources/payout.rb +16 -7
  77. data/lib/stripe/resources/person.rb +2 -1
  78. data/lib/stripe/resources/plan.rb +2 -1
  79. data/lib/stripe/resources/price.rb +21 -0
  80. data/lib/stripe/resources/product.rb +11 -1
  81. data/lib/stripe/resources/promotion_code.rb +12 -0
  82. data/lib/stripe/resources/quote.rb +105 -0
  83. data/lib/stripe/resources/radar/early_fraud_warning.rb +2 -1
  84. data/lib/stripe/resources/radar/value_list.rb +2 -1
  85. data/lib/stripe/resources/radar/value_list_item.rb +2 -1
  86. data/lib/stripe/resources/recipient.rb +2 -5
  87. data/lib/stripe/resources/recipient_transfer.rb +1 -1
  88. data/lib/stripe/resources/refund.rb +13 -1
  89. data/lib/stripe/resources/reporting/report_run.rb +2 -1
  90. data/lib/stripe/resources/reporting/report_type.rb +2 -1
  91. data/lib/stripe/resources/reversal.rb +4 -3
  92. data/lib/stripe/resources/review.rb +8 -3
  93. data/lib/stripe/resources/setup_attempt.rb +10 -0
  94. data/lib/stripe/resources/setup_intent.rb +24 -5
  95. data/lib/stripe/resources/shipping_rate.rb +12 -0
  96. data/lib/stripe/resources/sigma/scheduled_query_run.rb +2 -1
  97. data/lib/stripe/resources/sku.rb +2 -1
  98. data/lib/stripe/resources/source.rb +17 -12
  99. data/lib/stripe/resources/source_transaction.rb +2 -1
  100. data/lib/stripe/resources/subscription.rb +16 -6
  101. data/lib/stripe/resources/subscription_item.rb +11 -2
  102. data/lib/stripe/resources/subscription_schedule.rb +14 -13
  103. data/lib/stripe/resources/tax_code.rb +10 -0
  104. data/lib/stripe/resources/tax_id.rb +2 -1
  105. data/lib/stripe/resources/tax_rate.rb +2 -1
  106. data/lib/stripe/resources/terminal/configuration.rb +15 -0
  107. data/lib/stripe/resources/terminal/connection_token.rb +2 -1
  108. data/lib/stripe/resources/terminal/location.rb +2 -1
  109. data/lib/stripe/resources/terminal/reader.rb +62 -1
  110. data/lib/stripe/resources/test_helpers/test_clock.rb +25 -0
  111. data/lib/stripe/resources/three_d_secure.rb +2 -1
  112. data/lib/stripe/resources/token.rb +2 -1
  113. data/lib/stripe/resources/topup.rb +8 -3
  114. data/lib/stripe/resources/transfer.rb +8 -8
  115. data/lib/stripe/resources/usage_record.rb +2 -17
  116. data/lib/stripe/resources/usage_record_summary.rb +2 -1
  117. data/lib/stripe/resources/webhook_endpoint.rb +2 -1
  118. data/lib/stripe/resources.rb +18 -2
  119. data/lib/stripe/search_result_object.rb +86 -0
  120. data/lib/stripe/stripe_client.rb +617 -243
  121. data/lib/stripe/stripe_configuration.rb +194 -0
  122. data/lib/stripe/stripe_object.rb +30 -25
  123. data/lib/stripe/stripe_response.rb +87 -27
  124. data/lib/stripe/util.rb +88 -18
  125. data/lib/stripe/version.rb +1 -1
  126. data/lib/stripe/webhook.rb +39 -8
  127. data/lib/stripe.rb +43 -131
  128. data/stripe.gemspec +17 -13
  129. metadata +36 -220
  130. data/.editorconfig +0 -10
  131. data/.gitattributes +0 -4
  132. data/.github/ISSUE_TEMPLATE.md +0 -5
  133. data/.gitignore +0 -8
  134. data/.rubocop.yml +0 -43
  135. data/.rubocop_todo.yml +0 -38
  136. data/.travis.yml +0 -43
  137. data/.vscode/extensions.json +0 -7
  138. data/.vscode/settings.json +0 -8
  139. data/lib/stripe/resources/issuer_fraud_record.rb +0 -9
  140. data/lib/stripe/resources/subscription_schedule_revision.rb +0 -34
  141. data/test/api_stub_helpers.rb +0 -1
  142. data/test/openapi/README.md +0 -9
  143. data/test/stripe/account_link_test.rb +0 -18
  144. data/test/stripe/account_test.rb +0 -428
  145. data/test/stripe/alipay_account_test.rb +0 -37
  146. data/test/stripe/api_operations_test.rb +0 -80
  147. data/test/stripe/api_resource_test.rb +0 -544
  148. data/test/stripe/apple_pay_domain_test.rb +0 -46
  149. data/test/stripe/application_fee_refund_test.rb +0 -37
  150. data/test/stripe/application_fee_test.rb +0 -58
  151. data/test/stripe/balance_test.rb +0 -13
  152. data/test/stripe/bank_account_test.rb +0 -36
  153. data/test/stripe/capability_test.rb +0 -45
  154. data/test/stripe/charge_test.rb +0 -80
  155. data/test/stripe/checkout/session_test.rb +0 -41
  156. data/test/stripe/country_spec_test.rb +0 -20
  157. data/test/stripe/coupon_test.rb +0 -61
  158. data/test/stripe/credit_note_test.rb +0 -61
  159. data/test/stripe/customer_balance_transaction_test.rb +0 -37
  160. data/test/stripe/customer_card_test.rb +0 -42
  161. data/test/stripe/customer_test.rb +0 -269
  162. data/test/stripe/dispute_test.rb +0 -51
  163. data/test/stripe/ephemeral_key_test.rb +0 -93
  164. data/test/stripe/errors_test.rb +0 -20
  165. data/test/stripe/exchange_rate_test.rb +0 -20
  166. data/test/stripe/file_link_test.rb +0 -41
  167. data/test/stripe/file_test.rb +0 -97
  168. data/test/stripe/file_upload_test.rb +0 -79
  169. data/test/stripe/invoice_item_test.rb +0 -66
  170. data/test/stripe/invoice_line_item_test.rb +0 -8
  171. data/test/stripe/invoice_test.rb +0 -213
  172. data/test/stripe/issuer_fraud_record_test.rb +0 -20
  173. data/test/stripe/issuing/authorization_test.rb +0 -72
  174. data/test/stripe/issuing/card_test.rb +0 -62
  175. data/test/stripe/issuing/cardholder_test.rb +0 -53
  176. data/test/stripe/issuing/dispute_test.rb +0 -45
  177. data/test/stripe/issuing/transaction_test.rb +0 -48
  178. data/test/stripe/list_object_test.rb +0 -156
  179. data/test/stripe/login_link_test.rb +0 -37
  180. data/test/stripe/oauth_test.rb +0 -88
  181. data/test/stripe/order_return_test.rb +0 -21
  182. data/test/stripe/order_test.rb +0 -82
  183. data/test/stripe/payment_intent_test.rb +0 -107
  184. data/test/stripe/payment_method_test.rb +0 -84
  185. data/test/stripe/payout_test.rb +0 -57
  186. data/test/stripe/person_test.rb +0 -46
  187. data/test/stripe/plan_test.rb +0 -98
  188. data/test/stripe/product_test.rb +0 -59
  189. data/test/stripe/radar/early_fraud_warning_test.rb +0 -22
  190. data/test/stripe/radar/value_list_item_test.rb +0 -48
  191. data/test/stripe/radar/value_list_test.rb +0 -61
  192. data/test/stripe/recipient_test.rb +0 -62
  193. data/test/stripe/refund_test.rb +0 -39
  194. data/test/stripe/reporting/report_run_test.rb +0 -33
  195. data/test/stripe/reporting/report_type_test.rb +0 -22
  196. data/test/stripe/reversal_test.rb +0 -43
  197. data/test/stripe/review_test.rb +0 -27
  198. data/test/stripe/setup_intent_test.rb +0 -84
  199. data/test/stripe/sigma/scheduled_query_run_test.rb +0 -22
  200. data/test/stripe/sku_test.rb +0 -60
  201. data/test/stripe/source_test.rb +0 -99
  202. data/test/stripe/source_transaction_test.rb +0 -19
  203. data/test/stripe/stripe_client_test.rb +0 -842
  204. data/test/stripe/stripe_object_test.rb +0 -525
  205. data/test/stripe/stripe_response_test.rb +0 -49
  206. data/test/stripe/subscription_item_test.rb +0 -63
  207. data/test/stripe/subscription_schedule_revision_test.rb +0 -37
  208. data/test/stripe/subscription_schedule_test.rb +0 -116
  209. data/test/stripe/subscription_test.rb +0 -80
  210. data/test/stripe/tax_id_test.rb +0 -31
  211. data/test/stripe/tax_rate_test.rb +0 -43
  212. data/test/stripe/terminal/connection_token_test.rb +0 -16
  213. data/test/stripe/terminal/location_test.rb +0 -68
  214. data/test/stripe/terminal/reader_test.rb +0 -62
  215. data/test/stripe/three_d_secure_test.rb +0 -23
  216. data/test/stripe/topup_test.rb +0 -62
  217. data/test/stripe/transfer_test.rb +0 -88
  218. data/test/stripe/usage_record_summary_test.rb +0 -19
  219. data/test/stripe/usage_record_test.rb +0 -28
  220. data/test/stripe/util_test.rb +0 -402
  221. data/test/stripe/webhook_endpoint_test.rb +0 -59
  222. data/test/stripe/webhook_test.rb +0 -96
  223. data/test/stripe_mock.rb +0 -77
  224. data/test/stripe_test.rb +0 -63
  225. data/test/test_data.rb +0 -61
  226. data/test/test_helper.rb +0 -71
@@ -1,11 +1,27 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
4
5
  module Checkout
5
6
  class Session < APIResource
6
7
  extend Stripe::APIOperations::Create
8
+ extend Stripe::APIOperations::List
9
+ extend Stripe::APIOperations::NestedResource
7
10
 
8
- OBJECT_NAME = "checkout.session".freeze
11
+ OBJECT_NAME = "checkout.session"
12
+
13
+ custom_method :expire, http_verb: :post
14
+
15
+ nested_resource_class_methods :line_item, operations: %i[list]
16
+
17
+ def expire(params = {}, opts = {})
18
+ request_stripe_object(
19
+ method: :post,
20
+ path: resource_url + "/expire",
21
+ params: params,
22
+ opts: opts
23
+ )
24
+ end
9
25
  end
10
26
  end
11
27
  end
@@ -1,9 +1,10 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
4
5
  class CountrySpec < APIResource
5
6
  extend Stripe::APIOperations::List
6
7
 
7
- OBJECT_NAME = "country_spec".freeze
8
+ OBJECT_NAME = "country_spec"
8
9
  end
9
10
  end
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -7,6 +8,6 @@ module Stripe
7
8
  extend Stripe::APIOperations::List
8
9
  include Stripe::APIOperations::Save
9
10
 
10
- OBJECT_NAME = "coupon".freeze
11
+ OBJECT_NAME = "coupon"
11
12
  end
12
13
  end
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -6,13 +7,27 @@ module Stripe
6
7
  extend Stripe::APIOperations::List
7
8
  include Stripe::APIOperations::Save
8
9
 
9
- OBJECT_NAME = "credit_note".freeze
10
+ OBJECT_NAME = "credit_note"
10
11
 
11
12
  custom_method :void_credit_note, http_verb: :post, http_path: "void"
12
13
 
13
14
  def void_credit_note(params = {}, opts = {})
14
- resp, opts = request(:post, resource_url + "/void", params, opts)
15
- initialize_from(resp.data, opts)
15
+ request_stripe_object(
16
+ method: :post,
17
+ path: resource_url + "/void",
18
+ params: params,
19
+ opts: opts
20
+ )
21
+ end
22
+
23
+ def self.preview(params, opts = {})
24
+ resp, opts = execute_resource_request(:get, resource_url + "/preview", params, opts)
25
+ Util.convert_to_stripe_object(resp.data, opts)
26
+ end
27
+
28
+ def self.list_preview_line_items(params, opts = {})
29
+ resp, opts = execute_resource_request(:get, resource_url + "/preview/lines", params, opts)
30
+ Util.convert_to_stripe_object(resp.data, opts)
16
31
  end
17
32
  end
18
33
  end
@@ -0,0 +1,8 @@
1
+ # File generated from our OpenAPI spec
2
+ # frozen_string_literal: true
3
+
4
+ module Stripe
5
+ class CreditNoteLineItem < StripeObject
6
+ OBJECT_NAME = "credit_note_line_item"
7
+ end
8
+ end
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -5,16 +6,38 @@ module Stripe
5
6
  extend Stripe::APIOperations::Create
6
7
  include Stripe::APIOperations::Delete
7
8
  extend Stripe::APIOperations::List
9
+ extend Stripe::APIOperations::Search
8
10
  include Stripe::APIOperations::Save
9
11
  extend Stripe::APIOperations::NestedResource
10
12
 
11
- OBJECT_NAME = "customer".freeze
13
+ OBJECT_NAME = "customer"
14
+
15
+ custom_method :create_funding_instructions, http_verb: :post, http_path: "funding_instructions"
16
+ custom_method :list_payment_methods, http_verb: :get, http_path: "payment_methods"
12
17
 
13
18
  nested_resource_class_methods :balance_transaction,
14
19
  operations: %i[create retrieve update list]
15
20
  nested_resource_class_methods :tax_id,
16
21
  operations: %i[create retrieve delete list]
17
22
 
23
+ def create_funding_instructions(params = {}, opts = {})
24
+ request_stripe_object(
25
+ method: :post,
26
+ path: resource_url + "/funding_instructions",
27
+ params: params,
28
+ opts: opts
29
+ )
30
+ end
31
+
32
+ def list_payment_methods(params = {}, opts = {})
33
+ request_stripe_object(
34
+ method: :get,
35
+ path: resource_url + "/payment_methods",
36
+ params: params,
37
+ opts: opts
38
+ )
39
+ end
40
+
18
41
  custom_method :delete_discount, http_verb: :delete, http_path: "discount"
19
42
 
20
43
  save_nested_resource :source
@@ -27,69 +50,22 @@ module Stripe
27
50
  alias detach_source delete_source
28
51
  end
29
52
 
30
- def add_invoice_item(params, opts = {})
31
- opts = @opts.merge(Util.normalize_opts(opts))
32
- InvoiceItem.create(params.merge(customer: id), opts)
33
- end
34
-
35
- def invoices(params = {}, opts = {})
36
- opts = @opts.merge(Util.normalize_opts(opts))
37
- Invoice.all(params.merge(customer: id), opts)
38
- end
39
-
40
- def invoice_items(params = {}, opts = {})
41
- opts = @opts.merge(Util.normalize_opts(opts))
42
- InvoiceItem.all(params.merge(customer: id), opts)
43
- end
44
-
45
- def upcoming_invoice(params = {}, opts = {})
46
- opts = @opts.merge(Util.normalize_opts(opts))
47
- Invoice.upcoming(params.merge(customer: id), opts)
48
- end
49
-
50
- def charges(params = {}, opts = {})
51
- opts = @opts.merge(Util.normalize_opts(opts))
52
- Charge.all(params.merge(customer: id), opts)
53
- end
54
-
55
- def create_upcoming_invoice(params = {}, opts = {})
56
- opts = @opts.merge(Util.normalize_opts(opts))
57
- Invoice.create(params.merge(customer: id), opts)
58
- end
59
-
60
- def cancel_subscription(params = {}, opts = {})
61
- resp, opts = request(:delete, subscription_url, params, opts)
62
- initialize_from({ subscription: resp.data }, opts, true)
63
- subscription
64
- end
65
-
66
- def update_subscription(params = {}, opts = {})
67
- resp, opts = request(:post, subscription_url, params, opts)
68
- initialize_from({ subscription: resp.data }, opts, true)
69
- subscription
70
- end
71
-
72
- def create_subscription(params = {}, opts = {})
73
- resp, opts = request(:post, subscriptions_url, params, opts)
74
- initialize_from({ subscription: resp.data }, opts, true)
75
- subscription
76
- end
77
-
53
+ # Deletes a discount associated with the customer.
54
+ #
55
+ # Returns the deleted discount. The customer object is not updated,
56
+ # so you must call `refresh` on it to get a new version with the
57
+ # discount removed.
78
58
  def delete_discount
79
- _, opts = request(:delete, discount_url)
80
- initialize_from({ discount: nil }, opts, true)
81
- end
82
-
83
- private def discount_url
84
- resource_url + "/discount"
59
+ resp, opts = execute_resource_request(:delete, resource_url + "/discount")
60
+ Util.convert_to_stripe_object(resp.data, opts)
85
61
  end
86
62
 
87
- private def subscription_url
88
- resource_url + "/subscription"
63
+ def self.search(params = {}, opts = {})
64
+ _search("/v1/customers/search", params, opts)
89
65
  end
90
66
 
91
- private def subscriptions_url
92
- resource_url + "/subscriptions"
67
+ def self.search_auto_paging_each(params = {}, opts = {}, &blk)
68
+ search(params, opts).auto_paging_each(&blk)
93
69
  end
94
70
  end
95
71
  end
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -5,7 +6,7 @@ module Stripe
5
6
  extend Stripe::APIOperations::List
6
7
  include Stripe::APIOperations::Save
7
8
 
8
- OBJECT_NAME = "customer_balance_transaction".freeze
9
+ OBJECT_NAME = "customer_balance_transaction"
9
10
 
10
11
  def resource_url
11
12
  if !respond_to?(:customer) || customer.nil?
@@ -18,13 +19,13 @@ module Stripe
18
19
  def self.retrieve(_id, _opts = {})
19
20
  raise NotImplementedError,
20
21
  "Customer Balance Transactions cannot be retrieved without a customer ID. " \
21
- "Retrieve a Customer Balance Transaction using Customer.retrieve_balance_transaction('cus_123', 'cbtxn_123')"
22
+ "Retrieve a Customer Balance Transaction using `Customer.retrieve_balance_transaction('cus_123', 'cbtxn_123')`"
22
23
  end
23
24
 
24
25
  def self.update(_id, _params = nil, _opts = nil)
25
26
  raise NotImplementedError,
26
27
  "Customer Balance Transactions cannot be retrieved without a customer ID. " \
27
- "Update a Customer Balance Transaction using Customer.update_balance_transaction('cus_123', 'cbtxn_123', params)"
28
+ "Update a Customer Balance Transaction using `Customer.update_balance_transaction('cus_123', 'cbtxn_123', params)`"
28
29
  end
29
30
  end
30
31
  end
@@ -1,7 +1,8 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
4
5
  class Discount < StripeObject
5
- OBJECT_NAME = "discount".freeze
6
+ OBJECT_NAME = "discount"
6
7
  end
7
8
  end
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -5,19 +6,17 @@ module Stripe
5
6
  extend Stripe::APIOperations::List
6
7
  include Stripe::APIOperations::Save
7
8
 
8
- OBJECT_NAME = "dispute".freeze
9
+ OBJECT_NAME = "dispute"
9
10
 
10
11
  custom_method :close, http_verb: :post
11
12
 
12
13
  def close(params = {}, opts = {})
13
- resp, opts = request(:post, resource_url + "/close", params, opts)
14
- initialize_from(resp.data, opts)
14
+ request_stripe_object(
15
+ method: :post,
16
+ path: resource_url + "/close",
17
+ params: params,
18
+ opts: opts
19
+ )
15
20
  end
16
-
17
- def close_url
18
- resource_url + "/close"
19
- end
20
- extend Gem::Deprecate
21
- deprecate :close_url, :none, 2019, 11
22
21
  end
23
22
  end
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -5,7 +6,7 @@ module Stripe
5
6
  extend Stripe::APIOperations::Create
6
7
  include Stripe::APIOperations::Delete
7
8
 
8
- OBJECT_NAME = "ephemeral_key".freeze
9
+ OBJECT_NAME = "ephemeral_key"
9
10
 
10
11
  def self.create(params = {}, opts = {})
11
12
  opts = Util.normalize_opts(opts)
@@ -1,9 +1,10 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
4
5
  class Event < APIResource
5
6
  extend Stripe::APIOperations::List
6
7
 
7
- OBJECT_NAME = "event".freeze
8
+ OBJECT_NAME = "event"
8
9
  end
9
10
  end
@@ -1,9 +1,10 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
4
5
  class ExchangeRate < APIResource
5
6
  extend Stripe::APIOperations::List
6
7
 
7
- OBJECT_NAME = "exchange_rate".freeze
8
+ OBJECT_NAME = "exchange_rate"
8
9
  end
9
10
  end
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -5,40 +6,31 @@ module Stripe
5
6
  extend Stripe::APIOperations::Create
6
7
  extend Stripe::APIOperations::List
7
8
 
8
- OBJECT_NAME = "file".freeze
9
+ OBJECT_NAME = "file"
9
10
 
10
11
  # This resource can have two different object names. In latter API
11
12
  # versions, only `file` is used, but since stripe-ruby may be used with
12
13
  # any API version, we need to support deserializing the older
13
14
  # `file_upload` object into the same class.
14
- OBJECT_NAME_ALT = "file_upload".freeze
15
+ OBJECT_NAME_ALT = "file_upload"
15
16
 
16
17
  def self.resource_url
17
18
  "/v1/files"
18
19
  end
19
20
 
20
21
  def self.create(params = {}, opts = {})
21
- # rest-client would accept a vanilla `File` for upload, but Faraday does
22
- # not. Support the old API by wrapping a `File`-like object with an
23
- # `UploadIO` object if we're given one.
24
22
  if params[:file] && !params[:file].is_a?(String)
25
23
  unless params[:file].respond_to?(:read)
26
24
  raise ArgumentError, "file must respond to `#read`"
27
25
  end
28
-
29
- params[:file] = Faraday::UploadIO.new(params[:file], nil)
30
26
  end
31
27
 
28
+ config = opts[:client]&.config || Stripe.config
32
29
  opts = {
33
- api_base: Stripe.uploads_base,
34
- content_type: "multipart/form-data",
30
+ api_base: config.uploads_base,
31
+ content_type: MultipartEncoder::MULTIPART_FORM_DATA,
35
32
  }.merge(Util.normalize_opts(opts))
36
33
  super
37
34
  end
38
35
  end
39
36
  end
40
-
41
- module Stripe
42
- # For backwards compatibility, the `File` class is aliased to `FileUpload`.
43
- FileUpload = File
44
- end
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -6,6 +7,6 @@ module Stripe
6
7
  extend Stripe::APIOperations::List
7
8
  include Stripe::APIOperations::Save
8
9
 
9
- OBJECT_NAME = "file_link".freeze
10
+ OBJECT_NAME = "file_link"
10
11
  end
11
12
  end
@@ -0,0 +1,16 @@
1
+ # File generated from our OpenAPI spec
2
+ # frozen_string_literal: true
3
+
4
+ module Stripe
5
+ class FundingInstructions < APIResource
6
+ OBJECT_NAME = "funding_instructions"
7
+
8
+ def resource_url
9
+ if !respond_to?(:customer) || customer.nil?
10
+ raise NotImplementedError,
11
+ "FundingInstructions cannot be accessed without a customer ID."
12
+ end
13
+ "#{Customer.resource_url}/#{CGI.escape(customer)}/funding_instructions" "/#{CGI.escape(id)}"
14
+ end
15
+ end
16
+ end
@@ -0,0 +1,12 @@
1
+ # File generated from our OpenAPI spec
2
+ # frozen_string_literal: true
3
+
4
+ module Stripe
5
+ module Identity
6
+ class VerificationReport < APIResource
7
+ extend Stripe::APIOperations::List
8
+
9
+ OBJECT_NAME = "identity.verification_report"
10
+ end
11
+ end
12
+ end
@@ -0,0 +1,35 @@
1
+ # File generated from our OpenAPI spec
2
+ # frozen_string_literal: true
3
+
4
+ module Stripe
5
+ module Identity
6
+ class VerificationSession < APIResource
7
+ extend Stripe::APIOperations::Create
8
+ extend Stripe::APIOperations::List
9
+ include Stripe::APIOperations::Save
10
+
11
+ OBJECT_NAME = "identity.verification_session"
12
+
13
+ custom_method :cancel, http_verb: :post
14
+ custom_method :redact, http_verb: :post
15
+
16
+ def cancel(params = {}, opts = {})
17
+ request_stripe_object(
18
+ method: :post,
19
+ path: resource_url + "/cancel",
20
+ params: params,
21
+ opts: opts
22
+ )
23
+ end
24
+
25
+ def redact(params = {}, opts = {})
26
+ request_stripe_object(
27
+ method: :post,
28
+ path: resource_url + "/redact",
29
+ params: params,
30
+ opts: opts
31
+ )
32
+ end
33
+ end
34
+ end
35
+ end
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -5,9 +6,10 @@ module Stripe
5
6
  extend Stripe::APIOperations::Create
6
7
  include Stripe::APIOperations::Delete
7
8
  extend Stripe::APIOperations::List
9
+ extend Stripe::APIOperations::Search
8
10
  include Stripe::APIOperations::Save
9
11
 
10
- OBJECT_NAME = "invoice".freeze
12
+ OBJECT_NAME = "invoice"
11
13
 
12
14
  custom_method :finalize_invoice, http_verb: :post, http_path: "finalize"
13
15
  custom_method :mark_uncollectible, http_verb: :post
@@ -16,33 +18,66 @@ module Stripe
16
18
  custom_method :void_invoice, http_verb: :post, http_path: "void"
17
19
 
18
20
  def finalize_invoice(params = {}, opts = {})
19
- resp, opts = request(:post, resource_url + "/finalize", params, opts)
20
- initialize_from(resp.data, opts)
21
+ request_stripe_object(
22
+ method: :post,
23
+ path: resource_url + "/finalize",
24
+ params: params,
25
+ opts: opts
26
+ )
21
27
  end
22
28
 
23
29
  def mark_uncollectible(params = {}, opts = {})
24
- resp, opts = request(:post, resource_url + "/mark_uncollectible", params, opts)
25
- initialize_from(resp.data, opts)
30
+ request_stripe_object(
31
+ method: :post,
32
+ path: resource_url + "/mark_uncollectible",
33
+ params: params,
34
+ opts: opts
35
+ )
26
36
  end
27
37
 
28
38
  def pay(params = {}, opts = {})
29
- resp, opts = request(:post, resource_url + "/pay", params, opts)
30
- initialize_from(resp.data, opts)
39
+ request_stripe_object(
40
+ method: :post,
41
+ path: resource_url + "/pay",
42
+ params: params,
43
+ opts: opts
44
+ )
31
45
  end
32
46
 
33
47
  def send_invoice(params = {}, opts = {})
34
- resp, opts = request(:post, resource_url + "/send", params, opts)
35
- initialize_from(resp.data, opts)
48
+ request_stripe_object(
49
+ method: :post,
50
+ path: resource_url + "/send",
51
+ params: params,
52
+ opts: opts
53
+ )
36
54
  end
37
55
 
38
56
  def void_invoice(params = {}, opts = {})
39
- resp, opts = request(:post, resource_url + "/void", params, opts)
40
- initialize_from(resp.data, opts)
57
+ request_stripe_object(
58
+ method: :post,
59
+ path: resource_url + "/void",
60
+ params: params,
61
+ opts: opts
62
+ )
41
63
  end
42
64
 
43
65
  def self.upcoming(params, opts = {})
44
- resp, opts = request(:get, resource_url + "/upcoming", params, opts)
66
+ resp, opts = execute_resource_request(:get, resource_url + "/upcoming", params, opts)
45
67
  Util.convert_to_stripe_object(resp.data, opts)
46
68
  end
69
+
70
+ def self.list_upcoming_line_items(params, opts = {})
71
+ resp, opts = execute_resource_request(:get, resource_url + "/upcoming/lines", params, opts)
72
+ Util.convert_to_stripe_object(resp.data, opts)
73
+ end
74
+
75
+ def self.search(params = {}, opts = {})
76
+ _search("/v1/invoices/search", params, opts)
77
+ end
78
+
79
+ def self.search_auto_paging_each(params = {}, opts = {}, &blk)
80
+ search(params, opts).auto_paging_each(&blk)
81
+ end
47
82
  end
48
83
  end
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -7,6 +8,6 @@ module Stripe
7
8
  extend Stripe::APIOperations::List
8
9
  include Stripe::APIOperations::Save
9
10
 
10
- OBJECT_NAME = "invoiceitem".freeze
11
+ OBJECT_NAME = "invoiceitem"
11
12
  end
12
13
  end
@@ -1,7 +1,8 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
4
5
  class InvoiceLineItem < StripeObject
5
- OBJECT_NAME = "line_item".freeze
6
+ OBJECT_NAME = "line_item"
6
7
  end
7
8
  end
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -6,19 +7,27 @@ module Stripe
6
7
  extend Stripe::APIOperations::List
7
8
  include Stripe::APIOperations::Save
8
9
 
9
- OBJECT_NAME = "issuing.authorization".freeze
10
+ OBJECT_NAME = "issuing.authorization"
10
11
 
11
12
  custom_method :approve, http_verb: :post
12
13
  custom_method :decline, http_verb: :post
13
14
 
14
15
  def approve(params = {}, opts = {})
15
- resp, opts = request(:post, resource_url + "/approve", params, opts)
16
- initialize_from(resp.data, opts)
16
+ request_stripe_object(
17
+ method: :post,
18
+ path: resource_url + "/approve",
19
+ params: params,
20
+ opts: opts
21
+ )
17
22
  end
18
23
 
19
24
  def decline(params = {}, opts = {})
20
- resp, opts = request(:post, resource_url + "/decline", params, opts)
21
- initialize_from(resp.data, opts)
25
+ request_stripe_object(
26
+ method: :post,
27
+ path: resource_url + "/decline",
28
+ params: params,
29
+ opts: opts
30
+ )
22
31
  end
23
32
  end
24
33
  end
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -7,13 +8,17 @@ module Stripe
7
8
  extend Stripe::APIOperations::List
8
9
  include Stripe::APIOperations::Save
9
10
 
10
- OBJECT_NAME = "issuing.card".freeze
11
+ OBJECT_NAME = "issuing.card"
11
12
 
12
13
  custom_method :details, http_verb: :get
13
14
 
14
15
  def details(params = {}, opts = {})
15
- resp, opts = request(:get, resource_url + "/details", params, opts)
16
- Util.convert_to_stripe_object(resp.data, opts)
16
+ request_stripe_object(
17
+ method: :get,
18
+ path: resource_url + "/details",
19
+ params: params,
20
+ opts: opts
21
+ )
17
22
  end
18
23
  end
19
24
  end
@@ -1,9 +1,10 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
4
5
  module Issuing
5
- class CardDetails < Stripe::StripeObject
6
- OBJECT_NAME = "issuing.card_details".freeze
6
+ class CardDetails < StripeObject
7
+ OBJECT_NAME = "issuing.card_details"
7
8
  end
8
9
  end
9
10
  end