stripe 5.22.0 → 5.55.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (223) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +142 -0
  3. data/Gemfile +0 -1
  4. data/Makefile +7 -0
  5. data/README.md +32 -27
  6. data/VERSION +1 -1
  7. data/lib/stripe/api_operations/create.rb +1 -1
  8. data/lib/stripe/api_operations/delete.rb +7 -3
  9. data/lib/stripe/api_operations/list.rb +1 -1
  10. data/lib/stripe/api_operations/nested_resource.rb +6 -5
  11. data/lib/stripe/api_operations/request.rb +54 -5
  12. data/lib/stripe/api_operations/save.rb +7 -4
  13. data/lib/stripe/api_operations/search.rb +19 -0
  14. data/lib/stripe/api_resource.rb +13 -19
  15. data/lib/stripe/api_resource_test_helpers.rb +47 -0
  16. data/lib/stripe/connection_manager.rb +51 -10
  17. data/lib/stripe/error_object.rb +2 -3
  18. data/lib/stripe/instrumentation.rb +3 -1
  19. data/lib/stripe/list_object.rb +2 -2
  20. data/lib/stripe/oauth.rb +7 -6
  21. data/lib/stripe/object_types.rb +21 -1
  22. data/lib/stripe/resources/account.rb +5 -9
  23. data/lib/stripe/resources/account_link.rb +1 -0
  24. data/lib/stripe/resources/apple_pay_domain.rb +1 -0
  25. data/lib/stripe/resources/application_fee.rb +1 -0
  26. data/lib/stripe/resources/application_fee_refund.rb +2 -1
  27. data/lib/stripe/resources/balance.rb +1 -0
  28. data/lib/stripe/resources/balance_transaction.rb +1 -0
  29. data/lib/stripe/resources/bank_account.rb +2 -1
  30. data/lib/stripe/resources/billing_portal/configuration.rb +14 -0
  31. data/lib/stripe/resources/billing_portal/session.rb +1 -0
  32. data/lib/stripe/resources/bitcoin_receiver.rb +1 -0
  33. data/lib/stripe/resources/bitcoin_transaction.rb +3 -2
  34. data/lib/stripe/resources/capability.rb +2 -1
  35. data/lib/stripe/resources/card.rb +1 -0
  36. data/lib/stripe/resources/cash_balance.rb +22 -0
  37. data/lib/stripe/resources/charge.rb +10 -0
  38. data/lib/stripe/resources/checkout/session.rb +12 -0
  39. data/lib/stripe/resources/country_spec.rb +1 -0
  40. data/lib/stripe/resources/coupon.rb +1 -0
  41. data/lib/stripe/resources/credit_note.rb +3 -2
  42. data/lib/stripe/resources/credit_note_line_item.rb +1 -0
  43. data/lib/stripe/resources/customer.rb +41 -2
  44. data/lib/stripe/resources/customer_balance_transaction.rb +3 -2
  45. data/lib/stripe/resources/discount.rb +1 -0
  46. data/lib/stripe/resources/dispute.rb +1 -0
  47. data/lib/stripe/resources/ephemeral_key.rb +1 -0
  48. data/lib/stripe/resources/event.rb +1 -0
  49. data/lib/stripe/resources/exchange_rate.rb +1 -0
  50. data/lib/stripe/resources/file.rb +3 -1
  51. data/lib/stripe/resources/file_link.rb +1 -0
  52. data/lib/stripe/resources/financial_connections/account.rb +31 -0
  53. data/lib/stripe/resources/financial_connections/account_owner.rb +10 -0
  54. data/lib/stripe/resources/financial_connections/account_ownership.rb +10 -0
  55. data/lib/stripe/resources/financial_connections/session.rb +12 -0
  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 +12 -2
  60. data/lib/stripe/resources/invoice_item.rb +1 -0
  61. data/lib/stripe/resources/invoice_line_item.rb +1 -0
  62. data/lib/stripe/resources/issuing/authorization.rb +1 -0
  63. data/lib/stripe/resources/issuing/card.rb +1 -0
  64. data/lib/stripe/resources/issuing/card_details.rb +2 -1
  65. data/lib/stripe/resources/issuing/cardholder.rb +1 -0
  66. data/lib/stripe/resources/issuing/dispute.rb +12 -0
  67. data/lib/stripe/resources/issuing/transaction.rb +1 -0
  68. data/lib/stripe/resources/line_item.rb +1 -0
  69. data/lib/stripe/resources/login_link.rb +1 -0
  70. data/lib/stripe/resources/mandate.rb +1 -0
  71. data/lib/stripe/resources/order.rb +1 -0
  72. data/lib/stripe/resources/order_return.rb +1 -0
  73. data/lib/stripe/resources/payment_intent.rb +40 -0
  74. data/lib/stripe/resources/payment_link.rb +23 -0
  75. data/lib/stripe/resources/payment_method.rb +1 -0
  76. data/lib/stripe/resources/payout.rb +11 -0
  77. data/lib/stripe/resources/person.rb +1 -0
  78. data/lib/stripe/resources/plan.rb +1 -0
  79. data/lib/stripe/resources/price.rb +10 -0
  80. data/lib/stripe/resources/product.rb +10 -0
  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 +1 -0
  84. data/lib/stripe/resources/radar/value_list.rb +1 -0
  85. data/lib/stripe/resources/radar/value_list_item.rb +1 -0
  86. data/lib/stripe/resources/recipient.rb +1 -0
  87. data/lib/stripe/resources/refund.rb +31 -0
  88. data/lib/stripe/resources/reporting/report_run.rb +1 -0
  89. data/lib/stripe/resources/reporting/report_type.rb +1 -0
  90. data/lib/stripe/resources/reversal.rb +3 -2
  91. data/lib/stripe/resources/review.rb +1 -0
  92. data/lib/stripe/resources/setup_attempt.rb +10 -0
  93. data/lib/stripe/resources/setup_intent.rb +11 -0
  94. data/lib/stripe/resources/shipping_rate.rb +12 -0
  95. data/lib/stripe/resources/sigma/scheduled_query_run.rb +1 -0
  96. data/lib/stripe/resources/sku.rb +1 -0
  97. data/lib/stripe/resources/source.rb +4 -3
  98. data/lib/stripe/resources/source_transaction.rb +1 -0
  99. data/lib/stripe/resources/subscription.rb +10 -0
  100. data/lib/stripe/resources/subscription_item.rb +2 -1
  101. data/lib/stripe/resources/subscription_schedule.rb +1 -0
  102. data/lib/stripe/resources/tax_code.rb +10 -0
  103. data/lib/stripe/resources/tax_id.rb +1 -0
  104. data/lib/stripe/resources/tax_rate.rb +1 -0
  105. data/lib/stripe/resources/terminal/configuration.rb +15 -0
  106. data/lib/stripe/resources/terminal/connection_token.rb +1 -0
  107. data/lib/stripe/resources/terminal/location.rb +1 -0
  108. data/lib/stripe/resources/terminal/reader.rb +61 -0
  109. data/lib/stripe/resources/test_helpers/test_clock.rb +25 -0
  110. data/lib/stripe/resources/three_d_secure.rb +1 -0
  111. data/lib/stripe/resources/token.rb +1 -0
  112. data/lib/stripe/resources/topup.rb +1 -0
  113. data/lib/stripe/resources/transfer.rb +1 -0
  114. data/lib/stripe/resources/usage_record.rb +1 -0
  115. data/lib/stripe/resources/usage_record_summary.rb +1 -0
  116. data/lib/stripe/resources/webhook_endpoint.rb +1 -0
  117. data/lib/stripe/resources.rb +18 -0
  118. data/lib/stripe/search_result_object.rb +86 -0
  119. data/lib/stripe/stripe_client.rb +252 -114
  120. data/lib/stripe/stripe_configuration.rb +194 -0
  121. data/lib/stripe/stripe_object.rb +24 -1
  122. data/lib/stripe/stripe_response.rb +80 -52
  123. data/lib/stripe/util.rb +62 -7
  124. data/lib/stripe/version.rb +1 -1
  125. data/lib/stripe.rb +39 -168
  126. data/stripe.gemspec +12 -5
  127. metadata +29 -190
  128. data/.editorconfig +0 -10
  129. data/.gitattributes +0 -4
  130. data/.github/ISSUE_TEMPLATE.md +0 -5
  131. data/.gitignore +0 -8
  132. data/.rubocop.yml +0 -80
  133. data/.rubocop_todo.yml +0 -33
  134. data/.travis.yml +0 -40
  135. data/.vscode/extensions.json +0 -7
  136. data/.vscode/settings.json +0 -8
  137. data/test/openapi/README.md +0 -9
  138. data/test/stripe/account_link_test.rb +0 -18
  139. data/test/stripe/account_test.rb +0 -412
  140. data/test/stripe/alipay_account_test.rb +0 -37
  141. data/test/stripe/api_operations_test.rb +0 -80
  142. data/test/stripe/api_resource_test.rb +0 -646
  143. data/test/stripe/apple_pay_domain_test.rb +0 -46
  144. data/test/stripe/application_fee_refund_test.rb +0 -37
  145. data/test/stripe/application_fee_test.rb +0 -58
  146. data/test/stripe/balance_test.rb +0 -13
  147. data/test/stripe/balance_transaction_test.rb +0 -20
  148. data/test/stripe/bank_account_test.rb +0 -36
  149. data/test/stripe/billing_portal/session_test.rb +0 -18
  150. data/test/stripe/capability_test.rb +0 -45
  151. data/test/stripe/charge_test.rb +0 -64
  152. data/test/stripe/checkout/session_test.rb +0 -53
  153. data/test/stripe/connection_manager_test.rb +0 -163
  154. data/test/stripe/country_spec_test.rb +0 -20
  155. data/test/stripe/coupon_test.rb +0 -61
  156. data/test/stripe/credit_note_test.rb +0 -90
  157. data/test/stripe/customer_balance_transaction_test.rb +0 -37
  158. data/test/stripe/customer_card_test.rb +0 -42
  159. data/test/stripe/customer_test.rb +0 -226
  160. data/test/stripe/dispute_test.rb +0 -51
  161. data/test/stripe/ephemeral_key_test.rb +0 -93
  162. data/test/stripe/errors_test.rb +0 -53
  163. data/test/stripe/exchange_rate_test.rb +0 -20
  164. data/test/stripe/file_link_test.rb +0 -41
  165. data/test/stripe/file_test.rb +0 -87
  166. data/test/stripe/instrumentation_test.rb +0 -74
  167. data/test/stripe/invoice_item_test.rb +0 -66
  168. data/test/stripe/invoice_line_item_test.rb +0 -8
  169. data/test/stripe/invoice_test.rb +0 -229
  170. data/test/stripe/issuing/authorization_test.rb +0 -72
  171. data/test/stripe/issuing/card_test.rb +0 -74
  172. data/test/stripe/issuing/cardholder_test.rb +0 -53
  173. data/test/stripe/issuing/dispute_test.rb +0 -35
  174. data/test/stripe/issuing/transaction_test.rb +0 -48
  175. data/test/stripe/list_object_test.rb +0 -202
  176. data/test/stripe/login_link_test.rb +0 -37
  177. data/test/stripe/mandate_test.rb +0 -14
  178. data/test/stripe/multipart_encoder_test.rb +0 -130
  179. data/test/stripe/oauth_test.rb +0 -104
  180. data/test/stripe/order_return_test.rb +0 -21
  181. data/test/stripe/order_test.rb +0 -82
  182. data/test/stripe/payment_intent_test.rb +0 -107
  183. data/test/stripe/payment_method_test.rb +0 -84
  184. data/test/stripe/payout_test.rb +0 -57
  185. data/test/stripe/person_test.rb +0 -46
  186. data/test/stripe/plan_test.rb +0 -98
  187. data/test/stripe/price_test.rb +0 -48
  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 -119
  202. data/test/stripe/stripe_client_test.rb +0 -1291
  203. data/test/stripe/stripe_object_test.rb +0 -500
  204. data/test/stripe/stripe_response_test.rb +0 -95
  205. data/test/stripe/subscription_item_test.rb +0 -84
  206. data/test/stripe/subscription_schedule_test.rb +0 -82
  207. data/test/stripe/subscription_test.rb +0 -80
  208. data/test/stripe/tax_id_test.rb +0 -31
  209. data/test/stripe/tax_rate_test.rb +0 -43
  210. data/test/stripe/terminal/connection_token_test.rb +0 -16
  211. data/test/stripe/terminal/location_test.rb +0 -68
  212. data/test/stripe/terminal/reader_test.rb +0 -62
  213. data/test/stripe/three_d_secure_test.rb +0 -23
  214. data/test/stripe/topup_test.rb +0 -62
  215. data/test/stripe/transfer_test.rb +0 -88
  216. data/test/stripe/usage_record_summary_test.rb +0 -29
  217. data/test/stripe/util_test.rb +0 -402
  218. data/test/stripe/webhook_endpoint_test.rb +0 -59
  219. data/test/stripe/webhook_test.rb +0 -135
  220. data/test/stripe_mock.rb +0 -78
  221. data/test/stripe_test.rb +0 -50
  222. data/test/test_data.rb +0 -61
  223. data/test/test_helper.rb +0 -75
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -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,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -24,8 +25,9 @@ module Stripe
24
25
  end
