stripe 15.5.0.pre.beta.2 → 15.6.0.pre.alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/API_VERSION +1 -1
- data/CHANGELOG.md +117 -1
- data/OPENAPI_VERSION +1 -1
- data/README.md +6 -4
- data/VERSION +1 -1
- data/lib/stripe/api_requestor.rb +20 -18
- data/lib/stripe/api_version.rb +1 -1
- data/lib/stripe/errors.rb +26 -23
- data/lib/stripe/event_types.rb +83 -0
- data/lib/stripe/events/v2_billing_cadence_billed_event.rb +21 -0
- data/lib/stripe/events/v2_billing_cadence_canceled_event.rb +21 -0
- data/lib/stripe/events/v2_billing_cadence_created_event.rb +23 -0
- data/lib/stripe/events/v2_billing_cadence_errored_event.rb +21 -0
- data/lib/stripe/events/v2_billing_license_fee_created_event.rb +21 -0
- data/lib/stripe/events/v2_billing_license_fee_updated_event.rb +21 -0
- data/lib/stripe/events/v2_billing_license_fee_version_created_event.rb +23 -0
- data/lib/stripe/events/v2_billing_licensed_item_created_event.rb +21 -0
- data/lib/stripe/events/v2_billing_licensed_item_updated_event.rb +21 -0
- data/lib/stripe/events/v2_billing_metered_item_created_event.rb +21 -0
- data/lib/stripe/events/v2_billing_metered_item_updated_event.rb +21 -0
- data/lib/stripe/events/v2_billing_pricing_plan_component_created_event.rb +23 -0
- data/lib/stripe/events/v2_billing_pricing_plan_component_updated_event.rb +23 -0
- data/lib/stripe/events/v2_billing_pricing_plan_created_event.rb +21 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_awaiting_customer_action_event.rb +21 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_current_event.rb +21 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_past_due_event.rb +21 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_paused_event.rb +21 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_unpaid_event.rb +21 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_activated_event.rb +21 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_canceled_event.rb +21 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_paused_event.rb +21 -0
- data/lib/stripe/events/v2_billing_pricing_plan_updated_event.rb +21 -0
- data/lib/stripe/events/v2_billing_pricing_plan_version_created_event.rb +23 -0
- data/lib/stripe/events/v2_billing_rate_card_created_event.rb +23 -0
- data/lib/stripe/events/v2_billing_rate_card_rate_created_event.rb +23 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb +21 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb +21 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb +21 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb +21 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb +21 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb +21 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb +21 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb +21 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb +21 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb +21 -0
- data/lib/stripe/events/v2_billing_rate_card_updated_event.rb +21 -0
- data/lib/stripe/events/v2_billing_rate_card_version_created_event.rb +23 -0
- data/lib/stripe/events/v2_core_health_api_error_firing_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb +13 -0
- data/lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb +13 -0
- data/lib/stripe/events/v2_reporting_report_run_created_event.rb +21 -0
- data/lib/stripe/events/v2_reporting_report_run_failed_event.rb +21 -0
- data/lib/stripe/events/v2_reporting_report_run_succeeded_event.rb +21 -0
- data/lib/stripe/events/v2_reporting_report_run_updated_event.rb +21 -0
- data/lib/stripe/object_types.rb +27 -0
- data/lib/stripe/resources/account.rb +2 -2
- data/lib/stripe/resources/account_session.rb +94 -13
- data/lib/stripe/resources/balance.rb +2 -7
- data/lib/stripe/resources/balance_settings.rb +72 -65
- data/lib/stripe/resources/billing/alert.rb +128 -1
- data/lib/stripe/resources/billing/alert_triggered.rb +6 -0
- data/lib/stripe/resources/billing/credit_balance_summary.rb +50 -0
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +50 -0
- data/lib/stripe/resources/billing/credit_grant.rb +61 -2
- data/lib/stripe/resources/billing/meter.rb +2 -2
- data/lib/stripe/resources/billing/meter_usage_row.rb +1 -1
- data/lib/stripe/resources/billing_portal/configuration.rb +12 -2
- data/lib/stripe/resources/charge.rb +36 -5
- data/lib/stripe/resources/checkout/session.rb +237 -6
- data/lib/stripe/resources/credit_note.rb +3 -3
- data/lib/stripe/resources/dispute.rb +1 -1
- data/lib/stripe/resources/file.rb +1 -1
- data/lib/stripe/resources/file_link.rb +1 -1
- data/lib/stripe/resources/invoice.rb +55 -1
- data/lib/stripe/resources/invoice_item.rb +48 -0
- data/lib/stripe/resources/invoice_line_item.rb +52 -0
- data/lib/stripe/resources/invoice_payment.rb +1 -1
- data/lib/stripe/resources/mandate.rb +65 -1
- data/lib/stripe/resources/payment_attempt_record.rb +86 -10
- data/lib/stripe/resources/payment_intent.rb +182 -4
- data/lib/stripe/resources/payment_link.rb +1 -1
- data/lib/stripe/resources/payment_method.rb +2 -0
- data/lib/stripe/resources/payment_record.rb +107 -14
- data/lib/stripe/resources/promotion_code.rb +5 -2
- data/lib/stripe/resources/quote_preview_invoice.rb +8 -1
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +24 -0
- data/lib/stripe/resources/setup_attempt.rb +4 -1
- data/lib/stripe/resources/setup_intent.rb +194 -1
- data/lib/stripe/resources/subscription.rb +145 -9
- data/lib/stripe/resources/subscription_schedule.rb +124 -2
- data/lib/stripe/resources/terminal/configuration.rb +82 -0
- data/lib/stripe/resources/terminal/reader.rb +22 -0
- data/lib/stripe/resources/v2/billing/bill_setting.rb +62 -0
- data/lib/stripe/resources/v2/billing/bill_setting_version.rb +50 -0
- data/lib/stripe/resources/v2/billing/cadence.rb +182 -0
- data/lib/stripe/resources/v2/billing/collection_setting.rb +148 -0
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +136 -0
- data/lib/stripe/resources/v2/billing/custom_pricing_unit.rb +35 -0
- data/lib/stripe/resources/v2/billing/intent.rb +59 -0
- data/lib/stripe/resources/v2/billing/intent_action.rb +200 -0
- data/lib/stripe/resources/v2/billing/license_fee.rb +79 -0
- data/lib/stripe/resources/v2/billing/license_fee_subscription.rb +36 -0
- data/lib/stripe/resources/v2/billing/license_fee_version.rb +56 -0
- data/lib/stripe/resources/v2/billing/licensed_item.rb +44 -0
- data/lib/stripe/resources/v2/billing/metered_item.rb +58 -0
- data/lib/stripe/resources/v2/billing/pricing_plan.rb +43 -0
- data/lib/stripe/resources/v2/billing/pricing_plan_component.rb +58 -0
- data/lib/stripe/resources/v2/billing/pricing_plan_subscription.rb +63 -0
- data/lib/stripe/resources/v2/billing/pricing_plan_version.rb +30 -0
- data/lib/stripe/resources/v2/billing/profile.rb +38 -0
- data/lib/stripe/resources/v2/billing/rate_card.rb +53 -0
- data/lib/stripe/resources/v2/billing/rate_card_rate.rb +71 -0
- data/lib/stripe/resources/v2/billing/rate_card_subscription.rb +63 -0
- data/lib/stripe/resources/v2/billing/rate_card_version.rb +26 -0
- data/lib/stripe/resources/v2/billing/service_action.rb +117 -0
- data/lib/stripe/resources/v2/core/account.rb +8 -0
- data/lib/stripe/resources/v2/core/claimable_sandbox.rb +57 -0
- data/lib/stripe/resources/v2/event.rb +2 -0
- data/lib/stripe/resources/v2/money_management/financial_account.rb +4 -2
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +1 -1
- data/lib/stripe/resources/v2/money_management/transaction.rb +2 -0
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +2 -0
- data/lib/stripe/resources/v2/reporting/report.rb +64 -0
- data/lib/stripe/resources/v2/reporting/report_run.rb +89 -0
- data/lib/stripe/resources/v2/tax/automatic_rule.rb +31 -0
- data/lib/stripe/resources.rb +85 -0
- data/lib/stripe/services/account_session_service.rb +64 -13
- data/lib/stripe/services/balance_settings_service.rb +44 -41
- data/lib/stripe/services/billing/alert_service.rb +75 -1
- data/lib/stripe/services/billing/credit_balance_summary_service.rb +13 -1
- data/lib/stripe/services/billing/credit_grant_service.rb +29 -2
- data/lib/stripe/services/billing/meter_service.rb +1 -1
- data/lib/stripe/services/billing_portal/configuration_service.rb +10 -2
- data/lib/stripe/services/checkout/session_service.rb +166 -5
- data/lib/stripe/services/credit_note_preview_lines_service.rb +1 -1
- data/lib/stripe/services/credit_note_service.rb +2 -2
- data/lib/stripe/services/customer_service.rb +4 -4
- data/lib/stripe/services/file_link_service.rb +1 -1
- data/lib/stripe/services/file_service.rb +1 -1
- data/lib/stripe/services/invoice_payment_service.rb +1 -1
- data/lib/stripe/services/invoice_service.rb +47 -0
- data/lib/stripe/services/mandate_service.rb +40 -0
- data/lib/stripe/services/payment_attempt_record_service.rb +4 -1
- data/lib/stripe/services/payment_intent_service.rb +157 -3
- data/lib/stripe/services/payment_link_service.rb +1 -1
- data/lib/stripe/services/payment_record_service.rb +25 -5
- data/lib/stripe/services/quote_service.rb +4 -4
- data/lib/stripe/services/setup_intent_service.rb +153 -0
- data/lib/stripe/services/subscription_schedule_service.rb +100 -2
- data/lib/stripe/services/subscription_service.rb +134 -9
- data/lib/stripe/services/terminal/configuration_service.rb +64 -0
- data/lib/stripe/services/test_helpers/terminal/reader_service.rb +22 -0
- data/lib/stripe/services/v1_services.rb +5 -5
- data/lib/stripe/services/v2/billing/bill_setting_service.rb +214 -0
- data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +45 -0
- data/lib/stripe/services/v2/billing/cadence_service.rb +428 -0
- data/lib/stripe/services/v2/billing/collection_setting_service.rb +518 -0
- data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +45 -0
- data/lib/stripe/services/v2/billing/custom_pricing_unit_service.rb +108 -0
- data/lib/stripe/services/v2/billing/intent_service.rb +465 -0
- data/lib/stripe/services/v2/billing/intents/action_service.rb +45 -0
- data/lib/stripe/services/v2/billing/license_fee_service.rb +250 -0
- data/lib/stripe/services/v2/billing/license_fee_subscription_service.rb +23 -0
- data/lib/stripe/services/v2/billing/license_fees/version_service.rb +45 -0
- data/lib/stripe/services/v2/billing/licensed_item_service.rb +149 -0
- data/lib/stripe/services/v2/billing/metered_item_service.rb +176 -0
- data/lib/stripe/services/v2/billing/pricing_plan_service.rb +142 -0
- data/lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb +76 -0
- data/lib/stripe/services/v2/billing/pricing_plans/component_service.rb +162 -0
- data/lib/stripe/services/v2/billing/pricing_plans/version_service.rb +45 -0
- data/lib/stripe/services/v2/billing/profile_service.rb +144 -0
- data/lib/stripe/services/v2/billing/rate_card_service.rb +151 -0
- data/lib/stripe/services/v2/billing/rate_card_subscription_service.rb +144 -0
- data/lib/stripe/services/v2/billing/rate_cards/rate_service.rb +161 -0
- data/lib/stripe/services/v2/billing/rate_cards/version_service.rb +45 -0
- data/lib/stripe/services/v2/billing/service_action_service.rb +259 -0
- data/lib/stripe/services/v2/billing_service.rb +19 -2
- data/lib/stripe/services/v2/core/account_service.rb +16 -2
- data/lib/stripe/services/v2/core/claimable_sandbox_service.rb +50 -0
- data/lib/stripe/services/v2/core_service.rb +4 -3
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +4 -1
- data/lib/stripe/services/v2/money_management_service.rb +3 -3
- data/lib/stripe/services/v2/reporting/report_run_service.rb +88 -0
- data/lib/stripe/services/v2/reporting/report_service.rb +25 -0
- data/lib/stripe/services/v2/reporting_service.rb +16 -0
- data/lib/stripe/services/v2/tax/automatic_rule_service.rb +99 -0
- data/lib/stripe/services/v2/tax_service.rb +15 -0
- data/lib/stripe/services/v2_services.rb +3 -1
- data/lib/stripe/services.rb +29 -0
- data/lib/stripe/stripe_service.rb +3 -1
- data/lib/stripe/version.rb +1 -1
- metadata +116 -3
- data/rbi/stripe.rbi +0 -199145
@@ -0,0 +1,518 @@
|
|
1
|
+
# File generated from our OpenAPI spec
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
module Stripe
|
5
|
+
module V2
|
6
|
+
module Billing
|
7
|
+
class CollectionSettingService < StripeService
|
8
|
+
attr_reader :versions
|
9
|
+
|
10
|
+
def initialize(requestor)
|
11
|
+
super
|
12
|
+
@versions = Stripe::V2::Billing::CollectionSettings::VersionService.new(@requestor)
|
13
|
+
end
|
14
|
+
|
15
|
+
class ListParams < Stripe::RequestParams
|
16
|
+
# Optionally set the maximum number of results per page. Defaults to 20.
|
17
|
+
attr_accessor :limit
|
18
|
+
# Only return the settings with these lookup_keys, if any exist.
|
19
|
+
# You can specify up to 10 lookup_keys.
|
20
|
+
attr_accessor :lookup_keys
|
21
|
+
|
22
|
+
def initialize(limit: nil, lookup_keys: nil)
|
23
|
+
@limit = limit
|
24
|
+
@lookup_keys = lookup_keys
|
25
|
+
end
|
26
|
+
end
|
27
|
+
|
28
|
+
class CreateParams < Stripe::RequestParams
|
29
|
+
class EmailDelivery < Stripe::RequestParams
|
30
|
+
class PaymentDue < Stripe::RequestParams
|
31
|
+
# If true an email for the invoice would be generated and sent out.
|
32
|
+
attr_accessor :enabled
|
33
|
+
# If true the payment link to hosted invocie page would be included in email and PDF of the invoice.
|
34
|
+
attr_accessor :include_payment_link
|
35
|
+
|
36
|
+
def initialize(enabled: nil, include_payment_link: nil)
|
37
|
+
@enabled = enabled
|
38
|
+
@include_payment_link = include_payment_link
|
39
|
+
end
|
40
|
+
end
|
41
|
+
# Controls emails for when the payment is due. For example after the invoice is finilized and transition to Open state.
|
42
|
+
attr_accessor :payment_due
|
43
|
+
|
44
|
+
def initialize(payment_due: nil)
|
45
|
+
@payment_due = payment_due
|
46
|
+
end
|
47
|
+
end
|
48
|
+
|
49
|
+
class PaymentMethodOptions < Stripe::RequestParams
|
50
|
+
class AcssDebit < Stripe::RequestParams
|
51
|
+
class MandateOptions < Stripe::RequestParams
|
52
|
+
# Transaction type of the mandate.
|
53
|
+
attr_accessor :transaction_type
|
54
|
+
|
55
|
+
def initialize(transaction_type: nil)
|
56
|
+
@transaction_type = transaction_type
|
57
|
+
end
|
58
|
+
end
|
59
|
+
# Additional fields for Mandate creation.
|
60
|
+
attr_accessor :mandate_options
|
61
|
+
# Verification method.
|
62
|
+
attr_accessor :verification_method
|
63
|
+
|
64
|
+
def initialize(mandate_options: nil, verification_method: nil)
|
65
|
+
@mandate_options = mandate_options
|
66
|
+
@verification_method = verification_method
|
67
|
+
end
|
68
|
+
end
|
69
|
+
|
70
|
+
class Bancontact < Stripe::RequestParams
|
71
|
+
# Preferred language of the Bancontact authorization page that the customer is redirected to.
|
72
|
+
attr_accessor :preferred_language
|
73
|
+
|
74
|
+
def initialize(preferred_language: nil)
|
75
|
+
@preferred_language = preferred_language
|
76
|
+
end
|
77
|
+
end
|
78
|
+
|
79
|
+
class Card < Stripe::RequestParams
|
80
|
+
class MandateOptions < Stripe::RequestParams
|
81
|
+
# Amount to be charged for future payments.
|
82
|
+
attr_accessor :amount
|
83
|
+
# The AmountType for the mandate. One of `fixed` or `maximum`.
|
84
|
+
attr_accessor :amount_type
|
85
|
+
# A description of the mandate that is meant to be displayed to the customer.
|
86
|
+
attr_accessor :description
|
87
|
+
|
88
|
+
def initialize(amount: nil, amount_type: nil, description: nil)
|
89
|
+
@amount = amount
|
90
|
+
@amount_type = amount_type
|
91
|
+
@description = description
|
92
|
+
end
|
93
|
+
end
|
94
|
+
# Configuration options for setting up an eMandate for cards issued in India.
|
95
|
+
attr_accessor :mandate_options
|
96
|
+
# Selected network to process the payment on. Depends on the available networks of the card.
|
97
|
+
attr_accessor :network
|
98
|
+
# An advanced option 3D Secure. We strongly recommend that you rely on our SCA Engine to automatically prompt your customers
|
99
|
+
# for authentication based on risk level and [other requirements](https://docs.corp.stripe.com/strong-customer-authentication).
|
100
|
+
# However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option.
|
101
|
+
# Read our guide on [manually requesting 3D Secure](https://docs.corp.stripe.com/payments/3d-secure/authentication-flow#manual-three-ds) for more information on how this configuration interacts with Radar and our SCA Engine.
|
102
|
+
attr_accessor :request_three_d_secure
|
103
|
+
|
104
|
+
def initialize(mandate_options: nil, network: nil, request_three_d_secure: nil)
|
105
|
+
@mandate_options = mandate_options
|
106
|
+
@network = network
|
107
|
+
@request_three_d_secure = request_three_d_secure
|
108
|
+
end
|
109
|
+
end
|
110
|
+
|
111
|
+
class CustomerBalance < Stripe::RequestParams
|
112
|
+
class BankTransfer < Stripe::RequestParams
|
113
|
+
class EuBankTransfer < Stripe::RequestParams
|
114
|
+
# The desired country code of the bank account information.
|
115
|
+
attr_accessor :country
|
116
|
+
|
117
|
+
def initialize(country: nil)
|
118
|
+
@country = country
|
119
|
+
end
|
120
|
+
end
|
121
|
+
# Configuration for `eu_bank_transfer` funding type. Required if `type` is `eu_bank_transfer`.
|
122
|
+
attr_accessor :eu_bank_transfer
|
123
|
+
# The bank transfer type that can be used for funding.
|
124
|
+
attr_accessor :type
|
125
|
+
|
126
|
+
def initialize(eu_bank_transfer: nil, type: nil)
|
127
|
+
@eu_bank_transfer = eu_bank_transfer
|
128
|
+
@type = type
|
129
|
+
end
|
130
|
+
end
|
131
|
+
# Configuration for the bank transfer funding type, if the `funding_type` is set to `bank_transfer`.
|
132
|
+
attr_accessor :bank_transfer
|
133
|
+
# The funding method type to be used when there are not enough funds in the customer balance. Currently the only supported value is `bank_transfer`.
|
134
|
+
attr_accessor :funding_type
|
135
|
+
|
136
|
+
def initialize(bank_transfer: nil, funding_type: nil)
|
137
|
+
@bank_transfer = bank_transfer
|
138
|
+
@funding_type = funding_type
|
139
|
+
end
|
140
|
+
end
|
141
|
+
|
142
|
+
class Konbini < Stripe::RequestParams; end
|
143
|
+
class SepaDebit < Stripe::RequestParams; end
|
144
|
+
|
145
|
+
class UsBankAccount < Stripe::RequestParams
|
146
|
+
class FinancialConnections < Stripe::RequestParams
|
147
|
+
class Filters < Stripe::RequestParams
|
148
|
+
# The account subcategories to use to filter for selectable accounts.
|
149
|
+
attr_accessor :account_subcategories
|
150
|
+
|
151
|
+
def initialize(account_subcategories: nil)
|
152
|
+
@account_subcategories = account_subcategories
|
153
|
+
end
|
154
|
+
end
|
155
|
+
# Provide filters for the linked accounts that the customer can select for the payment method.
|
156
|
+
attr_accessor :filters
|
157
|
+
# The list of permissions to request. If this parameter is passed, the `payment_method` permission must be included.
|
158
|
+
attr_accessor :permissions
|
159
|
+
# List of data features that you would like to retrieve upon account creation.
|
160
|
+
attr_accessor :prefetch
|
161
|
+
|
162
|
+
def initialize(filters: nil, permissions: nil, prefetch: nil)
|
163
|
+
@filters = filters
|
164
|
+
@permissions = permissions
|
165
|
+
@prefetch = prefetch
|
166
|
+
end
|
167
|
+
end
|
168
|
+
# Additional fields for Financial Connections Session creation.
|
169
|
+
attr_accessor :financial_connections
|
170
|
+
# Verification method.
|
171
|
+
attr_accessor :verification_method
|
172
|
+
|
173
|
+
def initialize(financial_connections: nil, verification_method: nil)
|
174
|
+
@financial_connections = financial_connections
|
175
|
+
@verification_method = verification_method
|
176
|
+
end
|
177
|
+
end
|
178
|
+
# This sub-hash contains details about the Canadian pre-authorized debit payment method options.
|
179
|
+
attr_accessor :acss_debit
|
180
|
+
# This sub-hash contains details about the Bancontact payment method.
|
181
|
+
attr_accessor :bancontact
|
182
|
+
# This sub-hash contains details about the Card payment method options.
|
183
|
+
attr_accessor :card
|
184
|
+
# This sub-hash contains details about the Bank transfer payment method options.
|
185
|
+
attr_accessor :customer_balance
|
186
|
+
# This sub-hash contains details about the Konbini payment method options.
|
187
|
+
attr_accessor :konbini
|
188
|
+
# This sub-hash contains details about the SEPA Direct Debit payment method options.
|
189
|
+
attr_accessor :sepa_debit
|
190
|
+
# This sub-hash contains details about the ACH direct debit payment method options.
|
191
|
+
attr_accessor :us_bank_account
|
192
|
+
|
193
|
+
def initialize(
|
194
|
+
acss_debit: nil,
|
195
|
+
bancontact: nil,
|
196
|
+
card: nil,
|
197
|
+
customer_balance: nil,
|
198
|
+
konbini: nil,
|
199
|
+
sepa_debit: nil,
|
200
|
+
us_bank_account: nil
|
201
|
+
)
|
202
|
+
@acss_debit = acss_debit
|
203
|
+
@bancontact = bancontact
|
204
|
+
@card = card
|
205
|
+
@customer_balance = customer_balance
|
206
|
+
@konbini = konbini
|
207
|
+
@sepa_debit = sepa_debit
|
208
|
+
@us_bank_account = us_bank_account
|
209
|
+
end
|
210
|
+
end
|
211
|
+
# Either automatic, or send_invoice. When charging automatically, Stripe will attempt to pay this
|
212
|
+
# bill at the end of the period using the payment method attached to the payer profile. When sending an invoice,
|
213
|
+
# Stripe will email your payer profile an invoice with payment instructions.
|
214
|
+
# Defaults to automatic.
|
215
|
+
attr_accessor :collection_method
|
216
|
+
# An optional customer-facing display name for the CollectionSetting object.
|
217
|
+
# Maximum length of 250 characters.
|
218
|
+
attr_accessor :display_name
|
219
|
+
# Email delivery setting.
|
220
|
+
attr_accessor :email_delivery
|
221
|
+
# A lookup key used to retrieve settings dynamically from a static string.
|
222
|
+
# This may be up to 200 characters.
|
223
|
+
attr_accessor :lookup_key
|
224
|
+
# The ID of the PaymentMethodConfiguration object, which controls which payment methods are displayed to your customers.
|
225
|
+
attr_accessor :payment_method_configuration
|
226
|
+
# Payment Method specific configuration to be stored on the object.
|
227
|
+
attr_accessor :payment_method_options
|
228
|
+
|
229
|
+
def initialize(
|
230
|
+
collection_method: nil,
|
231
|
+
display_name: nil,
|
232
|
+
email_delivery: nil,
|
233
|
+
lookup_key: nil,
|
234
|
+
payment_method_configuration: nil,
|
235
|
+
payment_method_options: nil
|
236
|
+
)
|
237
|
+
@collection_method = collection_method
|
238
|
+
@display_name = display_name
|
239
|
+
@email_delivery = email_delivery
|
240
|
+
@lookup_key = lookup_key
|
241
|
+
@payment_method_configuration = payment_method_configuration
|
242
|
+
@payment_method_options = payment_method_options
|
243
|
+
end
|
244
|
+
end
|
245
|
+
|
246
|
+
class RetrieveParams < Stripe::RequestParams; end
|
247
|
+
|
248
|
+
class UpdateParams < Stripe::RequestParams
|
249
|
+
class EmailDelivery < Stripe::RequestParams
|
250
|
+
class PaymentDue < Stripe::RequestParams
|
251
|
+
# If true an email for the invoice would be generated and sent out.
|
252
|
+
attr_accessor :enabled
|
253
|
+
# If true the payment link to hosted invocie page would be included in email and PDF of the invoice.
|
254
|
+
attr_accessor :include_payment_link
|
255
|
+
|
256
|
+
def initialize(enabled: nil, include_payment_link: nil)
|
257
|
+
@enabled = enabled
|
258
|
+
@include_payment_link = include_payment_link
|
259
|
+
end
|
260
|
+
end
|
261
|
+
# Controls emails for when the payment is due. For example after the invoice is finilized and transition to Open state.
|
262
|
+
attr_accessor :payment_due
|
263
|
+
|
264
|
+
def initialize(payment_due: nil)
|
265
|
+
@payment_due = payment_due
|
266
|
+
end
|
267
|
+
end
|
268
|
+
|
269
|
+
class PaymentMethodOptions < Stripe::RequestParams
|
270
|
+
class AcssDebit < Stripe::RequestParams
|
271
|
+
class MandateOptions < Stripe::RequestParams
|
272
|
+
# Transaction type of the mandate.
|
273
|
+
attr_accessor :transaction_type
|
274
|
+
|
275
|
+
def initialize(transaction_type: nil)
|
276
|
+
@transaction_type = transaction_type
|
277
|
+
end
|
278
|
+
end
|
279
|
+
# Additional fields for Mandate creation.
|
280
|
+
attr_accessor :mandate_options
|
281
|
+
# Verification method.
|
282
|
+
attr_accessor :verification_method
|
283
|
+
|
284
|
+
def initialize(mandate_options: nil, verification_method: nil)
|
285
|
+
@mandate_options = mandate_options
|
286
|
+
@verification_method = verification_method
|
287
|
+
end
|
288
|
+
end
|
289
|
+
|
290
|
+
class Bancontact < Stripe::RequestParams
|
291
|
+
# Preferred language of the Bancontact authorization page that the customer is redirected to.
|
292
|
+
attr_accessor :preferred_language
|
293
|
+
|
294
|
+
def initialize(preferred_language: nil)
|
295
|
+
@preferred_language = preferred_language
|
296
|
+
end
|
297
|
+
end
|
298
|
+
|
299
|
+
class Card < Stripe::RequestParams
|
300
|
+
class MandateOptions < Stripe::RequestParams
|
301
|
+
# Amount to be charged for future payments.
|
302
|
+
attr_accessor :amount
|
303
|
+
# The AmountType for the mandate. One of `fixed` or `maximum`.
|
304
|
+
attr_accessor :amount_type
|
305
|
+
# A description of the mandate that is meant to be displayed to the customer.
|
306
|
+
attr_accessor :description
|
307
|
+
|
308
|
+
def initialize(amount: nil, amount_type: nil, description: nil)
|
309
|
+
@amount = amount
|
310
|
+
@amount_type = amount_type
|
311
|
+
@description = description
|
312
|
+
end
|
313
|
+
end
|
314
|
+
# Configuration options for setting up an eMandate for cards issued in India.
|
315
|
+
attr_accessor :mandate_options
|
316
|
+
# Selected network to process the payment on. Depends on the available networks of the card.
|
317
|
+
attr_accessor :network
|
318
|
+
# An advanced option 3D Secure. We strongly recommend that you rely on our SCA Engine to automatically prompt your customers
|
319
|
+
# for authentication based on risk level and [other requirements](https://docs.corp.stripe.com/strong-customer-authentication).
|
320
|
+
# However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option.
|
321
|
+
# Read our guide on [manually requesting 3D Secure](https://docs.corp.stripe.com/payments/3d-secure/authentication-flow#manual-three-ds) for more information on how this configuration interacts with Radar and our SCA Engine.
|
322
|
+
attr_accessor :request_three_d_secure
|
323
|
+
|
324
|
+
def initialize(mandate_options: nil, network: nil, request_three_d_secure: nil)
|
325
|
+
@mandate_options = mandate_options
|
326
|
+
@network = network
|
327
|
+
@request_three_d_secure = request_three_d_secure
|
328
|
+
end
|
329
|
+
end
|
330
|
+
|
331
|
+
class CustomerBalance < Stripe::RequestParams
|
332
|
+
class BankTransfer < Stripe::RequestParams
|
333
|
+
class EuBankTransfer < Stripe::RequestParams
|
334
|
+
# The desired country code of the bank account information.
|
335
|
+
attr_accessor :country
|
336
|
+
|
337
|
+
def initialize(country: nil)
|
338
|
+
@country = country
|
339
|
+
end
|
340
|
+
end
|
341
|
+
# Configuration for `eu_bank_transfer` funding type. Required if `type` is `eu_bank_transfer`.
|
342
|
+
attr_accessor :eu_bank_transfer
|
343
|
+
# The bank transfer type that can be used for funding.
|
344
|
+
attr_accessor :type
|
345
|
+
|
346
|
+
def initialize(eu_bank_transfer: nil, type: nil)
|
347
|
+
@eu_bank_transfer = eu_bank_transfer
|
348
|
+
@type = type
|
349
|
+
end
|
350
|
+
end
|
351
|
+
# Configuration for the bank transfer funding type, if the `funding_type` is set to `bank_transfer`.
|
352
|
+
attr_accessor :bank_transfer
|
353
|
+
# The funding method type to be used when there are not enough funds in the customer balance. Currently the only supported value is `bank_transfer`.
|
354
|
+
attr_accessor :funding_type
|
355
|
+
|
356
|
+
def initialize(bank_transfer: nil, funding_type: nil)
|
357
|
+
@bank_transfer = bank_transfer
|
358
|
+
@funding_type = funding_type
|
359
|
+
end
|
360
|
+
end
|
361
|
+
|
362
|
+
class Konbini < Stripe::RequestParams; end
|
363
|
+
class SepaDebit < Stripe::RequestParams; end
|
364
|
+
|
365
|
+
class UsBankAccount < Stripe::RequestParams
|
366
|
+
class FinancialConnections < Stripe::RequestParams
|
367
|
+
class Filters < Stripe::RequestParams
|
368
|
+
# The account subcategories to use to filter for selectable accounts.
|
369
|
+
attr_accessor :account_subcategories
|
370
|
+
|
371
|
+
def initialize(account_subcategories: nil)
|
372
|
+
@account_subcategories = account_subcategories
|
373
|
+
end
|
374
|
+
end
|
375
|
+
# Provide filters for the linked accounts that the customer can select for the payment method.
|
376
|
+
attr_accessor :filters
|
377
|
+
# The list of permissions to request. If this parameter is passed, the `payment_method` permission must be included.
|
378
|
+
attr_accessor :permissions
|
379
|
+
# List of data features that you would like to retrieve upon account creation.
|
380
|
+
attr_accessor :prefetch
|
381
|
+
|
382
|
+
def initialize(filters: nil, permissions: nil, prefetch: nil)
|
383
|
+
@filters = filters
|
384
|
+
@permissions = permissions
|
385
|
+
@prefetch = prefetch
|
386
|
+
end
|
387
|
+
end
|
388
|
+
# Additional fields for Financial Connections Session creation.
|
389
|
+
attr_accessor :financial_connections
|
390
|
+
# Verification method.
|
391
|
+
attr_accessor :verification_method
|
392
|
+
|
393
|
+
def initialize(financial_connections: nil, verification_method: nil)
|
394
|
+
@financial_connections = financial_connections
|
395
|
+
@verification_method = verification_method
|
396
|
+
end
|
397
|
+
end
|
398
|
+
# This sub-hash contains details about the Canadian pre-authorized debit payment method options.
|
399
|
+
attr_accessor :acss_debit
|
400
|
+
# This sub-hash contains details about the Bancontact payment method.
|
401
|
+
attr_accessor :bancontact
|
402
|
+
# This sub-hash contains details about the Card payment method options.
|
403
|
+
attr_accessor :card
|
404
|
+
# This sub-hash contains details about the Bank transfer payment method options.
|
405
|
+
attr_accessor :customer_balance
|
406
|
+
# This sub-hash contains details about the Konbini payment method options.
|
407
|
+
attr_accessor :konbini
|
408
|
+
# This sub-hash contains details about the SEPA Direct Debit payment method options.
|
409
|
+
attr_accessor :sepa_debit
|
410
|
+
# This sub-hash contains details about the ACH direct debit payment method options.
|
411
|
+
attr_accessor :us_bank_account
|
412
|
+
|
413
|
+
def initialize(
|
414
|
+
acss_debit: nil,
|
415
|
+
bancontact: nil,
|
416
|
+
card: nil,
|
417
|
+
customer_balance: nil,
|
418
|
+
konbini: nil,
|
419
|
+
sepa_debit: nil,
|
420
|
+
us_bank_account: nil
|
421
|
+
)
|
422
|
+
@acss_debit = acss_debit
|
423
|
+
@bancontact = bancontact
|
424
|
+
@card = card
|
425
|
+
@customer_balance = customer_balance
|
426
|
+
@konbini = konbini
|
427
|
+
@sepa_debit = sepa_debit
|
428
|
+
@us_bank_account = us_bank_account
|
429
|
+
end
|
430
|
+
end
|
431
|
+
# Either automatic, or send_invoice. When charging automatically, Stripe will attempt to pay this
|
432
|
+
# bill at the end of the period using the payment method attached to the payer profile. When sending an invoice,
|
433
|
+
# Stripe will email your payer profile an invoice with payment instructions.
|
434
|
+
attr_accessor :collection_method
|
435
|
+
# An optional customer-facing display name for the CollectionSetting object.
|
436
|
+
# To remove the display name, set it to an empty string in the request.
|
437
|
+
# Maximum length of 250 characters.
|
438
|
+
attr_accessor :display_name
|
439
|
+
# Email delivery settings.
|
440
|
+
attr_accessor :email_delivery
|
441
|
+
# Optionally change the live version of the CollectionSetting. Billing Cadences and other objects that refer to this
|
442
|
+
# CollectionSetting will use this version when no overrides are set. Providing `live_version = "latest"` will set the
|
443
|
+
# CollectionSetting's `live_version` to its latest version.
|
444
|
+
attr_accessor :live_version
|
445
|
+
# A lookup key used to retrieve settings dynamically from a static string.
|
446
|
+
# This may be up to 200 characters.
|
447
|
+
attr_accessor :lookup_key
|
448
|
+
# The ID of the PaymentMethodConfiguration object, which controls which payment methods are displayed to your customers.
|
449
|
+
attr_accessor :payment_method_configuration
|
450
|
+
# Payment Method specific configuration to be stored on the object.
|
451
|
+
attr_accessor :payment_method_options
|
452
|
+
|
453
|
+
def initialize(
|
454
|
+
collection_method: nil,
|
455
|
+
display_name: nil,
|
456
|
+
email_delivery: nil,
|
457
|
+
live_version: nil,
|
458
|
+
lookup_key: nil,
|
459
|
+
payment_method_configuration: nil,
|
460
|
+
payment_method_options: nil
|
461
|
+
)
|
462
|
+
@collection_method = collection_method
|
463
|
+
@display_name = display_name
|
464
|
+
@email_delivery = email_delivery
|
465
|
+
@live_version = live_version
|
466
|
+
@lookup_key = lookup_key
|
467
|
+
@payment_method_configuration = payment_method_configuration
|
468
|
+
@payment_method_options = payment_method_options
|
469
|
+
end
|
470
|
+
end
|
471
|
+
|
472
|
+
# Create a CollectionSetting object.
|
473
|
+
def create(params = {}, opts = {})
|
474
|
+
request(
|
475
|
+
method: :post,
|
476
|
+
path: "/v2/billing/collection_settings",
|
477
|
+
params: params,
|
478
|
+
opts: opts,
|
479
|
+
base_address: :api
|
480
|
+
)
|
481
|
+
end
|
482
|
+
|
483
|
+
# List all CollectionSetting objects.
|
484
|
+
def list(params = {}, opts = {})
|
485
|
+
request(
|
486
|
+
method: :get,
|
487
|
+
path: "/v2/billing/collection_settings",
|
488
|
+
params: params,
|
489
|
+
opts: opts,
|
490
|
+
base_address: :api
|
491
|
+
)
|
492
|
+
end
|
493
|
+
|
494
|
+
# Retrieve a CollectionSetting by ID.
|
495
|
+
def retrieve(id, params = {}, opts = {})
|
496
|
+
request(
|
497
|
+
method: :get,
|
498
|
+
path: format("/v2/billing/collection_settings/%<id>s", { id: CGI.escape(id) }),
|
499
|
+
params: params,
|
500
|
+
opts: opts,
|
501
|
+
base_address: :api
|
502
|
+
)
|
503
|
+
end
|
504
|
+
|
505
|
+
# Update fields on an existing CollectionSetting.
|
506
|
+
def update(id, params = {}, opts = {})
|
507
|
+
request(
|
508
|
+
method: :post,
|
509
|
+
path: format("/v2/billing/collection_settings/%<id>s", { id: CGI.escape(id) }),
|
510
|
+
params: params,
|
511
|
+
opts: opts,
|
512
|
+
base_address: :api
|
513
|
+
)
|
514
|
+
end
|
515
|
+
end
|
516
|
+
end
|
517
|
+
end
|
518
|
+
end
|
@@ -0,0 +1,45 @@
|
|
1
|
+
# File generated from our OpenAPI spec
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
module Stripe
|
5
|
+
module V2
|
6
|
+
module Billing
|
7
|
+
module CollectionSettings
|
8
|
+
class VersionService < StripeService
|
9
|
+
class ListParams < Stripe::RequestParams
|
10
|
+
# Optionally set the maximum number of results per page. Defaults to 20.
|
11
|
+
attr_accessor :limit
|
12
|
+
|
13
|
+
def initialize(limit: nil)
|
14
|
+
@limit = limit
|
15
|
+
end
|
16
|
+
end
|
17
|
+
|
18
|
+
class RetrieveParams < Stripe::RequestParams; end
|
19
|
+
|
20
|
+
# List all CollectionSettingVersions by CollectionSetting ID.
|
21
|
+
def list(collection_setting_id, params = {}, opts = {})
|
22
|
+
request(
|
23
|
+
method: :get,
|
24
|
+
path: format("/v2/billing/collection_settings/%<collection_setting_id>s/versions", { collection_setting_id: CGI.escape(collection_setting_id) }),
|
25
|
+
params: params,
|
26
|
+
opts: opts,
|
27
|
+
base_address: :api
|
28
|
+
)
|
29
|
+
end
|
30
|
+
|
31
|
+
# Retrieve a CollectionSetting Version by ID.
|
32
|
+
def retrieve(collection_setting_id, id, params = {}, opts = {})
|
33
|
+
request(
|
34
|
+
method: :get,
|
35
|
+
path: format("/v2/billing/collection_settings/%<collection_setting_id>s/versions/%<id>s", { collection_setting_id: CGI.escape(collection_setting_id), id: CGI.escape(id) }),
|
36
|
+
params: params,
|
37
|
+
opts: opts,
|
38
|
+
base_address: :api
|
39
|
+
)
|
40
|
+
end
|
41
|
+
end
|
42
|
+
end
|
43
|
+
end
|
44
|
+
end
|
45
|
+
end
|
@@ -0,0 +1,108 @@
|
|
1
|
+
# File generated from our OpenAPI spec
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
module Stripe
|
5
|
+
module V2
|
6
|
+
module Billing
|
7
|
+
class CustomPricingUnitService < StripeService
|
8
|
+
class ListParams < Stripe::RequestParams
|
9
|
+
# Filter for active/inactive custom pricing units. Mutually exclusive with `lookup_keys`.
|
10
|
+
attr_accessor :active
|
11
|
+
# Optionally set the maximum number of results per page. Defaults to 20.
|
12
|
+
attr_accessor :limit
|
13
|
+
# Filter by lookup keys. Mutually exclusive with `active`.
|
14
|
+
# You can specify up to 10 lookup keys.
|
15
|
+
attr_accessor :lookup_keys
|
16
|
+
|
17
|
+
def initialize(active: nil, limit: nil, lookup_keys: nil)
|
18
|
+
@active = active
|
19
|
+
@limit = limit
|
20
|
+
@lookup_keys = lookup_keys
|
21
|
+
end
|
22
|
+
end
|
23
|
+
|
24
|
+
class CreateParams < Stripe::RequestParams
|
25
|
+
# Description that customers will see in the invoice line item.
|
26
|
+
# Maximum length of 10 characters.
|
27
|
+
attr_accessor :display_name
|
28
|
+
# An internal key you can use to search for a particular custom pricing unit item.
|
29
|
+
# Must be unique among items.
|
30
|
+
# Maximum length of 200 characters.
|
31
|
+
attr_accessor :lookup_key
|
32
|
+
# Set of [key-value pairs](/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
|
33
|
+
attr_accessor :metadata
|
34
|
+
|
35
|
+
def initialize(display_name: nil, lookup_key: nil, metadata: nil)
|
36
|
+
@display_name = display_name
|
37
|
+
@lookup_key = lookup_key
|
38
|
+
@metadata = metadata
|
39
|
+
end
|
40
|
+
end
|
41
|
+
|
42
|
+
class RetrieveParams < Stripe::RequestParams; end
|
43
|
+
|
44
|
+
class UpdateParams < Stripe::RequestParams
|
45
|
+
# Whether the Custom Pricing Unit is active.
|
46
|
+
attr_accessor :active
|
47
|
+
# Description that customers will see in the invoice line item.
|
48
|
+
attr_accessor :display_name
|
49
|
+
# An internal key you can use to search for a particular CustomPricingUnit item.
|
50
|
+
attr_accessor :lookup_key
|
51
|
+
# Set of key-value pairs that you can attach to an object.
|
52
|
+
attr_accessor :metadata
|
53
|
+
|
54
|
+
def initialize(active: nil, display_name: nil, lookup_key: nil, metadata: nil)
|
55
|
+
@active = active
|
56
|
+
@display_name = display_name
|
57
|
+
@lookup_key = lookup_key
|
58
|
+
@metadata = metadata
|
59
|
+
end
|
60
|
+
end
|
61
|
+
|
62
|
+
# Create a Custom Pricing Unit object.
|
63
|
+
def create(params = {}, opts = {})
|
64
|
+
request(
|
65
|
+
method: :post,
|
66
|
+
path: "/v2/billing/custom_pricing_units",
|
67
|
+
params: params,
|
68
|
+
opts: opts,
|
69
|
+
base_address: :api
|
70
|
+
)
|
71
|
+
end
|
72
|
+
|
73
|
+
# List all Custom Pricing Unit objects.
|
74
|
+
def list(params = {}, opts = {})
|
75
|
+
request(
|
76
|
+
method: :get,
|
77
|
+
path: "/v2/billing/custom_pricing_units",
|
78
|
+
params: params,
|
79
|
+
opts: opts,
|
80
|
+
base_address: :api
|
81
|
+
)
|
82
|
+
end
|
83
|
+
|
84
|
+
# Retrieve a Custom Pricing Unit object.
|
85
|
+
def retrieve(id, params = {}, opts = {})
|
86
|
+
request(
|
87
|
+
method: :get,
|
88
|
+
path: format("/v2/billing/custom_pricing_units/%<id>s", { id: CGI.escape(id) }),
|
89
|
+
params: params,
|
90
|
+
opts: opts,
|
91
|
+
base_address: :api
|
92
|
+
)
|
93
|
+
end
|
94
|
+
|
95
|
+
# Update a Custom Pricing Unit object.
|
96
|
+
def update(id, params = {}, opts = {})
|
97
|
+
request(
|
98
|
+
method: :post,
|
99
|
+
path: format("/v2/billing/custom_pricing_units/%<id>s", { id: CGI.escape(id) }),
|
100
|
+
params: params,
|
101
|
+
opts: opts,
|
102
|
+
base_address: :api
|
103
|
+
)
|
104
|
+
end
|
105
|
+
end
|
106
|
+
end
|
107
|
+
end
|
108
|
+
end
|