stripe 3.2.0 → 5.16.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (230) hide show
  1. checksums.yaml +5 -5
  2. data/.editorconfig +10 -0
  3. data/.gitignore +3 -0
  4. data/.rubocop.yml +80 -0
  5. data/.rubocop_todo.yml +33 -0
  6. data/.travis.yml +9 -7
  7. data/.vscode/extensions.json +7 -0
  8. data/.vscode/settings.json +8 -0
  9. data/CHANGELOG.md +876 -0
  10. data/CODE_OF_CONDUCT.md +77 -0
  11. data/Gemfile +21 -21
  12. data/History.txt +1 -678
  13. data/README.md +195 -53
  14. data/Rakefile +18 -12
  15. data/VERSION +1 -1
  16. data/bin/stripe-console +5 -3
  17. data/lib/stripe/api_operations/create.rb +3 -1
  18. data/lib/stripe/api_operations/delete.rb +26 -2
  19. data/lib/stripe/api_operations/list.rb +3 -12
  20. data/lib/stripe/api_operations/nested_resource.rb +72 -0
  21. data/lib/stripe/api_operations/request.rb +33 -15
  22. data/lib/stripe/api_operations/save.rb +18 -9
  23. data/lib/stripe/api_resource.rb +60 -10
  24. data/lib/stripe/connection_manager.rb +159 -0
  25. data/lib/stripe/error_object.rb +94 -0
  26. data/lib/stripe/errors.rb +39 -19
  27. data/lib/stripe/instrumentation.rb +82 -0
  28. data/lib/stripe/list_object.rb +54 -22
  29. data/lib/stripe/multipart_encoder.rb +131 -0
  30. data/lib/stripe/oauth.rb +22 -14
  31. data/lib/stripe/object_types.rb +96 -0
  32. data/lib/stripe/{account.rb → resources/account.rb} +72 -34
  33. data/lib/stripe/resources/account_link.rb +9 -0
  34. data/lib/stripe/resources/alipay_account.rb +34 -0
  35. data/lib/stripe/{apple_pay_domain.rb → resources/apple_pay_domain.rb} +4 -2
  36. data/lib/stripe/resources/application_fee.rb +13 -0
  37. data/lib/stripe/resources/application_fee_refund.rb +30 -0
  38. data/lib/stripe/{balance.rb → resources/balance.rb} +3 -1
  39. data/lib/stripe/{balance_transaction.rb → resources/balance_transaction.rb} +3 -5
  40. data/lib/stripe/resources/bank_account.rb +42 -0
  41. data/lib/stripe/{bitcoin_receiver.rb → resources/bitcoin_receiver.rb} +6 -5
  42. data/lib/stripe/resources/bitcoin_transaction.rb +15 -0
  43. data/lib/stripe/resources/capability.rb +33 -0
  44. data/lib/stripe/resources/card.rb +37 -0
  45. data/lib/stripe/resources/charge.rb +22 -0
  46. data/lib/stripe/resources/checkout/session.rb +12 -0
  47. data/lib/stripe/{country_spec.rb → resources/country_spec.rb} +3 -5
  48. data/lib/stripe/{coupon.rb → resources/coupon.rb} +4 -2
  49. data/lib/stripe/resources/credit_note.rb +32 -0
  50. data/lib/stripe/resources/credit_note_line_item.rb +7 -0
  51. data/lib/stripe/resources/customer.rb +35 -0
  52. data/lib/stripe/resources/customer_balance_transaction.rb +30 -0
  53. data/lib/stripe/resources/discount.rb +7 -0
  54. data/lib/stripe/resources/dispute.rb +21 -0
  55. data/lib/stripe/resources/ephemeral_key.rb +19 -0
  56. data/lib/stripe/{event.rb → resources/event.rb} +3 -1
  57. data/lib/stripe/resources/exchange_rate.rb +9 -0
  58. data/lib/stripe/resources/file.rb +34 -0
  59. data/lib/stripe/resources/file_link.rb +11 -0
  60. data/lib/stripe/resources/invoice.rb +73 -0
  61. data/lib/stripe/{invoice_item.rb → resources/invoice_item.rb} +4 -2
  62. data/lib/stripe/{invoice_line_item.rb → resources/invoice_line_item.rb} +3 -1
  63. data/lib/stripe/resources/issuing/authorization.rb +33 -0
  64. data/lib/stripe/resources/issuing/card.rb +24 -0
  65. data/lib/stripe/resources/issuing/card_details.rb +9 -0
  66. data/lib/stripe/resources/issuing/cardholder.rb +13 -0
  67. data/lib/stripe/resources/issuing/dispute.rb +13 -0
  68. data/lib/stripe/resources/issuing/transaction.rb +12 -0
  69. data/lib/stripe/resources/login_link.rb +14 -0
  70. data/lib/stripe/resources/mandate.rb +7 -0
  71. data/lib/stripe/resources/order.rb +32 -0
  72. data/lib/stripe/{order_return.rb → resources/order_return.rb} +3 -5
  73. data/lib/stripe/resources/payment_intent.rb +42 -0
  74. data/lib/stripe/resources/payment_method.rb +32 -0
  75. data/lib/stripe/resources/payout.rb +22 -0
  76. data/lib/stripe/resources/person.rb +31 -0
  77. data/lib/stripe/{plan.rb → resources/plan.rb} +3 -1
  78. data/lib/stripe/{product.rb → resources/product.rb} +5 -3
  79. data/lib/stripe/resources/radar/early_fraud_warning.rb +11 -0
  80. data/lib/stripe/resources/radar/value_list.rb +14 -0
  81. data/lib/stripe/resources/radar/value_list_item.rb +13 -0
  82. data/lib/stripe/{recipient.rb → resources/recipient.rb} +5 -6
  83. data/lib/stripe/resources/recipient_transfer.rb +7 -0
  84. data/lib/stripe/{refund.rb → resources/refund.rb} +3 -1
  85. data/lib/stripe/resources/reporting/report_run.rb +12 -0
  86. data/lib/stripe/resources/reporting/report_type.rb +12 -0
  87. data/lib/stripe/resources/reversal.rb +29 -0
  88. data/lib/stripe/resources/review.rb +20 -0
  89. data/lib/stripe/resources/setup_intent.rb +32 -0
  90. data/lib/stripe/resources/sigma/scheduled_query_run.rb +15 -0
  91. data/lib/stripe/{sku.rb → resources/sku.rb} +5 -3
  92. data/lib/stripe/resources/source.rb +46 -0
  93. data/lib/stripe/resources/source_transaction.rb +7 -0
  94. data/lib/stripe/resources/subscription.rb +25 -0
  95. data/lib/stripe/resources/subscription_item.rb +25 -0
  96. data/lib/stripe/resources/subscription_schedule.rb +32 -0
  97. data/lib/stripe/resources/tax_id.rb +26 -0
  98. data/lib/stripe/resources/tax_rate.rb +11 -0
  99. data/lib/stripe/resources/terminal/connection_token.rb +11 -0
  100. data/lib/stripe/resources/terminal/location.rb +14 -0
  101. data/lib/stripe/resources/terminal/reader.rb +14 -0
  102. data/lib/stripe/{three_d_secure.rb → resources/three_d_secure.rb} +3 -1
  103. data/lib/stripe/{token.rb → resources/token.rb} +3 -1
  104. data/lib/stripe/resources/topup.rb +22 -0
  105. data/lib/stripe/resources/transfer.rb +26 -0
  106. data/lib/stripe/resources/usage_record.rb +7 -0
  107. data/lib/stripe/resources/usage_record_summary.rb +7 -0
  108. data/lib/stripe/resources/webhook_endpoint.rb +12 -0
  109. data/lib/stripe/resources.rb +79 -0
  110. data/lib/stripe/singleton_api_resource.rb +10 -4
  111. data/lib/stripe/stripe_client.rb +658 -337
  112. data/lib/stripe/stripe_object.rb +248 -126
  113. data/lib/stripe/stripe_response.rb +55 -21
  114. data/lib/stripe/util.rb +145 -187
  115. data/lib/stripe/version.rb +3 -1
  116. data/lib/stripe/webhook.rb +27 -16
  117. data/lib/stripe.rb +139 -90
  118. data/stripe.gemspec +26 -14
  119. data/test/openapi/README.md +9 -0
  120. data/test/stripe/account_link_test.rb +18 -0
  121. data/test/stripe/account_test.rb +311 -101
  122. data/test/stripe/alipay_account_test.rb +21 -1
  123. data/test/stripe/api_operations_test.rb +57 -8
  124. data/test/stripe/api_resource_test.rb +359 -271
  125. data/test/stripe/apple_pay_domain_test.rb +26 -11
  126. data/test/stripe/application_fee_refund_test.rb +10 -8
  127. data/test/stripe/application_fee_test.rb +49 -3
  128. data/test/stripe/balance_test.rb +4 -2
  129. data/test/stripe/balance_transaction_test.rb +20 -0
  130. data/test/stripe/bank_account_test.rb +11 -11
  131. data/test/stripe/capability_test.rb +45 -0
  132. data/test/stripe/charge_test.rb +25 -18
  133. data/test/stripe/checkout/session_test.rb +41 -0
  134. data/test/stripe/connection_manager_test.rb +163 -0
  135. data/test/stripe/country_spec_test.rb +6 -4
  136. data/test/stripe/coupon_test.rb +29 -10
  137. data/test/stripe/credit_note_test.rb +90 -0
  138. data/test/stripe/customer_balance_transaction_test.rb +37 -0
  139. data/test/stripe/customer_card_test.rb +13 -17
  140. data/test/stripe/customer_test.rb +161 -49
  141. data/test/stripe/dispute_test.rb +19 -8
  142. data/test/stripe/ephemeral_key_test.rb +23 -14
  143. data/test/stripe/errors_test.rb +32 -9
  144. data/test/stripe/exchange_rate_test.rb +20 -0
  145. data/test/stripe/file_link_test.rb +41 -0
  146. data/test/stripe/file_test.rb +87 -0
  147. data/test/stripe/instrumentation_test.rb +74 -0
  148. data/test/stripe/invoice_item_test.rb +31 -18
  149. data/test/stripe/invoice_line_item_test.rb +3 -1
  150. data/test/stripe/invoice_test.rb +158 -39
  151. data/test/stripe/issuing/authorization_test.rb +72 -0
  152. data/test/stripe/issuing/card_test.rb +62 -0
  153. data/test/stripe/issuing/cardholder_test.rb +53 -0
  154. data/test/stripe/issuing/dispute_test.rb +45 -0
  155. data/test/stripe/issuing/transaction_test.rb +48 -0
  156. data/test/stripe/list_object_test.rb +120 -88
  157. data/test/stripe/login_link_test.rb +16 -14
  158. data/test/stripe/mandate_test.rb +14 -0
  159. data/test/stripe/multipart_encoder_test.rb +130 -0
  160. data/test/stripe/oauth_test.rb +69 -50
  161. data/test/stripe/order_return_test.rb +7 -5
  162. data/test/stripe/order_test.rb +39 -14
  163. data/test/stripe/payment_intent_test.rb +107 -0
  164. data/test/stripe/payment_method_test.rb +84 -0
  165. data/test/stripe/payout_test.rb +18 -9
  166. data/test/stripe/person_test.rb +46 -0
  167. data/test/stripe/plan_test.rb +67 -19
  168. data/test/stripe/product_test.rb +28 -14
  169. data/test/stripe/radar/early_fraud_warning_test.rb +22 -0
  170. data/test/stripe/radar/value_list_item_test.rb +48 -0
  171. data/test/stripe/radar/value_list_test.rb +61 -0
  172. data/test/stripe/recipient_test.rb +27 -13
  173. data/test/stripe/refund_test.rb +11 -9
  174. data/test/stripe/reporting/report_run_test.rb +33 -0
  175. data/test/stripe/reporting/report_type_test.rb +22 -0
  176. data/test/stripe/reversal_test.rb +12 -10
  177. data/test/stripe/review_test.rb +27 -0
  178. data/test/stripe/setup_intent_test.rb +84 -0
  179. data/test/stripe/sigma/scheduled_query_run_test.rb +22 -0
  180. data/test/stripe/sku_test.rb +24 -12
  181. data/test/stripe/source_test.rb +70 -19
  182. data/test/stripe/stripe_client_test.rb +867 -326
  183. data/test/stripe/stripe_object_test.rb +284 -182
  184. data/test/stripe/stripe_response_test.rb +73 -24
  185. data/test/stripe/subscription_item_test.rb +47 -15
  186. data/test/stripe/subscription_schedule_test.rb +82 -0
  187. data/test/stripe/subscription_test.rb +41 -19
  188. data/test/stripe/tax_id_test.rb +31 -0
  189. data/test/stripe/tax_rate_test.rb +43 -0
  190. data/test/stripe/terminal/connection_token_test.rb +16 -0
  191. data/test/stripe/terminal/location_test.rb +68 -0
  192. data/test/stripe/terminal/reader_test.rb +62 -0
  193. data/test/stripe/three_d_secure_test.rb +4 -2
  194. data/test/stripe/topup_test.rb +62 -0
  195. data/test/stripe/transfer_test.rb +55 -8
  196. data/test/stripe/usage_record_summary_test.rb +29 -0
  197. data/test/stripe/util_test.rb +173 -84
  198. data/test/stripe/webhook_endpoint_test.rb +59 -0
  199. data/test/stripe/webhook_test.rb +21 -17
  200. data/test/stripe_mock.rb +78 -0
  201. data/test/stripe_test.rb +6 -15
  202. data/test/test_data.rb +28 -26
  203. data/test/test_helper.rb +48 -29
  204. metadata +183 -70
  205. data/lib/stripe/alipay_account.rb +0 -22
  206. data/lib/stripe/application_fee.rb +0 -22
  207. data/lib/stripe/application_fee_refund.rb +0 -20
  208. data/lib/stripe/bank_account.rb +0 -30
  209. data/lib/stripe/bitcoin_transaction.rb +0 -11
  210. data/lib/stripe/card.rb +0 -27
  211. data/lib/stripe/charge.rb +0 -82
  212. data/lib/stripe/customer.rb +0 -79
  213. data/lib/stripe/dispute.rb +0 -17
  214. data/lib/stripe/ephemeral_key.rb +0 -18
  215. data/lib/stripe/file_upload.rb +0 -33
  216. data/lib/stripe/invoice.rb +0 -29
  217. data/lib/stripe/login_link.rb +0 -9
  218. data/lib/stripe/order.rb +0 -29
  219. data/lib/stripe/payout.rb +0 -18
  220. data/lib/stripe/recipient_transfer.rb +0 -6
  221. data/lib/stripe/reversal.rb +0 -20
  222. data/lib/stripe/source.rb +0 -23
  223. data/lib/stripe/subscription.rb +0 -33
  224. data/lib/stripe/subscription_item.rb +0 -14
  225. data/lib/stripe/transfer.rb +0 -18
  226. data/test/api_stub_helpers.rb +0 -0
  227. data/test/stripe/bitcoin_receiver_test.rb +0 -67
  228. data/test/stripe/bitcoin_transaction_test.rb +0 -19
  229. data/test/stripe/file_upload_test.rb +0 -66
  230. data/test/stripe/recipient_card_test.rb +0 -44
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Stripe
2
4
  # Domains registered for Apple Pay on the Web