25
26
  end
26
27
 
28
+ config = opts[:client]&.config || Stripe.config
27
29
  opts = {
28
- api_base: Stripe.uploads_base,
30
+ api_base: config.uploads_base,
29
31
  content_type: MultipartEncoder::MULTIPART_FORM_DATA,
30
32
  }.merge(Util.normalize_opts(opts))
31
33
  super
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -0,0 +1,31 @@
1
+ # File generated from our OpenAPI spec
2
+ # frozen_string_literal: true
3
+
4
+ module Stripe
5
+ module FinancialConnections
6
+ class Account < APIResource
7
+ OBJECT_NAME = "financial_connections.account"
8
+
9
+ custom_method :disconnect, http_verb: :post
10
+ custom_method :refresh, http_verb: :post
11
+
12
+ def disconnect(params = {}, opts = {})
13
+ request_stripe_object(
14
+ method: :post,
15
+ path: resource_url + "/disconnect",
16
+ params: params,
17
+ opts: opts
18
+ )
19
+ end
20
+
21
+ def refresh(params = {}, opts = {})
22
+ request_stripe_object(
23
+ method: :post,
24
+ path: resource_url + "/refresh",
25
+ params: params,
26
+ opts: opts
27
+ )
28
+ end
29
+ end
30
+ end
31
+ end
@@ -0,0 +1,10 @@
1
+ # File generated from our OpenAPI spec
2
+ # frozen_string_literal: true
3
+
4
+ module Stripe
5
+ module FinancialConnections
6
+ class AccountOwner < StripeObject
7
+ OBJECT_NAME = "financial_connections.account_owner"
8
+ end
9
+ end
10
+ end
@@ -0,0 +1,10 @@
1
+ # File generated from our OpenAPI spec
2
+ # frozen_string_literal: true
3
+
4
+ module Stripe
5
+ module FinancialConnections
6
+ class AccountOwnership < StripeObject
7
+ OBJECT_NAME = "financial_connections.account_ownership"
8
+ end
9
+ end
10
+ end
@@ -0,0 +1,12 @@
1
+ # File generated from our OpenAPI spec
2
+ # frozen_string_literal: true
3
+
4
+ module Stripe
5
+ module FinancialConnections
6
+ class Session < APIResource
7
+ extend Stripe::APIOperations::Create
8
+
9
+ OBJECT_NAME = "financial_connections.session"
10
+ end
11
+ end
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,6 +6,7 @@ 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
12
  OBJECT_NAME = "invoice"
