stripe 18.2.0.pre.beta.1 → 18.3.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/lib/stripe/api_requestor.rb +3 -1
- data/lib/stripe/errors.rb +3 -0
- data/lib/stripe/event_types.rb +360 -0
- data/lib/stripe/events/v2_billing_cadence_billed_event.rb +61 -0
- data/lib/stripe/events/v2_billing_cadence_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_billing_cadence_created_event.rb +61 -0
- data/lib/stripe/events/v2_billing_license_fee_created_event.rb +44 -0
- data/lib/stripe/events/v2_billing_license_fee_updated_event.rb +44 -0
- data/lib/stripe/events/v2_billing_license_fee_version_created_event.rb +61 -0
- data/lib/stripe/events/v2_billing_licensed_item_created_event.rb +44 -0
- data/lib/stripe/events/v2_billing_licensed_item_updated_event.rb +44 -0
- data/lib/stripe/events/v2_billing_metered_item_created_event.rb +44 -0
- data/lib/stripe/events/v2_billing_metered_item_updated_event.rb +44 -0
- data/lib/stripe/events/v2_billing_pricing_plan_component_created_event.rb +61 -0
- data/lib/stripe/events/v2_billing_pricing_plan_component_updated_event.rb +61 -0
- data/lib/stripe/events/v2_billing_pricing_plan_created_event.rb +44 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_awaiting_customer_action_event.rb +44 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_current_event.rb +44 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_past_due_event.rb +44 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_paused_event.rb +44 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_collection_unpaid_event.rb +44 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_activated_event.rb +44 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_paused_event.rb +44 -0
- data/lib/stripe/events/v2_billing_pricing_plan_updated_event.rb +44 -0
- data/lib/stripe/events/v2_billing_pricing_plan_version_created_event.rb +61 -0
- data/lib/stripe/events/v2_billing_rate_card_created_event.rb +61 -0
- data/lib/stripe/events/v2_billing_rate_card_rate_created_event.rb +67 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_updated_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_version_created_event.rb +61 -0
- data/lib/stripe/events/v2_core_account_including_configuration_card_creator_capability_status_updated_event.rb +63 -0
- data/lib/stripe/events/v2_core_account_including_configuration_card_creator_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_future_requirements_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_claimable_sandbox_claimed_event.rb +44 -0
- data/lib/stripe/events/v2_core_claimable_sandbox_created_event.rb +44 -0
- data/lib/stripe/events/v2_core_claimable_sandbox_expired_event.rb +44 -0
- data/lib/stripe/events/v2_core_claimable_sandbox_expiring_event.rb +44 -0
- data/lib/stripe/events/v2_core_claimable_sandbox_sandbox_details_owner_account_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_health_api_error_firing_event.rb +86 -0
- data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +86 -0
- data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +84 -0
- data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +84 -0
- data/lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb +80 -0
- data/lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb +80 -0
- data/lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb +78 -0
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_firing_event.rb +91 -0
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_resolved_event.rb +93 -0
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb +93 -0
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb +93 -0
- data/lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb +82 -0
- data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +82 -0
- data/lib/stripe/events/v2_core_health_sepa_debit_delayed_firing_event.rb +58 -0
- data/lib/stripe/events/v2_core_health_sepa_debit_delayed_resolved_event.rb +60 -0
- data/lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb +62 -0
- data/lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb +62 -0
- data/lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb +58 -0
- data/lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb +58 -0
- data/lib/stripe/events/v2_iam_api_key_created_event.rb +20 -0
- data/lib/stripe/events/v2_iam_api_key_default_secret_revealed_event.rb +20 -0
- data/lib/stripe/events/v2_iam_api_key_expired_event.rb +20 -0
- data/lib/stripe/events/v2_iam_api_key_permissions_updated_event.rb +20 -0
- data/lib/stripe/events/v2_iam_api_key_rotated_event.rb +38 -0
- data/lib/stripe/events/v2_iam_api_key_updated_event.rb +20 -0
- data/lib/stripe/events/v2_money_management_recipient_verification_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_recipient_verification_updated_event.rb +44 -0
- data/lib/stripe/events/v2_payments_off_session_payment_attempt_failed_event.rb +44 -0
- data/lib/stripe/events/v2_payments_off_session_payment_attempt_started_event.rb +46 -0
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +46 -0
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +48 -0
- data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +44 -0
- data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +44 -0
- data/lib/stripe/events/v2_payments_off_session_payment_requires_capture_event.rb +44 -0
- data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_created_event.rb +44 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_errored_event.rb +65 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_funds_not_received_event.rb +44 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_matched_event.rb +44 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_not_found_event.rb +38 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_settled_event.rb +44 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_canceled_event.rb +61 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_created_event.rb +61 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_settled_event.rb +61 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_submitted_event.rb +44 -0
- data/lib/stripe/events/v2_reporting_report_run_created_event.rb +44 -0
- data/lib/stripe/events/v2_reporting_report_run_failed_event.rb +44 -0
- data/lib/stripe/events/v2_reporting_report_run_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_reporting_report_run_updated_event.rb +44 -0
- data/lib/stripe/object_types.rb +41 -3
- data/lib/stripe/params/account_create_params.rb +34 -2
- data/lib/stripe/params/account_person_create_params.rb +32 -0
- data/lib/stripe/params/account_person_update_params.rb +32 -0
- data/lib/stripe/params/account_session_create_params.rb +17 -0
- data/lib/stripe/params/account_update_params.rb +34 -2
- data/lib/stripe/params/balance_transfer_create_params.rb +66 -0
- data/lib/stripe/params/billing/alert_create_params.rb +121 -1
- data/lib/stripe/params/billing/alert_list_params.rb +4 -0
- data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +5 -1
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +13 -1
- data/lib/stripe/params/billing/credit_grant_create_params.rb +29 -2
- data/lib/stripe/params/billing/meter_create_params.rb +4 -0
- data/lib/stripe/params/billing/meter_event_summary_list_params.rb +8 -0
- data/lib/stripe/params/capital/financing_offer_create_params.rb +37 -0
- data/lib/stripe/params/capital/financing_offer_refill_params.rb +37 -0
- data/lib/stripe/params/checkout/session_create_params.rb +96 -2
- data/lib/stripe/params/checkout/session_update_params.rb +16 -1
- data/lib/stripe/params/delegated_checkout/requested_session_confirm_params.rb +138 -0
- data/lib/stripe/params/delegated_checkout/requested_session_create_params.rb +205 -0
- data/lib/stripe/params/delegated_checkout/requested_session_expire_params.rb +15 -0
- data/lib/stripe/params/delegated_checkout/requested_session_retrieve_params.rb +15 -0
- data/lib/stripe/params/delegated_checkout/requested_session_update_params.rb +209 -0
- data/lib/stripe/params/identity/blocklist_entry_create_params.rb +29 -0
- data/lib/stripe/params/{reserve/plan_retrieve_params.rb → identity/blocklist_entry_disable_params.rb} +2 -2
- data/lib/stripe/params/identity/blocklist_entry_list_params.rb +62 -0
- data/lib/stripe/params/identity/blocklist_entry_retrieve_params.rb +15 -0
- data/lib/stripe/params/identity/verification_report_list_params.rb +4 -0
- data/lib/stripe/params/invoice_add_lines_params.rb +16 -1
- data/lib/stripe/params/invoice_create_preview_params.rb +122 -3
- data/lib/stripe/params/invoice_line_item_update_params.rb +16 -1
- data/lib/stripe/params/invoice_list_params.rb +4 -0
- data/lib/stripe/params/invoice_update_lines_params.rb +16 -1
- data/lib/stripe/params/issuing/card_list_params.rb +34 -1
- data/lib/stripe/params/issuing/program_create_params.rb +21 -0
- data/lib/stripe/params/{reserve/release_list_params.rb → issuing/program_list_params.rb} +3 -20
- data/lib/stripe/params/{reserve/release_retrieve_params.rb → issuing/program_retrieve_params.rb} +2 -2
- data/lib/stripe/params/issuing/program_update_params.rb +21 -0
- data/lib/stripe/params/payment_intent_capture_params.rb +1 -1
- data/lib/stripe/params/payment_intent_confirm_params.rb +40 -2
- data/lib/stripe/params/payment_intent_create_params.rb +53 -2
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +1 -1
- data/lib/stripe/params/payment_intent_update_params.rb +35 -1
- data/lib/stripe/params/payment_link_create_params.rb +16 -1
- data/lib/stripe/params/payment_method_check_balance_params.rb +13 -0
- data/lib/stripe/params/plan_create_params.rb +16 -1
- data/lib/stripe/params/price_create_params.rb +16 -1
- data/lib/stripe/params/product_catalog/trial_offer_create_params.rb +63 -0
- data/lib/stripe/params/product_create_params.rb +17 -1
- data/lib/stripe/params/product_update_params.rb +17 -1
- data/lib/stripe/params/quote_create_params.rb +222 -2
- data/lib/stripe/params/quote_update_params.rb +222 -2
- data/lib/stripe/params/radar/account_evaluation_create_params.rb +81 -0
- data/lib/stripe/params/radar/account_evaluation_retrieve_params.rb +15 -0
- data/lib/stripe/params/radar/account_evaluation_update_params.rb +41 -0
- data/lib/stripe/params/setup_intent_confirm_params.rb +29 -0
- data/lib/stripe/params/setup_intent_create_params.rb +29 -0
- data/lib/stripe/params/setup_intent_update_params.rb +30 -1
- data/lib/stripe/params/shared_payment/granted_token_create_params.rb +47 -0
- data/lib/stripe/params/shared_payment/granted_token_retrieve_params.rb +15 -0
- data/lib/stripe/params/shared_payment/granted_token_revoke_params.rb +15 -0
- data/lib/stripe/params/subscription_create_params.rb +16 -0
- data/lib/stripe/params/subscription_item_create_params.rb +16 -0
- data/lib/stripe/params/subscription_item_update_params.rb +16 -0
- data/lib/stripe/params/subscription_schedule_amend_params.rb +41 -2
- data/lib/stripe/params/subscription_schedule_create_params.rb +69 -1
- data/lib/stripe/params/subscription_schedule_update_params.rb +69 -1
- data/lib/stripe/params/subscription_update_params.rb +16 -0
- data/lib/stripe/params/tax/calculation_create_params.rb +5 -1
- data/lib/stripe/params/tax/location_create_params.rb +54 -0
- data/lib/stripe/params/tax/location_list_params.rb +27 -0
- data/lib/stripe/params/{reserve/hold_retrieve_params.rb → tax/location_retrieve_params.rb} +2 -2
- data/lib/stripe/params/test_helpers/capital/financing_offer_create_params.rb +39 -0
- data/lib/stripe/params/test_helpers/capital/financing_offer_refill_params.rb +39 -0
- data/lib/stripe/params/test_helpers/shared_payment/granted_token_create_params.rb +49 -0
- data/lib/stripe/params/test_helpers/shared_payment/granted_token_revoke_params.rb +17 -0
- data/lib/stripe/params/token_create_params.rb +64 -0
- data/lib/stripe/params/transfer_create_params.rb +4 -0
- data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +8 -1
- data/lib/stripe/params/v2/billing/cadence_create_params.rb +4 -0
- data/lib/stripe/params/v2/billing/cadence_update_params.rb +4 -1
- data/lib/stripe/params/v2/billing/custom_pricing_unit_create_params.rb +26 -0
- data/lib/stripe/params/v2/billing/custom_pricing_unit_list_params.rb +24 -0
- data/lib/stripe/params/v2/billing/custom_pricing_unit_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/custom_pricing_unit_update_params.rb +26 -0
- data/lib/stripe/params/v2/billing/intent_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/billing/intent_commit_params.rb +17 -0
- data/lib/stripe/params/v2/billing/intent_create_params.rb +425 -0
- data/lib/stripe/params/v2/billing/intent_list_params.rb +17 -0
- data/lib/stripe/params/v2/billing/intent_release_reservation_params.rb +10 -0
- data/lib/stripe/params/v2/billing/intent_reserve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/intent_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/intents/action_list_params.rb +19 -0
- data/lib/stripe/params/v2/billing/intents/action_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/billing/license_fee_create_params.rb +103 -0
- data/lib/stripe/params/v2/billing/license_fee_list_params.rb +24 -0
- data/lib/stripe/params/v2/billing/license_fee_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/license_fee_subscription_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/license_fee_update_params.rb +84 -0
- data/lib/stripe/params/v2/billing/license_fees/version_list_params.rb +19 -0
- data/lib/stripe/params/v2/billing/license_fees/version_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/billing/licensed_item_create_params.rb +48 -0
- data/lib/stripe/params/v2/billing/licensed_item_list_params.rb +21 -0
- data/lib/stripe/params/v2/billing/licensed_item_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/licensed_item_update_params.rb +48 -0
- data/lib/stripe/params/v2/billing/metered_item_create_params.rb +73 -0
- data/lib/stripe/params/v2/billing/metered_item_list_params.rb +21 -0
- data/lib/stripe/params/v2/billing/metered_item_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/metered_item_update_params.rb +50 -0
- data/lib/stripe/params/v2/billing/pricing_plan_create_params.rb +39 -0
- data/lib/stripe/params/v2/billing/pricing_plan_list_params.rb +24 -0
- data/lib/stripe/params/v2/billing/pricing_plan_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/pricing_plan_subscription_list_params.rb +50 -0
- data/lib/stripe/params/v2/billing/pricing_plan_subscription_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/pricing_plan_subscription_update_params.rb +20 -0
- data/lib/stripe/params/v2/billing/pricing_plan_subscriptions/component_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/billing/pricing_plan_update_params.rb +39 -0
- data/lib/stripe/params/v2/billing/pricing_plans/component_create_params.rb +73 -0
- data/lib/stripe/params/v2/billing/pricing_plans/component_delete_params.rb +12 -0
- data/lib/stripe/params/v2/billing/pricing_plans/component_list_params.rb +27 -0
- data/lib/stripe/params/v2/billing/pricing_plans/component_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/billing/pricing_plans/component_update_params.rb +22 -0
- data/lib/stripe/params/v2/billing/pricing_plans/version_list_params.rb +19 -0
- data/lib/stripe/params/v2/billing/pricing_plans/version_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/billing/rate_card_create_params.rb +49 -0
- data/lib/stripe/params/v2/billing/rate_card_list_params.rb +24 -0
- data/lib/stripe/params/v2/billing/rate_card_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/rate_card_subscription_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/billing/rate_card_subscription_create_params.rb +26 -0
- data/lib/stripe/params/v2/billing/rate_card_subscription_list_params.rb +51 -0
- data/lib/stripe/params/v2/billing/rate_card_subscription_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/rate_card_subscription_update_params.rb +17 -0
- data/lib/stripe/params/v2/billing/rate_card_update_params.rb +38 -0
- data/lib/stripe/params/v2/billing/rate_cards/rate_create_params.rb +91 -0
- data/lib/stripe/params/v2/billing/rate_cards/rate_delete_params.rb +12 -0
- data/lib/stripe/params/v2/billing/rate_cards/rate_list_params.rb +25 -0
- data/lib/stripe/params/v2/billing/rate_cards/rate_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/billing/rate_cards/version_list_params.rb +19 -0
- data/lib/stripe/params/v2/billing/rate_cards/version_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/billing/service_action_create_params.rb +278 -0
- data/lib/stripe/params/v2/billing/service_action_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/service_action_update_params.rb +40 -0
- data/lib/stripe/params/v2/core/account_create_params.rb +716 -9
- data/lib/stripe/params/v2/core/account_token_create_params.rb +237 -1
- data/lib/stripe/params/v2/core/account_update_params.rb +702 -9
- data/lib/stripe/params/v2/core/claimable_sandbox_create_params.rb +36 -0
- data/lib/stripe/params/v2/core/claimable_sandbox_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/core/event_list_params.rb +4 -1
- data/lib/stripe/params/v2/core/event_retrieve_params.rb +8 -1
- data/lib/stripe/params/v2/iam/api_key_create_params.rb +51 -0
- data/lib/stripe/params/v2/iam/api_key_expire_params.rb +10 -0
- data/lib/stripe/params/v2/iam/api_key_list_params.rb +20 -0
- data/lib/stripe/params/v2/iam/api_key_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/iam/api_key_rotate_params.rb +46 -0
- data/lib/stripe/params/v2/iam/api_key_update_params.rb +20 -0
- data/lib/stripe/params/v2/money_management/currency_conversion_create_params.rb +68 -0
- data/lib/stripe/params/v2/money_management/currency_conversion_list_params.rb +20 -0
- data/lib/stripe/params/v2/money_management/currency_conversion_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +4 -1
- data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +12 -1
- data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +25 -1
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +4 -1
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +19 -1
- data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +4 -0
- data/lib/stripe/params/v2/money_management/recipient_verification_acknowledge_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/recipient_verification_create_params.rb +20 -0
- data/lib/stripe/params/v2/money_management/recipient_verification_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/payments/off_session_payment_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/payments/off_session_payment_capture_params.rb +57 -0
- data/lib/stripe/params/v2/payments/off_session_payment_create_params.rb +161 -0
- data/lib/stripe/params/v2/payments/off_session_payment_list_params.rb +17 -0
- data/lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_create_params.rb +46 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_submit_params.rb +10 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_update_params.rb +31 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_cancel_params.rb +12 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_create_params.rb +39 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/reporting/report_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/reporting/report_run_create_params.rb +33 -0
- data/lib/stripe/params/v2/reporting/report_run_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/tax/manual_rule_create_params.rb +94 -0
- data/lib/stripe/params/v2/tax/manual_rule_deactivate_params.rb +10 -0
- data/lib/stripe/params/v2/tax/manual_rule_list_params.rb +17 -0
- data/lib/stripe/params/v2/tax/manual_rule_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/tax/manual_rule_update_params.rb +94 -0
- data/lib/stripe/params/v2/test_helpers/money_management_recipient_verifications_params.rb +24 -0
- data/lib/stripe/params.rb +128 -5
- data/lib/stripe/resources/account_session.rb +27 -0
- data/lib/stripe/resources/application_fee.rb +2 -0
- data/lib/stripe/resources/balance.rb +83 -0
- data/lib/stripe/resources/balance_transfer.rb +139 -0
- data/lib/stripe/resources/billing/alert.rb +105 -1
- data/lib/stripe/resources/billing/alert_triggered.rb +6 -0
- data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +2 -0
- data/lib/stripe/resources/billing/credit_balance_summary.rb +84 -2
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +84 -2
- data/lib/stripe/resources/billing/credit_grant.rb +58 -2
- data/lib/stripe/resources/billing/meter.rb +2 -0
- data/lib/stripe/resources/billing/meter_event_summary.rb +2 -0
- data/lib/stripe/resources/capital/financing_offer.rb +41 -0
- data/lib/stripe/resources/card.rb +18 -1
- data/lib/stripe/resources/charge.rb +18 -0
- data/lib/stripe/resources/checkout/session.rb +92 -0
- data/lib/stripe/resources/confirmation_token.rb +18 -0
- data/lib/stripe/resources/delegated_checkout/requested_session.rb +509 -0
- data/lib/stripe/resources/discount.rb +2 -0
- data/lib/stripe/resources/identity/blocklist_entry.rb +116 -0
- data/lib/stripe/resources/identity/verification_report.rb +4 -0
- data/lib/stripe/resources/invoice.rb +18 -0
- data/lib/stripe/resources/invoice_item.rb +106 -2
- data/lib/stripe/resources/invoice_line_item.rb +107 -3
- data/lib/stripe/resources/issuing/card.rb +4 -0
- data/lib/stripe/resources/issuing/program.rb +69 -0
- data/lib/stripe/resources/payment_intent.rb +63 -1
- data/lib/stripe/resources/payment_method.rb +38 -0
- data/lib/stripe/resources/payment_method_balance.rb +68 -0
- data/lib/stripe/resources/person.rb +36 -0
- data/lib/stripe/resources/plan.rb +2 -0
- data/lib/stripe/resources/price.rb +2 -0
- data/lib/stripe/resources/product_catalog/trial_offer.rb +103 -0
- data/lib/stripe/resources/quote.rb +238 -1
- data/lib/stripe/resources/quote_line.rb +6 -0
- data/lib/stripe/resources/quote_preview_invoice.rb +18 -0
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +94 -0
- data/lib/stripe/resources/radar/account_evaluation.rb +145 -0
- data/lib/stripe/resources/setup_intent.rb +40 -0
- data/lib/stripe/resources/shared_payment/granted_token.rb +126 -0
- data/lib/stripe/resources/subscription.rb +20 -1
- data/lib/stripe/resources/subscription_item.rb +24 -1
- data/lib/stripe/resources/subscription_schedule.rb +94 -0
- data/lib/stripe/resources/tax/calculation_line_item.rb +2 -0
- data/lib/stripe/resources/tax/location.rb +72 -0
- data/lib/stripe/resources/tax/registration.rb +128 -0
- data/lib/stripe/resources/tax_code.rb +15 -1
- data/lib/stripe/resources/transfer.rb +4 -0
- data/lib/stripe/resources/transit_balance.rb +45 -0
- data/lib/stripe/resources/v2/billing/cadence.rb +46 -0
- data/lib/stripe/resources/v2/billing/custom_pricing_unit.rb +43 -0
- data/lib/stripe/resources/v2/billing/intent.rb +86 -0
- data/lib/stripe/resources/v2/billing/intent_action.rb +483 -0
- data/lib/stripe/resources/v2/billing/license_fee.rb +104 -0
- data/lib/stripe/resources/v2/billing/license_fee_subscription.rb +44 -0
- data/lib/stripe/resources/v2/billing/license_fee_version.rb +80 -0
- data/lib/stripe/resources/v2/billing/licensed_item.rb +60 -0
- data/lib/stripe/resources/v2/billing/metered_item.rb +85 -0
- data/lib/stripe/resources/v2/billing/pricing_plan.rb +51 -0
- data/lib/stripe/resources/v2/billing/pricing_plan_component.rb +94 -0
- data/lib/stripe/resources/v2/billing/pricing_plan_subscription.rb +94 -0
- data/lib/stripe/resources/v2/billing/pricing_plan_subscription_components.rb +49 -0
- data/lib/stripe/resources/v2/billing/pricing_plan_version.rb +38 -0
- data/lib/stripe/resources/v2/billing/rate_card.rb +61 -0
- data/lib/stripe/resources/v2/billing/rate_card_rate.rb +110 -0
- data/lib/stripe/resources/v2/billing/rate_card_subscription.rb +94 -0
- data/lib/stripe/resources/v2/billing/rate_card_version.rb +34 -0
- data/lib/stripe/resources/v2/billing/service_action.rb +274 -0
- data/lib/stripe/resources/v2/core/account.rb +1073 -5
- data/lib/stripe/resources/v2/core/claimable_sandbox.rb +105 -0
- data/lib/stripe/resources/v2/core/event.rb +50 -1
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +21 -1
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +21 -1
- data/lib/stripe/resources/v2/iam/api_key.rb +129 -0
- data/lib/stripe/resources/v2/money_management/currency_conversion.rb +94 -0
- data/lib/stripe/resources/v2/money_management/financial_account.rb +35 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +87 -1
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +2 -0
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +2 -0
- data/lib/stripe/resources/v2/money_management/payout_method.rb +47 -1
- data/lib/stripe/resources/v2/money_management/received_credit.rb +34 -0
- data/lib/stripe/resources/v2/money_management/received_debit.rb +56 -0
- data/lib/stripe/resources/v2/money_management/recipient_verification.rb +83 -0
- data/lib/stripe/resources/v2/payments/off_session_payment.rb +186 -0
- data/lib/stripe/resources/v2/payments/settlement_allocation_intent.rb +92 -0
- data/lib/stripe/resources/v2/payments/settlement_allocation_intent_split.rb +78 -0
- data/lib/stripe/resources/v2/reporting/report.rb +116 -0
- data/lib/stripe/resources/v2/reporting/report_run.rb +128 -0
- data/lib/stripe/resources/v2/tax/manual_rule.rb +115 -0
- data/lib/stripe/resources.rb +134 -3
- data/lib/stripe/services/balance_transfer_service.rb +17 -0
- data/lib/stripe/services/delegated_checkout/requested_session_service.rb +63 -0
- data/lib/stripe/services/delegated_checkout_service.rb +13 -0
- data/lib/stripe/services/identity/blocklist_entry_service.rb +71 -0
- data/lib/stripe/services/identity_service.rb +2 -1
- data/lib/stripe/services/issuing/program_service.rb +52 -0
- data/lib/stripe/services/issuing_service.rb +2 -1
- data/lib/stripe/services/payment_method_service.rb +11 -0
- data/lib/stripe/services/product_catalog/trial_offer_service.rb +19 -0
- data/lib/stripe/services/product_catalog_service.rb +13 -0
- data/lib/stripe/services/radar/account_evaluation_service.rb +41 -0
- data/lib/stripe/services/radar_service.rb +2 -1
- data/lib/stripe/services/shared_payment/granted_token_service.rb +19 -0
- data/lib/stripe/services/shared_payment_service.rb +13 -0
- data/lib/stripe/services/tax/location_service.rb +45 -0
- data/lib/stripe/services/tax_service.rb +2 -1
- data/lib/stripe/services/test_helpers/capital/financing_offer_service.rb +32 -0
- data/lib/stripe/services/test_helpers/capital_service.rb +15 -0
- data/lib/stripe/services/test_helpers/shared_payment/granted_token_service.rb +32 -0
- data/lib/stripe/services/test_helpers/shared_payment_service.rb +15 -0
- data/lib/stripe/services/test_helpers_service.rb +3 -1
- data/lib/stripe/services/v1_services.rb +5 -2
- data/lib/stripe/services/v2/billing/custom_pricing_unit_service.rb +54 -0
- data/lib/stripe/services/v2/billing/intent_service.rb +94 -0
- data/lib/stripe/services/v2/billing/intents/action_service.rb +34 -0
- data/lib/stripe/services/v2/billing/license_fee_service.rb +61 -0
- data/lib/stripe/services/v2/billing/license_fee_subscription_service.rb +21 -0
- data/lib/stripe/services/v2/billing/license_fees/version_service.rb +34 -0
- data/lib/stripe/services/v2/billing/licensed_item_service.rb +54 -0
- data/lib/stripe/services/v2/billing/metered_item_service.rb +54 -0
- data/lib/stripe/services/v2/billing/pricing_plan_service.rb +62 -0
- data/lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb +51 -0
- data/lib/stripe/services/v2/billing/pricing_plan_subscriptions/component_service.rb +23 -0
- data/lib/stripe/services/v2/billing/pricing_plans/component_service.rb +67 -0
- data/lib/stripe/services/v2/billing/pricing_plans/version_service.rb +34 -0
- data/lib/stripe/services/v2/billing/rate_card_service.rb +62 -0
- data/lib/stripe/services/v2/billing/rate_card_subscription_service.rb +65 -0
- data/lib/stripe/services/v2/billing/rate_cards/rate_service.rb +57 -0
- data/lib/stripe/services/v2/billing/rate_cards/version_service.rb +34 -0
- data/lib/stripe/services/v2/billing/service_action_service.rb +43 -0
- data/lib/stripe/services/v2/billing_service.rb +14 -1
- data/lib/stripe/services/v2/core/account_link_service.rb +2 -0
- data/lib/stripe/services/v2/core/account_service.rb +10 -0
- data/lib/stripe/services/v2/core/account_token_service.rb +4 -0
- data/lib/stripe/services/v2/core/accounts/person_service.rb +10 -0
- data/lib/stripe/services/v2/core/accounts/person_token_service.rb +4 -0
- data/lib/stripe/services/v2/core/claimable_sandbox_service.rb +35 -0
- data/lib/stripe/services/v2/core_service.rb +2 -1
- data/lib/stripe/services/v2/iam/api_key_service.rb +76 -0
- data/lib/stripe/services/v2/iam_service.rb +15 -0
- data/lib/stripe/services/v2/money_management/currency_conversion_service.rb +45 -0
- data/lib/stripe/services/v2/money_management/recipient_verification_service.rb +43 -0
- data/lib/stripe/services/v2/money_management_service.rb +5 -1
- data/lib/stripe/services/v2/payment_service.rb +17 -0
- data/lib/stripe/services/v2/payments/off_session_payment_service.rb +65 -0
- data/lib/stripe/services/v2/payments/settlement_allocation_intent_service.rb +72 -0
- data/lib/stripe/services/v2/payments/settlement_allocation_intents/split_service.rb +45 -0
- data/lib/stripe/services/v2/reporting/report_run_service.rb +38 -0
- data/lib/stripe/services/v2/reporting/report_service.rb +23 -0
- data/lib/stripe/services/v2/reporting_service.rb +16 -0
- data/lib/stripe/services/v2/tax/manual_rule_service.rb +65 -0
- data/lib/stripe/services/v2/tax_service.rb +15 -0
- data/lib/stripe/services/v2/test_helper_service.rb +2 -1
- data/lib/stripe/services/v2/test_helpers/money_management_service.rb +21 -0
- data/lib/stripe/services/v2_services.rb +5 -1
- data/lib/stripe/services.rb +48 -4
- data/lib/stripe/stripe_client.rb +1 -8
- data/lib/stripe/util.rb +9 -3
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +0 -1
- data/rbi/stripe/stripe_client.rbi +0 -13
- data/rbi/stripe.rbi +21285 -1431
- metadata +312 -15
- data/lib/stripe/params/reserve/hold_list_params.rb +0 -53
- data/lib/stripe/resources/reserve/hold.rb +0 -74
- data/lib/stripe/resources/reserve/plan.rb +0 -78
- data/lib/stripe/resources/reserve/release.rb +0 -77
- data/lib/stripe/services/reserve/hold_service.rb +0 -30
- data/lib/stripe/services/reserve/plan_service.rb +0 -19
- data/lib/stripe/services/reserve/release_service.rb +0 -30
- data/lib/stripe/services/reserve_service.rb +0 -15
- data/lib/stripe/stripe_event_notification_handler.rb +0 -425
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stripe
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 18.
|
|
4
|
+
version: 18.3.0.pre.alpha.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stripe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Stripe is the easiest way to accept payments online. See https://stripe.com
|
|
14
14
|
for details.
|
|
@@ -40,8 +40,47 @@ files:
|
|
|
40
40
|
- lib/stripe/events/unknown_event_notification.rb
|
|
41
41
|
- lib/stripe/events/v1_billing_meter_error_report_triggered_event.rb
|
|
42
42
|
- lib/stripe/events/v1_billing_meter_no_meter_found_event.rb
|
|
43
|
+
- lib/stripe/events/v2_billing_cadence_billed_event.rb
|
|
44
|
+
- lib/stripe/events/v2_billing_cadence_canceled_event.rb
|
|
45
|
+
- lib/stripe/events/v2_billing_cadence_created_event.rb
|
|
46
|
+
- lib/stripe/events/v2_billing_license_fee_created_event.rb
|
|
47
|
+
- lib/stripe/events/v2_billing_license_fee_updated_event.rb
|
|
48
|
+
- lib/stripe/events/v2_billing_license_fee_version_created_event.rb
|
|
49
|
+
- lib/stripe/events/v2_billing_licensed_item_created_event.rb
|
|
50
|
+
- lib/stripe/events/v2_billing_licensed_item_updated_event.rb
|
|
51
|
+
- lib/stripe/events/v2_billing_metered_item_created_event.rb
|
|
52
|
+
- lib/stripe/events/v2_billing_metered_item_updated_event.rb
|
|
53
|
+
- lib/stripe/events/v2_billing_pricing_plan_component_created_event.rb
|
|
54
|
+
- lib/stripe/events/v2_billing_pricing_plan_component_updated_event.rb
|
|
55
|
+
- lib/stripe/events/v2_billing_pricing_plan_created_event.rb
|
|
56
|
+
- lib/stripe/events/v2_billing_pricing_plan_subscription_collection_awaiting_customer_action_event.rb
|
|
57
|
+
- lib/stripe/events/v2_billing_pricing_plan_subscription_collection_current_event.rb
|
|
58
|
+
- lib/stripe/events/v2_billing_pricing_plan_subscription_collection_past_due_event.rb
|
|
59
|
+
- lib/stripe/events/v2_billing_pricing_plan_subscription_collection_paused_event.rb
|
|
60
|
+
- lib/stripe/events/v2_billing_pricing_plan_subscription_collection_unpaid_event.rb
|
|
61
|
+
- lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_activated_event.rb
|
|
62
|
+
- lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_canceled_event.rb
|
|
63
|
+
- lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_paused_event.rb
|
|
64
|
+
- lib/stripe/events/v2_billing_pricing_plan_updated_event.rb
|
|
65
|
+
- lib/stripe/events/v2_billing_pricing_plan_version_created_event.rb
|
|
66
|
+
- lib/stripe/events/v2_billing_rate_card_created_event.rb
|
|
67
|
+
- lib/stripe/events/v2_billing_rate_card_rate_created_event.rb
|
|
68
|
+
- lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb
|
|
69
|
+
- lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb
|
|
70
|
+
- lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb
|
|
71
|
+
- lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb
|
|
72
|
+
- lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb
|
|
73
|
+
- lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb
|
|
74
|
+
- lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb
|
|
75
|
+
- lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb
|
|
76
|
+
- lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb
|
|
77
|
+
- lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb
|
|
78
|
+
- lib/stripe/events/v2_billing_rate_card_updated_event.rb
|
|
79
|
+
- lib/stripe/events/v2_billing_rate_card_version_created_event.rb
|
|
43
80
|
- lib/stripe/events/v2_core_account_closed_event.rb
|
|
44
81
|
- lib/stripe/events/v2_core_account_created_event.rb
|
|
82
|
+
- lib/stripe/events/v2_core_account_including_configuration_card_creator_capability_status_updated_event.rb
|
|
83
|
+
- lib/stripe/events/v2_core_account_including_configuration_card_creator_updated_event.rb
|
|
45
84
|
- lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb
|
|
46
85
|
- lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb
|
|
47
86
|
- lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb
|
|
@@ -51,6 +90,7 @@ files:
|
|
|
51
90
|
- lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb
|
|
52
91
|
- lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb
|
|
53
92
|
- lib/stripe/events/v2_core_account_including_defaults_updated_event.rb
|
|
93
|
+
- lib/stripe/events/v2_core_account_including_future_requirements_updated_event.rb
|
|
54
94
|
- lib/stripe/events/v2_core_account_including_identity_updated_event.rb
|
|
55
95
|
- lib/stripe/events/v2_core_account_including_requirements_updated_event.rb
|
|
56
96
|
- lib/stripe/events/v2_core_account_link_returned_event.rb
|
|
@@ -58,8 +98,38 @@ files:
|
|
|
58
98
|
- lib/stripe/events/v2_core_account_person_deleted_event.rb
|
|
59
99
|
- lib/stripe/events/v2_core_account_person_updated_event.rb
|
|
60
100
|
- lib/stripe/events/v2_core_account_updated_event.rb
|
|
101
|
+
- lib/stripe/events/v2_core_claimable_sandbox_claimed_event.rb
|
|
102
|
+
- lib/stripe/events/v2_core_claimable_sandbox_created_event.rb
|
|
103
|
+
- lib/stripe/events/v2_core_claimable_sandbox_expired_event.rb
|
|
104
|
+
- lib/stripe/events/v2_core_claimable_sandbox_expiring_event.rb
|
|
105
|
+
- lib/stripe/events/v2_core_claimable_sandbox_sandbox_details_owner_account_updated_event.rb
|
|
61
106
|
- lib/stripe/events/v2_core_event_destination_ping_event.rb
|
|
107
|
+
- lib/stripe/events/v2_core_health_api_error_firing_event.rb
|
|
108
|
+
- lib/stripe/events/v2_core_health_api_error_resolved_event.rb
|
|
109
|
+
- lib/stripe/events/v2_core_health_api_latency_firing_event.rb
|
|
110
|
+
- lib/stripe/events/v2_core_health_api_latency_resolved_event.rb
|
|
111
|
+
- lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb
|
|
112
|
+
- lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb
|
|
62
113
|
- lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb
|
|
114
|
+
- lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb
|
|
115
|
+
- lib/stripe/events/v2_core_health_issuing_authorization_request_errors_firing_event.rb
|
|
116
|
+
- lib/stripe/events/v2_core_health_issuing_authorization_request_errors_resolved_event.rb
|
|
117
|
+
- lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb
|
|
118
|
+
- lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb
|
|
119
|
+
- lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb
|
|
120
|
+
- lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb
|
|
121
|
+
- lib/stripe/events/v2_core_health_sepa_debit_delayed_firing_event.rb
|
|
122
|
+
- lib/stripe/events/v2_core_health_sepa_debit_delayed_resolved_event.rb
|
|
123
|
+
- lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb
|
|
124
|
+
- lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb
|
|
125
|
+
- lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb
|
|
126
|
+
- lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb
|
|
127
|
+
- lib/stripe/events/v2_iam_api_key_created_event.rb
|
|
128
|
+
- lib/stripe/events/v2_iam_api_key_default_secret_revealed_event.rb
|
|
129
|
+
- lib/stripe/events/v2_iam_api_key_expired_event.rb
|
|
130
|
+
- lib/stripe/events/v2_iam_api_key_permissions_updated_event.rb
|
|
131
|
+
- lib/stripe/events/v2_iam_api_key_rotated_event.rb
|
|
132
|
+
- lib/stripe/events/v2_iam_api_key_updated_event.rb
|
|
63
133
|
- lib/stripe/events/v2_money_management_adjustment_created_event.rb
|
|
64
134
|
- lib/stripe/events/v2_money_management_financial_account_created_event.rb
|
|
65
135
|
- lib/stripe/events/v2_money_management_financial_account_updated_event.rb
|
|
@@ -94,8 +164,34 @@ files:
|
|
|
94
164
|
- lib/stripe/events/v2_money_management_received_debit_pending_event.rb
|
|
95
165
|
- lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb
|
|
96
166
|
- lib/stripe/events/v2_money_management_received_debit_updated_event.rb
|
|
167
|
+
- lib/stripe/events/v2_money_management_recipient_verification_created_event.rb
|
|
168
|
+
- lib/stripe/events/v2_money_management_recipient_verification_updated_event.rb
|
|
97
169
|
- lib/stripe/events/v2_money_management_transaction_created_event.rb
|
|
98
170
|
- lib/stripe/events/v2_money_management_transaction_updated_event.rb
|
|
171
|
+
- lib/stripe/events/v2_payments_off_session_payment_attempt_failed_event.rb
|
|
172
|
+
- lib/stripe/events/v2_payments_off_session_payment_attempt_started_event.rb
|
|
173
|
+
- lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb
|
|
174
|
+
- lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb
|
|
175
|
+
- lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb
|
|
176
|
+
- lib/stripe/events/v2_payments_off_session_payment_created_event.rb
|
|
177
|
+
- lib/stripe/events/v2_payments_off_session_payment_failed_event.rb
|
|
178
|
+
- lib/stripe/events/v2_payments_off_session_payment_requires_capture_event.rb
|
|
179
|
+
- lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb
|
|
180
|
+
- lib/stripe/events/v2_payments_settlement_allocation_intent_canceled_event.rb
|
|
181
|
+
- lib/stripe/events/v2_payments_settlement_allocation_intent_created_event.rb
|
|
182
|
+
- lib/stripe/events/v2_payments_settlement_allocation_intent_errored_event.rb
|
|
183
|
+
- lib/stripe/events/v2_payments_settlement_allocation_intent_funds_not_received_event.rb
|
|
184
|
+
- lib/stripe/events/v2_payments_settlement_allocation_intent_matched_event.rb
|
|
185
|
+
- lib/stripe/events/v2_payments_settlement_allocation_intent_not_found_event.rb
|
|
186
|
+
- lib/stripe/events/v2_payments_settlement_allocation_intent_settled_event.rb
|
|
187
|
+
- lib/stripe/events/v2_payments_settlement_allocation_intent_split_canceled_event.rb
|
|
188
|
+
- lib/stripe/events/v2_payments_settlement_allocation_intent_split_created_event.rb
|
|
189
|
+
- lib/stripe/events/v2_payments_settlement_allocation_intent_split_settled_event.rb
|
|
190
|
+
- lib/stripe/events/v2_payments_settlement_allocation_intent_submitted_event.rb
|
|
191
|
+
- lib/stripe/events/v2_reporting_report_run_created_event.rb
|
|
192
|
+
- lib/stripe/events/v2_reporting_report_run_failed_event.rb
|
|
193
|
+
- lib/stripe/events/v2_reporting_report_run_succeeded_event.rb
|
|
194
|
+
- lib/stripe/events/v2_reporting_report_run_updated_event.rb
|
|
99
195
|
- lib/stripe/instrumentation.rb
|
|
100
196
|
- lib/stripe/list_object.rb
|
|
101
197
|
- lib/stripe/multipart_encoder.rb
|
|
@@ -148,6 +244,7 @@ files:
|
|
|
148
244
|
- lib/stripe/params/balance_settings_update_params.rb
|
|
149
245
|
- lib/stripe/params/balance_transaction_list_params.rb
|
|
150
246
|
- lib/stripe/params/balance_transaction_retrieve_params.rb
|
|
247
|
+
- lib/stripe/params/balance_transfer_create_params.rb
|
|
151
248
|
- lib/stripe/params/billing/alert_activate_params.rb
|
|
152
249
|
- lib/stripe/params/billing/alert_archive_params.rb
|
|
153
250
|
- lib/stripe/params/billing/alert_create_params.rb
|
|
@@ -178,8 +275,10 @@ files:
|
|
|
178
275
|
- lib/stripe/params/billing_portal/configuration_retrieve_params.rb
|
|
179
276
|
- lib/stripe/params/billing_portal/configuration_update_params.rb
|
|
180
277
|
- lib/stripe/params/billing_portal/session_create_params.rb
|
|
278
|
+
- lib/stripe/params/capital/financing_offer_create_params.rb
|
|
181
279
|
- lib/stripe/params/capital/financing_offer_list_params.rb
|
|
182
280
|
- lib/stripe/params/capital/financing_offer_mark_delivered_params.rb
|
|
281
|
+
- lib/stripe/params/capital/financing_offer_refill_params.rb
|
|
183
282
|
- lib/stripe/params/capital/financing_offer_retrieve_params.rb
|
|
184
283
|
- lib/stripe/params/capital/financing_summary_retrieve_params.rb
|
|
185
284
|
- lib/stripe/params/capital/financing_transaction_list_params.rb
|
|
@@ -257,6 +356,11 @@ files:
|
|
|
257
356
|
- lib/stripe/params/customer_tax_id_list_params.rb
|
|
258
357
|
- lib/stripe/params/customer_tax_id_retrieve_params.rb
|
|
259
358
|
- lib/stripe/params/customer_update_params.rb
|
|
359
|
+
- lib/stripe/params/delegated_checkout/requested_session_confirm_params.rb
|
|
360
|
+
- lib/stripe/params/delegated_checkout/requested_session_create_params.rb
|
|
361
|
+
- lib/stripe/params/delegated_checkout/requested_session_expire_params.rb
|
|
362
|
+
- lib/stripe/params/delegated_checkout/requested_session_retrieve_params.rb
|
|
363
|
+
- lib/stripe/params/delegated_checkout/requested_session_update_params.rb
|
|
260
364
|
- lib/stripe/params/dispute_close_params.rb
|
|
261
365
|
- lib/stripe/params/dispute_list_params.rb
|
|
262
366
|
- lib/stripe/params/dispute_retrieve_params.rb
|
|
@@ -307,6 +411,10 @@ files:
|
|
|
307
411
|
- lib/stripe/params/fx_quote_create_params.rb
|
|
308
412
|
- lib/stripe/params/fx_quote_list_params.rb
|
|
309
413
|
- lib/stripe/params/fx_quote_retrieve_params.rb
|
|
414
|
+
- lib/stripe/params/identity/blocklist_entry_create_params.rb
|
|
415
|
+
- lib/stripe/params/identity/blocklist_entry_disable_params.rb
|
|
416
|
+
- lib/stripe/params/identity/blocklist_entry_list_params.rb
|
|
417
|
+
- lib/stripe/params/identity/blocklist_entry_retrieve_params.rb
|
|
310
418
|
- lib/stripe/params/identity/verification_report_list_params.rb
|
|
311
419
|
- lib/stripe/params/identity/verification_report_retrieve_params.rb
|
|
312
420
|
- lib/stripe/params/identity/verification_session_cancel_params.rb
|
|
@@ -393,6 +501,10 @@ files:
|
|
|
393
501
|
- lib/stripe/params/issuing/personalization_design_update_params.rb
|
|
394
502
|
- lib/stripe/params/issuing/physical_bundle_list_params.rb
|
|
395
503
|
- lib/stripe/params/issuing/physical_bundle_retrieve_params.rb
|
|
504
|
+
- lib/stripe/params/issuing/program_create_params.rb
|
|
505
|
+
- lib/stripe/params/issuing/program_list_params.rb
|
|
506
|
+
- lib/stripe/params/issuing/program_retrieve_params.rb
|
|
507
|
+
- lib/stripe/params/issuing/program_update_params.rb
|
|
396
508
|
- lib/stripe/params/issuing/token_list_params.rb
|
|
397
509
|
- lib/stripe/params/issuing/token_retrieve_params.rb
|
|
398
510
|
- lib/stripe/params/issuing/token_update_params.rb
|
|
@@ -440,6 +552,7 @@ files:
|
|
|
440
552
|
- lib/stripe/params/payment_link_retrieve_params.rb
|
|
441
553
|
- lib/stripe/params/payment_link_update_params.rb
|
|
442
554
|
- lib/stripe/params/payment_method_attach_params.rb
|
|
555
|
+
- lib/stripe/params/payment_method_check_balance_params.rb
|
|
443
556
|
- lib/stripe/params/payment_method_configuration_create_params.rb
|
|
444
557
|
- lib/stripe/params/payment_method_configuration_list_params.rb
|
|
445
558
|
- lib/stripe/params/payment_method_configuration_retrieve_params.rb
|
|
@@ -486,6 +599,7 @@ files:
|
|
|
486
599
|
- lib/stripe/params/privacy/redaction_job_update_params.rb
|
|
487
600
|
- lib/stripe/params/privacy/redaction_job_validate_params.rb
|
|
488
601
|
- lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb
|
|
602
|
+
- lib/stripe/params/product_catalog/trial_offer_create_params.rb
|
|
489
603
|
- lib/stripe/params/product_create_params.rb
|
|
490
604
|
- lib/stripe/params/product_delete_params.rb
|
|
491
605
|
- lib/stripe/params/product_feature_create_params.rb
|
|
@@ -520,6 +634,9 @@ files:
|
|
|
520
634
|
- lib/stripe/params/quote_reestimate_params.rb
|
|
521
635
|
- lib/stripe/params/quote_retrieve_params.rb
|
|
522
636
|
- lib/stripe/params/quote_update_params.rb
|
|
637
|
+
- lib/stripe/params/radar/account_evaluation_create_params.rb
|
|
638
|
+
- lib/stripe/params/radar/account_evaluation_retrieve_params.rb
|
|
639
|
+
- lib/stripe/params/radar/account_evaluation_update_params.rb
|
|
523
640
|
- lib/stripe/params/radar/early_fraud_warning_list_params.rb
|
|
524
641
|
- lib/stripe/params/radar/early_fraud_warning_retrieve_params.rb
|
|
525
642
|
- lib/stripe/params/radar/value_list_create_params.rb
|
|
@@ -542,11 +659,6 @@ files:
|
|
|
542
659
|
- lib/stripe/params/reporting/report_run_retrieve_params.rb
|
|
543
660
|
- lib/stripe/params/reporting/report_type_list_params.rb
|
|
544
661
|
- lib/stripe/params/reporting/report_type_retrieve_params.rb
|
|
545
|
-
- lib/stripe/params/reserve/hold_list_params.rb
|
|
546
|
-
- lib/stripe/params/reserve/hold_retrieve_params.rb
|
|
547
|
-
- lib/stripe/params/reserve/plan_retrieve_params.rb
|
|
548
|
-
- lib/stripe/params/reserve/release_list_params.rb
|
|
549
|
-
- lib/stripe/params/reserve/release_retrieve_params.rb
|
|
550
662
|
- lib/stripe/params/review_approve_params.rb
|
|
551
663
|
- lib/stripe/params/review_list_params.rb
|
|
552
664
|
- lib/stripe/params/review_retrieve_params.rb
|
|
@@ -558,6 +670,9 @@ files:
|
|
|
558
670
|
- lib/stripe/params/setup_intent_retrieve_params.rb
|
|
559
671
|
- lib/stripe/params/setup_intent_update_params.rb
|
|
560
672
|
- lib/stripe/params/setup_intent_verify_microdeposits_params.rb
|
|
673
|
+
- lib/stripe/params/shared_payment/granted_token_create_params.rb
|
|
674
|
+
- lib/stripe/params/shared_payment/granted_token_retrieve_params.rb
|
|
675
|
+
- lib/stripe/params/shared_payment/granted_token_revoke_params.rb
|
|
561
676
|
- lib/stripe/params/shipping_rate_create_params.rb
|
|
562
677
|
- lib/stripe/params/shipping_rate_list_params.rb
|
|
563
678
|
- lib/stripe/params/shipping_rate_retrieve_params.rb
|
|
@@ -600,6 +715,9 @@ files:
|
|
|
600
715
|
- lib/stripe/params/tax/form_list_params.rb
|
|
601
716
|
- lib/stripe/params/tax/form_pdf_params.rb
|
|
602
717
|
- lib/stripe/params/tax/form_retrieve_params.rb
|
|
718
|
+
- lib/stripe/params/tax/location_create_params.rb
|
|
719
|
+
- lib/stripe/params/tax/location_list_params.rb
|
|
720
|
+
- lib/stripe/params/tax/location_retrieve_params.rb
|
|
603
721
|
- lib/stripe/params/tax/registration_create_params.rb
|
|
604
722
|
- lib/stripe/params/tax/registration_list_params.rb
|
|
605
723
|
- lib/stripe/params/tax/registration_retrieve_params.rb
|
|
@@ -650,6 +768,8 @@ files:
|
|
|
650
768
|
- lib/stripe/params/terminal/reader_succeed_input_collection_params.rb
|
|
651
769
|
- lib/stripe/params/terminal/reader_timeout_input_collection_params.rb
|
|
652
770
|
- lib/stripe/params/terminal/reader_update_params.rb
|
|
771
|
+
- lib/stripe/params/test_helpers/capital/financing_offer_create_params.rb
|
|
772
|
+
- lib/stripe/params/test_helpers/capital/financing_offer_refill_params.rb
|
|
653
773
|
- lib/stripe/params/test_helpers/confirmation_token_create_params.rb
|
|
654
774
|
- lib/stripe/params/test_helpers/customer_fund_cash_balance_params.rb
|
|
655
775
|
- lib/stripe/params/test_helpers/issuing/authorization_capture_params.rb
|
|
@@ -671,6 +791,8 @@ files:
|
|
|
671
791
|
- lib/stripe/params/test_helpers/issuing/transaction_create_unlinked_refund_params.rb
|
|
672
792
|
- lib/stripe/params/test_helpers/issuing/transaction_refund_params.rb
|
|
673
793
|
- lib/stripe/params/test_helpers/refund_expire_params.rb
|
|
794
|
+
- lib/stripe/params/test_helpers/shared_payment/granted_token_create_params.rb
|
|
795
|
+
- lib/stripe/params/test_helpers/shared_payment/granted_token_revoke_params.rb
|
|
674
796
|
- lib/stripe/params/test_helpers/terminal/reader_present_payment_method_params.rb
|
|
675
797
|
- lib/stripe/params/test_helpers/terminal/reader_succeed_input_collection_params.rb
|
|
676
798
|
- lib/stripe/params/test_helpers/terminal/reader_timeout_input_collection_params.rb
|
|
@@ -772,14 +894,75 @@ files:
|
|
|
772
894
|
- lib/stripe/params/v2/billing/collection_setting_update_params.rb
|
|
773
895
|
- lib/stripe/params/v2/billing/collection_settings/version_list_params.rb
|
|
774
896
|
- lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb
|
|
897
|
+
- lib/stripe/params/v2/billing/custom_pricing_unit_create_params.rb
|
|
898
|
+
- lib/stripe/params/v2/billing/custom_pricing_unit_list_params.rb
|
|
899
|
+
- lib/stripe/params/v2/billing/custom_pricing_unit_retrieve_params.rb
|
|
900
|
+
- lib/stripe/params/v2/billing/custom_pricing_unit_update_params.rb
|
|
901
|
+
- lib/stripe/params/v2/billing/intent_cancel_params.rb
|
|
902
|
+
- lib/stripe/params/v2/billing/intent_commit_params.rb
|
|
903
|
+
- lib/stripe/params/v2/billing/intent_create_params.rb
|
|
904
|
+
- lib/stripe/params/v2/billing/intent_list_params.rb
|
|
905
|
+
- lib/stripe/params/v2/billing/intent_release_reservation_params.rb
|
|
906
|
+
- lib/stripe/params/v2/billing/intent_reserve_params.rb
|
|
907
|
+
- lib/stripe/params/v2/billing/intent_retrieve_params.rb
|
|
908
|
+
- lib/stripe/params/v2/billing/intents/action_list_params.rb
|
|
909
|
+
- lib/stripe/params/v2/billing/intents/action_retrieve_params.rb
|
|
910
|
+
- lib/stripe/params/v2/billing/license_fee_create_params.rb
|
|
911
|
+
- lib/stripe/params/v2/billing/license_fee_list_params.rb
|
|
912
|
+
- lib/stripe/params/v2/billing/license_fee_retrieve_params.rb
|
|
913
|
+
- lib/stripe/params/v2/billing/license_fee_subscription_retrieve_params.rb
|
|
914
|
+
- lib/stripe/params/v2/billing/license_fee_update_params.rb
|
|
915
|
+
- lib/stripe/params/v2/billing/license_fees/version_list_params.rb
|
|
916
|
+
- lib/stripe/params/v2/billing/license_fees/version_retrieve_params.rb
|
|
917
|
+
- lib/stripe/params/v2/billing/licensed_item_create_params.rb
|
|
918
|
+
- lib/stripe/params/v2/billing/licensed_item_list_params.rb
|
|
919
|
+
- lib/stripe/params/v2/billing/licensed_item_retrieve_params.rb
|
|
920
|
+
- lib/stripe/params/v2/billing/licensed_item_update_params.rb
|
|
775
921
|
- lib/stripe/params/v2/billing/meter_event_adjustment_create_params.rb
|
|
776
922
|
- lib/stripe/params/v2/billing/meter_event_create_params.rb
|
|
777
923
|
- lib/stripe/params/v2/billing/meter_event_session_create_params.rb
|
|
778
924
|
- lib/stripe/params/v2/billing/meter_event_stream_create_params.rb
|
|
925
|
+
- lib/stripe/params/v2/billing/metered_item_create_params.rb
|
|
926
|
+
- lib/stripe/params/v2/billing/metered_item_list_params.rb
|
|
927
|
+
- lib/stripe/params/v2/billing/metered_item_retrieve_params.rb
|
|
928
|
+
- lib/stripe/params/v2/billing/metered_item_update_params.rb
|
|
929
|
+
- lib/stripe/params/v2/billing/pricing_plan_create_params.rb
|
|
930
|
+
- lib/stripe/params/v2/billing/pricing_plan_list_params.rb
|
|
931
|
+
- lib/stripe/params/v2/billing/pricing_plan_retrieve_params.rb
|
|
932
|
+
- lib/stripe/params/v2/billing/pricing_plan_subscription_list_params.rb
|
|
933
|
+
- lib/stripe/params/v2/billing/pricing_plan_subscription_retrieve_params.rb
|
|
934
|
+
- lib/stripe/params/v2/billing/pricing_plan_subscription_update_params.rb
|
|
935
|
+
- lib/stripe/params/v2/billing/pricing_plan_subscriptions/component_retrieve_params.rb
|
|
936
|
+
- lib/stripe/params/v2/billing/pricing_plan_update_params.rb
|
|
937
|
+
- lib/stripe/params/v2/billing/pricing_plans/component_create_params.rb
|
|
938
|
+
- lib/stripe/params/v2/billing/pricing_plans/component_delete_params.rb
|
|
939
|
+
- lib/stripe/params/v2/billing/pricing_plans/component_list_params.rb
|
|
940
|
+
- lib/stripe/params/v2/billing/pricing_plans/component_retrieve_params.rb
|
|
941
|
+
- lib/stripe/params/v2/billing/pricing_plans/component_update_params.rb
|
|
942
|
+
- lib/stripe/params/v2/billing/pricing_plans/version_list_params.rb
|
|
943
|
+
- lib/stripe/params/v2/billing/pricing_plans/version_retrieve_params.rb
|
|
779
944
|
- lib/stripe/params/v2/billing/profile_create_params.rb
|
|
780
945
|
- lib/stripe/params/v2/billing/profile_list_params.rb
|
|
781
946
|
- lib/stripe/params/v2/billing/profile_retrieve_params.rb
|
|
782
947
|
- lib/stripe/params/v2/billing/profile_update_params.rb
|
|
948
|
+
- lib/stripe/params/v2/billing/rate_card_create_params.rb
|
|
949
|
+
- lib/stripe/params/v2/billing/rate_card_list_params.rb
|
|
950
|
+
- lib/stripe/params/v2/billing/rate_card_retrieve_params.rb
|
|
951
|
+
- lib/stripe/params/v2/billing/rate_card_subscription_cancel_params.rb
|
|
952
|
+
- lib/stripe/params/v2/billing/rate_card_subscription_create_params.rb
|
|
953
|
+
- lib/stripe/params/v2/billing/rate_card_subscription_list_params.rb
|
|
954
|
+
- lib/stripe/params/v2/billing/rate_card_subscription_retrieve_params.rb
|
|
955
|
+
- lib/stripe/params/v2/billing/rate_card_subscription_update_params.rb
|
|
956
|
+
- lib/stripe/params/v2/billing/rate_card_update_params.rb
|
|
957
|
+
- lib/stripe/params/v2/billing/rate_cards/rate_create_params.rb
|
|
958
|
+
- lib/stripe/params/v2/billing/rate_cards/rate_delete_params.rb
|
|
959
|
+
- lib/stripe/params/v2/billing/rate_cards/rate_list_params.rb
|
|
960
|
+
- lib/stripe/params/v2/billing/rate_cards/rate_retrieve_params.rb
|
|
961
|
+
- lib/stripe/params/v2/billing/rate_cards/version_list_params.rb
|
|
962
|
+
- lib/stripe/params/v2/billing/rate_cards/version_retrieve_params.rb
|
|
963
|
+
- lib/stripe/params/v2/billing/service_action_create_params.rb
|
|
964
|
+
- lib/stripe/params/v2/billing/service_action_retrieve_params.rb
|
|
965
|
+
- lib/stripe/params/v2/billing/service_action_update_params.rb
|
|
783
966
|
- lib/stripe/params/v2/core/account_close_params.rb
|
|
784
967
|
- lib/stripe/params/v2/core/account_create_params.rb
|
|
785
968
|
- lib/stripe/params/v2/core/account_link_create_params.rb
|
|
@@ -795,6 +978,8 @@ files:
|
|
|
795
978
|
- lib/stripe/params/v2/core/accounts/person_token_create_params.rb
|
|
796
979
|
- lib/stripe/params/v2/core/accounts/person_token_retrieve_params.rb
|
|
797
980
|
- lib/stripe/params/v2/core/accounts/person_update_params.rb
|
|
981
|
+
- lib/stripe/params/v2/core/claimable_sandbox_create_params.rb
|
|
982
|
+
- lib/stripe/params/v2/core/claimable_sandbox_retrieve_params.rb
|
|
798
983
|
- lib/stripe/params/v2/core/event_destination_create_params.rb
|
|
799
984
|
- lib/stripe/params/v2/core/event_destination_delete_params.rb
|
|
800
985
|
- lib/stripe/params/v2/core/event_destination_disable_params.rb
|
|
@@ -818,8 +1003,17 @@ files:
|
|
|
818
1003
|
- lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb
|
|
819
1004
|
- lib/stripe/params/v2/core/vault/us_bank_account_send_microdeposits_params.rb
|
|
820
1005
|
- lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb
|
|
1006
|
+
- lib/stripe/params/v2/iam/api_key_create_params.rb
|
|
1007
|
+
- lib/stripe/params/v2/iam/api_key_expire_params.rb
|
|
1008
|
+
- lib/stripe/params/v2/iam/api_key_list_params.rb
|
|
1009
|
+
- lib/stripe/params/v2/iam/api_key_retrieve_params.rb
|
|
1010
|
+
- lib/stripe/params/v2/iam/api_key_rotate_params.rb
|
|
1011
|
+
- lib/stripe/params/v2/iam/api_key_update_params.rb
|
|
821
1012
|
- lib/stripe/params/v2/money_management/adjustment_list_params.rb
|
|
822
1013
|
- lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb
|
|
1014
|
+
- lib/stripe/params/v2/money_management/currency_conversion_create_params.rb
|
|
1015
|
+
- lib/stripe/params/v2/money_management/currency_conversion_list_params.rb
|
|
1016
|
+
- lib/stripe/params/v2/money_management/currency_conversion_retrieve_params.rb
|
|
823
1017
|
- lib/stripe/params/v2/money_management/financial_account_close_params.rb
|
|
824
1018
|
- lib/stripe/params/v2/money_management/financial_account_create_params.rb
|
|
825
1019
|
- lib/stripe/params/v2/money_management/financial_account_list_params.rb
|
|
@@ -855,12 +1049,37 @@ files:
|
|
|
855
1049
|
- lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb
|
|
856
1050
|
- lib/stripe/params/v2/money_management/received_debit_list_params.rb
|
|
857
1051
|
- lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb
|
|
1052
|
+
- lib/stripe/params/v2/money_management/recipient_verification_acknowledge_params.rb
|
|
1053
|
+
- lib/stripe/params/v2/money_management/recipient_verification_create_params.rb
|
|
1054
|
+
- lib/stripe/params/v2/money_management/recipient_verification_retrieve_params.rb
|
|
858
1055
|
- lib/stripe/params/v2/money_management/transaction_entry_list_params.rb
|
|
859
1056
|
- lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb
|
|
860
1057
|
- lib/stripe/params/v2/money_management/transaction_list_params.rb
|
|
861
1058
|
- lib/stripe/params/v2/money_management/transaction_retrieve_params.rb
|
|
1059
|
+
- lib/stripe/params/v2/payments/off_session_payment_cancel_params.rb
|
|
1060
|
+
- lib/stripe/params/v2/payments/off_session_payment_capture_params.rb
|
|
1061
|
+
- lib/stripe/params/v2/payments/off_session_payment_create_params.rb
|
|
1062
|
+
- lib/stripe/params/v2/payments/off_session_payment_list_params.rb
|
|
1063
|
+
- lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb
|
|
1064
|
+
- lib/stripe/params/v2/payments/settlement_allocation_intent_cancel_params.rb
|
|
1065
|
+
- lib/stripe/params/v2/payments/settlement_allocation_intent_create_params.rb
|
|
1066
|
+
- lib/stripe/params/v2/payments/settlement_allocation_intent_retrieve_params.rb
|
|
1067
|
+
- lib/stripe/params/v2/payments/settlement_allocation_intent_submit_params.rb
|
|
1068
|
+
- lib/stripe/params/v2/payments/settlement_allocation_intent_update_params.rb
|
|
1069
|
+
- lib/stripe/params/v2/payments/settlement_allocation_intents/split_cancel_params.rb
|
|
1070
|
+
- lib/stripe/params/v2/payments/settlement_allocation_intents/split_create_params.rb
|
|
1071
|
+
- lib/stripe/params/v2/payments/settlement_allocation_intents/split_retrieve_params.rb
|
|
1072
|
+
- lib/stripe/params/v2/reporting/report_retrieve_params.rb
|
|
1073
|
+
- lib/stripe/params/v2/reporting/report_run_create_params.rb
|
|
1074
|
+
- lib/stripe/params/v2/reporting/report_run_retrieve_params.rb
|
|
1075
|
+
- lib/stripe/params/v2/tax/manual_rule_create_params.rb
|
|
1076
|
+
- lib/stripe/params/v2/tax/manual_rule_deactivate_params.rb
|
|
1077
|
+
- lib/stripe/params/v2/tax/manual_rule_list_params.rb
|
|
1078
|
+
- lib/stripe/params/v2/tax/manual_rule_retrieve_params.rb
|
|
1079
|
+
- lib/stripe/params/v2/tax/manual_rule_update_params.rb
|
|
862
1080
|
- lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb
|
|
863
1081
|
- lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb
|
|
1082
|
+
- lib/stripe/params/v2/test_helpers/money_management_recipient_verifications_params.rb
|
|
864
1083
|
- lib/stripe/params/webhook_endpoint_create_params.rb
|
|
865
1084
|
- lib/stripe/params/webhook_endpoint_delete_params.rb
|
|
866
1085
|
- lib/stripe/params/webhook_endpoint_list_params.rb
|
|
@@ -882,6 +1101,7 @@ files:
|
|
|
882
1101
|
- lib/stripe/resources/balance.rb
|
|
883
1102
|
- lib/stripe/resources/balance_settings.rb
|
|
884
1103
|
- lib/stripe/resources/balance_transaction.rb
|
|
1104
|
+
- lib/stripe/resources/balance_transfer.rb
|
|
885
1105
|
- lib/stripe/resources/bank_account.rb
|
|
886
1106
|
- lib/stripe/resources/billing/alert.rb
|
|
887
1107
|
- lib/stripe/resources/billing/alert_triggered.rb
|
|
@@ -917,6 +1137,7 @@ files:
|
|
|
917
1137
|
- lib/stripe/resources/customer_balance_transaction.rb
|
|
918
1138
|
- lib/stripe/resources/customer_cash_balance_transaction.rb
|
|
919
1139
|
- lib/stripe/resources/customer_session.rb
|
|
1140
|
+
- lib/stripe/resources/delegated_checkout/requested_session.rb
|
|
920
1141
|
- lib/stripe/resources/discount.rb
|
|
921
1142
|
- lib/stripe/resources/dispute.rb
|
|
922
1143
|
- lib/stripe/resources/entitlements/active_entitlement.rb
|
|
@@ -937,6 +1158,7 @@ files:
|
|
|
937
1158
|
- lib/stripe/resources/forwarding/request.rb
|
|
938
1159
|
- lib/stripe/resources/funding_instructions.rb
|
|
939
1160
|
- lib/stripe/resources/fx_quote.rb
|
|
1161
|
+
- lib/stripe/resources/identity/blocklist_entry.rb
|
|
940
1162
|
- lib/stripe/resources/identity/verification_report.rb
|
|
941
1163
|
- lib/stripe/resources/identity/verification_session.rb
|
|
942
1164
|
- lib/stripe/resources/invoice.rb
|
|
@@ -953,6 +1175,7 @@ files:
|
|
|
953
1175
|
- lib/stripe/resources/issuing/fraud_liability_debit.rb
|
|
954
1176
|
- lib/stripe/resources/issuing/personalization_design.rb
|
|
955
1177
|
- lib/stripe/resources/issuing/physical_bundle.rb
|
|
1178
|
+
- lib/stripe/resources/issuing/program.rb
|
|
956
1179
|
- lib/stripe/resources/issuing/settlement.rb
|
|
957
1180
|
- lib/stripe/resources/issuing/token.rb
|
|
958
1181
|
- lib/stripe/resources/issuing/transaction.rb
|
|
@@ -966,6 +1189,7 @@ files:
|
|
|
966
1189
|
- lib/stripe/resources/payment_intent_amount_details_line_item.rb
|
|
967
1190
|
- lib/stripe/resources/payment_link.rb
|
|
968
1191
|
- lib/stripe/resources/payment_method.rb
|
|
1192
|
+
- lib/stripe/resources/payment_method_balance.rb
|
|
969
1193
|
- lib/stripe/resources/payment_method_configuration.rb
|
|
970
1194
|
- lib/stripe/resources/payment_method_domain.rb
|
|
971
1195
|
- lib/stripe/resources/payment_record.rb
|
|
@@ -976,12 +1200,14 @@ files:
|
|
|
976
1200
|
- lib/stripe/resources/privacy/redaction_job.rb
|
|
977
1201
|
- lib/stripe/resources/privacy/redaction_job_validation_error.rb
|
|
978
1202
|
- lib/stripe/resources/product.rb
|
|
1203
|
+
- lib/stripe/resources/product_catalog/trial_offer.rb
|
|
979
1204
|
- lib/stripe/resources/product_feature.rb
|
|
980
1205
|
- lib/stripe/resources/promotion_code.rb
|
|
981
1206
|
- lib/stripe/resources/quote.rb
|
|
982
1207
|
- lib/stripe/resources/quote_line.rb
|
|
983
1208
|
- lib/stripe/resources/quote_preview_invoice.rb
|
|
984
1209
|
- lib/stripe/resources/quote_preview_subscription_schedule.rb
|
|
1210
|
+
- lib/stripe/resources/radar/account_evaluation.rb
|
|
985
1211
|
- lib/stripe/resources/radar/early_fraud_warning.rb
|
|
986
1212
|
- lib/stripe/resources/radar/value_list.rb
|
|
987
1213
|
- lib/stripe/resources/radar/value_list_item.rb
|
|
@@ -989,14 +1215,12 @@ files:
|
|
|
989
1215
|
- lib/stripe/resources/refund.rb
|
|
990
1216
|
- lib/stripe/resources/reporting/report_run.rb
|
|
991
1217
|
- lib/stripe/resources/reporting/report_type.rb
|
|
992
|
-
- lib/stripe/resources/reserve/hold.rb
|
|
993
|
-
- lib/stripe/resources/reserve/plan.rb
|
|
994
|
-
- lib/stripe/resources/reserve/release.rb
|
|
995
1218
|
- lib/stripe/resources/reserve_transaction.rb
|
|
996
1219
|
- lib/stripe/resources/reversal.rb
|
|
997
1220
|
- lib/stripe/resources/review.rb
|
|
998
1221
|
- lib/stripe/resources/setup_attempt.rb
|
|
999
1222
|
- lib/stripe/resources/setup_intent.rb
|
|
1223
|
+
- lib/stripe/resources/shared_payment/granted_token.rb
|
|
1000
1224
|
- lib/stripe/resources/shipping_rate.rb
|
|
1001
1225
|
- lib/stripe/resources/sigma/scheduled_query_run.rb
|
|
1002
1226
|
- lib/stripe/resources/source.rb
|
|
@@ -1009,6 +1233,7 @@ files:
|
|
|
1009
1233
|
- lib/stripe/resources/tax/calculation.rb
|
|
1010
1234
|
- lib/stripe/resources/tax/calculation_line_item.rb
|
|
1011
1235
|
- lib/stripe/resources/tax/form.rb
|
|
1236
|
+
- lib/stripe/resources/tax/location.rb
|
|
1012
1237
|
- lib/stripe/resources/tax/registration.rb
|
|
1013
1238
|
- lib/stripe/resources/tax/settings.rb
|
|
1014
1239
|
- lib/stripe/resources/tax/transaction.rb
|
|
@@ -1027,6 +1252,7 @@ files:
|
|
|
1027
1252
|
- lib/stripe/resources/token.rb
|
|
1028
1253
|
- lib/stripe/resources/topup.rb
|
|
1029
1254
|
- lib/stripe/resources/transfer.rb
|
|
1255
|
+
- lib/stripe/resources/transit_balance.rb
|
|
1030
1256
|
- lib/stripe/resources/treasury/credit_reversal.rb
|
|
1031
1257
|
- lib/stripe/resources/treasury/debit_reversal.rb
|
|
1032
1258
|
- lib/stripe/resources/treasury/financial_account.rb
|
|
@@ -1044,15 +1270,34 @@ files:
|
|
|
1044
1270
|
- lib/stripe/resources/v2/billing/cadence.rb
|
|
1045
1271
|
- lib/stripe/resources/v2/billing/collection_setting.rb
|
|
1046
1272
|
- lib/stripe/resources/v2/billing/collection_setting_version.rb
|
|
1273
|
+
- lib/stripe/resources/v2/billing/custom_pricing_unit.rb
|
|
1274
|
+
- lib/stripe/resources/v2/billing/intent.rb
|
|
1275
|
+
- lib/stripe/resources/v2/billing/intent_action.rb
|
|
1276
|
+
- lib/stripe/resources/v2/billing/license_fee.rb
|
|
1277
|
+
- lib/stripe/resources/v2/billing/license_fee_subscription.rb
|
|
1278
|
+
- lib/stripe/resources/v2/billing/license_fee_version.rb
|
|
1279
|
+
- lib/stripe/resources/v2/billing/licensed_item.rb
|
|
1047
1280
|
- lib/stripe/resources/v2/billing/meter_event.rb
|
|
1048
1281
|
- lib/stripe/resources/v2/billing/meter_event_adjustment.rb
|
|
1049
1282
|
- lib/stripe/resources/v2/billing/meter_event_session.rb
|
|
1283
|
+
- lib/stripe/resources/v2/billing/metered_item.rb
|
|
1284
|
+
- lib/stripe/resources/v2/billing/pricing_plan.rb
|
|
1285
|
+
- lib/stripe/resources/v2/billing/pricing_plan_component.rb
|
|
1286
|
+
- lib/stripe/resources/v2/billing/pricing_plan_subscription.rb
|
|
1287
|
+
- lib/stripe/resources/v2/billing/pricing_plan_subscription_components.rb
|
|
1288
|
+
- lib/stripe/resources/v2/billing/pricing_plan_version.rb
|
|
1050
1289
|
- lib/stripe/resources/v2/billing/profile.rb
|
|
1290
|
+
- lib/stripe/resources/v2/billing/rate_card.rb
|
|
1291
|
+
- lib/stripe/resources/v2/billing/rate_card_rate.rb
|
|
1292
|
+
- lib/stripe/resources/v2/billing/rate_card_subscription.rb
|
|
1293
|
+
- lib/stripe/resources/v2/billing/rate_card_version.rb
|
|
1294
|
+
- lib/stripe/resources/v2/billing/service_action.rb
|
|
1051
1295
|
- lib/stripe/resources/v2/core/account.rb
|
|
1052
1296
|
- lib/stripe/resources/v2/core/account_link.rb
|
|
1053
1297
|
- lib/stripe/resources/v2/core/account_person.rb
|
|
1054
1298
|
- lib/stripe/resources/v2/core/account_person_token.rb
|
|
1055
1299
|
- lib/stripe/resources/v2/core/account_token.rb
|
|
1300
|
+
- lib/stripe/resources/v2/core/claimable_sandbox.rb
|
|
1056
1301
|
- lib/stripe/resources/v2/core/event.rb
|
|
1057
1302
|
- lib/stripe/resources/v2/core/event_destination.rb
|
|
1058
1303
|
- lib/stripe/resources/v2/core/event_notification.rb
|
|
@@ -1061,7 +1306,9 @@ files:
|
|
|
1061
1306
|
- lib/stripe/resources/v2/deleted_object.rb
|
|
1062
1307
|
- lib/stripe/resources/v2/financial_address_credit_simulation.rb
|
|
1063
1308
|
- lib/stripe/resources/v2/financial_address_generated_microdeposits.rb
|
|
1309
|
+
- lib/stripe/resources/v2/iam/api_key.rb
|
|
1064
1310
|
- lib/stripe/resources/v2/money_management/adjustment.rb
|
|
1311
|
+
- lib/stripe/resources/v2/money_management/currency_conversion.rb
|
|
1065
1312
|
- lib/stripe/resources/v2/money_management/financial_account.rb
|
|
1066
1313
|
- lib/stripe/resources/v2/money_management/financial_address.rb
|
|
1067
1314
|
- lib/stripe/resources/v2/money_management/inbound_transfer.rb
|
|
@@ -1073,8 +1320,15 @@ files:
|
|
|
1073
1320
|
- lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb
|
|
1074
1321
|
- lib/stripe/resources/v2/money_management/received_credit.rb
|
|
1075
1322
|
- lib/stripe/resources/v2/money_management/received_debit.rb
|
|
1323
|
+
- lib/stripe/resources/v2/money_management/recipient_verification.rb
|
|
1076
1324
|
- lib/stripe/resources/v2/money_management/transaction.rb
|
|
1077
1325
|
- lib/stripe/resources/v2/money_management/transaction_entry.rb
|
|
1326
|
+
- lib/stripe/resources/v2/payments/off_session_payment.rb
|
|
1327
|
+
- lib/stripe/resources/v2/payments/settlement_allocation_intent.rb
|
|
1328
|
+
- lib/stripe/resources/v2/payments/settlement_allocation_intent_split.rb
|
|
1329
|
+
- lib/stripe/resources/v2/reporting/report.rb
|
|
1330
|
+
- lib/stripe/resources/v2/reporting/report_run.rb
|
|
1331
|
+
- lib/stripe/resources/v2/tax/manual_rule.rb
|
|
1078
1332
|
- lib/stripe/resources/webhook_endpoint.rb
|
|
1079
1333
|
- lib/stripe/search_result_object.rb
|
|
1080
1334
|
- lib/stripe/services.rb
|
|
@@ -1094,6 +1348,7 @@ files:
|
|
|
1094
1348
|
- lib/stripe/services/balance_service.rb
|
|
1095
1349
|
- lib/stripe/services/balance_settings_service.rb
|
|
1096
1350
|
- lib/stripe/services/balance_transaction_service.rb
|
|
1351
|
+
- lib/stripe/services/balance_transfer_service.rb
|
|
1097
1352
|
- lib/stripe/services/billing/alert_service.rb
|
|
1098
1353
|
- lib/stripe/services/billing/analytics/meter_usage_service.rb
|
|
1099
1354
|
- lib/stripe/services/billing/analytics_service.rb
|
|
@@ -1135,6 +1390,8 @@ files:
|
|
|
1135
1390
|
- lib/stripe/services/customer_service.rb
|
|
1136
1391
|
- lib/stripe/services/customer_session_service.rb
|
|
1137
1392
|
- lib/stripe/services/customer_tax_id_service.rb
|
|
1393
|
+
- lib/stripe/services/delegated_checkout/requested_session_service.rb
|
|
1394
|
+
- lib/stripe/services/delegated_checkout_service.rb
|
|
1138
1395
|
- lib/stripe/services/dispute_service.rb
|
|
1139
1396
|
- lib/stripe/services/entitlements/active_entitlement_service.rb
|
|
1140
1397
|
- lib/stripe/services/entitlements/feature_service.rb
|
|
@@ -1155,6 +1412,7 @@ files:
|
|
|
1155
1412
|
- lib/stripe/services/forwarding/request_service.rb
|
|
1156
1413
|
- lib/stripe/services/forwarding_service.rb
|
|
1157
1414
|
- lib/stripe/services/fx_quote_service.rb
|
|
1415
|
+
- lib/stripe/services/identity/blocklist_entry_service.rb
|
|
1158
1416
|
- lib/stripe/services/identity/verification_report_service.rb
|
|
1159
1417
|
- lib/stripe/services/identity/verification_session_service.rb
|
|
1160
1418
|
- lib/stripe/services/identity_service.rb
|
|
@@ -1172,6 +1430,7 @@ files:
|
|
|
1172
1430
|
- lib/stripe/services/issuing/fraud_liability_debit_service.rb
|
|
1173
1431
|
- lib/stripe/services/issuing/personalization_design_service.rb
|
|
1174
1432
|
- lib/stripe/services/issuing/physical_bundle_service.rb
|
|
1433
|
+
- lib/stripe/services/issuing/program_service.rb
|
|
1175
1434
|
- lib/stripe/services/issuing/token_service.rb
|
|
1176
1435
|
- lib/stripe/services/issuing/transaction_service.rb
|
|
1177
1436
|
- lib/stripe/services/issuing_service.rb
|
|
@@ -1195,6 +1454,8 @@ files:
|
|
|
1195
1454
|
- lib/stripe/services/privacy/redaction_job_service.rb
|
|
1196
1455
|
- lib/stripe/services/privacy/redaction_job_validation_error_service.rb
|
|
1197
1456
|
- lib/stripe/services/privacy_service.rb
|
|
1457
|
+
- lib/stripe/services/product_catalog/trial_offer_service.rb
|
|
1458
|
+
- lib/stripe/services/product_catalog_service.rb
|
|
1198
1459
|
- lib/stripe/services/product_feature_service.rb
|
|
1199
1460
|
- lib/stripe/services/product_service.rb
|
|
1200
1461
|
- lib/stripe/services/promotion_code_service.rb
|
|
@@ -1204,6 +1465,7 @@ files:
|
|
|
1204
1465
|
- lib/stripe/services/quote_preview_invoice_service.rb
|
|
1205
1466
|
- lib/stripe/services/quote_preview_subscription_schedule_service.rb
|
|
1206
1467
|
- lib/stripe/services/quote_service.rb
|
|
1468
|
+
- lib/stripe/services/radar/account_evaluation_service.rb
|
|
1207
1469
|
- lib/stripe/services/radar/early_fraud_warning_service.rb
|
|
1208
1470
|
- lib/stripe/services/radar/value_list_item_service.rb
|
|
1209
1471
|
- lib/stripe/services/radar/value_list_service.rb
|
|
@@ -1212,13 +1474,11 @@ files:
|
|
|
1212
1474
|
- lib/stripe/services/reporting/report_run_service.rb
|
|
1213
1475
|
- lib/stripe/services/reporting/report_type_service.rb
|
|
1214
1476
|
- lib/stripe/services/reporting_service.rb
|
|
1215
|
-
- lib/stripe/services/reserve/hold_service.rb
|
|
1216
|
-
- lib/stripe/services/reserve/plan_service.rb
|
|
1217
|
-
- lib/stripe/services/reserve/release_service.rb
|
|
1218
|
-
- lib/stripe/services/reserve_service.rb
|
|
1219
1477
|
- lib/stripe/services/review_service.rb
|
|
1220
1478
|
- lib/stripe/services/setup_attempt_service.rb
|
|
1221
1479
|
- lib/stripe/services/setup_intent_service.rb
|
|
1480
|
+
- lib/stripe/services/shared_payment/granted_token_service.rb
|
|
1481
|
+
- lib/stripe/services/shared_payment_service.rb
|
|
1222
1482
|
- lib/stripe/services/shipping_rate_service.rb
|
|
1223
1483
|
- lib/stripe/services/sigma/scheduled_query_run_service.rb
|
|
1224
1484
|
- lib/stripe/services/sigma_service.rb
|
|
@@ -1231,6 +1491,7 @@ files:
|
|
|
1231
1491
|
- lib/stripe/services/tax/calculation_line_item_service.rb
|
|
1232
1492
|
- lib/stripe/services/tax/calculation_service.rb
|
|
1233
1493
|
- lib/stripe/services/tax/form_service.rb
|
|
1494
|
+
- lib/stripe/services/tax/location_service.rb
|
|
1234
1495
|
- lib/stripe/services/tax/registration_service.rb
|
|
1235
1496
|
- lib/stripe/services/tax/settings_service.rb
|
|
1236
1497
|
- lib/stripe/services/tax/transaction_line_item_service.rb
|
|
@@ -1246,6 +1507,8 @@ files:
|
|
|
1246
1507
|
- lib/stripe/services/terminal/reader_collected_data_service.rb
|
|
1247
1508
|
- lib/stripe/services/terminal/reader_service.rb
|
|
1248
1509
|
- lib/stripe/services/terminal_service.rb
|
|
1510
|
+
- lib/stripe/services/test_helpers/capital/financing_offer_service.rb
|
|
1511
|
+
- lib/stripe/services/test_helpers/capital_service.rb
|
|
1249
1512
|
- lib/stripe/services/test_helpers/confirmation_token_service.rb
|
|
1250
1513
|
- lib/stripe/services/test_helpers/customer_service.rb
|
|
1251
1514
|
- lib/stripe/services/test_helpers/issuing/authorization_service.rb
|
|
@@ -1254,6 +1517,8 @@ files:
|
|
|
1254
1517
|
- lib/stripe/services/test_helpers/issuing/transaction_service.rb
|
|
1255
1518
|
- lib/stripe/services/test_helpers/issuing_service.rb
|
|
1256
1519
|
- lib/stripe/services/test_helpers/refund_service.rb
|
|
1520
|
+
- lib/stripe/services/test_helpers/shared_payment/granted_token_service.rb
|
|
1521
|
+
- lib/stripe/services/test_helpers/shared_payment_service.rb
|
|
1257
1522
|
- lib/stripe/services/test_helpers/terminal/reader_service.rb
|
|
1258
1523
|
- lib/stripe/services/test_helpers/terminal_service.rb
|
|
1259
1524
|
- lib/stripe/services/test_helpers/test_clock_service.rb
|
|
@@ -1286,24 +1551,46 @@ files:
|
|
|
1286
1551
|
- lib/stripe/services/v2/billing/cadence_service.rb
|
|
1287
1552
|
- lib/stripe/services/v2/billing/collection_setting_service.rb
|
|
1288
1553
|
- lib/stripe/services/v2/billing/collection_settings/version_service.rb
|
|
1554
|
+
- lib/stripe/services/v2/billing/custom_pricing_unit_service.rb
|
|
1555
|
+
- lib/stripe/services/v2/billing/intent_service.rb
|
|
1556
|
+
- lib/stripe/services/v2/billing/intents/action_service.rb
|
|
1557
|
+
- lib/stripe/services/v2/billing/license_fee_service.rb
|
|
1558
|
+
- lib/stripe/services/v2/billing/license_fee_subscription_service.rb
|
|
1559
|
+
- lib/stripe/services/v2/billing/license_fees/version_service.rb
|
|
1560
|
+
- lib/stripe/services/v2/billing/licensed_item_service.rb
|
|
1289
1561
|
- lib/stripe/services/v2/billing/meter_event_adjustment_service.rb
|
|
1290
1562
|
- lib/stripe/services/v2/billing/meter_event_service.rb
|
|
1291
1563
|
- lib/stripe/services/v2/billing/meter_event_session_service.rb
|
|
1292
1564
|
- lib/stripe/services/v2/billing/meter_event_stream_service.rb
|
|
1565
|
+
- lib/stripe/services/v2/billing/metered_item_service.rb
|
|
1566
|
+
- lib/stripe/services/v2/billing/pricing_plan_service.rb
|
|
1567
|
+
- lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb
|
|
1568
|
+
- lib/stripe/services/v2/billing/pricing_plan_subscriptions/component_service.rb
|
|
1569
|
+
- lib/stripe/services/v2/billing/pricing_plans/component_service.rb
|
|
1570
|
+
- lib/stripe/services/v2/billing/pricing_plans/version_service.rb
|
|
1293
1571
|
- lib/stripe/services/v2/billing/profile_service.rb
|
|
1572
|
+
- lib/stripe/services/v2/billing/rate_card_service.rb
|
|
1573
|
+
- lib/stripe/services/v2/billing/rate_card_subscription_service.rb
|
|
1574
|
+
- lib/stripe/services/v2/billing/rate_cards/rate_service.rb
|
|
1575
|
+
- lib/stripe/services/v2/billing/rate_cards/version_service.rb
|
|
1576
|
+
- lib/stripe/services/v2/billing/service_action_service.rb
|
|
1294
1577
|
- lib/stripe/services/v2/billing_service.rb
|
|
1295
1578
|
- lib/stripe/services/v2/core/account_link_service.rb
|
|
1296
1579
|
- lib/stripe/services/v2/core/account_service.rb
|
|
1297
1580
|
- lib/stripe/services/v2/core/account_token_service.rb
|
|
1298
1581
|
- lib/stripe/services/v2/core/accounts/person_service.rb
|
|
1299
1582
|
- lib/stripe/services/v2/core/accounts/person_token_service.rb
|
|
1583
|
+
- lib/stripe/services/v2/core/claimable_sandbox_service.rb
|
|
1300
1584
|
- lib/stripe/services/v2/core/event_destination_service.rb
|
|
1301
1585
|
- lib/stripe/services/v2/core/event_service.rb
|
|
1302
1586
|
- lib/stripe/services/v2/core/vault/gb_bank_account_service.rb
|
|
1303
1587
|
- lib/stripe/services/v2/core/vault/us_bank_account_service.rb
|
|
1304
1588
|
- lib/stripe/services/v2/core/vault_service.rb
|
|
1305
1589
|
- lib/stripe/services/v2/core_service.rb
|
|
1590
|
+
- lib/stripe/services/v2/iam/api_key_service.rb
|
|
1591
|
+
- lib/stripe/services/v2/iam_service.rb
|
|
1306
1592
|
- lib/stripe/services/v2/money_management/adjustment_service.rb
|
|
1593
|
+
- lib/stripe/services/v2/money_management/currency_conversion_service.rb
|
|
1307
1594
|
- lib/stripe/services/v2/money_management/financial_account_service.rb
|
|
1308
1595
|
- lib/stripe/services/v2/money_management/financial_address_service.rb
|
|
1309
1596
|
- lib/stripe/services/v2/money_management/inbound_transfer_service.rb
|
|
@@ -1315,18 +1602,28 @@ files:
|
|
|
1315
1602
|
- lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb
|
|
1316
1603
|
- lib/stripe/services/v2/money_management/received_credit_service.rb
|
|
1317
1604
|
- lib/stripe/services/v2/money_management/received_debit_service.rb
|
|
1605
|
+
- lib/stripe/services/v2/money_management/recipient_verification_service.rb
|
|
1318
1606
|
- lib/stripe/services/v2/money_management/transaction_entry_service.rb
|
|
1319
1607
|
- lib/stripe/services/v2/money_management/transaction_service.rb
|
|
1320
1608
|
- lib/stripe/services/v2/money_management_service.rb
|
|
1609
|
+
- lib/stripe/services/v2/payment_service.rb
|
|
1610
|
+
- lib/stripe/services/v2/payments/off_session_payment_service.rb
|
|
1611
|
+
- lib/stripe/services/v2/payments/settlement_allocation_intent_service.rb
|
|
1612
|
+
- lib/stripe/services/v2/payments/settlement_allocation_intents/split_service.rb
|
|
1613
|
+
- lib/stripe/services/v2/reporting/report_run_service.rb
|
|
1614
|
+
- lib/stripe/services/v2/reporting/report_service.rb
|
|
1615
|
+
- lib/stripe/services/v2/reporting_service.rb
|
|
1616
|
+
- lib/stripe/services/v2/tax/manual_rule_service.rb
|
|
1617
|
+
- lib/stripe/services/v2/tax_service.rb
|
|
1321
1618
|
- lib/stripe/services/v2/test_helper_service.rb
|
|
1322
1619
|
- lib/stripe/services/v2/test_helpers/financial_address_service.rb
|
|
1620
|
+
- lib/stripe/services/v2/test_helpers/money_management_service.rb
|
|
1323
1621
|
- lib/stripe/services/v2_services.rb
|
|
1324
1622
|
- lib/stripe/services/webhook_endpoint_service.rb
|
|
1325
1623
|
- lib/stripe/singleton_api_resource.rb
|
|
1326
1624
|
- lib/stripe/stripe_client.rb
|
|
1327
1625
|
- lib/stripe/stripe_configuration.rb
|
|
1328
1626
|
- lib/stripe/stripe_context.rb
|
|
1329
|
-
- lib/stripe/stripe_event_notification_handler.rb
|
|
1330
1627
|
- lib/stripe/stripe_object.rb
|
|
1331
1628
|
- lib/stripe/stripe_response.rb
|
|
1332
1629
|
- lib/stripe/stripe_service.rb
|