3
5
  class ApplePayDomain < APIResource
@@ -5,10 +7,10 @@ module Stripe
5
7
  include Stripe::APIOperations::Delete
6
8
  extend Stripe::APIOperations::List
7
9
 
8
- OBJECT_NAME = 'apple_pay_domain'
10
+ OBJECT_NAME = "apple_pay_domain"
9
11
 
10
12
  def self.resource_url
11
- '/v1/apple_pay/domains'
13
+ "/v1/apple_pay/domains"
12
14
  end
13
15
  end
14
16
  end
@@ -0,0 +1,13 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Stripe
4
+ class ApplicationFee < APIResource
5
+ extend Stripe::APIOperations::List
6
+ extend Stripe::APIOperations::NestedResource
7
+
8
+ OBJECT_NAME = "application_fee"
9
+
10
+ nested_resource_class_methods :refund,
11
+ operations: %i[create retrieve update list]
12
+ end
13
+ end
@@ -0,0 +1,30 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Stripe
4
+ class ApplicationFeeRefund < APIResource
5
+ include Stripe::APIOperations::Save
6
+ extend Stripe::APIOperations::List
7
+
8
+ OBJECT_NAME = "fee_refund"
9
+
10
+ def resource_url
11
+ "#{ApplicationFee.resource_url}/#{CGI.escape(fee)}/refunds" \
12
+ "/#{CGI.escape(id)}"
13
+ end
14
+
15
+ def self.update(_id, _params = nil, _opts = nil)
16
+ raise NotImplementedError,
17
+ "Application fee refunds cannot be updated without an " \
18
+ "application fee ID. Update an application fee refund using " \
19
+ "`ApplicationFee.update_refund('fee_id', 'refund_id', " \
20
+ "update_params)`"
21
+ end
22
+
23
+ def self.retrieve(_id, _api_key = nil)
24
+ raise NotImplementedError,
25
+ "Application fee refunds cannot be retrieved without an " \
26
+ "application fee ID. Retrieve an application fee refund using " \
27
+ "`ApplicationFee.retrieve_refund('fee_id', 'refund_id')`"
28
+ end
29
+ end
30
+ end
@@ -1,5 +1,7 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Stripe
2
4
  class Balance < SingletonAPIResource
