stripe 15.1.0.pre.beta.1 → 15.1.0
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/CHANGELOG.md +697 -1533
- data/Gemfile +1 -1
- data/OPENAPI_VERSION +1 -1
- data/README.md +6 -0
- data/VERSION +1 -1
- data/lib/stripe/api_operations/nested_resource.rb +35 -35
- data/lib/stripe/api_requestor.rb +1 -29
- data/lib/stripe/api_version.rb +1 -1
- data/lib/stripe/connection_manager.rb +1 -3
- data/lib/stripe/errors.rb +0 -54
- data/lib/stripe/event_types.rb +1 -75
- data/lib/stripe/events/v1_billing_meter_error_report_triggered_event.rb +1 -1
- data/lib/stripe/events/v1_billing_meter_no_meter_found_event.rb +1 -1
- data/lib/stripe/events/{v2_core_account_including_identity_updated_event.rb → v2_core_event_destination_ping_event.rb} +3 -3
- data/lib/stripe/oauth.rb +1 -1
- data/lib/stripe/object_types.rb +0 -51
- data/lib/stripe/resources/account.rb +54 -657
- data/lib/stripe/resources/account_session.rb +1 -299
- data/lib/stripe/resources/billing/credit_balance_summary.rb +0 -2
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +0 -4
- data/lib/stripe/resources/billing/credit_grant.rb +0 -10
- data/lib/stripe/resources/billing_portal/session.rb +0 -6
- data/lib/stripe/resources/card.rb +0 -2
- data/lib/stripe/resources/cash_balance.rb +0 -2
- data/lib/stripe/resources/charge.rb +2 -1454
- data/lib/stripe/resources/checkout/session.rb +5 -258
- data/lib/stripe/resources/confirmation_token.rb +9 -178
- data/lib/stripe/resources/credit_note.rb +0 -10
- data/lib/stripe/resources/credit_note_line_item.rb +0 -9
- data/lib/stripe/resources/customer.rb +2 -4
- data/lib/stripe/resources/customer_balance_transaction.rb +0 -2
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +0 -2
- data/lib/stripe/resources/customer_session.rb +1 -6
- data/lib/stripe/resources/discount.rb +0 -2
- data/lib/stripe/resources/event.rb +0 -31
- data/lib/stripe/resources/financial_connections/account.rb +1 -20
- data/lib/stripe/resources/financial_connections/session.rb +2 -62
- data/lib/stripe/resources/funding_instructions.rb +1 -1
- data/lib/stripe/resources/identity/verification_session.rb +0 -10
- data/lib/stripe/resources/invoice.rb +17 -1175
- data/lib/stripe/resources/invoice_item.rb +2 -78
- data/lib/stripe/resources/invoice_line_item.rb +1 -55
- data/lib/stripe/resources/invoice_payment.rb +53 -2
- data/lib/stripe/resources/issuing/cardholder.rb +1 -2
- data/lib/stripe/resources/issuing/transaction.rb +0 -6
- data/lib/stripe/resources/line_item.rb +0 -37
- data/lib/stripe/resources/mandate.rb +0 -24
- data/lib/stripe/resources/payment_intent.rb +333 -5071
- data/lib/stripe/resources/payment_method.rb +11 -198
- data/lib/stripe/resources/payment_method_configuration.rb +13 -249
- data/lib/stripe/resources/payout.rb +0 -6
- data/lib/stripe/resources/person.rb +25 -1
- data/lib/stripe/resources/price.rb +0 -30
- data/lib/stripe/resources/product.rb +0 -59
- data/lib/stripe/resources/promotion_code.rb +0 -10
- data/lib/stripe/resources/quote.rb +6 -2040
- data/lib/stripe/resources/refund.rb +2 -9
- data/lib/stripe/resources/setup_attempt.rb +0 -21
- data/lib/stripe/resources/setup_intent.rb +21 -599
- data/lib/stripe/resources/source.rb +1 -30
- data/lib/stripe/resources/subscription.rb +11 -294
- data/lib/stripe/resources/subscription_item.rb +3 -84
- data/lib/stripe/resources/subscription_schedule.rb +10 -1007
- data/lib/stripe/resources/tax/calculation.rb +2 -2
- data/lib/stripe/resources/tax/registration.rb +220 -0
- data/lib/stripe/resources/tax/transaction.rb +1 -1
- data/lib/stripe/resources/tax_id.rb +4 -14
- data/lib/stripe/resources/terminal/reader.rb +0 -406
- data/lib/stripe/resources/token.rb +61 -0
- data/lib/stripe/resources/treasury/financial_account.rb +3 -22
- data/lib/stripe/resources/treasury/financial_account_features.rb +0 -2
- data/lib/stripe/resources/treasury/outbound_transfer.rb +0 -37
- data/lib/stripe/resources/treasury/received_credit.rb +1 -38
- data/lib/stripe/resources/treasury/received_debit.rb +1 -40
- data/lib/stripe/resources/v2/billing/meter_event.rb +2 -2
- data/lib/stripe/resources/v2/billing/meter_event_adjustment.rb +2 -2
- data/lib/stripe/resources/v2/billing/meter_event_session.rb +2 -2
- data/lib/stripe/resources/v2/event.rb +2 -2
- data/lib/stripe/resources/v2/event_destination.rb +2 -2
- data/lib/stripe/resources.rb +1 -88
- data/lib/stripe/services/account_external_account_service.rb +1 -1
- data/lib/stripe/services/account_person_service.rb +84 -0
- data/lib/stripe/services/account_service.rb +42 -565
- data/lib/stripe/services/account_session_service.rb +1 -269
- data/lib/stripe/services/application_fee_service.rb +1 -1
- data/lib/stripe/services/apps_service.rb +1 -1
- data/lib/stripe/services/billing/credit_balance_summary_service.rb +1 -4
- data/lib/stripe/services/billing/credit_balance_transaction_service.rb +0 -4
- data/lib/stripe/services/billing/credit_grant_service.rb +0 -8
- data/lib/stripe/services/billing/meter_service.rb +1 -1
- data/lib/stripe/services/billing_portal/session_service.rb +0 -4
- data/lib/stripe/services/billing_portal_service.rb +1 -1
- data/lib/stripe/services/billing_service.rb +1 -1
- data/lib/stripe/services/charge_service.rb +0 -1334
- data/lib/stripe/services/checkout/session_service.rb +5 -175
- data/lib/stripe/services/checkout_service.rb +1 -1
- data/lib/stripe/services/climate_service.rb +1 -1
- data/lib/stripe/services/credit_note_service.rb +1 -5
- data/lib/stripe/services/customer_payment_method_service.rb +1 -1
- data/lib/stripe/services/customer_service.rb +2 -2
- data/lib/stripe/services/customer_session_service.rb +1 -4
- data/lib/stripe/services/customer_tax_id_service.rb +1 -1
- data/lib/stripe/services/entitlements_service.rb +1 -1
- data/lib/stripe/services/financial_connections/account_service.rb +3 -8
- data/lib/stripe/services/financial_connections/session_service.rb +2 -34
- data/lib/stripe/services/financial_connections_service.rb +2 -3
- data/lib/stripe/services/forwarding_service.rb +1 -1
- data/lib/stripe/services/identity/verification_session_service.rb +0 -8
- data/lib/stripe/services/identity_service.rb +1 -1
- data/lib/stripe/services/invoice_item_service.rb +2 -74
- data/lib/stripe/services/invoice_line_item_service.rb +1 -33
- data/lib/stripe/services/invoice_payment_service.rb +33 -5
- data/lib/stripe/services/invoice_service.rb +18 -1089
- data/lib/stripe/services/issuing/cardholder_service.rb +1 -2
- data/lib/stripe/services/issuing/transaction_service.rb +0 -4
- data/lib/stripe/services/issuing_service.rb +2 -6
- data/lib/stripe/services/payment_intent_service.rb +290 -4603
- data/lib/stripe/services/payment_link_service.rb +1 -1
- data/lib/stripe/services/payment_method_configuration_service.rb +10 -178
- data/lib/stripe/services/payment_method_service.rb +9 -128
- data/lib/stripe/services/payout_service.rb +0 -4
- data/lib/stripe/services/price_service.rb +0 -19
- data/lib/stripe/services/product_service.rb +1 -39
- data/lib/stripe/services/promotion_code_service.rb +0 -8
- data/lib/stripe/services/quote_service.rb +8 -1727
- data/lib/stripe/services/radar_service.rb +1 -1
- data/lib/stripe/services/reporting_service.rb +1 -1
- data/lib/stripe/services/setup_intent_service.rb +21 -559
- data/lib/stripe/services/sigma_service.rb +1 -1
- data/lib/stripe/services/source_service.rb +1 -1
- data/lib/stripe/services/subscription_item_service.rb +3 -75
- data/lib/stripe/services/subscription_schedule_service.rb +10 -911
- data/lib/stripe/services/subscription_service.rb +10 -254
- data/lib/stripe/services/tax/calculation_service.rb +2 -2
- data/lib/stripe/services/tax/registration_service.rb +143 -0
- data/lib/stripe/services/tax/transaction_service.rb +1 -1
- data/lib/stripe/services/tax_id_service.rb +3 -9
- data/lib/stripe/services/tax_service.rb +2 -4
- data/lib/stripe/services/terminal/reader_service.rb +0 -180
- data/lib/stripe/services/terminal_service.rb +2 -3
- data/lib/stripe/services/test_helpers/confirmation_token_service.rb +7 -107
- data/lib/stripe/services/test_helpers/issuing_service.rb +1 -1
- data/lib/stripe/services/test_helpers/terminal/reader_service.rb +0 -43
- data/lib/stripe/services/test_helpers/terminal_service.rb +1 -1
- data/lib/stripe/services/test_helpers/treasury/received_credit_service.rb +1 -25
- data/lib/stripe/services/test_helpers/treasury/received_debit_service.rb +1 -25
- data/lib/stripe/services/test_helpers/treasury_service.rb +1 -1
- data/lib/stripe/services/test_helpers_service.rb +1 -1
- data/lib/stripe/services/token_service.rb +61 -0
- data/lib/stripe/services/transfer_service.rb +1 -1
- data/lib/stripe/services/treasury/financial_account_features_service.rb +1 -4
- data/lib/stripe/services/treasury/financial_account_service.rb +3 -17
- data/lib/stripe/services/treasury/outbound_transfer_service.rb +0 -24
- data/lib/stripe/services/treasury_service.rb +1 -1
- data/lib/stripe/services/v1_services.rb +3 -12
- data/lib/stripe/services/v2/billing_service.rb +1 -1
- data/lib/stripe/services/v2/core_service.rb +2 -5
- data/lib/stripe/services/v2_services.rb +3 -5
- data/lib/stripe/services.rb +0 -52
- data/lib/stripe/stripe_configuration.rb +1 -3
- data/lib/stripe/stripe_object.rb +1 -1
- data/lib/stripe/util.rb +1 -7
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +0 -55
- data/rbi/stripe/resources/account.rbi +4903 -0
- data/rbi/stripe/resources/account_link.rbi +74 -0
- data/rbi/stripe/resources/account_session.rbi +894 -0
- data/rbi/stripe/resources/apple_pay_domain.rbi +90 -0
- data/rbi/stripe/resources/application.rbi +20 -0
- data/rbi/stripe/resources/application_fee.rbi +118 -0
- data/rbi/stripe/resources/application_fee_refund.rbi +37 -0
- data/rbi/stripe/resources/apps/secret.rbi +195 -0
- data/rbi/stripe/resources/balance.rbi +180 -0
- data/rbi/stripe/resources/balance_transaction.rbi +144 -0
- data/rbi/stripe/resources/bank_account.rbi +127 -0
- data/rbi/stripe/resources/billing/alert.rbi +201 -0
- data/rbi/stripe/resources/billing/alert_triggered.rbi +28 -0
- data/rbi/stripe/resources/billing/credit_balance_summary.rbi +63 -0
- data/rbi/stripe/resources/billing/credit_balance_transaction.rbi +147 -0
- data/rbi/stripe/resources/billing/credit_grant.rbi +291 -0
- data/rbi/stripe/resources/billing/meter.rbi +226 -0
- data/rbi/stripe/resources/billing/meter_event.rbi +64 -0
- data/rbi/stripe/resources/billing/meter_event_adjustment.rbi +64 -0
- data/rbi/stripe/resources/billing/meter_event_summary.rbi +35 -0
- data/rbi/stripe/resources/billing_portal/configuration.rbi +645 -0
- data/rbi/stripe/resources/billing_portal/session.rbi +345 -0
- data/rbi/stripe/resources/capability.rbi +125 -0
- data/rbi/stripe/resources/card.rbi +125 -0
- data/rbi/stripe/resources/cash_balance.rbi +32 -0
- data/rbi/stripe/resources/charge.rbi +2057 -0
- data/rbi/stripe/resources/checkout/session.rbi +3988 -0
- data/rbi/stripe/resources/climate/order.rbi +245 -0
- data/rbi/stripe/resources/climate/product.rbi +75 -0
- data/rbi/stripe/resources/climate/supplier.rbi +72 -0
- data/rbi/stripe/resources/confirmation_token.rbi +1873 -0
- data/rbi/stripe/resources/connect_collection_transfer.rbi +26 -0
- data/rbi/stripe/resources/country_spec.rbi +85 -0
- data/rbi/stripe/resources/coupon.rbi +252 -0
- data/rbi/stripe/resources/credit_note.rbi +747 -0
- data/rbi/stripe/resources/credit_note_line_item.rbi +101 -0
- data/rbi/stripe/resources/customer.rbi +1009 -0
- data/rbi/stripe/resources/customer_balance_transaction.rbi +56 -0
- data/rbi/stripe/resources/customer_cash_balance_transaction.rbi +151 -0
- data/rbi/stripe/resources/customer_session.rbi +200 -0
- data/rbi/stripe/resources/discount.rbi +53 -0
- data/rbi/stripe/resources/dispute.rbi +761 -0
- data/rbi/stripe/resources/entitlements/active_entitlement.rbi +58 -0
- data/rbi/stripe/resources/entitlements/active_entitlement_summary.rbi +23 -0
- data/rbi/stripe/resources/entitlements/feature.rbi +117 -0
- data/rbi/stripe/resources/ephemeral_key.rbi +44 -0
- data/rbi/stripe/resources/event.rbi +149 -0
- data/rbi/stripe/resources/exchange_rate.rbi +66 -0
- data/rbi/stripe/resources/file.rbi +143 -0
- data/rbi/stripe/resources/file_link.rbi +141 -0
- data/rbi/stripe/resources/financial_connections/account.rbi +339 -0
- data/rbi/stripe/resources/financial_connections/account_owner.rbi +35 -0
- data/rbi/stripe/resources/financial_connections/account_ownership.rbi +23 -0
- data/rbi/stripe/resources/financial_connections/session.rbi +123 -0
- data/rbi/stripe/resources/financial_connections/transaction.rbi +124 -0
- data/rbi/stripe/resources/forwarding/request.rbi +216 -0
- data/rbi/stripe/resources/funding_instructions.rbi +437 -0
- data/rbi/stripe/resources/identity/verification_report.rbi +351 -0
- data/rbi/stripe/resources/identity/verification_session.rbi +517 -0
- data/rbi/stripe/resources/invoice.rbi +3736 -0
- data/rbi/stripe/resources/invoice_item.rbi +475 -0
- data/rbi/stripe/resources/invoice_line_item.rbi +432 -0
- data/rbi/stripe/resources/invoice_payment.rbi +114 -0
- data/rbi/stripe/resources/invoice_rendering_template.rbi +104 -0
- data/rbi/stripe/resources/issuing/authorization.rbi +1283 -0
- data/rbi/stripe/resources/issuing/card.rbi +741 -0
- data/rbi/stripe/resources/issuing/cardholder.rbi +744 -0
- data/rbi/stripe/resources/issuing/dispute.rbi +913 -0
- data/rbi/stripe/resources/issuing/personalization_design.rbi +338 -0
- data/rbi/stripe/resources/issuing/physical_bundle.rbi +79 -0
- data/rbi/stripe/resources/issuing/token.rbi +226 -0
- data/rbi/stripe/resources/issuing/transaction.rbi +1061 -0
- data/rbi/stripe/resources/line_item.rbi +72 -0
- data/rbi/stripe/resources/login_link.rbi +19 -0
- data/rbi/stripe/resources/mandate.rbi +187 -0
- data/rbi/stripe/resources/payment_intent.rbi +9795 -0
- data/rbi/stripe/resources/payment_link.rbi +1801 -0
- data/rbi/stripe/resources/payment_method.rbi +1831 -0
- data/rbi/stripe/resources/payment_method_configuration.rbi +3220 -0
- data/rbi/stripe/resources/payment_method_domain.rbi +228 -0
- data/rbi/stripe/resources/payout.rbi +300 -0
- data/rbi/stripe/resources/person.rbi +401 -0
- data/rbi/stripe/resources/plan.rbi +373 -0
- data/rbi/stripe/resources/price.rbi +694 -0
- data/rbi/stripe/resources/product.rbi +557 -0
- data/rbi/stripe/resources/product_feature.rbi +26 -0
- data/rbi/stripe/resources/promotion_code.rbi +261 -0
- data/rbi/stripe/resources/quote.rbi +1126 -0
- data/rbi/stripe/resources/radar/early_fraud_warning.rbi +98 -0
- data/rbi/stripe/resources/radar/value_list.rbi +170 -0
- data/rbi/stripe/resources/radar/value_list_item.rbi +131 -0
- data/rbi/stripe/resources/refund.rbi +519 -0
- data/rbi/stripe/resources/reporting/report_run.rbi +191 -0
- data/rbi/stripe/resources/reporting/report_type.rbi +57 -0
- data/rbi/stripe/resources/reserve_transaction.rbi +23 -0
- data/rbi/stripe/resources/reversal.rbi +51 -0
- data/rbi/stripe/resources/review.rbi +154 -0
- data/rbi/stripe/resources/setup_attempt.rbi +477 -0
- data/rbi/stripe/resources/setup_intent.rbi +3869 -0
- data/rbi/stripe/resources/shipping_rate.rbi +305 -0
- data/rbi/stripe/resources/sigma/scheduled_query_run.rbi +75 -0
- data/rbi/stripe/resources/source.rbi +1496 -0
- data/rbi/stripe/resources/source_mandate_notification.rbi +77 -0
- data/rbi/stripe/resources/source_transaction.rbi +127 -0
- data/rbi/stripe/resources/subscription.rbi +1964 -0
- data/rbi/stripe/resources/subscription_item.rbi +370 -0
- data/rbi/stripe/resources/subscription_schedule.rbi +1495 -0
- data/rbi/stripe/resources/tax/calculation.rbi +474 -0
- data/rbi/stripe/resources/tax/calculation_line_item.rbi +88 -0
- data/rbi/stripe/resources/tax/registration.rbi +2713 -0
- data/rbi/stripe/resources/tax/settings.rbi +141 -0
- data/rbi/stripe/resources/tax/transaction.rbi +351 -0
- data/rbi/stripe/resources/tax/transaction_line_item.rbi +54 -0
- data/rbi/stripe/resources/tax_code.rbi +44 -0
- data/rbi/stripe/resources/tax_deducted_at_source.rbi +23 -0
- data/rbi/stripe/resources/tax_id.rbi +167 -0
- data/rbi/stripe/resources/tax_rate.rbi +239 -0
- data/rbi/stripe/resources/terminal/configuration.rbi +1388 -0
- data/rbi/stripe/resources/terminal/connection_token.rbi +37 -0
- data/rbi/stripe/resources/terminal/location.rbi +224 -0
- data/rbi/stripe/resources/terminal/reader.rbi +587 -0
- data/rbi/stripe/resources/test_helpers/test_clock.rbi +134 -0
- data/rbi/stripe/resources/token.rbi +1283 -0
- data/rbi/stripe/resources/topup.rbi +222 -0
- data/rbi/stripe/resources/transfer.rbi +199 -0
- data/rbi/stripe/resources/treasury/credit_reversal.rbi +119 -0
- data/rbi/stripe/resources/treasury/debit_reversal.rbi +131 -0
- data/rbi/stripe/resources/treasury/financial_account.rbi +865 -0
- data/rbi/stripe/resources/treasury/financial_account_features.rbi +260 -0
- data/rbi/stripe/resources/treasury/inbound_transfer.rbi +295 -0
- data/rbi/stripe/resources/treasury/outbound_payment.rbi +592 -0
- data/rbi/stripe/resources/treasury/outbound_transfer.rbi +431 -0
- data/rbi/stripe/resources/treasury/received_credit.rbi +302 -0
- data/rbi/stripe/resources/treasury/received_debit.rbi +256 -0
- data/rbi/stripe/resources/treasury/transaction.rbi +215 -0
- data/rbi/stripe/resources/treasury/transaction_entry.rbi +192 -0
- data/rbi/stripe/resources/v2/amount.rbi +14 -0
- data/rbi/stripe/resources/v2/billing/meter_event.rbi +37 -0
- data/rbi/stripe/resources/v2/billing/meter_event_adjustment.rbi +41 -0
- data/rbi/stripe/resources/v2/billing/meter_event_session.rbi +31 -0
- data/rbi/stripe/resources/v2/event.rbi +48 -0
- data/rbi/stripe/resources/v2/event_destination.rbi +91 -0
- data/rbi/stripe/resources/webhook_endpoint.rbi +170 -0
- data/rbi/stripe/services/account_capability_service.rbi +51 -0
- data/{lib/stripe/services/external_account_service.rb → rbi/stripe/services/account_external_account_service.rbi} +124 -136
- data/rbi/stripe/services/account_link_service.rbi +58 -0
- data/rbi/stripe/services/account_login_link_service.rbi +22 -0
- data/rbi/stripe/services/account_person_service.rbi +1013 -0
- data/rbi/stripe/services/account_service.rbi +4189 -0
- data/rbi/stripe/services/account_session_service.rbi +572 -0
- data/rbi/stripe/services/apple_pay_domain_service.rbi +78 -0
- data/rbi/stripe/services/application_fee_refund_service.rbi +93 -0
- data/rbi/stripe/services/application_fee_service.rbi +78 -0
- data/rbi/stripe/services/apps/secret_service.rbi +151 -0
- data/rbi/stripe/services/apps_service.rbi +9 -0
- data/rbi/stripe/services/balance_service.rbi +21 -0
- data/rbi/stripe/services/balance_transaction_service.rbi +93 -0
- data/rbi/stripe/services/billing/alert_service.rbi +152 -0
- data/rbi/stripe/services/billing/credit_balance_summary_service.rbi +68 -0
- data/rbi/stripe/services/billing/credit_balance_transaction_service.rbi +59 -0
- data/rbi/stripe/services/billing/credit_grant_service.rbi +211 -0
- data/rbi/stripe/services/billing/meter_event_adjustment_service.rbi +42 -0
- data/rbi/stripe/services/billing/meter_event_service.rbi +42 -0
- data/rbi/stripe/services/billing/meter_event_summary_service.rbi +54 -0
- data/rbi/stripe/services/billing/meter_service.rbi +163 -0
- data/rbi/stripe/services/billing_portal/configuration_service.rbi +511 -0
- data/rbi/stripe/services/billing_portal/session_service.rbi +204 -0
- data/rbi/stripe/services/billing_portal_service.rbi +10 -0
- data/rbi/stripe/services/billing_service.rbi +15 -0
- data/rbi/stripe/services/charge_service.rbi +448 -0
- data/rbi/stripe/services/checkout/session_line_item_service.rbi +33 -0
- data/rbi/stripe/services/checkout/session_service.rbi +2607 -0
- data/rbi/stripe/services/checkout_service.rbi +9 -0
- data/rbi/stripe/services/climate/order_service.rbi +142 -0
- data/{lib/stripe/services/privacy/redaction_job_validation_error_service.rb → rbi/stripe/services/climate/product_service.rbi} +25 -36
- data/{lib/stripe/services/financial_connections/institution_service.rb → rbi/stripe/services/climate/supplier_service.rbi} +25 -36
- data/rbi/stripe/services/climate_service.rbi +11 -0
- data/rbi/stripe/services/confirmation_token_service.rbi +20 -0
- data/rbi/stripe/services/country_spec_service.rbi +44 -0
- data/rbi/stripe/services/coupon_service.rbi +196 -0
- data/{lib/stripe/services/quote_preview_subscription_schedule_service.rb → rbi/stripe/services/credit_note_line_item_service.rbi} +16 -20
- data/rbi/stripe/services/credit_note_preview_lines_service.rbi +167 -0
- data/rbi/stripe/services/credit_note_service.rbi +416 -0
- data/rbi/stripe/services/customer_balance_transaction_service.rbi +92 -0
- data/rbi/stripe/services/customer_cash_balance_service.rbi +45 -0
- data/rbi/stripe/services/customer_cash_balance_transaction_service.rbi +44 -0
- data/rbi/stripe/services/customer_funding_instructions_service.rbi +59 -0
- data/rbi/stripe/services/customer_payment_method_service.rbi +57 -0
- data/rbi/stripe/services/customer_payment_source_service.rbi +232 -0
- data/rbi/stripe/services/customer_service.rbi +651 -0
- data/rbi/stripe/services/customer_session_service.rbi +116 -0
- data/rbi/stripe/services/customer_tax_id_service.rbi +72 -0
- data/rbi/stripe/services/dispute_service.rbi +424 -0
- data/rbi/stripe/services/entitlements/active_entitlement_service.rbi +55 -0
- data/rbi/stripe/services/entitlements/feature_service.rbi +107 -0
- data/rbi/stripe/services/entitlements_service.rbi +10 -0
- data/rbi/stripe/services/ephemeral_key_service.rbi +53 -0
- data/rbi/stripe/services/event_service.rbi +83 -0
- data/rbi/stripe/services/exchange_rate_service.rbi +44 -0
- data/rbi/stripe/services/file_link_service.rbi +124 -0
- data/rbi/stripe/services/file_service.rbi +116 -0
- data/rbi/stripe/services/financial_connections/account_owner_service.rbi +42 -0
- data/rbi/stripe/services/financial_connections/account_service.rbi +133 -0
- data/rbi/stripe/services/financial_connections/session_service.rbi +88 -0
- data/rbi/stripe/services/financial_connections/transaction_service.rbi +92 -0
- data/rbi/stripe/services/financial_connections_service.rbi +11 -0
- data/rbi/stripe/services/forwarding/request_service.rbi +134 -0
- data/rbi/stripe/services/forwarding_service.rbi +9 -0
- data/rbi/stripe/services/identity/verification_report_service.rbi +87 -0
- data/rbi/stripe/services/identity/verification_session_service.rbi +323 -0
- data/rbi/stripe/services/identity_service.rbi +10 -0
- data/rbi/stripe/services/invoice_item_service.rbi +368 -0
- data/rbi/stripe/services/invoice_line_item_service.rbi +259 -0
- data/rbi/stripe/services/invoice_payment_service.rbi +71 -0
- data/rbi/stripe/services/invoice_rendering_template_service.rbi +82 -0
- data/rbi/stripe/services/invoice_service.rbi +2920 -0
- data/rbi/stripe/services/issuing/authorization_service.rbi +146 -0
- data/rbi/stripe/services/issuing/card_service.rbi +495 -0
- data/rbi/stripe/services/issuing/cardholder_service.rbi +587 -0
- data/rbi/stripe/services/issuing/dispute_service.rbi +707 -0
- data/rbi/stripe/services/issuing/personalization_design_service.rbi +243 -0
- data/rbi/stripe/services/issuing/physical_bundle_service.rbi +59 -0
- data/rbi/stripe/services/issuing/token_service.rbi +99 -0
- data/rbi/stripe/services/issuing/transaction_service.rbi +105 -0
- data/rbi/stripe/services/issuing_service.rbi +16 -0
- data/rbi/stripe/services/mandate_service.rbi +20 -0
- data/rbi/stripe/services/payment_intent_service.rbi +7819 -0
- data/{lib/stripe/services/quote_line_service.rb → rbi/stripe/services/payment_link_line_item_service.rbi} +16 -20
- data/rbi/stripe/services/payment_link_service.rbi +1352 -0
- data/rbi/stripe/services/payment_method_configuration_service.rbi +2255 -0
- data/rbi/stripe/services/payment_method_domain_service.rbi +112 -0
- data/rbi/stripe/services/payment_method_service.rbi +846 -0
- data/rbi/stripe/services/payout_service.rbi +205 -0
- data/rbi/stripe/services/plan_service.rbi +284 -0
- data/rbi/stripe/services/price_service.rbi +546 -0
- data/rbi/stripe/services/product_feature_service.rbi +69 -0
- data/rbi/stripe/services/product_service.rbi +479 -0
- data/rbi/stripe/services/promotion_code_service.rbi +214 -0
- data/rbi/stripe/services/quote_computed_upfront_line_items_service.rbi +31 -0
- data/{lib/stripe/services/order_line_item_service.rb → rbi/stripe/services/quote_line_item_service.rbi} +16 -20
- data/rbi/stripe/services/quote_service.rbi +686 -0
- data/rbi/stripe/services/radar/early_fraud_warning_service.rbi +85 -0
- data/rbi/stripe/services/radar/value_list_item_service.rbi +111 -0
- data/rbi/stripe/services/radar/value_list_service.rbi +143 -0
- data/rbi/stripe/services/radar_service.rbi +11 -0
- data/rbi/stripe/services/refund_service.rbi +185 -0
- data/rbi/stripe/services/reporting/report_run_service.rbi +135 -0
- data/rbi/stripe/services/reporting/report_type_service.rbi +35 -0
- data/rbi/stripe/services/reporting_service.rbi +10 -0
- data/rbi/stripe/services/review_service.rbi +84 -0
- data/rbi/stripe/services/setup_attempt_service.rbi +65 -0
- data/rbi/stripe/services/setup_intent_service.rbi +3605 -0
- data/rbi/stripe/services/shipping_rate_service.rbi +241 -0
- data/rbi/stripe/services/sigma/scheduled_query_run_service.rbi +46 -0
- data/rbi/stripe/services/sigma_service.rbi +9 -0
- data/rbi/stripe/services/source_service.rbi +663 -0
- data/{lib/stripe/services/quote_preview_invoice_service.rb → rbi/stripe/services/source_transaction_service.rbi} +16 -20
- data/rbi/stripe/services/subscription_item_service.rbi +324 -0
- data/rbi/stripe/services/subscription_schedule_service.rbi +1192 -0
- data/rbi/stripe/services/subscription_service.rbi +1596 -0
- data/rbi/stripe/services/tax/calculation_line_item_service.rbi +33 -0
- data/rbi/stripe/services/tax/calculation_service.rbi +230 -0
- data/rbi/stripe/services/tax/registration_service.rbi +1845 -0
- data/rbi/stripe/services/tax/settings_service.rbi +93 -0
- data/{lib/stripe/services/financial_connections/account_inferred_balance_service.rb → rbi/stripe/services/tax/transaction_line_item_service.rbi} +17 -21
- data/rbi/stripe/services/tax/transaction_service.rbi +146 -0
- data/rbi/stripe/services/tax_code_service.rbi +44 -0
- data/rbi/stripe/services/tax_id_service.rbi +112 -0
- data/rbi/stripe/services/tax_rate_service.rbi +185 -0
- data/rbi/stripe/services/tax_service.rbi +12 -0
- data/rbi/stripe/services/terminal/configuration_service.rbi +1120 -0
- data/rbi/stripe/services/terminal/connection_token_service.rbi +25 -0
- data/rbi/stripe/services/terminal/location_service.rbi +184 -0
- data/rbi/stripe/services/terminal/reader_service.rbi +344 -0
- data/rbi/stripe/services/terminal_service.rbi +12 -0
- data/rbi/stripe/services/test_helpers/confirmation_token_service.rbi +805 -0
- data/rbi/stripe/services/test_helpers/customer_service.rbi +33 -0
- data/rbi/stripe/services/test_helpers/issuing/authorization_service.rbi +848 -0
- data/rbi/stripe/services/test_helpers/issuing/card_service.rbi +76 -0
- data/rbi/stripe/services/test_helpers/issuing/personalization_design_service.rbi +69 -0
- data/rbi/stripe/services/test_helpers/issuing/transaction_service.rbi +711 -0
- data/rbi/stripe/services/test_helpers/issuing_service.rbi +14 -0
- data/rbi/stripe/services/test_helpers/refund_service.rbi +22 -0
- data/rbi/stripe/services/test_helpers/terminal/reader_service.rbi +62 -0
- data/rbi/stripe/services/test_helpers/terminal_service.rbi +11 -0
- data/rbi/stripe/services/test_helpers/test_clock_service.rbi +92 -0
- data/rbi/stripe/services/test_helpers/treasury/inbound_transfer_service.rbi +64 -0
- data/rbi/stripe/services/test_helpers/treasury/outbound_payment_service.rbi +125 -0
- data/rbi/stripe/services/test_helpers/treasury/outbound_transfer_service.rbi +125 -0
- data/rbi/stripe/services/test_helpers/treasury/received_credit_service.rbi +87 -0
- data/rbi/stripe/services/test_helpers/treasury/received_debit_service.rbi +87 -0
- data/rbi/stripe/services/test_helpers/treasury_service.rbi +15 -0
- data/rbi/stripe/services/test_helpers_service.rbi +15 -0
- data/rbi/stripe/services/token_service.rbi +1257 -0
- data/rbi/stripe/services/topup_service.rbi +176 -0
- data/rbi/stripe/services/transfer_reversal_service.rbi +101 -0
- data/rbi/stripe/services/transfer_service.rbi +152 -0
- data/rbi/stripe/services/treasury/credit_reversal_service.rbi +84 -0
- data/rbi/stripe/services/treasury/debit_reversal_service.rbi +88 -0
- data/rbi/stripe/services/treasury/financial_account_features_service.rbi +198 -0
- data/rbi/stripe/services/treasury/financial_account_service.rbi +562 -0
- data/rbi/stripe/services/treasury/inbound_transfer_service.rbi +117 -0
- data/rbi/stripe/services/treasury/outbound_payment_service.rbi +304 -0
- data/rbi/stripe/services/treasury/outbound_transfer_service.rbi +157 -0
- data/rbi/stripe/services/treasury/received_credit_service.rbi +72 -0
- data/rbi/stripe/services/treasury/received_debit_service.rbi +59 -0
- data/rbi/stripe/services/treasury/transaction_entry_service.rbi +111 -0
- data/rbi/stripe/services/treasury/transaction_service.rbi +122 -0
- data/rbi/stripe/services/treasury_service.rbi +18 -0
- data/rbi/stripe/services/v1_services.rbi +77 -0
- data/rbi/stripe/services/v2/billing/meter_event_adjustment_service.rbi +39 -0
- data/rbi/stripe/services/v2/billing/meter_event_service.rbi +42 -0
- data/rbi/stripe/services/v2/billing/meter_event_session_service.rbi +20 -0
- data/rbi/stripe/services/v2/billing/meter_event_stream_service.rbi +55 -0
- data/rbi/stripe/services/v2/billing_service.rbi +14 -0
- data/rbi/stripe/services/v2/core/event_destination_service.rbi +200 -0
- data/rbi/stripe/services/v2/core/event_service.rbi +38 -0
- data/rbi/stripe/services/v2/core_service.rbi +12 -0
- data/rbi/stripe/services/v2_services.rbi +10 -0
- data/rbi/stripe/services/webhook_endpoint_service.rbi +131 -0
- data/stripe.gemspec +1 -4
- metadata +325 -146
- data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_link_completed_event.rb +0 -13
- data/lib/stripe/events/v2_core_account_person_created_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_person_deleted_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_person_updated_event.rb +0 -23
- data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +0 -23
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +0 -23
- data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +0 -21
- data/lib/stripe/request_signing_authenticator.rb +0 -79
- data/lib/stripe/resources/account_notice.rb +0 -123
- data/lib/stripe/resources/balance_settings.rb +0 -101
- data/lib/stripe/resources/billing/meter_error_report.rb +0 -59
- data/lib/stripe/resources/capital/financing_offer.rb +0 -179
- data/lib/stripe/resources/capital/financing_summary.rb +0 -55
- data/lib/stripe/resources/capital/financing_transaction.rb +0 -114
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +0 -27
- data/lib/stripe/resources/financial_connections/institution.rb +0 -90
- data/lib/stripe/resources/gift_cards/card.rb +0 -208
- data/lib/stripe/resources/gift_cards/transaction.rb +0 -272
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +0 -602
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +0 -82
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +0 -86
- data/lib/stripe/resources/issuing/settlement.rb +0 -53
- data/lib/stripe/resources/margin.rb +0 -115
- data/lib/stripe/resources/order.rb +0 -2859
- data/lib/stripe/resources/payment_attempt_record.rb +0 -1078
- data/lib/stripe/resources/payment_record.rb +0 -1607
- data/lib/stripe/resources/privacy/redaction_job.rb +0 -251
- data/lib/stripe/resources/privacy/redaction_job_root_objects.rb +0 -35
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +0 -54
- data/lib/stripe/resources/quote_line.rb +0 -274
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -663
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -337
- data/lib/stripe/resources/tax/association.rb +0 -89
- data/lib/stripe/resources/tax/form.rb +0 -211
- data/lib/stripe/resources/terminal/reader_collected_data.rb +0 -31
- data/lib/stripe/resources/v2/core/account.rb +0 -1715
- data/lib/stripe/resources/v2/core/account_link.rb +0 -54
- data/lib/stripe/resources/v2/core/person.rb +0 -272
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +0 -72
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +0 -37
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +0 -18
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +0 -20
- data/lib/stripe/resources/v2/money_management/adjustment.rb +0 -49
- data/lib/stripe/resources/v2/money_management/financial_account.rb +0 -56
- data/lib/stripe/resources/v2/money_management/financial_address.rb +0 -66
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +0 -92
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -127
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +0 -74
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +0 -43
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +0 -115
- data/lib/stripe/resources/v2/money_management/payout_method.rb +0 -73
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +0 -47
- data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -134
- data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -106
- data/lib/stripe/resources/v2/money_management/transaction.rb +0 -76
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +0 -66
- data/lib/stripe/services/account_notice_service.rb +0 -101
- data/lib/stripe/services/balance_settings_service.rb +0 -96
- data/lib/stripe/services/capital/financing_offer_service.rb +0 -112
- data/lib/stripe/services/capital/financing_summary_service.rb +0 -28
- data/lib/stripe/services/capital/financing_transaction_service.rb +0 -79
- data/lib/stripe/services/capital_service.rb +0 -15
- data/lib/stripe/services/gift_cards/card_service.rb +0 -170
- data/lib/stripe/services/gift_cards/transaction_service.rb +0 -209
- data/lib/stripe/services/gift_cards_service.rb +0 -14
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +0 -504
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +0 -66
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +0 -83
- data/lib/stripe/services/margin_service.rb +0 -119
- data/lib/stripe/services/order_service.rb +0 -2268
- data/lib/stripe/services/payment_attempt_record_service.rb +0 -49
- data/lib/stripe/services/payment_record_service.rb +0 -542
- data/lib/stripe/services/privacy/redaction_job_service.rb +0 -231
- data/lib/stripe/services/privacy_service.rb +0 -13
- data/lib/stripe/services/tax/association_service.rb +0 -31
- data/lib/stripe/services/tax/form_service.rb +0 -100
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -28
- data/lib/stripe/services/v2/core/account_link_service.rb +0 -76
- data/lib/stripe/services/v2/core/account_service.rb +0 -4130
- data/lib/stripe/services/v2/core/accounts/person_service.rb +0 -1040
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +0 -135
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +0 -109
- data/lib/stripe/services/v2/core/vault_service.rb +0 -18
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +0 -75
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +0 -44
- data/lib/stripe/services/v2/money_management/financial_address_service.rb +0 -81
- data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +0 -126
- data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +0 -80
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +0 -202
- data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +0 -237
- data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +0 -174
- data/lib/stripe/services/v2/money_management/payout_method_service.rb +0 -95
- data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/received_credit_service.rb +0 -71
- data/lib/stripe/services/v2/money_management/received_debit_service.rb +0 -44
- data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +0 -70
- data/lib/stripe/services/v2/money_management/transaction_service.rb +0 -74
- data/lib/stripe/services/v2/money_management_service.rb +0 -31
- data/lib/stripe/services/v2/test_helper_service.rb +0 -15
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +0 -50
- data/rbi/stripe.rbi +0 -190156
@@ -76,17 +76,6 @@ module Stripe
|
|
76
76
|
attr_reader :us_bank_account
|
77
77
|
end
|
78
78
|
|
79
|
-
class NetworkDetails < Stripe::StripeObject
|
80
|
-
class Ach < Stripe::StripeObject
|
81
|
-
# ACH Addenda record
|
82
|
-
attr_reader :addenda
|
83
|
-
end
|
84
|
-
# Details about an ACH transaction.
|
85
|
-
attr_reader :ach
|
86
|
-
# The type of flow that originated the OutboundTransfer.
|
87
|
-
attr_reader :type
|
88
|
-
end
|
89
|
-
|
90
79
|
class ReturnedDetails < Stripe::StripeObject
|
91
80
|
# Reason for the return.
|
92
81
|
attr_reader :code
|
@@ -187,26 +176,6 @@ module Stripe
|
|
187
176
|
@us_bank_account = us_bank_account
|
188
177
|
end
|
189
178
|
end
|
190
|
-
|
191
|
-
class NetworkDetails < Stripe::RequestParams
|
192
|
-
class Ach < Stripe::RequestParams
|
193
|
-
# Addenda record data associated with this OutboundTransfer.
|
194
|
-
attr_accessor :addenda
|
195
|
-
|
196
|
-
def initialize(addenda: nil)
|
197
|
-
@addenda = addenda
|
198
|
-
end
|
199
|
-
end
|
200
|
-
# Optional fields for `ach`.
|
201
|
-
attr_accessor :ach
|
202
|
-
# The type of flow that originated the OutboundTransfer.
|
203
|
-
attr_accessor :type
|
204
|
-
|
205
|
-
def initialize(ach: nil, type: nil)
|
206
|
-
@ach = ach
|
207
|
-
@type = type
|
208
|
-
end
|
209
|
-
end
|
210
179
|
# Amount (in cents) to be transferred.
|
211
180
|
attr_accessor :amount
|
212
181
|
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
@@ -225,8 +194,6 @@ module Stripe
|
|
225
194
|
attr_accessor :financial_account
|
226
195
|
# Set of [key-value pairs](https://stripe.com/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. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
227
196
|
attr_accessor :metadata
|
228
|
-
# Details about the network used for the OutboundTransfer.
|
229
|
-
attr_accessor :network_details
|
230
197
|
# Statement descriptor to be shown on the receiving end of an OutboundTransfer. Maximum 10 characters for `ach` transfers or 140 characters for `us_domestic_wire` transfers. The default value is "transfer".
|
231
198
|
attr_accessor :statement_descriptor
|
232
199
|
|
@@ -240,7 +207,6 @@ module Stripe
|
|
240
207
|
expand: nil,
|
241
208
|
financial_account: nil,
|
242
209
|
metadata: nil,
|
243
|
-
network_details: nil,
|
244
210
|
statement_descriptor: nil
|
245
211
|
)
|
246
212
|
@amount = amount
|
@@ -252,7 +218,6 @@ module Stripe
|
|
252
218
|
@expand = expand
|
253
219
|
@financial_account = financial_account
|
254
220
|
@metadata = metadata
|
255
|
-
@network_details = network_details
|
256
221
|
@statement_descriptor = statement_descriptor
|
257
222
|
end
|
258
223
|
end
|
@@ -378,8 +343,6 @@ module Stripe
|
|
378
343
|
attr_reader :livemode
|
379
344
|
# Set of [key-value pairs](https://stripe.com/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.
|
380
345
|
attr_reader :metadata
|
381
|
-
# Details about the network used for the OutboundTransfer.
|
382
|
-
attr_reader :network_details
|
383
346
|
# String representing the object's type. Objects of the same type share the same value.
|
384
347
|
attr_reader :object
|
385
348
|
# Details about a returned OutboundTransfer. Only set when the status is `returned`.
|
@@ -107,17 +107,6 @@ module Stripe
|
|
107
107
|
attr_reader :source_flow_type
|
108
108
|
end
|
109
109
|
|
110
|
-
class NetworkDetails < Stripe::StripeObject
|
111
|
-
class Ach < Stripe::StripeObject
|
112
|
-
# ACH Addenda record
|
113
|
-
attr_reader :addenda
|
114
|
-
end
|
115
|
-
# Details about an ACH transaction.
|
116
|
-
attr_reader :ach
|
117
|
-
# The type of flow that originated the ReceivedCredit.
|
118
|
-
attr_reader :type
|
119
|
-
end
|
120
|
-
|
121
110
|
class ReversalDetails < Stripe::StripeObject
|
122
111
|
# Time before which a ReceivedCredit can be reversed.
|
123
112
|
attr_reader :deadline
|
@@ -194,26 +183,6 @@ module Stripe
|
|
194
183
|
@us_bank_account = us_bank_account
|
195
184
|
end
|
196
185
|
end
|
197
|
-
|
198
|
-
class NetworkDetails < Stripe::RequestParams
|
199
|
-
class Ach < Stripe::RequestParams
|
200
|
-
# ACH Addenda record
|
201
|
-
attr_accessor :addenda
|
202
|
-
|
203
|
-
def initialize(addenda: nil)
|
204
|
-
@addenda = addenda
|
205
|
-
end
|
206
|
-
end
|
207
|
-
# Optional fields for `ach`.
|
208
|
-
attr_accessor :ach
|
209
|
-
# The type of flow that originated the ReceivedCredit.
|
210
|
-
attr_accessor :type
|
211
|
-
|
212
|
-
def initialize(ach: nil, type: nil)
|
213
|
-
@ach = ach
|
214
|
-
@type = type
|
215
|
-
end
|
216
|
-
end
|
217
186
|
# Amount (in cents) to be transferred.
|
218
187
|
attr_accessor :amount
|
219
188
|
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
@@ -228,8 +197,6 @@ module Stripe
|
|
228
197
|
attr_accessor :initiating_payment_method_details
|
229
198
|
# Specifies the network rails to be used. If not set, will default to the PaymentMethod's preferred network. See the [docs](https://stripe.com/docs/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.
|
230
199
|
attr_accessor :network
|
231
|
-
# Details about the network used for the ReceivedCredit.
|
232
|
-
attr_accessor :network_details
|
233
200
|
|
234
201
|
def initialize(
|
235
202
|
amount: nil,
|
@@ -238,8 +205,7 @@ module Stripe
|
|
238
205
|
expand: nil,
|
239
206
|
financial_account: nil,
|
240
207
|
initiating_payment_method_details: nil,
|
241
|
-
network: nil
|
242
|
-
network_details: nil
|
208
|
+
network: nil
|
243
209
|
)
|
244
210
|
@amount = amount
|
245
211
|
@currency = currency
|
@@ -248,7 +214,6 @@ module Stripe
|
|
248
214
|
@financial_account = financial_account
|
249
215
|
@initiating_payment_method_details = initiating_payment_method_details
|
250
216
|
@network = network
|
251
|
-
@network_details = network_details
|
252
217
|
end
|
253
218
|
end
|
254
219
|
# Amount (in cents) transferred.
|
@@ -275,8 +240,6 @@ module Stripe
|
|
275
240
|
attr_reader :livemode
|
276
241
|
# The rails used to send the funds.
|
277
242
|
attr_reader :network
|
278
|
-
# Details specific to the money movement rails.
|
279
|
-
attr_reader :network_details
|
280
243
|
# String representing the object's type. Objects of the same type share the same value.
|
281
244
|
attr_reader :object
|
282
245
|
# Details describing when a ReceivedCredit may be reversed.
|
@@ -76,19 +76,6 @@ module Stripe
|
|
76
76
|
attr_reader :issuing_transaction
|
77
77
|
# Set if the ReceivedDebit was created due to a [Payout](https://stripe.com/docs/api#payouts) object.
|
78
78
|
attr_reader :payout
|
79
|
-
# The ReceivedCredit that Capital withheld from
|
80
|
-
attr_reader :received_credit_capital_withholding
|
81
|
-
end
|
82
|
-
|
83
|
-
class NetworkDetails < Stripe::StripeObject
|
84
|
-
class Ach < Stripe::StripeObject
|
85
|
-
# ACH Addenda record
|
86
|
-
attr_reader :addenda
|
87
|
-
end
|
88
|
-
# Details about an ACH transaction.
|
89
|
-
attr_reader :ach
|
90
|
-
# The type of flow that originated the ReceivedDebit.
|
91
|
-
attr_reader :type
|
92
79
|
end
|
93
80
|
|
94
81
|
class ReversalDetails < Stripe::StripeObject
|
@@ -155,26 +142,6 @@ module Stripe
|
|
155
142
|
@us_bank_account = us_bank_account
|
156
143
|
end
|
157
144
|
end
|
158
|
-
|
159
|
-
class NetworkDetails < Stripe::RequestParams
|
160
|
-
class Ach < Stripe::RequestParams
|
161
|
-
# Addenda record data associated with this ReceivedDebit.
|
162
|
-
attr_accessor :addenda
|
163
|
-
|
164
|
-
def initialize(addenda: nil)
|
165
|
-
@addenda = addenda
|
166
|
-
end
|
167
|
-
end
|
168
|
-
# Optional fields for `ach`.
|
169
|
-
attr_accessor :ach
|
170
|
-
# The type of flow that originated the ReceivedDebit.
|
171
|
-
attr_accessor :type
|
172
|
-
|
173
|
-
def initialize(ach: nil, type: nil)
|
174
|
-
@ach = ach
|
175
|
-
@type = type
|
176
|
-
end
|
177
|
-
end
|
178
145
|
# Amount (in cents) to be transferred.
|
179
146
|
attr_accessor :amount
|
180
147
|
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
@@ -189,8 +156,6 @@ module Stripe
|
|
189
156
|
attr_accessor :initiating_payment_method_details
|
190
157
|
# Specifies the network rails to be used. If not set, will default to the PaymentMethod's preferred network. See the [docs](https://stripe.com/docs/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.
|
191
158
|
attr_accessor :network
|
192
|
-
# Details about the network used for the ReceivedDebit.
|
193
|
-
attr_accessor :network_details
|
194
159
|
|
195
160
|
def initialize(
|
196
161
|
amount: nil,
|
@@ -199,8 +164,7 @@ module Stripe
|
|
199
164
|
expand: nil,
|
200
165
|
financial_account: nil,
|
201
166
|
initiating_payment_method_details: nil,
|
202
|
-
network: nil
|
203
|
-
network_details: nil
|
167
|
+
network: nil
|
204
168
|
)
|
205
169
|
@amount = amount
|
206
170
|
@currency = currency
|
@@ -209,7 +173,6 @@ module Stripe
|
|
209
173
|
@financial_account = financial_account
|
210
174
|
@initiating_payment_method_details = initiating_payment_method_details
|
211
175
|
@network = network
|
212
|
-
@network_details = network_details
|
213
176
|
end
|
214
177
|
end
|
215
178
|
# Amount (in cents) transferred.
|
@@ -236,8 +199,6 @@ module Stripe
|
|
236
199
|
attr_reader :livemode
|
237
200
|
# The network used for the ReceivedDebit.
|
238
201
|
attr_reader :network
|
239
|
-
# Details specific to the money movement rails.
|
240
|
-
attr_reader :network_details
|
241
202
|
# String representing the object's type. Objects of the same type share the same value.
|
242
203
|
attr_reader :object
|
243
204
|
# Details describing when a ReceivedDebit might be reversed.
|
@@ -17,8 +17,6 @@ module Stripe
|
|
17
17
|
attr_reader :event_name
|
18
18
|
# A unique identifier for the event. If not provided, one will be generated. We recommend using a globally unique identifier for this. We’ll enforce uniqueness within a rolling 24 hour period.
|
19
19
|
attr_reader :identifier
|
20
|
-
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
21
|
-
attr_reader :livemode
|
22
20
|
# String representing the object's type. Objects of the same type share the same value of the object field.
|
23
21
|
attr_reader :object
|
24
22
|
# The payload of the event. This must contain the fields corresponding to a meter’s
|
@@ -28,6 +26,8 @@ module Stripe
|
|
28
26
|
# The time of the event. Must be within the past 35 calendar days or up to
|
29
27
|
# 5 minutes in the future. Defaults to current timestamp if not specified.
|
30
28
|
attr_reader :timestamp
|
29
|
+
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
30
|
+
attr_reader :livemode
|
31
31
|
end
|
32
32
|
end
|
33
33
|
end
|
@@ -22,14 +22,14 @@ module Stripe
|
|
22
22
|
attr_reader :event_name
|
23
23
|
# The unique id of this meter event adjustment.
|
24
24
|
attr_reader :id
|
25
|
-
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
26
|
-
attr_reader :livemode
|
27
25
|
# String representing the object's type. Objects of the same type share the same value of the object field.
|
28
26
|
attr_reader :object
|
29
27
|
# Open Enum. The meter event adjustment’s status.
|
30
28
|
attr_reader :status
|
31
29
|
# Open Enum. Specifies whether to cancel a single event or a range of events for a time period. Time period cancellation is not supported yet.
|
32
30
|
attr_reader :type
|
31
|
+
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
32
|
+
attr_reader :livemode
|
33
33
|
end
|
34
34
|
end
|
35
35
|
end
|
@@ -19,10 +19,10 @@ module Stripe
|
|
19
19
|
attr_reader :expires_at
|
20
20
|
# The unique id of this auth session.
|
21
21
|
attr_reader :id
|
22
|
-
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
23
|
-
attr_reader :livemode
|
24
22
|
# String representing the object's type. Objects of the same type share the same value of the object field.
|
25
23
|
attr_reader :object
|
24
|
+
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
25
|
+
attr_reader :livemode
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -28,14 +28,14 @@ module Stripe
|
|
28
28
|
attr_reader :created
|
29
29
|
# Unique identifier for the event.
|
30
30
|
attr_reader :id
|
31
|
-
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
32
|
-
attr_reader :livemode
|
33
31
|
# String representing the object's type. Objects of the same type share the same value of the object field.
|
34
32
|
attr_reader :object
|
35
33
|
# Reason for the event.
|
36
34
|
attr_reader :reason
|
37
35
|
# The type of the event.
|
38
36
|
attr_reader :type
|
37
|
+
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
38
|
+
attr_reader :livemode
|
39
39
|
end
|
40
40
|
end
|
41
41
|
end
|
@@ -46,8 +46,6 @@ module Stripe
|
|
46
46
|
attr_reader :events_from
|
47
47
|
# Unique identifier for the object.
|
48
48
|
attr_reader :id
|
49
|
-
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
50
|
-
attr_reader :livemode
|
51
49
|
# Metadata.
|
52
50
|
attr_reader :metadata
|
53
51
|
# Event destination name.
|
@@ -64,6 +62,8 @@ module Stripe
|
|
64
62
|
attr_reader :type
|
65
63
|
# Time at which the object was last updated.
|
66
64
|
attr_reader :updated
|
65
|
+
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
66
|
+
attr_reader :livemode
|
67
67
|
# Amazon EventBridge configuration.
|
68
68
|
attr_reader :amazon_eventbridge
|
69
69
|
# Webhook endpoint configuration.
|
data/lib/stripe/resources.rb
CHANGED
@@ -3,7 +3,6 @@
|
|
3
3
|
|
4
4
|
require "stripe/resources/account"
|
5
5
|
require "stripe/resources/account_link"
|
6
|
-
require "stripe/resources/account_notice"
|
7
6
|
require "stripe/resources/account_session"
|
8
7
|
require "stripe/resources/apple_pay_domain"
|
9
8
|
require "stripe/resources/application"
|
@@ -11,7 +10,6 @@ require "stripe/resources/application_fee"
|
|
11
10
|
require "stripe/resources/application_fee_refund"
|
12
11
|
require "stripe/resources/apps/secret"
|
13
12
|
require "stripe/resources/balance"
|
14
|
-
require "stripe/resources/balance_settings"
|
15
13
|
require "stripe/resources/balance_transaction"
|
16
14
|
require "stripe/resources/bank_account"
|
17
15
|
require "stripe/resources/billing/alert"
|
@@ -20,16 +18,12 @@ require "stripe/resources/billing/credit_balance_summary"
|
|
20
18
|
require "stripe/resources/billing/credit_balance_transaction"
|
21
19
|
require "stripe/resources/billing/credit_grant"
|
22
20
|
require "stripe/resources/billing/meter"
|
23
|
-
require "stripe/resources/billing/meter_error_report"
|
24
21
|
require "stripe/resources/billing/meter_event"
|
25
22
|
require "stripe/resources/billing/meter_event_adjustment"
|
26
23
|
require "stripe/resources/billing/meter_event_summary"
|
27
24
|
require "stripe/resources/billing_portal/configuration"
|
28
25
|
require "stripe/resources/billing_portal/session"
|
29
26
|
require "stripe/resources/capability"
|
30
|
-
require "stripe/resources/capital/financing_offer"
|
31
|
-
require "stripe/resources/capital/financing_summary"
|
32
|
-
require "stripe/resources/capital/financing_transaction"
|
33
27
|
require "stripe/resources/card"
|
34
28
|
require "stripe/resources/cash_balance"
|
35
29
|
require "stripe/resources/charge"
|
@@ -58,16 +52,12 @@ require "stripe/resources/exchange_rate"
|
|
58
52
|
require "stripe/resources/file"
|
59
53
|
require "stripe/resources/file_link"
|
60
54
|
require "stripe/resources/financial_connections/account"
|
61
|
-
require "stripe/resources/financial_connections/account_inferred_balance"
|
62
55
|
require "stripe/resources/financial_connections/account_owner"
|
63
56
|
require "stripe/resources/financial_connections/account_ownership"
|
64
|
-
require "stripe/resources/financial_connections/institution"
|
65
57
|
require "stripe/resources/financial_connections/session"
|
66
58
|
require "stripe/resources/financial_connections/transaction"
|
67
59
|
require "stripe/resources/forwarding/request"
|
68
60
|
require "stripe/resources/funding_instructions"
|
69
|
-
require "stripe/resources/gift_cards/card"
|
70
|
-
require "stripe/resources/gift_cards/transaction"
|
71
61
|
require "stripe/resources/identity/verification_report"
|
72
62
|
require "stripe/resources/identity/verification_session"
|
73
63
|
require "stripe/resources/invoice"
|
@@ -78,41 +68,27 @@ require "stripe/resources/invoice_rendering_template"
|
|
78
68
|
require "stripe/resources/issuing/authorization"
|
79
69
|
require "stripe/resources/issuing/card"
|
80
70
|
require "stripe/resources/issuing/cardholder"
|
81
|
-
require "stripe/resources/issuing/credit_underwriting_record"
|
82
71
|
require "stripe/resources/issuing/dispute"
|
83
|
-
require "stripe/resources/issuing/dispute_settlement_detail"
|
84
|
-
require "stripe/resources/issuing/fraud_liability_debit"
|
85
72
|
require "stripe/resources/issuing/personalization_design"
|
86
73
|
require "stripe/resources/issuing/physical_bundle"
|
87
|
-
require "stripe/resources/issuing/settlement"
|
88
74
|
require "stripe/resources/issuing/token"
|
89
75
|
require "stripe/resources/issuing/transaction"
|
90
76
|
require "stripe/resources/line_item"
|
91
77
|
require "stripe/resources/login_link"
|
92
78
|
require "stripe/resources/mandate"
|
93
|
-
require "stripe/resources/margin"
|
94
|
-
require "stripe/resources/order"
|
95
|
-
require "stripe/resources/payment_attempt_record"
|
96
79
|
require "stripe/resources/payment_intent"
|
97
80
|
require "stripe/resources/payment_link"
|
98
81
|
require "stripe/resources/payment_method"
|
99
82
|
require "stripe/resources/payment_method_configuration"
|
100
83
|
require "stripe/resources/payment_method_domain"
|
101
|
-
require "stripe/resources/payment_record"
|
102
84
|
require "stripe/resources/payout"
|
103
85
|
require "stripe/resources/person"
|
104
86
|
require "stripe/resources/plan"
|
105
87
|
require "stripe/resources/price"
|
106
|
-
require "stripe/resources/privacy/redaction_job"
|
107
|
-
require "stripe/resources/privacy/redaction_job_root_objects"
|
108
|
-
require "stripe/resources/privacy/redaction_job_validation_error"
|
109
88
|
require "stripe/resources/product"
|
110
89
|
require "stripe/resources/product_feature"
|
111
90
|
require "stripe/resources/promotion_code"
|
112
91
|
require "stripe/resources/quote"
|
113
|
-
require "stripe/resources/quote_line"
|
114
|
-
require "stripe/resources/quote_preview_invoice"
|
115
|
-
require "stripe/resources/quote_preview_subscription_schedule"
|
116
92
|
require "stripe/resources/radar/early_fraud_warning"
|
117
93
|
require "stripe/resources/radar/value_list"
|
118
94
|
require "stripe/resources/radar/value_list_item"
|
@@ -132,10 +108,8 @@ require "stripe/resources/source_transaction"
|
|
132
108
|
require "stripe/resources/subscription"
|
133
109
|
require "stripe/resources/subscription_item"
|
134
110
|
require "stripe/resources/subscription_schedule"
|
135
|
-
require "stripe/resources/tax/association"
|
136
111
|
require "stripe/resources/tax/calculation"
|
137
112
|
require "stripe/resources/tax/calculation_line_item"
|
138
|
-
require "stripe/resources/tax/form"
|
139
113
|
require "stripe/resources/tax/registration"
|
140
114
|
require "stripe/resources/tax/settings"
|
141
115
|
require "stripe/resources/tax/transaction"
|
@@ -148,7 +122,6 @@ require "stripe/resources/terminal/configuration"
|
|
148
122
|
require "stripe/resources/terminal/connection_token"
|
149
123
|
require "stripe/resources/terminal/location"
|
150
124
|
require "stripe/resources/terminal/reader"
|
151
|
-
require "stripe/resources/terminal/reader_collected_data"
|
152
125
|
require "stripe/resources/test_helpers/test_clock"
|
153
126
|
require "stripe/resources/token"
|
154
127
|
require "stripe/resources/topup"
|
@@ -167,69 +140,9 @@ require "stripe/resources/treasury/transaction_entry"
|
|
167
140
|
require "stripe/resources/v2/billing/meter_event"
|
168
141
|
require "stripe/resources/v2/billing/meter_event_adjustment"
|
169
142
|
require "stripe/resources/v2/billing/meter_event_session"
|
170
|
-
require "stripe/resources/v2/core/account"
|
171
|
-
require "stripe/resources/v2/core/account_link"
|
172
|
-
require "stripe/resources/v2/core/person"
|
173
|
-
require "stripe/resources/v2/core/vault/gb_bank_account"
|
174
|
-
require "stripe/resources/v2/core/vault/us_bank_account"
|
175
143
|
require "stripe/resources/v2/event"
|
176
144
|
require "stripe/resources/v2/event_destination"
|
177
|
-
require "stripe/resources/v2/financial_address_credit_simulation"
|
178
|
-
require "stripe/resources/v2/financial_address_generated_microdeposits"
|
179
|
-
require "stripe/resources/v2/money_management/adjustment"
|
180
|
-
require "stripe/resources/v2/money_management/financial_account"
|
181
|
-
require "stripe/resources/v2/money_management/financial_address"
|
182
|
-
require "stripe/resources/v2/money_management/inbound_transfer"
|
183
|
-
require "stripe/resources/v2/money_management/outbound_payment"
|
184
|
-
require "stripe/resources/v2/money_management/outbound_payment_quote"
|
185
|
-
require "stripe/resources/v2/money_management/outbound_setup_intent"
|
186
|
-
require "stripe/resources/v2/money_management/outbound_transfer"
|
187
|
-
require "stripe/resources/v2/money_management/payout_method"
|
188
|
-
require "stripe/resources/v2/money_management/payout_methods_bank_account_spec"
|
189
|
-
require "stripe/resources/v2/money_management/received_credit"
|
190
|
-
require "stripe/resources/v2/money_management/received_debit"
|
191
|
-
require "stripe/resources/v2/money_management/transaction"
|
192
|
-
require "stripe/resources/v2/money_management/transaction_entry"
|
193
145
|
require "stripe/resources/webhook_endpoint"
|
194
146
|
require "stripe/events/v1_billing_meter_error_report_triggered_event"
|
195
147
|
require "stripe/events/v1_billing_meter_no_meter_found_event"
|
196
|
-
require "stripe/events/
|
197
|
-
require "stripe/events/v2_core_account_including_configuration_customer_updated_event"
|
198
|
-
require "stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event"
|
199
|
-
require "stripe/events/v2_core_account_including_configuration_merchant_updated_event"
|
200
|
-
require "stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event"
|
201
|
-
require "stripe/events/v2_core_account_including_configuration_recipient_updated_event"
|
202
|
-
require "stripe/events/v2_core_account_including_identity_updated_event"
|
203
|
-
require "stripe/events/v2_core_account_including_requirements_updated_event"
|
204
|
-
require "stripe/events/v2_core_account_link_completed_event"
|
205
|
-
require "stripe/events/v2_core_account_person_created_event"
|
206
|
-
require "stripe/events/v2_core_account_person_deleted_event"
|
207
|
-
require "stripe/events/v2_core_account_person_updated_event"
|
208
|
-
require "stripe/events/v2_money_management_financial_account_created_event"
|
209
|
-
require "stripe/events/v2_money_management_financial_address_activated_event"
|
210
|
-
require "stripe/events/v2_money_management_financial_address_failed_event"
|
211
|
-
require "stripe/events/v2_money_management_inbound_transfer_available_event"
|
212
|
-
require "stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event"
|
213
|
-
require "stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event"
|
214
|
-
require "stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event"
|
215
|
-
require "stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event"
|
216
|
-
require "stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event"
|
217
|
-
require "stripe/events/v2_money_management_outbound_payment_canceled_event"
|
218
|
-
require "stripe/events/v2_money_management_outbound_payment_created_event"
|
219
|
-
require "stripe/events/v2_money_management_outbound_payment_failed_event"
|
220
|
-
require "stripe/events/v2_money_management_outbound_payment_posted_event"
|
221
|
-
require "stripe/events/v2_money_management_outbound_payment_returned_event"
|
222
|
-
require "stripe/events/v2_money_management_outbound_transfer_canceled_event"
|
223
|
-
require "stripe/events/v2_money_management_outbound_transfer_created_event"
|
224
|
-
require "stripe/events/v2_money_management_outbound_transfer_failed_event"
|
225
|
-
require "stripe/events/v2_money_management_outbound_transfer_posted_event"
|
226
|
-
require "stripe/events/v2_money_management_outbound_transfer_returned_event"
|
227
|
-
require "stripe/events/v2_money_management_received_credit_available_event"
|
228
|
-
require "stripe/events/v2_money_management_received_credit_failed_event"
|
229
|
-
require "stripe/events/v2_money_management_received_credit_returned_event"
|
230
|
-
require "stripe/events/v2_money_management_received_credit_succeeded_event"
|
231
|
-
require "stripe/events/v2_money_management_received_debit_canceled_event"
|
232
|
-
require "stripe/events/v2_money_management_received_debit_failed_event"
|
233
|
-
require "stripe/events/v2_money_management_received_debit_pending_event"
|
234
|
-
require "stripe/events/v2_money_management_received_debit_succeeded_event"
|
235
|
-
require "stripe/events/v2_money_management_received_debit_updated_event"
|
148
|
+
require "stripe/events/v2_core_event_destination_ping_event"
|
@@ -137,7 +137,7 @@ module Stripe
|
|
137
137
|
attr_accessor :country
|
138
138
|
# The currency the bank account is in. This must be a country/currency pairing that [Stripe supports.](docs/payouts)
|
139
139
|
attr_accessor :currency
|
140
|
-
# The routing number, sort code, or other country-
|
140
|
+
# The routing number, sort code, or other country-appropriate institution number for the bank account. For US bank accounts, this is required and should be the ACH routing number, not the wire routing number. If you are providing an IBAN for `account_number`, this field is not required.
|
141
141
|
attr_accessor :routing_number
|
142
142
|
|
143
143
|
def initialize(
|
@@ -266,6 +266,44 @@ module Stripe
|
|
266
266
|
end
|
267
267
|
end
|
268
268
|
|
269
|
+
class UsCfpbData < Stripe::RequestParams
|
270
|
+
class EthnicityDetails < Stripe::RequestParams
|
271
|
+
# The persons ethnicity
|
272
|
+
attr_accessor :ethnicity
|
273
|
+
# Please specify your origin, when other is selected.
|
274
|
+
attr_accessor :ethnicity_other
|
275
|
+
|
276
|
+
def initialize(ethnicity: nil, ethnicity_other: nil)
|
277
|
+
@ethnicity = ethnicity
|
278
|
+
@ethnicity_other = ethnicity_other
|
279
|
+
end
|
280
|
+
end
|
281
|
+
|
282
|
+
class RaceDetails < Stripe::RequestParams
|
283
|
+
# The persons race.
|
284
|
+
attr_accessor :race
|
285
|
+
# Please specify your race, when other is selected.
|
286
|
+
attr_accessor :race_other
|
287
|
+
|
288
|
+
def initialize(race: nil, race_other: nil)
|
289
|
+
@race = race
|
290
|
+
@race_other = race_other
|
291
|
+
end
|
292
|
+
end
|
293
|
+
# The persons ethnicity details
|
294
|
+
attr_accessor :ethnicity_details
|
295
|
+
# The persons race details
|
296
|
+
attr_accessor :race_details
|
297
|
+
# The persons self-identified gender
|
298
|
+
attr_accessor :self_identified_gender
|
299
|
+
|
300
|
+
def initialize(ethnicity_details: nil, race_details: nil, self_identified_gender: nil)
|
301
|
+
@ethnicity_details = ethnicity_details
|
302
|
+
@race_details = race_details
|
303
|
+
@self_identified_gender = self_identified_gender
|
304
|
+
end
|
305
|
+
end
|
306
|
+
|
269
307
|
class Verification < Stripe::RequestParams
|
270
308
|
class AdditionalDocument < Stripe::RequestParams
|
271
309
|
# The back of an ID returned by a [file upload](https://stripe.com/docs/api#create_file) with a `purpose` value of `identity_document`. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
|
@@ -354,6 +392,8 @@ module Stripe
|
|
354
392
|
attr_accessor :relationship
|
355
393
|
# The last four digits of the person's Social Security number (U.S. only).
|
356
394
|
attr_accessor :ssn_last_4
|
395
|
+
# Demographic data related to the person.
|
396
|
+
attr_accessor :us_cfpb_data
|
357
397
|
# The person's verification status.
|
358
398
|
attr_accessor :verification
|
359
399
|
|
@@ -385,6 +425,7 @@ module Stripe
|
|
385
425
|
registered_address: nil,
|
386
426
|
relationship: nil,
|
387
427
|
ssn_last_4: nil,
|
428
|
+
us_cfpb_data: nil,
|
388
429
|
verification: nil
|
389
430
|
)
|
390
431
|
@additional_tos_acceptances = additional_tos_acceptances
|
@@ -414,6 +455,7 @@ module Stripe
|
|
414
455
|
@registered_address = registered_address
|
415
456
|
@relationship = relationship
|
416
457
|
@ssn_last_4 = ssn_last_4
|
458
|
+
@us_cfpb_data = us_cfpb_data
|
417
459
|
@verification = verification
|
418
460
|
end
|
419
461
|
end
|
@@ -726,6 +768,44 @@ module Stripe
|
|
726
768
|
end
|
727
769
|
end
|
728
770
|
|
771
|
+
class UsCfpbData < Stripe::RequestParams
|
772
|
+
class EthnicityDetails < Stripe::RequestParams
|
773
|
+
# The persons ethnicity
|
774
|
+
attr_accessor :ethnicity
|
775
|
+
# Please specify your origin, when other is selected.
|
776
|
+
attr_accessor :ethnicity_other
|
777
|
+
|
778
|
+
def initialize(ethnicity: nil, ethnicity_other: nil)
|
779
|
+
@ethnicity = ethnicity
|
780
|
+
@ethnicity_other = ethnicity_other
|
781
|
+
end
|
782
|
+
end
|
783
|
+
|
784
|
+
class RaceDetails < Stripe::RequestParams
|
785
|
+
# The persons race.
|
786
|
+
attr_accessor :race
|
787
|
+
# Please specify your race, when other is selected.
|
788
|
+
attr_accessor :race_other
|
789
|
+
|
790
|
+
def initialize(race: nil, race_other: nil)
|
791
|
+
@race = race
|
792
|
+
@race_other = race_other
|
793
|
+
end
|
794
|
+
end
|
795
|
+
# The persons ethnicity details
|
796
|
+
attr_accessor :ethnicity_details
|
797
|
+
# The persons race details
|
798
|
+
attr_accessor :race_details
|
799
|
+
# The persons self-identified gender
|
800
|
+
attr_accessor :self_identified_gender
|
801
|
+
|
802
|
+
def initialize(ethnicity_details: nil, race_details: nil, self_identified_gender: nil)
|
803
|
+
@ethnicity_details = ethnicity_details
|
804
|
+
@race_details = race_details
|
805
|
+
@self_identified_gender = self_identified_gender
|
806
|
+
end
|
807
|
+
end
|
808
|
+
|
729
809
|
class Verification < Stripe::RequestParams
|
730
810
|
class AdditionalDocument < Stripe::RequestParams
|
731
811
|
# The back of an ID returned by a [file upload](https://stripe.com/docs/api#create_file) with a `purpose` value of `identity_document`. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
|
@@ -814,6 +894,8 @@ module Stripe
|
|
814
894
|
attr_accessor :relationship
|
815
895
|
# The last four digits of the person's Social Security number (U.S. only).
|
816
896
|
attr_accessor :ssn_last_4
|
897
|
+
# Demographic data related to the person.
|
898
|
+
attr_accessor :us_cfpb_data
|
817
899
|
# The person's verification status.
|
818
900
|
attr_accessor :verification
|
819
901
|
|
@@ -845,6 +927,7 @@ module Stripe
|
|
845
927
|
registered_address: nil,
|
846
928
|
relationship: nil,
|
847
929
|
ssn_last_4: nil,
|
930
|
+
us_cfpb_data: nil,
|
848
931
|
verification: nil
|
849
932
|
)
|
850
933
|
@additional_tos_acceptances = additional_tos_acceptances
|
@@ -874,6 +957,7 @@ module Stripe
|
|
874
957
|
@registered_address = registered_address
|
875
958
|
@relationship = relationship
|
876
959
|
@ssn_last_4 = ssn_last_4
|
960
|
+
@us_cfpb_data = us_cfpb_data
|
877
961
|
@verification = verification
|
878
962
|
end
|
879
963
|
end
|