@@ -61,13 +63,21 @@ module Stripe
61
63
  end
62
64
 
63
65
  def self.upcoming(params, opts = {})
64
- resp, opts = request(:get, resource_url + "/upcoming", params, opts)
66
+ resp, opts = execute_resource_request(:get, resource_url + "/upcoming", params, opts)
65
67
  Util.convert_to_stripe_object(resp.data, opts)
66
68
  end
67
69
 
68
70
  def self.list_upcoming_line_items(params, opts = {})
69
- resp, opts = request(:get, resource_url + "/upcoming/lines", params, opts)
71
+ resp, opts = execute_resource_request(:get, resource_url + "/upcoming/lines", params, opts)
70
72
  Util.convert_to_stripe_object(resp.data, opts)
71
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
72
82
  end
73
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
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -1,8 +1,9 @@
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
+ class CardDetails < StripeObject
6
7
  OBJECT_NAME = "issuing.card_details"
7
8
  end
8
9
  end
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -8,6 +9,17 @@ module Stripe
8
9
  include Stripe::APIOperations::Save
9
10
 
10
11
  OBJECT_NAME = "issuing.dispute"
12
+
13
+ custom_method :submit, http_verb: :post
14
+
15
+ def submit(params = {}, opts = {})
16
+ request_stripe_object(
17
+ method: :post,
18
+ path: resource_url + "/submit",
19
+ params: params,
20
+ opts: opts
21
+ )
22
+ end
11
23
  end
