stripe 2.0.3 → 5.55.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +1036 -0
- data/CODE_OF_CONDUCT.md +77 -0
- data/Gemfile +24 -23
- data/History.txt +1 -593
- data/Makefile +7 -0
- data/README.md +252 -53
- data/Rakefile +18 -24
- data/VERSION +1 -1
- data/bin/stripe-console +5 -3
- data/lib/stripe/api_operations/create.rb +4 -2
- data/lib/stripe/api_operations/delete.rb +31 -3
- data/lib/stripe/api_operations/list.rb +4 -13
- data/lib/stripe/api_operations/nested_resource.rb +73 -0
- data/lib/stripe/api_operations/request.rb +92 -10
- data/lib/stripe/api_operations/save.rb +25 -13
- data/lib/stripe/api_operations/search.rb +19 -0
- data/lib/stripe/api_resource.rb +55 -11
- data/lib/stripe/api_resource_test_helpers.rb +47 -0
- data/lib/stripe/connection_manager.rb +200 -0
- data/lib/stripe/error_object.rb +93 -0
- data/lib/stripe/errors.rb +98 -13
- data/lib/stripe/instrumentation.rb +84 -0
- data/lib/stripe/list_object.rb +55 -21
- data/lib/stripe/multipart_encoder.rb +131 -0
- data/lib/stripe/oauth.rb +65 -0
- data/lib/stripe/object_types.rb +119 -0
- data/lib/stripe/{account.rb → resources/account.rb} +75 -38
- data/lib/stripe/resources/account_link.rb +10 -0
- data/lib/stripe/resources/alipay_account.rb +34 -0
- data/lib/stripe/{apple_pay_domain.rb → resources/apple_pay_domain.rb} +6 -1
- data/lib/stripe/resources/application_fee.rb +14 -0
- data/lib/stripe/resources/application_fee_refund.rb +31 -0
- data/lib/stripe/resources/balance.rb +8 -0
- data/lib/stripe/resources/balance_transaction.rb +10 -0
- data/lib/stripe/resources/bank_account.rb +43 -0
- data/lib/stripe/resources/billing_portal/configuration.rb +14 -0
- data/lib/stripe/resources/billing_portal/session.rb +12 -0
- data/lib/stripe/{bitcoin_receiver.rb → resources/bitcoin_receiver.rb} +8 -4
- data/lib/stripe/resources/bitcoin_transaction.rb +16 -0
- data/lib/stripe/resources/capability.rb +34 -0
- data/lib/stripe/resources/card.rb +38 -0
- data/lib/stripe/resources/cash_balance.rb +22 -0
- data/lib/stripe/resources/charge.rb +32 -0
- data/lib/stripe/resources/checkout/session.rb +27 -0
- data/lib/stripe/resources/country_spec.rb +10 -0
- data/lib/stripe/{coupon.rb → resources/coupon.rb} +6 -1
- data/lib/stripe/resources/credit_note.rb +33 -0
- data/lib/stripe/resources/credit_note_line_item.rb +8 -0
- data/lib/stripe/resources/customer.rb +74 -0
- data/lib/stripe/resources/customer_balance_transaction.rb +31 -0
- data/lib/stripe/resources/discount.rb +8 -0
- data/lib/stripe/resources/dispute.rb +22 -0
- data/lib/stripe/resources/ephemeral_key.rb +20 -0
- data/lib/stripe/resources/event.rb +10 -0
- data/lib/stripe/resources/exchange_rate.rb +10 -0
- data/lib/stripe/resources/file.rb +36 -0
- data/lib/stripe/resources/file_link.rb +12 -0
- data/lib/stripe/resources/financial_connections/account.rb +31 -0
- data/lib/stripe/resources/financial_connections/account_owner.rb +10 -0
- data/lib/stripe/resources/financial_connections/account_ownership.rb +10 -0
- data/lib/stripe/resources/financial_connections/session.rb +12 -0
- data/lib/stripe/resources/funding_instructions.rb +16 -0
- data/lib/stripe/resources/identity/verification_report.rb +12 -0
- data/lib/stripe/resources/identity/verification_session.rb +35 -0
- data/lib/stripe/resources/invoice.rb +83 -0
- data/lib/stripe/{invoice_item.rb → resources/invoice_item.rb} +6 -1
- data/lib/stripe/resources/invoice_line_item.rb +8 -0
- data/lib/stripe/resources/issuing/authorization.rb +34 -0
- data/lib/stripe/resources/issuing/card.rb +25 -0
- data/lib/stripe/resources/issuing/card_details.rb +10 -0
- data/lib/stripe/resources/issuing/cardholder.rb +14 -0
- data/lib/stripe/resources/issuing/dispute.rb +25 -0
- data/lib/stripe/resources/issuing/transaction.rb +13 -0
- data/lib/stripe/resources/line_item.rb +8 -0
- data/lib/stripe/resources/login_link.rb +15 -0
- data/lib/stripe/resources/mandate.rb +8 -0
- data/lib/stripe/resources/order.rb +33 -0
- data/lib/stripe/resources/order_return.rb +10 -0
- data/lib/stripe/resources/payment_intent.rb +82 -0
- data/lib/stripe/resources/payment_link.rb +23 -0
- data/lib/stripe/resources/payment_method.rb +33 -0
- data/lib/stripe/resources/payout.rb +33 -0
- data/lib/stripe/resources/person.rb +32 -0
- data/lib/stripe/{plan.rb → resources/plan.rb} +5 -0
- data/lib/stripe/resources/price.rb +21 -0
- data/lib/stripe/resources/product.rb +22 -0
- data/lib/stripe/resources/promotion_code.rb +12 -0
- data/lib/stripe/resources/quote.rb +105 -0
- data/lib/stripe/resources/radar/early_fraud_warning.rb +12 -0
- data/lib/stripe/resources/radar/value_list.rb +15 -0
- data/lib/stripe/resources/radar/value_list_item.rb +14 -0
- data/lib/stripe/resources/recipient.rb +14 -0
- data/lib/stripe/resources/recipient_transfer.rb +7 -0
- data/lib/stripe/resources/refund.rb +42 -0
- data/lib/stripe/resources/reporting/report_run.rb +13 -0
- data/lib/stripe/resources/reporting/report_type.rb +13 -0
- data/lib/stripe/resources/reversal.rb +30 -0
- data/lib/stripe/resources/review.rb +21 -0
- data/lib/stripe/resources/setup_attempt.rb +10 -0
- data/lib/stripe/resources/setup_intent.rb +43 -0
- data/lib/stripe/resources/shipping_rate.rb +12 -0
- data/lib/stripe/resources/sigma/scheduled_query_run.rb +16 -0
- data/lib/stripe/{sku.rb → resources/sku.rb} +7 -2
- data/lib/stripe/resources/source.rb +47 -0
- data/lib/stripe/resources/source_transaction.rb +8 -0
- data/lib/stripe/resources/subscription.rb +35 -0
- data/lib/stripe/resources/subscription_item.rb +26 -0
- data/lib/stripe/resources/subscription_schedule.rb +33 -0
- data/lib/stripe/resources/tax_code.rb +10 -0
- data/lib/stripe/resources/tax_id.rb +27 -0
- data/lib/stripe/{product.rb → resources/tax_rate.rb} +7 -3
- data/lib/stripe/resources/terminal/configuration.rb +15 -0
- data/lib/stripe/resources/terminal/connection_token.rb +12 -0
- data/lib/stripe/resources/terminal/location.rb +15 -0
- data/lib/stripe/resources/terminal/reader.rb +75 -0
- data/lib/stripe/resources/test_helpers/test_clock.rb +25 -0
- data/lib/stripe/{three_d_secure.rb → resources/three_d_secure.rb} +5 -0
- data/lib/stripe/resources/token.rb +10 -0
- data/lib/stripe/resources/topup.rb +23 -0
- data/lib/stripe/resources/transfer.rb +27 -0
- data/lib/stripe/resources/usage_record.rb +8 -0
- data/lib/stripe/resources/usage_record_summary.rb +8 -0
- data/lib/stripe/{recipient.rb → resources/webhook_endpoint.rb} +6 -5
- data/lib/stripe/resources.rb +100 -0
- data/lib/stripe/search_result_object.rb +86 -0
- data/lib/stripe/singleton_api_resource.rb +10 -4
- data/lib/stripe/stripe_client.rb +886 -223
- data/lib/stripe/stripe_configuration.rb +194 -0
- data/lib/stripe/stripe_object.rb +301 -132
- data/lib/stripe/stripe_response.rb +89 -27
- data/lib/stripe/util.rb +272 -122
- data/lib/stripe/version.rb +3 -1
- data/lib/stripe/webhook.rb +121 -0
- data/lib/stripe.rb +94 -116
- data/stripe.gemspec +35 -16
- metadata +127 -156
- data/.gitattributes +0 -4
- data/.github/ISSUE_TEMPLATE.md +0 -5
- data/.gitignore +0 -5
- data/.travis.yml +0 -15
- data/lib/stripe/alipay_account.rb +0 -20
- data/lib/stripe/application_fee.rb +0 -20
- data/lib/stripe/application_fee_refund.rb +0 -18
- data/lib/stripe/balance.rb +0 -4
- data/lib/stripe/balance_transaction.rb +0 -9
- data/lib/stripe/bank_account.rb +0 -28
- data/lib/stripe/bitcoin_transaction.rb +0 -9
- data/lib/stripe/card.rb +0 -25
- data/lib/stripe/charge.rb +0 -80
- data/lib/stripe/country_spec.rb +0 -9
- data/lib/stripe/customer.rb +0 -77
- data/lib/stripe/dispute.rb +0 -15
- data/lib/stripe/event.rb +0 -5
- data/lib/stripe/file_upload.rb +0 -31
- data/lib/stripe/invoice.rb +0 -27
- data/lib/stripe/order.rb +0 -27
- data/lib/stripe/order_return.rb +0 -9
- data/lib/stripe/refund.rb +0 -7
- data/lib/stripe/reversal.rb +0 -18
- data/lib/stripe/source.rb +0 -11
- data/lib/stripe/subscription.rb +0 -31
- data/lib/stripe/subscription_item.rb +0 -12
- data/lib/stripe/token.rb +0 -5
- data/lib/stripe/transfer.rb +0 -16
- data/openapi/fixtures.json +0 -1383
- data/openapi/fixtures.yaml +0 -1130
- data/openapi/spec.json +0 -19749
- data/openapi/spec.yaml +0 -15359
- data/test/api_fixtures.rb +0 -29
- data/test/api_stub_helpers.rb +0 -125
- data/test/stripe/account_test.rb +0 -204
- data/test/stripe/alipay_account_test.rb +0 -19
- data/test/stripe/api_operations_test.rb +0 -31
- data/test/stripe/api_resource_test.rb +0 -496
- data/test/stripe/apple_pay_domain_test.rb +0 -33
- data/test/stripe/application_fee_refund_test.rb +0 -38
- data/test/stripe/application_fee_test.rb +0 -14
- data/test/stripe/balance_test.rb +0 -11
- data/test/stripe/bank_account_test.rb +0 -41
- data/test/stripe/bitcoin_receiver_test.rb +0 -70
- data/test/stripe/bitcoin_transaction_test.rb +0 -21
- data/test/stripe/charge_test.rb +0 -59
- data/test/stripe/country_spec_test.rb +0 -20
- data/test/stripe/coupon_test.rb +0 -44
- data/test/stripe/customer_card_test.rb +0 -42
- data/test/stripe/customer_test.rb +0 -116
- data/test/stripe/dispute_test.rb +0 -42
- data/test/stripe/errors_test.rb +0 -18
- data/test/stripe/file_upload_test.rb +0 -66
- data/test/stripe/invoice_item_test.rb +0 -55
- data/test/stripe/invoice_test.rb +0 -66
- data/test/stripe/list_object_test.rb +0 -170
- data/test/stripe/order_return_test.rb +0 -21
- data/test/stripe/order_test.rb +0 -59
- data/test/stripe/plan_test.rb +0 -52
- data/test/stripe/product_test.rb +0 -47
- data/test/stripe/recipient_card_test.rb +0 -40
- data/test/stripe/recipient_test.rb +0 -50
- data/test/stripe/refund_test.rb +0 -39
- data/test/stripe/reversal_test.rb +0 -43
- data/test/stripe/sku_test.rb +0 -50
- data/test/stripe/source_test.rb +0 -43
- data/test/stripe/stripe_client_test.rb +0 -440
- data/test/stripe/stripe_object_test.rb +0 -361
- data/test/stripe/stripe_response_test.rb +0 -46
- data/test/stripe/subscription_item_test.rb +0 -54
- data/test/stripe/subscription_test.rb +0 -60
- data/test/stripe/three_d_secure_test.rb +0 -23
- data/test/stripe/transfer_test.rb +0 -50
- data/test/stripe/util_test.rb +0 -149
- data/test/stripe_test.rb +0 -41
- data/test/test_data.rb +0 -59
- data/test/test_helper.rb +0 -41
metadata
CHANGED
@@ -1,29 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stripe
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 5.55.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stripe
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
12
|
-
dependencies:
|
13
|
-
- !ruby/object:Gem::Dependency
|
14
|
-
name: faraday
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
16
|
-
requirements:
|
17
|
-
- - "~>"
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: '0'
|
20
|
-
type: :runtime
|
21
|
-
prerelease: false
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
23
|
-
requirements:
|
24
|
-
- - "~>"
|
25
|
-
- !ruby/object:Gem::Version
|
26
|
-
version: '0'
|
11
|
+
date: 2022-05-05 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
27
13
|
description: Stripe is the easiest way to accept payments online. See https://stripe.com
|
28
14
|
for details.
|
29
15
|
email: support@stripe.com
|
@@ -32,122 +18,154 @@ executables:
|
|
32
18
|
extensions: []
|
33
19
|
extra_rdoc_files: []
|
34
20
|
files:
|
35
|
-
-
|
36
|
-
-
|
37
|
-
- ".gitignore"
|
38
|
-
- ".travis.yml"
|
21
|
+
- CHANGELOG.md
|
22
|
+
- CODE_OF_CONDUCT.md
|
39
23
|
- CONTRIBUTORS
|
40
24
|
- Gemfile
|
41
25
|
- History.txt
|
42
26
|
- LICENSE
|
27
|
+
- Makefile
|
43
28
|
- README.md
|
44
29
|
- Rakefile
|
45
30
|
- VERSION
|
46
31
|
- bin/stripe-console
|
47
32
|
- lib/data/ca-certificates.crt
|
48
33
|
- lib/stripe.rb
|
49
|
-
- lib/stripe/account.rb
|
50
|
-
- lib/stripe/alipay_account.rb
|
51
34
|
- lib/stripe/api_operations/create.rb
|
52
35
|
- lib/stripe/api_operations/delete.rb
|
53
36
|
- lib/stripe/api_operations/list.rb
|
37
|
+
- lib/stripe/api_operations/nested_resource.rb
|
54
38
|
- lib/stripe/api_operations/request.rb
|
55
39
|
- lib/stripe/api_operations/save.rb
|
40
|
+
- lib/stripe/api_operations/search.rb
|
56
41
|
- lib/stripe/api_resource.rb
|
57
|
-
- lib/stripe/
|
58
|
-
- lib/stripe/
|
59
|
-
- lib/stripe/
|
60
|
-
- lib/stripe/balance.rb
|
61
|
-
- lib/stripe/balance_transaction.rb
|
62
|
-
- lib/stripe/bank_account.rb
|
63
|
-
- lib/stripe/bitcoin_receiver.rb
|
64
|
-
- lib/stripe/bitcoin_transaction.rb
|
65
|
-
- lib/stripe/card.rb
|
66
|
-
- lib/stripe/charge.rb
|
67
|
-
- lib/stripe/country_spec.rb
|
68
|
-
- lib/stripe/coupon.rb
|
69
|
-
- lib/stripe/customer.rb
|
70
|
-
- lib/stripe/dispute.rb
|
42
|
+
- lib/stripe/api_resource_test_helpers.rb
|
43
|
+
- lib/stripe/connection_manager.rb
|
44
|
+
- lib/stripe/error_object.rb
|
71
45
|
- lib/stripe/errors.rb
|
72
|
-
- lib/stripe/
|
73
|
-
- lib/stripe/file_upload.rb
|
74
|
-
- lib/stripe/invoice.rb
|
75
|
-
- lib/stripe/invoice_item.rb
|
46
|
+
- lib/stripe/instrumentation.rb
|
76
47
|
- lib/stripe/list_object.rb
|
77
|
-
- lib/stripe/
|
78
|
-
- lib/stripe/
|
79
|
-
- lib/stripe/
|
80
|
-
- lib/stripe/
|
81
|
-
- lib/stripe/
|
82
|
-
- lib/stripe/
|
83
|
-
- lib/stripe/
|
48
|
+
- lib/stripe/multipart_encoder.rb
|
49
|
+
- lib/stripe/oauth.rb
|
50
|
+
- lib/stripe/object_types.rb
|
51
|
+
- lib/stripe/resources.rb
|
52
|
+
- lib/stripe/resources/account.rb
|
53
|
+
- lib/stripe/resources/account_link.rb
|
54
|
+
- lib/stripe/resources/alipay_account.rb
|
55
|
+
- lib/stripe/resources/apple_pay_domain.rb
|
56
|
+
- lib/stripe/resources/application_fee.rb
|
57
|
+
- lib/stripe/resources/application_fee_refund.rb
|
58
|
+
- lib/stripe/resources/balance.rb
|
59
|
+
- lib/stripe/resources/balance_transaction.rb
|
60
|
+
- lib/stripe/resources/bank_account.rb
|
61
|
+
- lib/stripe/resources/billing_portal/configuration.rb
|
62
|
+
- lib/stripe/resources/billing_portal/session.rb
|
63
|
+
- lib/stripe/resources/bitcoin_receiver.rb
|
64
|
+
- lib/stripe/resources/bitcoin_transaction.rb
|
65
|
+
- lib/stripe/resources/capability.rb
|
66
|
+
- lib/stripe/resources/card.rb
|
67
|
+
- lib/stripe/resources/cash_balance.rb
|
68
|
+
- lib/stripe/resources/charge.rb
|
69
|
+
- lib/stripe/resources/checkout/session.rb
|
70
|
+
- lib/stripe/resources/country_spec.rb
|
71
|
+
- lib/stripe/resources/coupon.rb
|
72
|
+
- lib/stripe/resources/credit_note.rb
|
73
|
+
- lib/stripe/resources/credit_note_line_item.rb
|
74
|
+
- lib/stripe/resources/customer.rb
|
75
|
+
- lib/stripe/resources/customer_balance_transaction.rb
|
76
|
+
- lib/stripe/resources/discount.rb
|
77
|
+
- lib/stripe/resources/dispute.rb
|
78
|
+
- lib/stripe/resources/ephemeral_key.rb
|
79
|
+
- lib/stripe/resources/event.rb
|
80
|
+
- lib/stripe/resources/exchange_rate.rb
|
81
|
+
- lib/stripe/resources/file.rb
|
82
|
+
- lib/stripe/resources/file_link.rb
|
83
|
+
- lib/stripe/resources/financial_connections/account.rb
|
84
|
+
- lib/stripe/resources/financial_connections/account_owner.rb
|
85
|
+
- lib/stripe/resources/financial_connections/account_ownership.rb
|
86
|
+
- lib/stripe/resources/financial_connections/session.rb
|
87
|
+
- lib/stripe/resources/funding_instructions.rb
|
88
|
+
- lib/stripe/resources/identity/verification_report.rb
|
89
|
+
- lib/stripe/resources/identity/verification_session.rb
|
90
|
+
- lib/stripe/resources/invoice.rb
|
91
|
+
- lib/stripe/resources/invoice_item.rb
|
92
|
+
- lib/stripe/resources/invoice_line_item.rb
|
93
|
+
- lib/stripe/resources/issuing/authorization.rb
|
94
|
+
- lib/stripe/resources/issuing/card.rb
|
95
|
+
- lib/stripe/resources/issuing/card_details.rb
|
96
|
+
- lib/stripe/resources/issuing/cardholder.rb
|
97
|
+
- lib/stripe/resources/issuing/dispute.rb
|
98
|
+
- lib/stripe/resources/issuing/transaction.rb
|
99
|
+
- lib/stripe/resources/line_item.rb
|
100
|
+
- lib/stripe/resources/login_link.rb
|
101
|
+
- lib/stripe/resources/mandate.rb
|
102
|
+
- lib/stripe/resources/order.rb
|
103
|
+
- lib/stripe/resources/order_return.rb
|
104
|
+
- lib/stripe/resources/payment_intent.rb
|
105
|
+
- lib/stripe/resources/payment_link.rb
|
106
|
+
- lib/stripe/resources/payment_method.rb
|
107
|
+
- lib/stripe/resources/payout.rb
|
108
|
+
- lib/stripe/resources/person.rb
|
109
|
+
- lib/stripe/resources/plan.rb
|
110
|
+
- lib/stripe/resources/price.rb
|
111
|
+
- lib/stripe/resources/product.rb
|
112
|
+
- lib/stripe/resources/promotion_code.rb
|
113
|
+
- lib/stripe/resources/quote.rb
|
114
|
+
- lib/stripe/resources/radar/early_fraud_warning.rb
|
115
|
+
- lib/stripe/resources/radar/value_list.rb
|
116
|
+
- lib/stripe/resources/radar/value_list_item.rb
|
117
|
+
- lib/stripe/resources/recipient.rb
|
118
|
+
- lib/stripe/resources/recipient_transfer.rb
|
119
|
+
- lib/stripe/resources/refund.rb
|
120
|
+
- lib/stripe/resources/reporting/report_run.rb
|
121
|
+
- lib/stripe/resources/reporting/report_type.rb
|
122
|
+
- lib/stripe/resources/reversal.rb
|
123
|
+
- lib/stripe/resources/review.rb
|
124
|
+
- lib/stripe/resources/setup_attempt.rb
|
125
|
+
- lib/stripe/resources/setup_intent.rb
|
126
|
+
- lib/stripe/resources/shipping_rate.rb
|
127
|
+
- lib/stripe/resources/sigma/scheduled_query_run.rb
|
128
|
+
- lib/stripe/resources/sku.rb
|
129
|
+
- lib/stripe/resources/source.rb
|
130
|
+
- lib/stripe/resources/source_transaction.rb
|
131
|
+
- lib/stripe/resources/subscription.rb
|
132
|
+
- lib/stripe/resources/subscription_item.rb
|
133
|
+
- lib/stripe/resources/subscription_schedule.rb
|
134
|
+
- lib/stripe/resources/tax_code.rb
|
135
|
+
- lib/stripe/resources/tax_id.rb
|
136
|
+
- lib/stripe/resources/tax_rate.rb
|
137
|
+
- lib/stripe/resources/terminal/configuration.rb
|
138
|
+
- lib/stripe/resources/terminal/connection_token.rb
|
139
|
+
- lib/stripe/resources/terminal/location.rb
|
140
|
+
- lib/stripe/resources/terminal/reader.rb
|
141
|
+
- lib/stripe/resources/test_helpers/test_clock.rb
|
142
|
+
- lib/stripe/resources/three_d_secure.rb
|
143
|
+
- lib/stripe/resources/token.rb
|
144
|
+
- lib/stripe/resources/topup.rb
|
145
|
+
- lib/stripe/resources/transfer.rb
|
146
|
+
- lib/stripe/resources/usage_record.rb
|
147
|
+
- lib/stripe/resources/usage_record_summary.rb
|
148
|
+
- lib/stripe/resources/webhook_endpoint.rb
|
149
|
+
- lib/stripe/search_result_object.rb
|
84
150
|
- lib/stripe/singleton_api_resource.rb
|
85
|
-
- lib/stripe/sku.rb
|
86
|
-
- lib/stripe/source.rb
|
87
151
|
- lib/stripe/stripe_client.rb
|
152
|
+
- lib/stripe/stripe_configuration.rb
|
88
153
|
- lib/stripe/stripe_object.rb
|
89
154
|
- lib/stripe/stripe_response.rb
|
90
|
-
- lib/stripe/subscription.rb
|
91
|
-
- lib/stripe/subscription_item.rb
|
92
|
-
- lib/stripe/three_d_secure.rb
|
93
|
-
- lib/stripe/token.rb
|
94
|
-
- lib/stripe/transfer.rb
|
95
155
|
- lib/stripe/util.rb
|
96
156
|
- lib/stripe/version.rb
|
97
|
-
-
|
98
|
-
- openapi/fixtures.yaml
|
99
|
-
- openapi/spec.json
|
100
|
-
- openapi/spec.yaml
|
157
|
+
- lib/stripe/webhook.rb
|
101
158
|
- stripe.gemspec
|
102
|
-
|
103
|
-
- test/api_stub_helpers.rb
|
104
|
-
- test/stripe/account_test.rb
|
105
|
-
- test/stripe/alipay_account_test.rb
|
106
|
-
- test/stripe/api_operations_test.rb
|
107
|
-
- test/stripe/api_resource_test.rb
|
108
|
-
- test/stripe/apple_pay_domain_test.rb
|
109
|
-
- test/stripe/application_fee_refund_test.rb
|
110
|
-
- test/stripe/application_fee_test.rb
|
111
|
-
- test/stripe/balance_test.rb
|
112
|
-
- test/stripe/bank_account_test.rb
|
113
|
-
- test/stripe/bitcoin_receiver_test.rb
|
114
|
-
- test/stripe/bitcoin_transaction_test.rb
|
115
|
-
- test/stripe/charge_test.rb
|
116
|
-
- test/stripe/country_spec_test.rb
|
117
|
-
- test/stripe/coupon_test.rb
|
118
|
-
- test/stripe/customer_card_test.rb
|
119
|
-
- test/stripe/customer_test.rb
|
120
|
-
- test/stripe/dispute_test.rb
|
121
|
-
- test/stripe/errors_test.rb
|
122
|
-
- test/stripe/file_upload_test.rb
|
123
|
-
- test/stripe/invoice_item_test.rb
|
124
|
-
- test/stripe/invoice_test.rb
|
125
|
-
- test/stripe/list_object_test.rb
|
126
|
-
- test/stripe/order_return_test.rb
|
127
|
-
- test/stripe/order_test.rb
|
128
|
-
- test/stripe/plan_test.rb
|
129
|
-
- test/stripe/product_test.rb
|
130
|
-
- test/stripe/recipient_card_test.rb
|
131
|
-
- test/stripe/recipient_test.rb
|
132
|
-
- test/stripe/refund_test.rb
|
133
|
-
- test/stripe/reversal_test.rb
|
134
|
-
- test/stripe/sku_test.rb
|
135
|
-
- test/stripe/source_test.rb
|
136
|
-
- test/stripe/stripe_client_test.rb
|
137
|
-
- test/stripe/stripe_object_test.rb
|
138
|
-
- test/stripe/stripe_response_test.rb
|
139
|
-
- test/stripe/subscription_item_test.rb
|
140
|
-
- test/stripe/subscription_test.rb
|
141
|
-
- test/stripe/three_d_secure_test.rb
|
142
|
-
- test/stripe/transfer_test.rb
|
143
|
-
- test/stripe/util_test.rb
|
144
|
-
- test/stripe_test.rb
|
145
|
-
- test/test_data.rb
|
146
|
-
- test/test_helper.rb
|
147
|
-
homepage: https://stripe.com/docs/api/ruby
|
159
|
+
homepage: https://stripe.com/docs/api?lang=ruby
|
148
160
|
licenses:
|
149
161
|
- MIT
|
150
|
-
metadata:
|
162
|
+
metadata:
|
163
|
+
bug_tracker_uri: https://github.com/stripe/stripe-ruby/issues
|
164
|
+
changelog_uri: https://github.com/stripe/stripe-ruby/blob/master/CHANGELOG.md
|
165
|
+
documentation_uri: https://stripe.com/docs/api?lang=ruby
|
166
|
+
github_repo: ssh://github.com/stripe/stripe-ruby
|
167
|
+
homepage_uri: https://stripe.com/docs/api?lang=ruby
|
168
|
+
source_code_uri: https://github.com/stripe/stripe-ruby
|
151
169
|
post_install_message:
|
152
170
|
rdoc_options: []
|
153
171
|
require_paths:
|
@@ -156,62 +174,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
156
174
|
requirements:
|
157
175
|
- - ">="
|
158
176
|
- !ruby/object:Gem::Version
|
159
|
-
version:
|
177
|
+
version: 2.3.0
|
160
178
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
161
179
|
requirements:
|
162
180
|
- - ">="
|
163
181
|
- !ruby/object:Gem::Version
|
164
182
|
version: '0'
|
165
183
|
requirements: []
|
166
|
-
|
167
|
-
rubygems_version: 2.2.2
|
184
|
+
rubygems_version: 3.3.7
|
168
185
|
signing_key:
|
169
186
|
specification_version: 4
|
170
187
|
summary: Ruby bindings for the Stripe API
|
171
|
-
test_files:
|
172
|
-
- test/api_fixtures.rb
|
173
|
-
- test/api_stub_helpers.rb
|
174
|
-
- test/stripe/account_test.rb
|
175
|
-
- test/stripe/alipay_account_test.rb
|
176
|
-
- test/stripe/api_operations_test.rb
|
177
|
-
- test/stripe/api_resource_test.rb
|
178
|
-
- test/stripe/apple_pay_domain_test.rb
|
179
|
-
- test/stripe/application_fee_refund_test.rb
|
180
|
-
- test/stripe/application_fee_test.rb
|
181
|
-
- test/stripe/balance_test.rb
|
182
|
-
- test/stripe/bank_account_test.rb
|
183
|
-
- test/stripe/bitcoin_receiver_test.rb
|
184
|
-
- test/stripe/bitcoin_transaction_test.rb
|
185
|
-
- test/stripe/charge_test.rb
|
186
|
-
- test/stripe/country_spec_test.rb
|
187
|
-
- test/stripe/coupon_test.rb
|
188
|
-
- test/stripe/customer_card_test.rb
|
189
|
-
- test/stripe/customer_test.rb
|
190
|
-
- test/stripe/dispute_test.rb
|
191
|
-
- test/stripe/errors_test.rb
|
192
|
-
- test/stripe/file_upload_test.rb
|
193
|
-
- test/stripe/invoice_item_test.rb
|
194
|
-
- test/stripe/invoice_test.rb
|
195
|
-
- test/stripe/list_object_test.rb
|
196
|
-
- test/stripe/order_return_test.rb
|
197
|
-
- test/stripe/order_test.rb
|
198
|
-
- test/stripe/plan_test.rb
|
199
|
-
- test/stripe/product_test.rb
|
200
|
-
- test/stripe/recipient_card_test.rb
|
201
|
-
- test/stripe/recipient_test.rb
|
202
|
-
- test/stripe/refund_test.rb
|
203
|
-
- test/stripe/reversal_test.rb
|
204
|
-
- test/stripe/sku_test.rb
|
205
|
-
- test/stripe/source_test.rb
|
206
|
-
- test/stripe/stripe_client_test.rb
|
207
|
-
- test/stripe/stripe_object_test.rb
|
208
|
-
- test/stripe/stripe_response_test.rb
|
209
|
-
- test/stripe/subscription_item_test.rb
|
210
|
-
- test/stripe/subscription_test.rb
|
211
|
-
- test/stripe/three_d_secure_test.rb
|
212
|
-
- test/stripe/transfer_test.rb
|
213
|
-
- test/stripe/util_test.rb
|
214
|
-
- test/stripe_test.rb
|
215
|
-
- test/test_data.rb
|
216
|
-
- test/test_helper.rb
|
217
|
-
has_rdoc:
|
188
|
+
test_files: []
|
data/.gitattributes
DELETED
data/.github/ISSUE_TEMPLATE.md
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
Please only file issues here that you believe represent actual bugs or feature requests for the Stripe Ruby library.
|
2
|
-
|
3
|
-
If you're having general trouble with your Stripe integration, please reach out to support using the form at https://support.stripe.com/ (preferred) or via email to support@stripe.com.
|
4
|
-
|
5
|
-
If you are reporting a bug, please include your Ruby version and the version of the Stripe Ruby library you're using, as well as any other details that may be helpful in reproducing the problem.
|
data/.gitignore
DELETED
data/.travis.yml
DELETED
@@ -1,20 +0,0 @@
|
|
1
|
-
module Stripe
|
2
|
-
class AlipayAccount < APIResource
|
3
|
-
include Stripe::APIOperations::Save
|
4
|
-
include Stripe::APIOperations::Delete
|
5
|
-
|
6
|
-
def resource_url
|
7
|
-
if respond_to?(:customer) && !self.customer.nil?
|
8
|
-
"#{Customer.resource_url}/#{CGI.escape(customer)}/sources/#{CGI.escape(id)}"
|
9
|
-
end
|
10
|
-
end
|
11
|
-
|
12
|
-
def self.update(id, params=nil, opts=nil)
|
13
|
-
raise NotImplementedError.new("Alipay accounts cannot be updated without a customer ID. Update an Alipay account by `a = customer.sources.retrieve('alipay_account_id'); a.save`")
|
14
|
-
end
|
15
|
-
|
16
|
-
def self.retrieve(id, opts=nil)
|
17
|
-
raise NotImplementedError.new("Alipay accounts cannot be retrieved without a customer ID. Retrieve an Alipay account using customer.sources.retrieve('alipay_account_id')")
|
18
|
-
end
|
19
|
-
end
|
20
|
-
end
|
@@ -1,20 +0,0 @@
|
|
1
|
-
module Stripe
|
2
|
-
class ApplicationFee < APIResource
|
3
|
-
extend Stripe::APIOperations::List
|
4
|
-
|
5
|
-
def self.resource_url
|
6
|
-
'/v1/application_fees'
|
7
|
-
end
|
8
|
-
|
9
|
-
# If you don't need access to an updated fee object after the refund, it's
|
10
|
-
# more performant to just call `fee.refunds.create` directly.
|
11
|
-
def refund(params={}, opts={})
|
12
|
-
self.refunds.create(params, opts)
|
13
|
-
|
14
|
-
# now that a refund has been created, we expect the state of this object
|
15
|
-
# to change as well (i.e. `refunded` will now be `true`) so refresh it
|
16
|
-
# from the server
|
17
|
-
self.refresh
|
18
|
-
end
|
19
|
-
end
|
20
|
-
end
|
@@ -1,18 +0,0 @@
|
|
1
|
-
module Stripe
|
2
|
-
class ApplicationFeeRefund < APIResource
|
3
|
-
include Stripe::APIOperations::Save
|
4
|
-
extend Stripe::APIOperations::List
|
5
|
-
|
6
|
-
def resource_url
|
7
|
-
"#{ApplicationFee.resource_url}/#{CGI.escape(fee)}/refunds/#{CGI.escape(id)}"
|
8
|
-
end
|
9
|
-
|
10
|
-
def self.update(id, params=nil, opts=nil)
|
11
|
-
raise NotImplementedError.new("Refunds cannot be updated without an application fee ID. Update a refund by using `a = appfee.refunds.retrieve('refund_id'); a.save`")
|
12
|
-
end
|
13
|
-
|
14
|
-
def self.retrieve(id, api_key=nil)
|
15
|
-
raise NotImplementedError.new("Refunds cannot be retrieved without an application fee ID. Retrieve a refund using appfee.refunds.retrieve('refund_id')")
|
16
|
-
end
|
17
|
-
end
|
18
|
-
end
|
data/lib/stripe/balance.rb
DELETED
data/lib/stripe/bank_account.rb
DELETED
@@ -1,28 +0,0 @@
|
|
1
|
-
module Stripe
|
2
|
-
class BankAccount < APIResource
|
3
|
-
include Stripe::APIOperations::Save
|
4
|
-
include Stripe::APIOperations::Delete
|
5
|
-
extend Stripe::APIOperations::List
|
6
|
-
|
7
|
-
def verify(params={}, opts={})
|
8
|
-
resp, opts = request(:post, resource_url + '/verify', params, opts)
|
9
|
-
initialize_from(resp.data, opts)
|
10
|
-
end
|
11
|
-
|
12
|
-
def resource_url
|
13
|
-
if respond_to?(:customer)
|
14
|
-
"#{Customer.resource_url}/#{CGI.escape(customer)}/sources/#{CGI.escape(id)}"
|
15
|
-
elsif respond_to?(:account)
|
16
|
-
"#{Account.resource_url}/#{CGI.escape(account)}/external_accounts/#{CGI.escape(id)}"
|
17
|
-
end
|
18
|
-
end
|
19
|
-
|
20
|
-
def self.update(id, params=nil, opts=nil)
|
21
|
-
raise NotImplementedError.new("Bank accounts cannot be updated without an account ID. Update a bank account by using `a = account.external_accounts.retrieve('card_id'); a.save`")
|
22
|
-
end
|
23
|
-
|
24
|
-
def self.retrieve(id, opts=nil)
|
25
|
-
raise NotImplementedError.new("Bank accounts cannot be retrieved without an account ID. Retrieve a bank account using account.external_accounts.retrieve('card_id')")
|
26
|
-
end
|
27
|
-
end
|
28
|
-
end
|
data/lib/stripe/card.rb
DELETED
@@ -1,25 +0,0 @@
|
|
1
|
-
module Stripe
|
2
|
-
class Card < APIResource
|
3
|
-
include Stripe::APIOperations::Save
|
4
|
-
include Stripe::APIOperations::Delete
|
5
|
-
extend Stripe::APIOperations::List
|
6
|
-
|
7
|
-
def resource_url
|
8
|
-
if respond_to?(:recipient)
|
9
|
-
"#{Recipient.resource_url}/#{CGI.escape(recipient)}/cards/#{CGI.escape(id)}"
|
10
|
-
elsif respond_to?(:customer)
|
11
|
-
"#{Customer.resource_url}/#{CGI.escape(customer)}/sources/#{CGI.escape(id)}"
|
12
|
-
elsif respond_to?(:account)
|
13
|
-
"#{Account.resource_url}/#{CGI.escape(account)}/external_accounts/#{CGI.escape(id)}"
|
14
|
-
end
|
15
|
-
end
|
16
|
-
|
17
|
-
def self.update(id, params=nil, opts=nil)
|
18
|
-
raise NotImplementedError.new("Cards cannot be updated without a customer ID. Update a card using `c = customer.sources.retrieve('card_id'); c.save`")
|
19
|
-
end
|
20
|
-
|
21
|
-
def self.retrieve(id, opts=nil)
|
22
|
-
raise NotImplementedError.new("Cards cannot be retrieved without a customer ID. Retrieve a card using customer.sources.retrieve('card_id')")
|
23
|
-
end
|
24
|
-
end
|
25
|
-
end
|
data/lib/stripe/charge.rb
DELETED
@@ -1,80 +0,0 @@
|
|
1
|
-
module Stripe
|
2
|
-
class Charge < APIResource
|
3
|
-
extend Stripe::APIOperations::List
|
4
|
-
extend Stripe::APIOperations::Create
|
5
|
-
include Stripe::APIOperations::Save
|
6
|
-
|
7
|
-
def refund(params={}, opts={})
|
8
|
-
# Old versions of charge objects included a `refunds` field that was just
|
9
|
-
# a vanilla array instead of a Stripe list object.
|
10
|
-
#
|
11
|
-
# Where possible, we'd still like to use the new refund endpoint (thus
|
12
|
-
# `self.refunds.create`), but detect the old API version by looking for
|
13
|
-
# an `Array` and fall back to the old refund URL if necessary so as to
|
14
|
-
# maintain internal compatibility.
|
15
|
-
unless self.refunds.is_a?(Array)
|
16
|
-
self.refunds.create(params, opts)
|
17
|
-
|
18
|
-
# now that a refund has been created, we expect the state of this object
|
19
|
-
# to change as well (i.e. `refunded` will now be `true`) so refresh it
|
20
|
-
# from the server
|
21
|
-
self.refresh
|
22
|
-
else
|
23
|
-
resp, opts = request(:post, refund_url, params, opts)
|
24
|
-
initialize_from(resp.data, opts)
|
25
|
-
end
|
26
|
-
end
|
27
|
-
|
28
|
-
def capture(params={}, opts={})
|
29
|
-
resp, opts = request(:post, capture_url, params, opts)
|
30
|
-
initialize_from(resp.data, opts)
|
31
|
-
end
|
32
|
-
|
33
|
-
def update_dispute(params={}, opts={})
|
34
|
-
resp, opts = request(:post, dispute_url, params, opts)
|
35
|
-
initialize_from({ :dispute => resp.data }, opts, true)
|
36
|
-
dispute
|
37
|
-
end
|
38
|
-
|
39
|
-
def close_dispute(params={}, opts={})
|
40
|
-
resp, opts = request(:post, close_dispute_url, params, opts)
|
41
|
-
initialize_from(resp.data, opts)
|
42
|
-
end
|
43
|
-
|
44
|
-
def mark_as_fraudulent
|
45
|
-
params = {
|
46
|
-
:fraud_details => { :user_report => 'fraudulent' }
|
47
|
-
}
|
48
|
-
resp, opts = request(:post, resource_url, params)
|
49
|
-
initialize_from(resp.data, opts)
|
50
|
-
end
|
51
|
-
|
52
|
-
def mark_as_safe
|
53
|
-
params = {
|
54
|
-
:fraud_details => { :user_report => 'safe' }
|
55
|
-
}
|
56
|
-
resp, opts = request(:post, resource_url, params)
|
57
|
-
initialize_from(resp.data, opts)
|
58
|
-
end
|
59
|
-
|
60
|
-
private
|
61
|
-
|
62
|
-
def capture_url
|
63
|
-
resource_url + '/capture'
|
64
|
-
end
|
65
|
-
|
66
|
-
def dispute_url
|
67
|
-
resource_url + '/dispute'
|
68
|
-
end
|
69
|
-
|
70
|
-
def close_dispute_url
|
71
|
-
resource_url + '/dispute/close'
|
72
|
-
end
|
73
|
-
|
74
|
-
# Note that this is actually the *old* refund URL and its use is no longer
|
75
|
-
# preferred.
|
76
|
-
def refund_url
|
77
|
-
resource_url + '/refund'
|
78
|
-
end
|
79
|
-
end
|
80
|
-
end
|