3
- OBJECT_NAME = 'balance'
5
+ OBJECT_NAME = "balance"
4
6
  end
5
7
  end
@@ -1,11 +1,9 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Stripe
2
4
  class BalanceTransaction < APIResource
3
5
  extend Stripe::APIOperations::List
4
6
 
5
- OBJECT_NAME = 'balance_transaction'
6
-
7
- def self.resource_url
8
- '/v1/balance/history'
9
- end
7
+ OBJECT_NAME = "balance_transaction"
10
8
  end
11
9
  end
@@ -0,0 +1,42 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Stripe
4
+ class BankAccount < APIResource
5
+ include Stripe::APIOperations::Delete
6
+ extend Stripe::APIOperations::List
7
+ include Stripe::APIOperations::Save
8
+
9
+ OBJECT_NAME = "bank_account"
10
+
11
+ def verify(params = {}, opts = {})
12
+ resp, opts = request(:post, resource_url + "/verify", params, opts)
13
+ initialize_from(resp.data, opts)
14
+ end
15
+
16
+ def resource_url
17
+ if respond_to?(:customer)
18
+ "#{Customer.resource_url}/#{CGI.escape(customer)}/sources/#{CGI.escape(id)}"
19
+ elsif respond_to?(:account)
20
+ "#{Account.resource_url}/#{CGI.escape(account)}/external_accounts/#{CGI.escape(id)}"
21
+ end
22
+ end
23
+
24
+ def self.update(_id, _params = nil, _opts = nil)
25
+ raise NotImplementedError,
26
+ "Bank accounts cannot be updated without a customer ID or an " \
27
+ " account ID. Update a bank account using " \
28
+ "`Customer.update_source('customer_id', 'bank_account_id', " \
29
+ "update_params)` or `Account.update_external_account(" \
30
+ "'account_id', 'bank_account_id', update_params)`"
31
+ end
32
+
33
+ def self.retrieve(_id, _opts = nil)
34
+ raise NotImplementedError,
35
+ "Bank accounts cannot be retrieve without a customer ID or an " \
36
+ "account ID. Retrieve a bank account using " \
37
+ "`Customer.retrieve_source('customer_id', 'bank_account_id')` " \
38
+ "or `Account.retrieve_external_account('account_id', " \
39
+ "'bank_account_id')`"
40
+ end
41
+ end
42
+ end
@@ -1,18 +1,19 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Stripe
4
+ # Directly creating or retrieving BitcoinReceivers is deprecated. Please use
5
+ # the Sources API instead: https://stripe.com/docs/sources/bitcoin
2
6
  class BitcoinReceiver < APIResource