12
24
  end
13
25
  end
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -1,16 +1,30 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
4
5
  class PaymentIntent < APIResource
5
6
  extend Stripe::APIOperations::Create
6
7
  extend Stripe::APIOperations::List
8
+ extend Stripe::APIOperations::Search
7
9
  include Stripe::APIOperations::Save
8
10
 
9
11
  OBJECT_NAME = "payment_intent"
10
12
 
13
+ custom_method :apply_customer_balance, http_verb: :post
11
14
  custom_method :cancel, http_verb: :post
12
15
  custom_method :capture, http_verb: :post
13
16
  custom_method :confirm, http_verb: :post
17
+ custom_method :increment_authorization, http_verb: :post
18
+ custom_method :verify_microdeposits, http_verb: :post
19
+
20
+ def apply_customer_balance(params = {}, opts = {})
21
+ request_stripe_object(
22
+ method: :post,
23
+ path: resource_url + "/apply_customer_balance",
24
+ params: params,
25
+ opts: opts
26
+ )
27
+ end
14
28
 
15
29
  def cancel(params = {}, opts = {})
16
30
  request_stripe_object(
@@ -38,5 +52,31 @@ module Stripe
38
52
  opts: opts
39
53
  )
40
54
  end
55
+
56
+ def increment_authorization(params = {}, opts = {})
57
+ request_stripe_object(
58
+ method: :post,
59
+ path: resource_url + "/increment_authorization",
60
+ params: params,
61
+ opts: opts
62
+ )
63
+ end
64
+
65
+ def verify_microdeposits(params = {}, opts = {})
66
+ request_stripe_object(
67
+ method: :post,
68
+ path: resource_url + "/verify_microdeposits",
69
+ params: params,
70
+ opts: opts
71
+ )
72
+ end
73
+
74
+ def self.search(params = {}, opts = {})
75
+ _search("/v1/payment_intents/search", params, opts)
76
+ end
77
+
78
+ def self.search_auto_paging_each(params = {}, opts = {}, &blk)
79
+ search(params, opts).auto_paging_each(&blk)
80
+ end
41
81
  end
