stripe 5.28.0 → 5.38.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (142) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +46 -0
  3. data/Gemfile +0 -1
  4. data/README.md +5 -1
  5. data/VERSION +1 -1
  6. data/lib/stripe/api_operations/request.rb +35 -2
  7. data/lib/stripe/api_resource.rb +8 -0
  8. data/lib/stripe/connection_manager.rb +27 -10
  9. data/lib/stripe/error_object.rb +2 -3
  10. data/lib/stripe/instrumentation.rb +3 -1
  11. data/lib/stripe/oauth.rb +4 -3
  12. data/lib/stripe/object_types.rb +7 -1
  13. data/lib/stripe/resources/account.rb +3 -8
  14. data/lib/stripe/resources/application_fee_refund.rb +2 -1
  15. data/lib/stripe/resources/billing_portal/configuration.rb +14 -0
  16. data/lib/stripe/resources/bitcoin_transaction.rb +3 -2
  17. data/lib/stripe/resources/capability.rb +2 -1
  18. data/lib/stripe/resources/credit_note_line_item.rb +1 -0
  19. data/lib/stripe/resources/customer.rb +6 -1
  20. data/lib/stripe/resources/customer_balance_transaction.rb +3 -2
  21. data/lib/stripe/resources/file.rb +2 -1
  22. data/lib/stripe/resources/identity/verification_report.rb +12 -0
  23. data/lib/stripe/resources/identity/verification_session.rb +35 -0
  24. data/lib/stripe/resources/invoice_line_item.rb +1 -0
  25. data/lib/stripe/resources/line_item.rb +1 -0
  26. data/lib/stripe/resources/login_link.rb +1 -0
  27. data/lib/stripe/resources/person.rb +1 -0
  28. data/lib/stripe/resources/quote.rb +105 -0
  29. data/lib/stripe/resources/reversal.rb +3 -2
  30. data/lib/stripe/resources/tax_code.rb +10 -0
  31. data/lib/stripe/resources/tax_id.rb +1 -0
  32. data/lib/stripe/resources/usage_record.rb +1 -0
  33. data/lib/stripe/resources/usage_record_summary.rb +1 -0
  34. data/lib/stripe/resources.rb +6 -0
  35. data/lib/stripe/stripe_client.rb +242 -111
  36. data/lib/stripe/stripe_configuration.rb +25 -9
  37. data/lib/stripe/stripe_object.rb +23 -0
  38. data/lib/stripe/stripe_response.rb +80 -52
  39. data/lib/stripe/util.rb +15 -7
  40. data/lib/stripe/version.rb +1 -1
  41. data/lib/stripe.rb +23 -22
  42. data/stripe.gemspec +9 -2
  43. metadata +8 -192
  44. data/.editorconfig +0 -10
  45. data/.gitattributes +0 -4
  46. data/.github/ISSUE_TEMPLATE.md +0 -5
  47. data/.gitignore +0 -8
  48. data/.rubocop.yml +0 -80
  49. data/.rubocop_todo.yml +0 -33
  50. data/.travis.yml +0 -38
  51. data/.vscode/extensions.json +0 -7
  52. data/.vscode/settings.json +0 -8
  53. data/test/openapi/README.md +0 -9
  54. data/test/stripe/account_link_test.rb +0 -18
  55. data/test/stripe/account_test.rb +0 -412
  56. data/test/stripe/alipay_account_test.rb +0 -37
  57. data/test/stripe/api_operations_test.rb +0 -80
  58. data/test/stripe/api_resource_test.rb +0 -646
  59. data/test/stripe/apple_pay_domain_test.rb +0 -46
  60. data/test/stripe/application_fee_refund_test.rb +0 -37
  61. data/test/stripe/application_fee_test.rb +0 -58
  62. data/test/stripe/balance_test.rb +0 -13
  63. data/test/stripe/balance_transaction_test.rb +0 -20
  64. data/test/stripe/bank_account_test.rb +0 -36
  65. data/test/stripe/billing_portal/session_test.rb +0 -18
  66. data/test/stripe/capability_test.rb +0 -45
  67. data/test/stripe/charge_test.rb +0 -64
  68. data/test/stripe/checkout/session_test.rb +0 -53
  69. data/test/stripe/connection_manager_test.rb +0 -167
  70. data/test/stripe/country_spec_test.rb +0 -20
  71. data/test/stripe/coupon_test.rb +0 -61
  72. data/test/stripe/credit_note_test.rb +0 -90
  73. data/test/stripe/customer_balance_transaction_test.rb +0 -37
  74. data/test/stripe/customer_card_test.rb +0 -48
  75. data/test/stripe/customer_test.rb +0 -226
  76. data/test/stripe/dispute_test.rb +0 -51
  77. data/test/stripe/ephemeral_key_test.rb +0 -93
  78. data/test/stripe/errors_test.rb +0 -53
  79. data/test/stripe/exchange_rate_test.rb +0 -20
  80. data/test/stripe/file_link_test.rb +0 -41
  81. data/test/stripe/file_test.rb +0 -87
  82. data/test/stripe/instrumentation_test.rb +0 -74
  83. data/test/stripe/invoice_item_test.rb +0 -66
  84. data/test/stripe/invoice_line_item_test.rb +0 -8
  85. data/test/stripe/invoice_test.rb +0 -229
  86. data/test/stripe/issuing/authorization_test.rb +0 -72
  87. data/test/stripe/issuing/card_test.rb +0 -74
  88. data/test/stripe/issuing/cardholder_test.rb +0 -53
  89. data/test/stripe/issuing/dispute_test.rb +0 -54
  90. data/test/stripe/issuing/transaction_test.rb +0 -48
  91. data/test/stripe/list_object_test.rb +0 -202
  92. data/test/stripe/login_link_test.rb +0 -37
  93. data/test/stripe/mandate_test.rb +0 -14
  94. data/test/stripe/multipart_encoder_test.rb +0 -130
  95. data/test/stripe/oauth_test.rb +0 -104
  96. data/test/stripe/order_return_test.rb +0 -21
  97. data/test/stripe/order_test.rb +0 -82
  98. data/test/stripe/payment_intent_test.rb +0 -107
  99. data/test/stripe/payment_method_test.rb +0 -84
  100. data/test/stripe/payout_test.rb +0 -72
  101. data/test/stripe/person_test.rb +0 -46
  102. data/test/stripe/plan_test.rb +0 -98
  103. data/test/stripe/price_test.rb +0 -48
  104. data/test/stripe/product_test.rb +0 -58
  105. data/test/stripe/promotion_code_test.rb +0 -42
  106. data/test/stripe/radar/early_fraud_warning_test.rb +0 -22
  107. data/test/stripe/radar/value_list_item_test.rb +0 -48
  108. data/test/stripe/radar/value_list_test.rb +0 -61
  109. data/test/stripe/recipient_test.rb +0 -62
  110. data/test/stripe/refund_test.rb +0 -39
  111. data/test/stripe/reporting/report_run_test.rb +0 -33
  112. data/test/stripe/reporting/report_type_test.rb +0 -22
  113. data/test/stripe/reversal_test.rb +0 -43
  114. data/test/stripe/review_test.rb +0 -27
  115. data/test/stripe/setup_attempt_test.rb +0 -16
  116. data/test/stripe/setup_intent_test.rb +0 -84
  117. data/test/stripe/sigma/scheduled_query_run_test.rb +0 -22
  118. data/test/stripe/sku_test.rb +0 -60
  119. data/test/stripe/source_test.rb +0 -119
  120. data/test/stripe/stripe_client_test.rb +0 -1291
  121. data/test/stripe/stripe_configuration_test.rb +0 -131
  122. data/test/stripe/stripe_object_test.rb +0 -500
  123. data/test/stripe/stripe_response_test.rb +0 -95
  124. data/test/stripe/subscription_item_test.rb +0 -84
  125. data/test/stripe/subscription_schedule_test.rb +0 -82
  126. data/test/stripe/subscription_test.rb +0 -80
  127. data/test/stripe/tax_id_test.rb +0 -31
  128. data/test/stripe/tax_rate_test.rb +0 -43
  129. data/test/stripe/terminal/connection_token_test.rb +0 -16
  130. data/test/stripe/terminal/location_test.rb +0 -68
  131. data/test/stripe/terminal/reader_test.rb +0 -62
  132. data/test/stripe/three_d_secure_test.rb +0 -23
  133. data/test/stripe/topup_test.rb +0 -62
  134. data/test/stripe/transfer_test.rb +0 -88
  135. data/test/stripe/usage_record_summary_test.rb +0 -29
  136. data/test/stripe/util_test.rb +0 -402
  137. data/test/stripe/webhook_endpoint_test.rb +0 -59
  138. data/test/stripe/webhook_test.rb +0 -135
  139. data/test/stripe_mock.rb +0 -78
  140. data/test/stripe_test.rb +0 -132
  141. data/test/test_data.rb +0 -61
  142. data/test/test_helper.rb +0 -77