3
- extend Stripe::APIOperations::Create
4
- include Stripe::APIOperations::Save
5
- include Stripe::APIOperations::Delete
6
7
  extend Stripe::APIOperations::List
7
8
 
8
- OBJECT_NAME = 'bitcoin_receiver'
9
+ OBJECT_NAME = "bitcoin_receiver"
9
10
 
10
11
  def self.resource_url
11
12
  "/v1/bitcoin/receivers"
12
13
  end
13
14
 
14
15
  def resource_url
15
- if respond_to?(:customer) && !self.customer.nil? && self.customer != ""
16
+ if respond_to?(:customer) && !customer.nil? && customer != ""
16
17
  "#{Customer.resource_url}/#{CGI.escape(customer)}/sources/#{CGI.escape(id)}"
17
18
  else
18
19
  "#{self.class.resource_url}/#{CGI.escape(id)}"
@@ -0,0 +1,15 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Stripe
4
+ class BitcoinTransaction < APIResource
5
+ # Directly retrieving BitcoinTransactions is deprecated. Please use the
6
+ # Sources API instead: https://stripe.com/docs/sources/bitcoin
7
+ extend Stripe::APIOperations::List
8
+
9
+ OBJECT_NAME = "bitcoin_transaction"
10
+
11
+ def self.resource_url
12
+ "/v1/bitcoin/transactions"
13
+ end
14
+ end
15
+ end
@@ -0,0 +1,33 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Stripe
4
+ class Capability < APIResource
5
+ extend Stripe::APIOperations::List
6
+ include Stripe::APIOperations::Save
7
+
8
+ OBJECT_NAME = "capability"
9
+
10
+ def resource_url
11
+ if !respond_to?(:account) || account.nil?
12
+ raise NotImplementedError,
13
+ "Capabilities cannot be accessed without an account ID."
14
+ end
15
+ "#{Account.resource_url}/#{CGI.escape(account)}/capabilities" \
16
+ "/#{CGI.escape(id)}"
17
+ end
18
+
19
+ def self.retrieve(_id, _opts = {})
20
+ raise NotImplementedError,
21
+ "Capabilities cannot be retrieve without an account ID. " \
22
+ "Retrieve a capability using Account.retrieve_capability(" \
23
+ "'account_id', 'capability_id')`"
24
+ end
25
+
26
+ def self.update(_id, _params = nil, _opts = nil)
27
+ raise NotImplementedError,
28
+ "Capabilities cannot be updated without an account ID. Update a " \
29
+ "capability using Account.update_capability('account_id', " \
30
+ "'capability_id', update_params)`"
31
+ end
32
+ end
33
+ end
@@ -0,0 +1,37 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Stripe
4
+ class Card < APIResource
5
+ include Stripe::APIOperations::Delete
6
+ extend Stripe::APIOperations::List
7
+ include Stripe::APIOperations::Save
8
+
9
+ OBJECT_NAME = "card"
10
+
11
+ def resource_url
12
+ if respond_to?(:recipient) && !recipient.nil? && !recipient.empty?
13
+ "#{Recipient.resource_url}/#{CGI.escape(recipient)}/cards/#{CGI.escape(id)}"
14
+ elsif respond_to?(:customer) && !customer.nil? && !customer.empty?
15
+ "#{Customer.resource_url}/#{CGI.escape(customer)}/sources/#{CGI.escape(id)}"
16
+ elsif respond_to?(:account) && !account.nil? && !account.empty?
17
+ "#{Account.resource_url}/#{CGI.escape(account)}/external_accounts/#{CGI.escape(id)}"
18
+ end
19
+ end
20
+
21
+ def self.update(_id, _params = nil, _opts = nil)
22
+ raise NotImplementedError,
23
+ "Card cannot be updated without a customer ID or an account ID. " \
24
+ "Update a card using `Customer.update_source('customer_id', " \
25
+ "'card_id', update_params)` or `Account.update_external_account(" \
26
+ "'account_id', 'card_id', update_params)`"
27
+ end
28
+
29
+ def self.retrieve(_id, _opts = nil)
30
+ raise NotImplementedError,
31
+ "Card cannot be retrieved without a customer ID or an account " \
32
+ "ID. Retrieve a card using `Customer.retrieve_source(" \
33
+ "'customer_id', 'card_id')` or " \
34
+ "`Account.retrieve_external_account('account_id', 'card_id')`"
35
+ end
36
+ end
37
+ end
@@ -0,0 +1,22 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Stripe
4
+ class Charge < APIResource
5
+ extend Stripe::APIOperations::Create
6
+ extend Stripe::APIOperations::List
7
+ include Stripe::APIOperations::Save
8
+
9
+ OBJECT_NAME = "charge"
10
+
11
+ custom_method :capture, http_verb: :post
12
+
13
+ def capture(params = {}, opts = {})
14
+ request_stripe_object(
15
+ method: :post,
16
+ path: resource_url + "/capture",
17
+ params: params,
18
+ opts: opts
19
+ )
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,12 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Stripe
4
+ module Checkout
5
+ class Session < APIResource
6
+ extend Stripe::APIOperations::Create
7
+ extend Stripe::APIOperations::List
8
+
9
+ OBJECT_NAME = "checkout.session"
10
+ end
11
+ end
12
+ end
@@ -1,11 +1,9 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Stripe
2
4
  class CountrySpec < APIResource