42
82
  end
@@ -0,0 +1,23 @@
1
+ # File generated from our OpenAPI spec
2
+ # frozen_string_literal: true
3
+
4
+ module Stripe
5
+ class PaymentLink < APIResource
6
+ extend Stripe::APIOperations::Create
7
+ extend Stripe::APIOperations::List
8
+ include Stripe::APIOperations::Save
9
+
10
+ OBJECT_NAME = "payment_link"
11
+
12
+ custom_method :list_line_items, http_verb: :get, http_path: "line_items"
13
+
14
+ def list_line_items(params = {}, opts = {})
15
+ request_stripe_object(
16
+ method: :get,
17
+ path: resource_url + "/line_items",
18
+ params: params,
19
+ opts: opts
20
+ )
21
+ end
22
+ end
23
+ end
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -9,6 +10,7 @@ module Stripe
9
10
  OBJECT_NAME = "payout"
10
11
 
11
12
  custom_method :cancel, http_verb: :post
13
+ custom_method :reverse, http_verb: :post
12
14
 
13
15
  def cancel(params = {}, opts = {})
14
16
  request_stripe_object(
@@ -18,5 +20,14 @@ module Stripe
18
20
  opts: opts
19
21
  )
20
22
  end
23
+
24
+ def reverse(params = {}, opts = {})
25
+ request_stripe_object(
26
+ method: :post,
27
+ path: resource_url + "/reverse",
28
+ params: params,
29
+ opts: opts
30
+ )
31
+ end
21
32
  end
22
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
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -1,11 +1,21 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
4
5
  class Price < APIResource
5
6
  extend Stripe::APIOperations::Create
6
7
  extend Stripe::APIOperations::List
8
+ extend Stripe::APIOperations::Search
7
9
  include Stripe::APIOperations::Save
8
10
 
9
11
  OBJECT_NAME = "price"
12
+
13
+ def self.search(params = {}, opts = {})
14
+ _search("/v1/prices/search", params, opts)
15
+ end
16
+
17
+ def self.search_auto_paging_each(params = {}, opts = {}, &blk)
18
+ search(params, opts).auto_paging_each(&blk)
19
+ end
10
20
  end
11
21
  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,8 +6,17 @@ 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
12
  OBJECT_NAME = "product"