data/.rubocop.yml DELETED
@@ -1,80 +0,0 @@
1
- inherit_from: .rubocop_todo.yml
2
-
3
- AllCops:
4
- DisplayCopNames: true
5
- TargetRubyVersion: 2.3
6
-
7
- Exclude:
8
- # brandur: Exclude ephmeral script-like files that I use to try and
9
- # reproduce problems with the library. If you know of a better way of doing
10
- # this (e.g. exclude files not tracked by Git), feel free to change it.
11
- - "example_*"
12
-
13
- Layout/CaseIndentation:
14
- EnforcedStyle: end
15
-
16
- Layout/FirstArrayElementIndentation:
17
- EnforcedStyle: consistent
18
-
19
- Layout/FirstHashElementIndentation:
20
- EnforcedStyle: consistent
21
-
22
- # This can be re-enabled once we're 2.3+ only and can use the squiggly heredoc
23
- # operator. Prior to that, Rubocop recommended bringing in a library like
24
- # ActiveSupport to get heredoc indentation, which is just terrible.
25
- Layout/HeredocIndentation:
26
- Enabled: false
27
-
28
- Layout/LineLength:
29
- Exclude:
30
- - "lib/stripe/resources/**/*.rb"
31
- - "test/**/*.rb"
32
-
33
- Metrics/BlockLength:
34
- Max: 40
35
- Exclude:
36
- # `context` in tests are blocks and get quite large, so exclude the test
37
- # directory from having to adhere to this rule.
38
- - "test/**/*.rb"
39
-
40
- Metrics/ClassLength:
41
- Exclude:
42
- # Test classes get quite large, so exclude the test directory from having
43
- # to adhere to this rule.
44
- - "test/**/*.rb"
45
-
46
- Metrics/MethodLength:
47
- # There's ~2 long methods in `StripeClient` and one in `NestedResource`. If
48
- # we want to truncate those a little, we could move this to be closer to ~30
49
- # (but the default of 10 is probably too short).
50
- Max: 55
51
-
52
- Metrics/ModuleLength:
53
- Enabled: false
54
-
55
- Style/AccessModifierDeclarations:
56
- EnforcedStyle: inline
57
-
58
- Style/FrozenStringLiteralComment:
59
- EnforcedStyle: always
60
-
61
- Style/HashEachMethods:
62
- Enabled: true
63
-
64
- Style/HashTransformKeys:
65
- Enabled: true
66
-
67
- Style/HashTransformValues:
68
- Enabled: true
69
-
70
- Style/NumericPredicate:
71
- Enabled: false
72
-
73
- Style/StringLiterals:
74
- EnforcedStyle: double_quotes
75
-
76
- Style/TrailingCommaInArrayLiteral:
77
- EnforcedStyleForMultiline: consistent_comma
78
-
79
- Style/TrailingCommaInHashLiteral:
80
- EnforcedStyleForMultiline: consistent_comma
data/.rubocop_todo.yml DELETED
@@ -1,33 +0,0 @@
1
- # This configuration was generated by
2
- # `rubocop --auto-gen-config`
3
- # on 2019-07-30 09:56:31 +0800 using RuboCop version 0.73.0.
4
- # The point is for the user to remove these configuration records
5
- # one by one as the offenses are removed from the code base.
6
- # Note that changes in the inspected code, or installation of new
7
- # versions of RuboCop, may require this file to be generated again.
8
-
9
- # Offense count: 23
10
- Metrics/AbcSize:
11
- Max: 51
12
-
13
- # Offense count: 12
14
- # Configuration parameters: CountComments.
15
- Metrics/ClassLength:
16
- Max: 694
17
-
18
- # Offense count: 12
19
- Metrics/CyclomaticComplexity:
20
- Max: 15
21
-
22
- # Offense count: 6
23
- # Configuration parameters: CountKeywordArgs.
24
- Metrics/ParameterLists:
25
- Max: 7
26
-
27
- # Offense count: 8
28
- Metrics/PerceivedComplexity:
29
- Max: 17
30
-
31
- # Offense count: 86
32
- Style/Documentation:
33
- Enabled: false
data/.travis.yml DELETED
@@ -1,38 +0,0 @@
1
- language: ruby
2
-
3
- rvm:
4
- - 2.3
5
- - 2.4
6
- - 2.5
7
- - 2.6
8
- - 2.7
9
- - jruby-9.2.7.0
10
-
11
- notifications:
12
- email:
13
- on_success: never
14
-
15
- env:
16
- global:
17
- # If changing this number, please also change it in `test/test_helper.rb`.
18
- - STRIPE_MOCK_VERSION=0.101.0
19
-
20
- cache:
21
- directories:
22
- - stripe-mock
23
-
24
- before_install:
25
- # Unpack and start stripe-mock so that the test suite can talk to it
26
- - |
27
- if [ ! -d "stripe-mock/stripe-mock_${STRIPE_MOCK_VERSION}" ]; then
28
- mkdir -p stripe-mock/stripe-mock_${STRIPE_MOCK_VERSION}/
29
- curl -L "https://github.com/stripe/stripe-mock/releases/download/v${STRIPE_MOCK_VERSION}/stripe-mock_${STRIPE_MOCK_VERSION}_linux_amd64.tar.gz" -o "stripe-mock/stripe-mock_${STRIPE_MOCK_VERSION}_linux_amd64.tar.gz"
30
- tar -zxf "stripe-mock/stripe-mock_${STRIPE_MOCK_VERSION}_linux_amd64.tar.gz" -C "stripe-mock/stripe-mock_${STRIPE_MOCK_VERSION}/"
31
- fi
32
- - |
33
- stripe-mock/stripe-mock_${STRIPE_MOCK_VERSION}/stripe-mock > /dev/null &
34
- STRIPE_MOCK_PID=$!
35
- - export PATH="${PATH}:${PWD}/stripe-mock/stripe-mock_${STRIPE_MOCK_VERSION}"
36
-
37
- script:
38
- - bundle exec rake
@@ -1,7 +0,0 @@
1
- {
2
- "recommendations": [
3
- "rebornix.ruby",
4
- "misogi.ruby-rubocop",
5
- "EditorConfig.editorconfig"
6
- ]
7
- }
@@ -1,8 +0,0 @@
1
- {
2
- "editor.formatOnSave": true,
3
- "files.trimTrailingWhitespace": true,
4
-
5
- // Rubocop settings
6
- "ruby.rubocop.configFilePath": ".rubocop.yml",
7
- "ruby.rubocop.onSave": true
8
- }
@@ -1,9 +0,0 @@
1
- ## Using custom OpenAPI specification and fixtures files
2
-
3
- You can place custom OpenAPI specification and fixtures files in this
4
- directory. The files must be in JSON format, and must be named `spec3.json`
5
- and `fixtures3.json` respectively.
6
-
7
- If those files are present, the test suite will start its own stripe-mock
8
- process on a random available port. In order for this to work, `stripe-mock`
9
- must be on the `PATH` in the environment used to run the test suite.
@@ -1,18 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require ::File.expand_path("../test_helper", __dir__)
4
-
5
- module Stripe
6
- class AccountLinkTest < Test::Unit::TestCase
7
- should "be creatable" do
8
- link = Stripe::AccountLink.create(
9
- account: "acct_123",
10
- refresh_url: "https://stripe.com/refresh",
11
- return_url: "https://stripe.com/return",
12
- type: "account_onboarding"
13
- )
14
- assert_requested :post, "#{Stripe.api_base}/v1/account_links"
15
- assert link.is_a?(Stripe::AccountLink)
16
- end
17
- end
18
- end
@@ -1,412 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require ::File.expand_path("../test_helper", __dir__)
4
-
5
- module Stripe
6
- class AccountTest < Test::Unit::TestCase
7
- should "be listable" do
8
- accounts = Stripe::Account.list
9
- assert_requested :get, "#{Stripe.api_base}/v1/accounts"
10
- assert accounts.data.is_a?(Array)
11
- assert accounts.data[0].is_a?(Stripe::Account)
12
- end
13
-
14
- should "be retrievable using singular endpoint" do
15
- account = Stripe::Account.retrieve
16
- assert_requested :get, "#{Stripe.api_base}/v1/account"
17
- assert account.is_a?(Stripe::Account)
18
- end
19
-
20
- should "be retrievable using plural endpoint" do
21
- account = Stripe::Account.retrieve("acct_123")
22
- assert_requested :get, "#{Stripe.api_base}/v1/accounts/acct_123"
23
- assert account.is_a?(Stripe::Account)
24
- end
25
-
26
- should "be rejectable" do
27
- account = Stripe::Account.retrieve("acct_foo")
28
- account = account.reject(reason: "fraud")
29
- assert_requested :post, "#{Stripe.api_base}/v1/accounts/#{account.id}/reject"
30
- assert account.is_a?(Stripe::Account)
31
- end
32
-
33
- context ".reject" do
34
- should "reject the account" do
35
- account = Stripe::Account.reject("acct_foo", reason: "fraud")
36
- assert_requested :post, "#{Stripe.api_base}/v1/accounts/#{account.id}/reject"
37
- assert account.is_a?(Stripe::Account)
38
- end
39
- end
40
-
41
- should "be creatable" do
42
- account = Stripe::Account.create(metadata: {}, type: "standard")
43
- assert_requested :post, "#{Stripe.api_base}/v1/accounts"
44
- assert account.is_a?(Stripe::Account)
45
- end
46
-
47
- should "be saveable" do
48
- account = Stripe::Account.retrieve("acct_123")
49
- account.metadata["key"] = "value"
50
- account.save
51
- assert_requested :post, "#{Stripe.api_base}/v1/accounts/#{account.id}"
52
- end
53
-
54
- should "be updateable" do
55
- account = Stripe::Account.update("acct_123", metadata: { foo: "bar" })
56
- assert_requested :post, "#{Stripe.api_base}/v1/accounts/acct_123"
57
- assert account.is_a?(Stripe::Account)
58
- end
59
-
60
- context "#delete" do
61
- should "be deletable" do
62
- account = Stripe::Account.retrieve("acct_123")
63
- account = account.delete
64
- assert_requested :delete, "#{Stripe.api_base}/v1/accounts/#{account.id}"
65
- assert account.is_a?(Stripe::Account)
66
- end
67
- end
68
-
69
- context ".delete" do
70
- should "be deletable" do
71
- account = Stripe::Account.delete("acct_123")
72
- assert_requested :delete, "#{Stripe.api_base}/v1/accounts/acct_123"
73
- assert account.is_a?(Stripe::Account)
74
- end
75
- end
76
-
77
- should "be able to list Persons" do
78
- account = Stripe::Account.retrieve("acct_123")
79
- persons = account.persons
80
- assert_requested :get, "#{Stripe.api_base}/v1/accounts/acct_123/persons"
81
- assert persons.data.is_a?(Array)
82
- assert persons.data[0].is_a?(Stripe::Person)
83
- end
84
-
85
- context "#deauthorize" do
86
- should "deauthorize an account" do
87
- account = Stripe::Account.retrieve("acct_123")
88
-
89
- # Unfortunately, the OpenAPI spec doesn't yet cover anything under the
90
- # Connect endpoints, so for just stub this out with Webmock.
91
- stub_request(:post, "#{Stripe.connect_base}/oauth/deauthorize")
92
- .with(body: { "client_id" => "ca_1234", "stripe_user_id" => account.id })
93
- .to_return(body: JSON.generate("stripe_user_id" => account.id))
94
- account.deauthorize("ca_1234", "sk_test_1234")
95
- end
96
- end
97
-
98
- context "#legal_entity=" do
99
- should "disallow direct overrides" do
100
- account = Stripe::Account.construct_from(
101
- id: "acct_123",
102
- legal_entity: {
103
- first_name: "name",
104
- }
105
- )
106
-
107
- assert_raise NoMethodError do
108
- account.legal_entity = { first_name: "Blah" }
109
- end
110
-
111
- account.legal_entity.first_name = "Blah"
112
- end
113
- end
114
-
115
- context "#serialize_params" do
116
- should "serialize a new additional_owners" do
117
- obj = Stripe::Util.convert_to_stripe_object({
118
- object: "account",
119
- legal_entity: Stripe::StripeObject.construct_from({
120
- }),
121
- }, {})
122
- obj.legal_entity.additional_owners = [
123
- { first_name: "Joe" },
124
- { first_name: "Jane" },
125
- ]
126
-
127
- expected = {
128
- legal_entity: {
129
- additional_owners: {
130
- "0" => { first_name: "Joe" },
131
- "1" => { first_name: "Jane" },
132
- },
133
- },
134
- }
135
- assert_equal(expected, obj.serialize_params)
136
- end
137
-
138
- should "serialize on an partially changed additional_owners" do
139
- obj = Stripe::Util.convert_to_stripe_object({
140
- object: "account",
141
- legal_entity: {
142
- additional_owners: [
143
- Stripe::StripeObject.construct_from(first_name: "Joe"),
144
- Stripe::StripeObject.construct_from(first_name: "Jane"),
145
- ],
146
- },
147
- }, {})
148
- obj.legal_entity.additional_owners[1].first_name = "Stripe"
149
-
150
- expected = {
151
- legal_entity: {
152
- additional_owners: {
153
- "1" => { first_name: "Stripe" },
154
- },
155
- },
156
- }
157
- assert_equal(expected, obj.serialize_params)
158
- end
159
-
160
- should "serialize on an unchanged additional_owners" do
161
- obj = Stripe::Util.convert_to_stripe_object({
162
- object: "account",
163
- legal_entity: {
164
- additional_owners: [
165
- Stripe::StripeObject.construct_from(first_name: "Joe"),
166
- Stripe::StripeObject.construct_from(first_name: "Jane"),
167
- ],
168
- },
169
- }, {})
170
-
171
- expected = {
172
- legal_entity: {
173
- additional_owners: {},
174
- },
175
- }
176
- assert_equal(expected, obj.serialize_params)
177
- end
178
-
179
- # Note that the empty string that we send for this one has a special
180
- # meaning for the server, which interprets it as an array unset.
181
- should "serialize on an unset additional_owners" do
182
- obj = Stripe::Util.convert_to_stripe_object({
183
- object: "account",
184
- legal_entity: {
185
- additional_owners: [
186
- Stripe::StripeObject.construct_from(first_name: "Joe"),
187
- Stripe::StripeObject.construct_from(first_name: "Jane"),
188
- ],
189
- },
190
- }, {})
191
- obj.legal_entity.additional_owners = nil
192
-
193
- expected = {
194
- legal_entity: {
195
- additional_owners: "",
196
- },
197
- }
198
- assert_equal(expected, obj.serialize_params)
199
- end
200
-
201
- should "serialize on a new individual" do
202
- obj = Stripe::Util.convert_to_stripe_object({
203
- object: "account",
204
- }, {})
205
- obj.individual = { first_name: "Jane" }
206
-
207
- expected = { individual: { first_name: "Jane" } }
208
- assert_equal(expected, obj.serialize_params)
209
- end
210
-
211
- should "serialize on a partially changed individual" do
212
- obj = Stripe::Util.convert_to_stripe_object({
213
- object: "account",
214
- individual: Stripe::Util.convert_to_stripe_object({
215
- object: "person",
216
- first_name: "Jenny",
217
- }, {}),
218
- }, {})
219
- obj.individual = { first_name: "Jane" }
220
-
221
- expected = { individual: { first_name: "Jane" } }
222
- assert_equal(expected, obj.serialize_params)
223
- end
224
-
225
- should "serialize on an unchanged individual" do
226
- obj = Stripe::Util.convert_to_stripe_object({
227
- object: "account",
228
- individual: Stripe::Util.convert_to_stripe_object({
229
- object: "person",
230
- first_name: "Jenny",
231
- }, {}),
232
- }, {})
233
-
234
- expected = { individual: {} }
235
- assert_equal(expected, obj.serialize_params)
236
- end
237
-
238
- should "serialize on an unset individual" do
239
- obj = Stripe::Util.convert_to_stripe_object({
240
- object: "account",
241
- individual: Stripe::Util.convert_to_stripe_object({
242
- object: "person",
243
- first_name: "Jenny",
244
- }, {}),
245
- }, {})
246
- obj.individual = nil
247
-
248
- expected = { individual: "" }
249
- assert_equal(expected, obj.serialize_params)
250
- end
251
- end
252
-
253
- context "#retrieve_capability" do
254
- should "retrieve a capability" do
255
- capability = Stripe::Account.retrieve_capability(
256
- "acct_123",
257
- "acap_123"
258
- )
259
- assert_requested :get, "#{Stripe.api_base}/v1/accounts/acct_123/capabilities/acap_123"
260
- assert capability.is_a?(Stripe::Capability)
261
- end
262
- end
263
-
264
- context "#update_capability" do
265
- should "update a capability" do
266
- capability = Stripe::Account.update_capability(
267
- "acct_123",
268
- "acap_123",
269
- requested: true
270
- )
271
- assert_requested :post, "#{Stripe.api_base}/v1/accounts/acct_123/capabilities/acap_123"
272
- assert capability.is_a?(Stripe::Capability)
273
- end
274
- end
275
-
276
- context "#list_capabilities" do
277
- should "list the account's external accounts" do
278
- capabilities = Stripe::Account.list_capabilities(
279
- "acct_123"
280
- )
281
- assert_requested :get, "#{Stripe.api_base}/v1/accounts/acct_123/capabilities"
282
- assert capabilities.is_a?(Stripe::ListObject)
283
- assert capabilities.data.is_a?(Array)
284
- end
285
- end
286
-
287
- context "#create_external_account" do
288
- should "create an external account" do
289
- external_account = Stripe::Account.create_external_account(
290
- "acct_123",
291
- external_account: "btok_123"
292
- )
293
- assert_requested :post, "#{Stripe.api_base}/v1/accounts/acct_123/external_accounts"
294
- assert external_account.is_a?(Stripe::BankAccount)
295
- end
296
- end
297
-
298
- context "#retrieve_external_account" do
299
- should "retrieve an external account" do
300
- external_account = Stripe::Account.retrieve_external_account(
301
- "acct_123",
302
- "ba_123"
303
- )
304
- assert_requested :get, "#{Stripe.api_base}/v1/accounts/acct_123/external_accounts/ba_123"
305
- assert external_account.is_a?(Stripe::BankAccount)
306
- end
307
- end
308
-
309
- context "#update_external_account" do
310
- should "update an external account" do
311
- external_account = Stripe::Account.update_external_account(
312
- "acct_123",
313
- "ba_123",
314
- metadata: { foo: "bar" }
315
- )
316
- assert_requested :post, "#{Stripe.api_base}/v1/accounts/acct_123/external_accounts/ba_123"
317
- assert external_account.is_a?(Stripe::BankAccount)
318
- end
319
- end
320
-
321
- context "#delete_external_account" do
322
- should "delete an external_account" do
323
- external_account = Stripe::Account.delete_external_account(
324
- "acct_123",
325
- "ba_123"
326
- )
327
- assert_requested :delete, "#{Stripe.api_base}/v1/accounts/acct_123/external_accounts/ba_123"
328
- assert external_account.deleted
329
- assert_equal "ba_123", external_account.id
330
- end
331
- end
332
-
333
- context "#list_external_accounts" do
334
- should "list the account's external accounts" do
335
- external_accounts = Stripe::Account.list_external_accounts(
336
- "acct_123"
337
- )
338
- assert_requested :get, "#{Stripe.api_base}/v1/accounts/acct_123/external_accounts"
339
- assert external_accounts.is_a?(Stripe::ListObject)
340
- assert external_accounts.data.is_a?(Array)
341
- end
342
- end
343
-
344
- context "#create_login_link" do
345
- should "create a login link" do
346
- login_link = Stripe::Account.create_login_link(
347
- "acct_123"
348
- )
349
- assert_requested :post, "#{Stripe.api_base}/v1/accounts/acct_123/login_links"
350
- assert login_link.is_a?(Stripe::LoginLink)
351
- end
352
- end
353
-
354
- context "#create_person" do
355
- should "create a person" do
356
- person = Stripe::Account.create_person(
357
- "acct_123",
358
- first_name: "John",
359
- last_name: "Doe"
360
- )
361
- assert_requested :post, "#{Stripe.api_base}/v1/accounts/acct_123/persons"
362
- assert person.is_a?(Stripe::Person)
363
- end
364
- end
365
-
366
- context "#retrieve_person" do
367
- should "retrieve a person" do
368
- person = Stripe::Account.retrieve_person(
369
- "acct_123",
370
- "person_123"
371
- )
372
- assert_requested :get, "#{Stripe.api_base}/v1/accounts/acct_123/persons/person_123"
373
- assert person.is_a?(Stripe::Person)
374
- end
375
- end
376
-
377
- context "#update_person" do
378
- should "update a person" do
379
- person = Stripe::Account.update_person(
380
- "acct_123",
381
- "person_123",
382
- first_name: "John"
383
- )
384
- assert_requested :post, "#{Stripe.api_base}/v1/accounts/acct_123/persons/person_123"
385
- assert person.is_a?(Stripe::Person)
386
- end
387
- end
388
-
389
- context "#delete_person" do
390
- should "delete an person" do
391
- person = Stripe::Account.delete_person(
392
- "acct_123",
393
- "person_123"
394
- )
395
- assert_requested :delete, "#{Stripe.api_base}/v1/accounts/acct_123/persons/person_123"
396
- assert person.deleted
397
- assert_equal "person_123", person.id
398
- end
399
- end
400
-
401
- context "#list_persons" do
402
- should "list the account's external accounts" do
403
- persons = Stripe::Account.list_persons(
404
- "acct_123"
405
- )
406
- assert_requested :get, "#{Stripe.api_base}/v1/accounts/acct_123/persons"
407
- assert persons.is_a?(Stripe::ListObject)
408
- assert persons.data.is_a?(Array)
409
- end
410
- end
411
- end
412
- end
@@ -1,37 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require ::File.expand_path("../test_helper", __dir__)
4
-
5
- module Stripe
6
- class AlipayAccountTest < Test::Unit::TestCase
7
- context "#resource_url" do
8
- should "return a resource URL" do
9
- alipay_account = Stripe::AlipayAccount.construct_from(
10
- id: "aliacc_123",
11
- customer: "cus_123"
12
- )
13
- assert_equal "/v1/customers/cus_123/sources/aliacc_123",
14
- alipay_account.resource_url
15
- end
16
-
17
- should "raise without a customer" do
18
- alipay_account = Stripe::AlipayAccount.construct_from(id: "aliacc_123")
19
- assert_raises NotImplementedError do
20
- alipay_account.resource_url
21
- end
22
- end
23
- end
24
-
25
- should "raise on #retrieve" do
26
- assert_raises NotImplementedError do
27
- Stripe::AlipayAccount.retrieve("aliacc_123")
28
- end
29
- end
30
-
31
- should "raise on #update" do
32
- assert_raises NotImplementedError do
33
- Stripe::AlipayAccount.update("aliacc_123", {})
34
- end
35
- end
36
- end
37
- end