3
5
  extend Stripe::APIOperations::List
4
6
 
5
- OBJECT_NAME = 'country_spec'
6
-
7
- def self.resource_url
8
- '/v1/country_specs'
9
- end
7
+ OBJECT_NAME = "country_spec"
10
8
  end
11
9
  end
@@ -1,10 +1,12 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Stripe
2
4
  class Coupon < APIResource
3
5
  extend Stripe::APIOperations::Create
4
- include Stripe::APIOperations::Save
5
6
  include Stripe::APIOperations::Delete
6
7
  extend Stripe::APIOperations::List
8
+ include Stripe::APIOperations::Save
7
9
 
8
- OBJECT_NAME = 'coupon'
10
+ OBJECT_NAME = "coupon"
9
11
  end
10
12
  end
@@ -0,0 +1,32 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Stripe
4
+ class CreditNote < APIResource
5
+ extend Stripe::APIOperations::Create
6
+ extend Stripe::APIOperations::List
7
+ include Stripe::APIOperations::Save
8
+
9
+ OBJECT_NAME = "credit_note"
10
+
11
+ custom_method :void_credit_note, http_verb: :post, http_path: "void"
12
+
13
+ def void_credit_note(params = {}, opts = {})
14
+ request_stripe_object(
15
+ method: :post,
16
+ path: resource_url + "/void",
17
+ params: params,
18
+ opts: opts
19
+ )
20
+ end
21
+
22
+ def self.preview(params, opts = {})
23
+ resp, opts = request(:get, resource_url + "/preview", params, opts)
24
+ Util.convert_to_stripe_object(resp.data, opts)
25
+ end
26
+
27
+ def self.list_preview_line_items(params, opts = {})
28
+ resp, opts = request(:get, resource_url + "/preview/lines", params, opts)
29
+ Util.convert_to_stripe_object(resp.data, opts)
30
+ end
31
+ end
32
+ end
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Stripe
4
+ class CreditNoteLineItem < StripeObject
5
+ OBJECT_NAME = "credit_note_line_item"
6
+ end
7
+ end
@@ -0,0 +1,35 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Stripe
4
+ class Customer < APIResource
5
+ extend Stripe::APIOperations::Create
6
+ include Stripe::APIOperations::Delete
7
+ extend Stripe::APIOperations::List
8
+ include Stripe::APIOperations::Save
9
+ extend Stripe::APIOperations::NestedResource
10
+
11
+ OBJECT_NAME = "customer"
12
+
13
+ nested_resource_class_methods :balance_transaction,
14
+ operations: %i[create retrieve update list]
15
+ nested_resource_class_methods :tax_id,
16
+ operations: %i[create retrieve delete list]
17
+
18
+ custom_method :delete_discount, http_verb: :delete, http_path: "discount"
19
+
20
+ save_nested_resource :source
21
+ nested_resource_class_methods :source,
22
+ operations: %i[create retrieve update delete list]
23
+
24
+ # The API request for deleting a card or bank account and for detaching a
25
+ # source object are the same.
26
+ class << self
27
+ alias detach_source delete_source
28
+ end
29
+
30
+ def delete_discount
31
+ resp, opts = request(:delete, resource_url + "/discount")
32
+ initialize_from(resp.data, opts, true)
33
+ end
34
+ end
35
+ end
@@ -0,0 +1,30 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Stripe
4
+ class CustomerBalanceTransaction < APIResource
5
+ extend Stripe::APIOperations::List
6
+ include Stripe::APIOperations::Save
7
+
8
+ OBJECT_NAME = "customer_balance_transaction"
9
+
10
+ def resource_url
11
+ if !respond_to?(:customer) || customer.nil?
12
+ raise NotImplementedError,
13
+ "Customer Balance Transactions cannot be accessed without a customer ID."
14
+ end
15
+ "#{Customer.resource_url}/#{CGI.escape(customer)}/balance_transactions/#{CGI.escape(id)}"
16
+ end
17
+
18
+ def self.retrieve(_id, _opts = {})
19
+ raise NotImplementedError,
20
+ "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
+ end
23
+
24
+ def self.update(_id, _params = nil, _opts = nil)
25
+ raise NotImplementedError,
26
+ "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
+ end
29
+ end
30
+ end
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Stripe
4
+ class Discount < StripeObject
5
+ OBJECT_NAME = "discount"
6
+ end
7
+ end
@@ -0,0 +1,21 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Stripe
4
+ class Dispute < APIResource
5
+ extend Stripe::APIOperations::List
6
+ include Stripe::APIOperations::Save
7
+
8
+ OBJECT_NAME = "dispute"
9
+
10
+ custom_method :close, http_verb: :post
11
+
12
+ def close(params = {}, opts = {})
13
+ request_stripe_object(
14
+ method: :post,
15
+ path: resource_url + "/close",
16
+ params: params,
17
+ opts: opts
18
+ )
19
+ end
20
+ end
21
+ end
@@ -0,0 +1,19 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Stripe
4
+ class EphemeralKey < APIResource
5
+ extend Stripe::APIOperations::Create
6
+ include Stripe::APIOperations::Delete
7
+
8
+ OBJECT_NAME = "ephemeral_key"
9
+
10
+ def self.create(params = {}, opts = {})
11
+ opts = Util.normalize_opts(opts)
12
+ unless opts[:stripe_version]
13
+ raise ArgumentError,
14
+ "stripe_version must be specified to create an ephemeral key"
15
+ end
16
+ super
17
+ end
18
+ end
19
+ end
@@ -1,7 +1,9 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Stripe
2
4
  class Event < APIResource