13
+
14
+ def self.search(params = {}, opts = {})
15
+ _search("/v1/products/search", params, opts)
16
+ end
17
+
18
+ def self.search_auto_paging_each(params = {}, opts = {}, &blk)
19
+ search(params, opts).auto_paging_each(&blk)
20
+ end
11
21
  end
12
22
  end
@@ -0,0 +1,12 @@
1
+ # File generated from our OpenAPI spec
2
+ # frozen_string_literal: true
3
+
4
+ module Stripe
5
+ class PromotionCode < APIResource
6
+ extend Stripe::APIOperations::Create
7
+ extend Stripe::APIOperations::List
8
+ include Stripe::APIOperations::Save
9
+
10
+ OBJECT_NAME = "promotion_code"
11
+ end
12
+ end
@@ -0,0 +1,105 @@
1
+ # File generated from our OpenAPI spec
2
+ # frozen_string_literal: true
3
+
4
+ module Stripe
5
+ class Quote < APIResource
6
+ extend Stripe::APIOperations::Create
7
+ extend Stripe::APIOperations::List
8
+ include Stripe::APIOperations::Save
9
+
10
+ OBJECT_NAME = "quote"
11
+
12
+ custom_method :accept, http_verb: :post
13
+ custom_method :cancel, http_verb: :post
14
+ custom_method :finalize_quote, http_verb: :post, http_path: "finalize"
15
+ custom_method :list_computed_upfront_line_items, http_verb: :get, http_path: "computed_upfront_line_items"
16
+ custom_method :list_line_items, http_verb: :get, http_path: "line_items"
17
+
18
+ def accept(params = {}, opts = {})
19
+ request_stripe_object(
20
+ method: :post,
21
+ path: resource_url + "/accept",
22
+ params: params,
23
+ opts: opts
24
+ )
25
+ end
26
+
27
+ def cancel(params = {}, opts = {})
28
+ request_stripe_object(
29
+ method: :post,
30
+ path: resource_url + "/cancel",
31
+ params: params,
32
+ opts: opts
33
+ )
34
+ end
35
+
36
+ def finalize_quote(params = {}, opts = {})
37
+ request_stripe_object(
38
+ method: :post,
39
+ path: resource_url + "/finalize",
40
+ params: params,
41
+ opts: opts
42
+ )
43
+ end
44
+
45
+ def list_computed_upfront_line_items(params = {}, opts = {})
46
+ request_stripe_object(
47
+ method: :get,
48
+ path: resource_url + "/computed_upfront_line_items",
49
+ params: params,
50
+ opts: opts
51
+ )
52
+ end
53
+
54
+ def list_line_items(params = {}, opts = {})
55
+ request_stripe_object(
56
+ method: :get,
57
+ path: resource_url + "/line_items",
58
+ params: params,
59
+ opts: opts
60
+ )
61
+ end
62
+
63
+ def pdf(params = {}, opts = {}, &read_body_chunk_block)
64
+ unless block_given?
65
+ raise ArgumentError, "A read_body_chunk_block block parameter is required when calling the pdf method."
66
+ end
67
+
68
+ config = opts[:client]&.config || Stripe.config
69
+
70
+ request_stream(
71
+ method: :get,
72
+ path: resource_url + "/pdf",
73
+ params: params,
74
+ opts: {
75
+ api_base: config.uploads_base,
76
+ }.merge(opts),
77
+ &read_body_chunk_block
78
+ )
79
+ end
80
+
81
+ def self.pdf(id, params = {}, opts = {}, &read_body_chunk_block)
82
+ unless id.is_a?(String)
83
+ raise ArgumentError,
84
+ "id should be a string representing the ID of an API resource"
85
+ end
86
+
87
+ unless block_given?
88
+ raise ArgumentError, "A read_body_chunk_block block parameter is required when calling the pdf method."
89
+ end
90
+
91
+ config = opts[:client]&.config || Stripe.config
92
+
93
+ resp = execute_resource_request_stream(
94
+ :get,
95
+ "#{resource_url}/#{CGI.escape(id)}/pdf",
96
+ params,
97
+ {
98
+ api_base: config.uploads_base,
99
+ }.merge(opts),
100
+ &read_body_chunk_block
101
+ )
102
+ resp
103
+ end
104
+ end
105
+ end
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe
@@ -1,3 +1,4 @@
1
+ # File generated from our OpenAPI spec
1
2
  # frozen_string_literal: true
2
3
 
3
4
  module Stripe