3
5
  extend Stripe::APIOperations::List
4
6
 
5
- OBJECT_NAME = 'event'
7
+ OBJECT_NAME = "event"
6
8
  end
7
9
  end
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Stripe
4
+ class ExchangeRate < APIResource
5
+ extend Stripe::APIOperations::List
6
+
7
+ OBJECT_NAME = "exchange_rate"
8
+ end
9
+ end
@@ -0,0 +1,34 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Stripe
4
+ class File < APIResource
5
+ extend Stripe::APIOperations::Create
6
+ extend Stripe::APIOperations::List
7
+
8
+ OBJECT_NAME = "file"
9
+
10
+ # This resource can have two different object names. In latter API
11
+ # versions, only `file` is used, but since stripe-ruby may be used with
12
+ # any API version, we need to support deserializing the older
13
+ # `file_upload` object into the same class.
14
+ OBJECT_NAME_ALT = "file_upload"
15
+
16
+ def self.resource_url
17
+ "/v1/files"
18
+ end
19
+
20
+ def self.create(params = {}, opts = {})
21
+ if params[:file] && !params[:file].is_a?(String)
22
+ unless params[:file].respond_to?(:read)
23
+ raise ArgumentError, "file must respond to `#read`"
24
+ end
25
+ end
26
+
27
+ opts = {
28
+ api_base: Stripe.uploads_base,
29
+ content_type: MultipartEncoder::MULTIPART_FORM_DATA,
30
+ }.merge(Util.normalize_opts(opts))
31
+ super
32
+ end
33
+ end
34
+ end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Stripe
4
+ class FileLink < APIResource
5
+ extend Stripe::APIOperations::Create
6
+ extend Stripe::APIOperations::List
7
+ include Stripe::APIOperations::Save
8
+
9
+ OBJECT_NAME = "file_link"
10
+ end
11
+ end
@@ -0,0 +1,73 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Stripe
4
+ class Invoice < APIResource
5
+ extend Stripe::APIOperations::Create
6
+ include Stripe::APIOperations::Delete
7
+ extend Stripe::APIOperations::List
8
+ include Stripe::APIOperations::Save
9
+
10
+ OBJECT_NAME = "invoice"
11
+
12
+ custom_method :finalize_invoice, http_verb: :post, http_path: "finalize"
13
+ custom_method :mark_uncollectible, http_verb: :post
14
+ custom_method :pay, http_verb: :post
15
+ custom_method :send_invoice, http_verb: :post, http_path: "send"
16
+ custom_method :void_invoice, http_verb: :post, http_path: "void"
17
+
18
+ def finalize_invoice(params = {}, opts = {})
19
+ request_stripe_object(
20
+ method: :post,
21
+ path: resource_url + "/finalize",
22
+ params: params,
23
+ opts: opts
24
+ )
25
+ end
26
+
27
+ def mark_uncollectible(params = {}, opts = {})
28
+ request_stripe_object(
29
+ method: :post,
30
+ path: resource_url + "/mark_uncollectible",
31
+ params: params,
32
+ opts: opts
33
+ )
34
+ end
35
+
36
+ def pay(params = {}, opts = {})
37
+ request_stripe_object(
38
+ method: :post,
39
+ path: resource_url + "/pay",
40
+ params: params,
41
+ opts: opts
42
+ )
43
+ end
44
+
45
+ def send_invoice(params = {}, opts = {})
46
+ request_stripe_object(
47
+ method: :post,
48
+ path: resource_url + "/send",
49
+ params: params,
50
+ opts: opts
51
+ )
52
+ end
53
+
54
+ def void_invoice(params = {}, opts = {})
55
+ request_stripe_object(
56
+ method: :post,
57
+ path: resource_url + "/void",
58
+ params: params,
59
+ opts: opts
60
+ )
61
+ end
62
+
63
+ def self.upcoming(params, opts = {})
64
+ resp, opts = request(:get, resource_url + "/upcoming", params, opts)
65
+ Util.convert_to_stripe_object(resp.data, opts)
66
+ end
67
+
68
+ def self.list_upcoming_line_items(params, opts = {})
69
+ resp, opts = request(:get, resource_url + "/upcoming/lines", params, opts)
70
+ Util.convert_to_stripe_object(resp.data, opts)
71
+ end
72
+ end
73
+ end
@@ -1,10 +1,12 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Stripe
2
4
  class InvoiceItem < APIResource
3
- extend Stripe::APIOperations::List
4
5
  extend Stripe::APIOperations::Create
5
6
  include Stripe::APIOperations::Delete
7
+ extend Stripe::APIOperations::List
6
8
  include Stripe::APIOperations::Save
7
9
 
8
- OBJECT_NAME = 'invoiceitem'
10
+ OBJECT_NAME = "invoiceitem"
9
11
  end
10
12
  end
@@ -1,5 +1,7 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Stripe
2
4
  class InvoiceLineItem < StripeObject
3
- OBJECT_NAME = 'line_item'
5
+ OBJECT_NAME = "line_item"
4
6
  end
5
7
  end