stripe 16.0.0 → 16.1.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 +34 -0
- data/lib/stripe/api_version.rb +1 -2
- data/lib/stripe/errors.rb +63 -0
- data/lib/stripe/event_types.rb +1032 -0
- data/lib/stripe/events/v1_account_updated_event.rb +44 -0
- data/lib/stripe/events/v1_application_fee_created_event.rb +44 -0
- data/lib/stripe/events/v1_application_fee_refunded_event.rb +44 -0
- data/lib/stripe/events/v1_billing_portal_configuration_created_event.rb +44 -0
- data/lib/stripe/events/v1_billing_portal_configuration_updated_event.rb +44 -0
- data/lib/stripe/events/v1_capability_updated_event.rb +44 -0
- data/lib/stripe/events/v1_charge_captured_event.rb +44 -0
- data/lib/stripe/events/v1_charge_dispute_closed_event.rb +44 -0
- data/lib/stripe/events/v1_charge_dispute_created_event.rb +44 -0
- data/lib/stripe/events/v1_charge_dispute_funds_reinstated_event.rb +44 -0
- data/lib/stripe/events/v1_charge_dispute_funds_withdrawn_event.rb +44 -0
- data/lib/stripe/events/v1_charge_dispute_updated_event.rb +44 -0
- data/lib/stripe/events/v1_charge_expired_event.rb +44 -0
- data/lib/stripe/events/v1_charge_failed_event.rb +44 -0
- data/lib/stripe/events/v1_charge_pending_event.rb +44 -0
- data/lib/stripe/events/v1_charge_refund_updated_event.rb +44 -0
- data/lib/stripe/events/v1_charge_refunded_event.rb +44 -0
- data/lib/stripe/events/v1_charge_succeeded_event.rb +44 -0
- data/lib/stripe/events/v1_charge_updated_event.rb +44 -0
- data/lib/stripe/events/v1_checkout_session_async_payment_failed_event.rb +44 -0
- data/lib/stripe/events/v1_checkout_session_async_payment_succeeded_event.rb +44 -0
- data/lib/stripe/events/v1_checkout_session_completed_event.rb +44 -0
- data/lib/stripe/events/v1_checkout_session_expired_event.rb +44 -0
- data/lib/stripe/events/v1_climate_order_canceled_event.rb +44 -0
- data/lib/stripe/events/v1_climate_order_created_event.rb +44 -0
- data/lib/stripe/events/v1_climate_order_delayed_event.rb +44 -0
- data/lib/stripe/events/v1_climate_order_delivered_event.rb +44 -0
- data/lib/stripe/events/v1_climate_order_product_substituted_event.rb +44 -0
- data/lib/stripe/events/v1_climate_product_created_event.rb +44 -0
- data/lib/stripe/events/v1_climate_product_pricing_updated_event.rb +44 -0
- data/lib/stripe/events/v1_coupon_created_event.rb +44 -0
- data/lib/stripe/events/v1_coupon_deleted_event.rb +44 -0
- data/lib/stripe/events/v1_coupon_updated_event.rb +44 -0
- data/lib/stripe/events/v1_credit_note_created_event.rb +44 -0
- data/lib/stripe/events/v1_credit_note_updated_event.rb +44 -0
- data/lib/stripe/events/v1_credit_note_voided_event.rb +44 -0
- data/lib/stripe/events/v1_customer_created_event.rb +44 -0
- data/lib/stripe/events/v1_customer_deleted_event.rb +44 -0
- data/lib/stripe/events/v1_customer_subscription_created_event.rb +44 -0
- data/lib/stripe/events/v1_customer_subscription_deleted_event.rb +44 -0
- data/lib/stripe/events/v1_customer_subscription_paused_event.rb +44 -0
- data/lib/stripe/events/v1_customer_subscription_pending_update_applied_event.rb +44 -0
- data/lib/stripe/events/v1_customer_subscription_pending_update_expired_event.rb +44 -0
- data/lib/stripe/events/v1_customer_subscription_resumed_event.rb +44 -0
- data/lib/stripe/events/v1_customer_subscription_trial_will_end_event.rb +44 -0
- data/lib/stripe/events/v1_customer_subscription_updated_event.rb +44 -0
- data/lib/stripe/events/v1_customer_tax_id_created_event.rb +44 -0
- data/lib/stripe/events/v1_customer_tax_id_deleted_event.rb +44 -0
- data/lib/stripe/events/v1_customer_tax_id_updated_event.rb +44 -0
- data/lib/stripe/events/v1_customer_updated_event.rb +44 -0
- data/lib/stripe/events/v1_file_created_event.rb +44 -0
- data/lib/stripe/events/v1_financial_connections_account_created_event.rb +44 -0
- data/lib/stripe/events/v1_financial_connections_account_deactivated_event.rb +44 -0
- data/lib/stripe/events/v1_financial_connections_account_disconnected_event.rb +44 -0
- data/lib/stripe/events/v1_financial_connections_account_reactivated_event.rb +44 -0
- data/lib/stripe/events/v1_financial_connections_account_refreshed_balance_event.rb +44 -0
- data/lib/stripe/events/v1_financial_connections_account_refreshed_ownership_event.rb +44 -0
- data/lib/stripe/events/v1_financial_connections_account_refreshed_transactions_event.rb +44 -0
- data/lib/stripe/events/v1_identity_verification_session_canceled_event.rb +44 -0
- data/lib/stripe/events/v1_identity_verification_session_created_event.rb +44 -0
- data/lib/stripe/events/v1_identity_verification_session_processing_event.rb +44 -0
- data/lib/stripe/events/v1_identity_verification_session_redacted_event.rb +44 -0
- data/lib/stripe/events/v1_identity_verification_session_requires_input_event.rb +44 -0
- data/lib/stripe/events/v1_identity_verification_session_verified_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_created_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_deleted_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_finalization_failed_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_finalized_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_marked_uncollectible_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_overdue_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_overpaid_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_paid_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_payment_action_required_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_payment_failed_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_payment_paid_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_payment_succeeded_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_sent_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_upcoming_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_updated_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_voided_event.rb +44 -0
- data/lib/stripe/events/v1_invoice_will_be_due_event.rb +44 -0
- data/lib/stripe/events/v1_invoiceitem_created_event.rb +44 -0
- data/lib/stripe/events/v1_invoiceitem_deleted_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_authorization_created_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_authorization_request_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_authorization_updated_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_card_created_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_card_updated_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_cardholder_created_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_cardholder_updated_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_dispute_closed_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_dispute_created_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_dispute_funds_reinstated_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_dispute_funds_rescinded_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_dispute_submitted_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_dispute_updated_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_personalization_design_activated_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_personalization_design_deactivated_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_personalization_design_rejected_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_personalization_design_updated_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_token_created_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_token_updated_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_transaction_created_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_transaction_purchase_details_receipt_updated_event.rb +44 -0
- data/lib/stripe/events/v1_issuing_transaction_updated_event.rb +44 -0
- data/lib/stripe/events/v1_mandate_updated_event.rb +44 -0
- data/lib/stripe/events/v1_payment_intent_amount_capturable_updated_event.rb +44 -0
- data/lib/stripe/events/v1_payment_intent_canceled_event.rb +44 -0
- data/lib/stripe/events/v1_payment_intent_created_event.rb +44 -0
- data/lib/stripe/events/v1_payment_intent_partially_funded_event.rb +44 -0
- data/lib/stripe/events/v1_payment_intent_payment_failed_event.rb +44 -0
- data/lib/stripe/events/v1_payment_intent_processing_event.rb +44 -0
- data/lib/stripe/events/v1_payment_intent_requires_action_event.rb +44 -0
- data/lib/stripe/events/v1_payment_intent_succeeded_event.rb +44 -0
- data/lib/stripe/events/v1_payment_link_created_event.rb +44 -0
- data/lib/stripe/events/v1_payment_link_updated_event.rb +44 -0
- data/lib/stripe/events/v1_payment_method_attached_event.rb +44 -0
- data/lib/stripe/events/v1_payment_method_automatically_updated_event.rb +44 -0
- data/lib/stripe/events/v1_payment_method_detached_event.rb +44 -0
- data/lib/stripe/events/v1_payment_method_updated_event.rb +44 -0
- data/lib/stripe/events/v1_payout_canceled_event.rb +44 -0
- data/lib/stripe/events/v1_payout_created_event.rb +44 -0
- data/lib/stripe/events/v1_payout_failed_event.rb +44 -0
- data/lib/stripe/events/v1_payout_paid_event.rb +44 -0
- data/lib/stripe/events/v1_payout_reconciliation_completed_event.rb +44 -0
- data/lib/stripe/events/v1_payout_updated_event.rb +44 -0
- data/lib/stripe/events/v1_person_created_event.rb +44 -0
- data/lib/stripe/events/v1_person_deleted_event.rb +44 -0
- data/lib/stripe/events/v1_person_updated_event.rb +44 -0
- data/lib/stripe/events/v1_plan_created_event.rb +44 -0
- data/lib/stripe/events/v1_plan_deleted_event.rb +44 -0
- data/lib/stripe/events/v1_plan_updated_event.rb +44 -0
- data/lib/stripe/events/v1_price_created_event.rb +44 -0
- data/lib/stripe/events/v1_price_deleted_event.rb +44 -0
- data/lib/stripe/events/v1_price_updated_event.rb +44 -0
- data/lib/stripe/events/v1_product_created_event.rb +44 -0
- data/lib/stripe/events/v1_product_deleted_event.rb +44 -0
- data/lib/stripe/events/v1_product_updated_event.rb +44 -0
- data/lib/stripe/events/v1_promotion_code_created_event.rb +44 -0
- data/lib/stripe/events/v1_promotion_code_updated_event.rb +44 -0
- data/lib/stripe/events/v1_quote_accepted_event.rb +44 -0
- data/lib/stripe/events/v1_quote_canceled_event.rb +44 -0
- data/lib/stripe/events/v1_quote_created_event.rb +44 -0
- data/lib/stripe/events/v1_quote_finalized_event.rb +44 -0
- data/lib/stripe/events/v1_radar_early_fraud_warning_created_event.rb +44 -0
- data/lib/stripe/events/v1_radar_early_fraud_warning_updated_event.rb +44 -0
- data/lib/stripe/events/v1_refund_created_event.rb +44 -0
- data/lib/stripe/events/v1_refund_failed_event.rb +44 -0
- data/lib/stripe/events/v1_refund_updated_event.rb +44 -0
- data/lib/stripe/events/v1_review_closed_event.rb +44 -0
- data/lib/stripe/events/v1_review_opened_event.rb +44 -0
- data/lib/stripe/events/v1_setup_intent_canceled_event.rb +44 -0
- data/lib/stripe/events/v1_setup_intent_created_event.rb +44 -0
- data/lib/stripe/events/v1_setup_intent_requires_action_event.rb +44 -0
- data/lib/stripe/events/v1_setup_intent_setup_failed_event.rb +44 -0
- data/lib/stripe/events/v1_setup_intent_succeeded_event.rb +44 -0
- data/lib/stripe/events/v1_sigma_scheduled_query_run_created_event.rb +44 -0
- data/lib/stripe/events/v1_source_canceled_event.rb +44 -0
- data/lib/stripe/events/v1_source_chargeable_event.rb +44 -0
- data/lib/stripe/events/v1_source_failed_event.rb +44 -0
- data/lib/stripe/events/v1_source_refund_attributes_required_event.rb +44 -0
- data/lib/stripe/events/v1_subscription_schedule_aborted_event.rb +44 -0
- data/lib/stripe/events/v1_subscription_schedule_canceled_event.rb +44 -0
- data/lib/stripe/events/v1_subscription_schedule_completed_event.rb +44 -0
- data/lib/stripe/events/v1_subscription_schedule_created_event.rb +44 -0
- data/lib/stripe/events/v1_subscription_schedule_expiring_event.rb +44 -0
- data/lib/stripe/events/v1_subscription_schedule_released_event.rb +44 -0
- data/lib/stripe/events/v1_subscription_schedule_updated_event.rb +44 -0
- data/lib/stripe/events/v1_tax_rate_created_event.rb +44 -0
- data/lib/stripe/events/v1_tax_rate_updated_event.rb +44 -0
- data/lib/stripe/events/v1_terminal_reader_action_failed_event.rb +44 -0
- data/lib/stripe/events/v1_terminal_reader_action_succeeded_event.rb +44 -0
- data/lib/stripe/events/v1_terminal_reader_action_updated_event.rb +44 -0
- data/lib/stripe/events/v1_test_helpers_test_clock_advancing_event.rb +44 -0
- data/lib/stripe/events/v1_test_helpers_test_clock_created_event.rb +44 -0
- data/lib/stripe/events/v1_test_helpers_test_clock_deleted_event.rb +44 -0
- data/lib/stripe/events/v1_test_helpers_test_clock_internal_failure_event.rb +44 -0
- data/lib/stripe/events/v1_test_helpers_test_clock_ready_event.rb +44 -0
- data/lib/stripe/events/v1_topup_canceled_event.rb +44 -0
- data/lib/stripe/events/v1_topup_created_event.rb +44 -0
- data/lib/stripe/events/v1_topup_failed_event.rb +44 -0
- data/lib/stripe/events/v1_topup_reversed_event.rb +44 -0
- data/lib/stripe/events/v1_topup_succeeded_event.rb +44 -0
- data/lib/stripe/events/v1_transfer_created_event.rb +44 -0
- data/lib/stripe/events/v1_transfer_reversed_event.rb +44 -0
- data/lib/stripe/events/v1_transfer_updated_event.rb +44 -0
- data/lib/stripe/events/v2_billing_bill_setting_updated_event.rb +61 -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_closed_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_created_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +63 -0
- data/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +63 -0
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +63 -0
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb +63 -0
- data/lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_defaults_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_identity_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_link_returned_event.rb +42 -0
- data/lib/stripe/events/v2_core_account_person_created_event.rb +61 -0
- data/lib/stripe/events/v2_core_account_person_deleted_event.rb +61 -0
- data/lib/stripe/events/v2_core_account_person_updated_event.rb +61 -0
- data/lib/stripe/events/v2_core_account_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 +66 -0
- data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +66 -0
- data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +64 -0
- data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +64 -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_event_generation_failure_resolved_event.rb +66 -0
- data/lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb +64 -0
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_firing_event.rb +62 -0
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_resolved_event.rb +64 -0
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb +64 -0
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb +64 -0
- data/lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb +62 -0
- data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +62 -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_money_management_adjustment_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +61 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_payout_method_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +61 -0
- data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +44 -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_money_management_transaction_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +44 -0
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +44 -0
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +46 -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/object_types.rb +79 -0
- data/lib/stripe/params/account_create_params.rb +300 -1
- data/lib/stripe/params/account_notice_list_params.rb +25 -0
- data/lib/stripe/params/account_notice_retrieve_params.rb +13 -0
- data/lib/stripe/params/account_notice_update_params.rb +36 -0
- data/lib/stripe/params/account_session_create_params.rb +226 -1
- data/lib/stripe/params/account_update_params.rb +262 -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 +65 -0
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +17 -2
- data/lib/stripe/params/billing/credit_balance_transaction_list_params.rb +4 -0
- data/lib/stripe/params/billing/credit_grant_create_params.rb +33 -2
- data/lib/stripe/params/billing/credit_grant_list_params.rb +4 -0
- data/lib/stripe/params/billing_portal/session_create_params.rb +4 -0
- data/lib/stripe/params/capital/financing_offer_list_params.rb +58 -0
- data/lib/stripe/params/capital/financing_offer_mark_delivered_params.rb +15 -0
- data/lib/stripe/params/capital/financing_offer_retrieve_params.rb +15 -0
- data/lib/stripe/params/capital/financing_summary_retrieve_params.rb +15 -0
- data/lib/stripe/params/capital/financing_transaction_list_params.rb +45 -0
- data/lib/stripe/params/capital/financing_transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/charge_capture_params.rb +709 -0
- data/lib/stripe/params/charge_update_params.rb +709 -0
- data/lib/stripe/params/checkout/session_create_params.rb +273 -4
- data/lib/stripe/params/checkout/session_list_params.rb +4 -0
- data/lib/stripe/params/checkout/session_update_params.rb +288 -1
- data/lib/stripe/params/confirmation_token_create_params.rb +97 -0
- data/lib/stripe/params/coupon_create_params.rb +17 -1
- data/lib/stripe/params/credit_note_create_params.rb +18 -1
- data/lib/stripe/params/credit_note_list_params.rb +4 -0
- data/lib/stripe/params/credit_note_list_preview_line_items_params.rb +18 -1
- data/lib/stripe/params/credit_note_preview_lines_list_params.rb +18 -1
- data/lib/stripe/params/credit_note_preview_params.rb +18 -1
- data/lib/stripe/params/customer_session_create_params.rb +4 -1
- data/lib/stripe/params/dispute_update_params.rb +10 -1
- data/lib/stripe/params/external_account_create_params.rb +134 -0
- data/lib/stripe/params/external_account_delete_params.rb +6 -0
- data/lib/stripe/params/external_account_list_params.rb +25 -0
- data/lib/stripe/params/external_account_retrieve_params.rb +13 -0
- data/lib/stripe/params/external_account_update_params.rb +91 -0
- data/lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb +24 -0
- data/lib/stripe/params/financial_connections/account_list_params.rb +4 -1
- data/lib/stripe/params/financial_connections/institution_list_params.rb +24 -0
- data/lib/stripe/params/financial_connections/institution_retrieve_params.rb +15 -0
- data/lib/stripe/params/financial_connections/session_create_params.rb +34 -2
- data/lib/stripe/params/fx_quote_create_params.rb +73 -0
- data/lib/stripe/params/fx_quote_list_params.rb +22 -0
- data/lib/stripe/params/fx_quote_retrieve_params.rb +13 -0
- data/lib/stripe/params/identity/verification_session_create_params.rb +4 -0
- data/lib/stripe/params/identity/verification_session_list_params.rb +4 -0
- data/lib/stripe/params/invoice_add_lines_params.rb +33 -1
- data/lib/stripe/params/invoice_attach_payment_params.rb +46 -1
- data/lib/stripe/params/invoice_create_params.rb +112 -2
- data/lib/stripe/params/invoice_create_preview_params.rb +826 -9
- data/lib/stripe/params/invoice_item_create_params.rb +37 -1
- data/lib/stripe/params/invoice_item_list_params.rb +4 -0
- data/lib/stripe/params/invoice_item_update_params.rb +33 -1
- data/lib/stripe/params/invoice_line_item_update_params.rb +33 -1
- data/lib/stripe/params/invoice_list_params.rb +8 -0
- data/lib/stripe/params/invoice_payment_list_params.rb +4 -1
- data/lib/stripe/params/invoice_update_lines_params.rb +33 -1
- data/lib/stripe/params/invoice_update_params.rb +108 -2
- data/lib/stripe/params/issuing/cardholder_create_params.rb +2 -1
- data/lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb +163 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb +50 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb +128 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_list_params.rb +24 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb +86 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb +33 -0
- data/lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/fraud_liability_debit_list_params.rb +44 -0
- data/lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/transaction_list_params.rb +4 -0
- data/lib/stripe/params/mandate_list_params.rb +39 -0
- data/lib/stripe/params/margin_create_params.rb +25 -0
- data/lib/stripe/params/margin_list_params.rb +25 -0
- data/lib/stripe/params/margin_retrieve_params.rb +13 -0
- data/lib/stripe/params/margin_update_params.rb +22 -0
- data/lib/stripe/params/order_cancel_params.rb +13 -0
- data/lib/stripe/params/order_create_params.rb +1124 -0
- data/lib/stripe/params/order_line_item_list_params.rb +22 -0
- data/lib/stripe/params/order_list_line_items_params.rb +22 -0
- data/lib/stripe/params/order_list_params.rb +25 -0
- data/lib/stripe/params/order_reopen_params.rb +13 -0
- data/lib/stripe/params/order_retrieve_params.rb +13 -0
- data/lib/stripe/params/order_submit_params.rb +16 -0
- data/lib/stripe/params/order_update_params.rb +1128 -0
- data/lib/stripe/params/payment_attempt_record_list_params.rb +19 -0
- data/lib/stripe/params/payment_attempt_record_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_intent_amount_details_line_item_list_params.rb +22 -0
- data/lib/stripe/params/payment_intent_capture_params.rb +895 -0
- data/lib/stripe/params/payment_intent_confirm_params.rb +1373 -7
- data/lib/stripe/params/payment_intent_create_params.rb +1387 -13
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +73 -0
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +223 -0
- data/lib/stripe/params/payment_intent_list_params.rb +4 -0
- data/lib/stripe/params/payment_intent_trigger_action_params.rb +27 -0
- data/lib/stripe/params/payment_intent_update_params.rb +1409 -4
- data/lib/stripe/params/payment_method_attach_params.rb +4 -1
- data/lib/stripe/params/payment_method_configuration_create_params.rb +126 -0
- data/lib/stripe/params/payment_method_configuration_update_params.rb +126 -0
- data/lib/stripe/params/payment_method_create_params.rb +97 -0
- data/lib/stripe/params/payment_method_update_params.rb +19 -0
- data/lib/stripe/params/payment_record_report_payment_attempt_canceled_params.rb +19 -0
- data/lib/stripe/params/payment_record_report_payment_attempt_failed_params.rb +19 -0
- data/lib/stripe/params/payment_record_report_payment_attempt_guaranteed_params.rb +19 -0
- data/lib/stripe/params/payment_record_report_payment_attempt_informational_params.rb +93 -0
- data/lib/stripe/params/payment_record_report_payment_attempt_params.rb +186 -0
- data/lib/stripe/params/payment_record_report_payment_params.rb +252 -0
- data/lib/stripe/params/payment_record_retrieve_params.rb +13 -0
- data/lib/stripe/params/price_update_params.rb +19 -0
- data/lib/stripe/params/privacy/redaction_job_cancel_params.rb +15 -0
- data/lib/stripe/params/privacy/redaction_job_create_params.rb +67 -0
- data/lib/stripe/params/privacy/redaction_job_list_params.rb +27 -0
- data/lib/stripe/params/privacy/redaction_job_retrieve_params.rb +15 -0
- data/lib/stripe/params/privacy/redaction_job_run_params.rb +15 -0
- data/lib/stripe/params/privacy/redaction_job_update_params.rb +18 -0
- data/lib/stripe/params/privacy/redaction_job_validate_params.rb +15 -0
- data/lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb +24 -0
- data/lib/stripe/params/promotion_code_create_params.rb +4 -0
- data/lib/stripe/params/promotion_code_list_params.rb +4 -0
- data/lib/stripe/params/quote_create_params.rb +805 -3
- data/lib/stripe/params/quote_line_list_params.rb +22 -0
- data/lib/stripe/params/quote_list_lines_params.rb +22 -0
- data/lib/stripe/params/quote_list_params.rb +8 -0
- data/lib/stripe/params/quote_list_preview_invoice_lines_params.rb +22 -0
- data/lib/stripe/params/quote_mark_draft_params.rb +13 -0
- data/lib/stripe/params/quote_mark_stale_params.rb +16 -0
- data/lib/stripe/params/quote_preview_invoice_list_params.rb +22 -0
- data/lib/stripe/params/quote_preview_subscription_schedule_list_params.rb +22 -0
- data/lib/stripe/params/quote_reestimate_params.rb +13 -0
- data/lib/stripe/params/quote_update_params.rb +813 -4
- data/lib/stripe/params/setup_intent_confirm_params.rb +225 -3
- data/lib/stripe/params/setup_intent_create_params.rb +231 -3
- data/lib/stripe/params/setup_intent_list_params.rb +4 -0
- data/lib/stripe/params/setup_intent_update_params.rb +231 -3
- data/lib/stripe/params/subscription_attach_cadence_params.rb +16 -0
- data/lib/stripe/params/subscription_create_params.rb +259 -5
- data/lib/stripe/params/subscription_item_create_params.rb +46 -2
- data/lib/stripe/params/subscription_item_update_params.rb +29 -1
- data/lib/stripe/params/subscription_list_params.rb +4 -0
- data/lib/stripe/params/subscription_schedule_amend_params.rb +570 -0
- data/lib/stripe/params/subscription_schedule_create_params.rb +167 -5
- data/lib/stripe/params/subscription_schedule_list_params.rb +4 -0
- data/lib/stripe/params/subscription_schedule_update_params.rb +163 -5
- data/lib/stripe/params/subscription_update_params.rb +238 -4
- data/lib/stripe/params/tax/association_find_params.rb +18 -0
- data/lib/stripe/params/tax/form_list_params.rb +51 -0
- data/lib/stripe/params/tax/form_pdf_params.rb +15 -0
- data/lib/stripe/params/tax/form_retrieve_params.rb +15 -0
- data/lib/stripe/params/tax_id_create_params.rb +4 -1
- data/lib/stripe/params/tax_id_list_params.rb +4 -1
- data/lib/stripe/params/terminal/configuration_create_params.rb +13 -0
- data/lib/stripe/params/terminal/configuration_update_params.rb +13 -0
- data/lib/stripe/params/terminal/onboarding_link_create_params.rb +43 -0
- data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +15 -0
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +97 -0
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +25 -1
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +25 -1
- data/lib/stripe/params/transfer_create_params.rb +4 -0
- data/lib/stripe/params/treasury/financial_account_create_params.rb +8 -1
- data/lib/stripe/params/treasury/financial_account_features_update_params.rb +4 -1
- data/lib/stripe/params/treasury/financial_account_update_features_params.rb +4 -1
- data/lib/stripe/params/treasury/financial_account_update_params.rb +8 -1
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +24 -0
- data/lib/stripe/params/treasury/received_credit_create_params.rb +25 -1
- data/lib/stripe/params/treasury/received_debit_create_params.rb +25 -1
- data/lib/stripe/params/v2/billing/bill_setting_create_params.rb +74 -0
- data/lib/stripe/params/v2/billing/bill_setting_list_params.rb +21 -0
- data/lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/bill_setting_update_params.rb +80 -0
- data/lib/stripe/params/v2/billing/bill_settings/version_list_params.rb +19 -0
- data/lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +17 -0
- data/lib/stripe/params/v2/billing/cadence_create_params.rb +257 -0
- data/lib/stripe/params/v2/billing/cadence_list_params.rb +43 -0
- data/lib/stripe/params/v2/billing/cadence_retrieve_params.rb +17 -0
- data/lib/stripe/params/v2/billing/cadence_update_params.rb +78 -0
- data/lib/stripe/params/v2/billing/collection_setting_create_params.rb +223 -0
- data/lib/stripe/params/v2/billing/collection_setting_list_params.rb +21 -0
- data/lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/collection_setting_update_params.rb +229 -0
- data/lib/stripe/params/v2/billing/collection_settings/version_list_params.rb +19 -0
- data/lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb +12 -0
- 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 +355 -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_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/profile_create_params.rb +37 -0
- data/lib/stripe/params/v2/billing/profile_list_params.rb +40 -0
- data/lib/stripe/params/v2/billing/profile_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/profile_update_params.rb +35 -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 +254 -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_close_params.rb +17 -0
- data/lib/stripe/params/v2/core/account_create_params.rb +2234 -0
- data/lib/stripe/params/v2/core/account_link_create_params.rb +101 -0
- data/lib/stripe/params/v2/core/account_list_params.rb +20 -0
- data/lib/stripe/params/v2/core/account_retrieve_params.rb +17 -0
- data/lib/stripe/params/v2/core/account_update_params.rb +2262 -0
- data/lib/stripe/params/v2/core/accounts/person_create_params.rb +493 -0
- data/lib/stripe/params/v2/core/accounts/person_delete_params.rb +12 -0
- data/lib/stripe/params/v2/core/accounts/person_list_params.rb +19 -0
- data/lib/stripe/params/v2/core/accounts/person_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/core/accounts/person_update_params.rb +493 -0
- 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/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb +50 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb +22 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb +33 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb +22 -0
- data/lib/stripe/params/v2/money_management/adjustment_list_params.rb +48 -0
- data/lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/financial_account_close_params.rb +28 -0
- data/lib/stripe/params/v2/money_management/financial_account_create_params.rb +34 -0
- data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +20 -0
- data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +31 -0
- data/lib/stripe/params/v2/money_management/financial_address_list_params.rb +23 -0
- data/lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb +17 -0
- data/lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb +50 -0
- data/lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb +44 -0
- data/lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +102 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_list_params.rb +52 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +67 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +103 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb +17 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb +80 -0
- data/lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +81 -0
- data/lib/stripe/params/v2/money_management/outbound_transfer_list_params.rb +48 -0
- data/lib/stripe/params/v2/money_management/outbound_transfer_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/payout_method_archive_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/payout_method_list_params.rb +31 -0
- data/lib/stripe/params/v2/money_management/payout_method_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/payout_method_unarchive_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/payout_methods_bank_account_spec_retrieve_params.rb +17 -0
- data/lib/stripe/params/v2/money_management/received_credit_list_params.rb +44 -0
- data/lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/received_debit_list_params.rb +17 -0
- data/lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb +10 -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/money_management/transaction_entry_list_params.rb +43 -0
- data/lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/transaction_list_params.rb +47 -0
- data/lib/stripe/params/v2/money_management/transaction_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 +61 -0
- data/lib/stripe/params/v2/payments/off_session_payment_create_params.rb +237 -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/tax/automatic_rule_create_params.rb +20 -0
- data/lib/stripe/params/v2/tax/automatic_rule_deactivate_params.rb +10 -0
- data/lib/stripe/params/v2/tax/automatic_rule_find_params.rb +17 -0
- data/lib/stripe/params/v2/tax/automatic_rule_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/tax/automatic_rule_update_params.rb +17 -0
- data/lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb +23 -0
- data/lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb +10 -0
- data/lib/stripe/params/v2/test_helpers/money_management_recipient_verifications_params.rb +23 -0
- data/lib/stripe/params.rb +240 -0
- data/lib/stripe/resources/account.rb +166 -1
- data/lib/stripe/resources/account_notice.rb +94 -0
- data/lib/stripe/resources/account_session.rb +81 -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.rb +33 -0
- data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +38 -0
- data/lib/stripe/resources/billing/credit_balance_summary.rb +86 -2
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +84 -2
- data/lib/stripe/resources/billing/credit_grant.rb +60 -2
- data/lib/stripe/resources/billing_portal/session.rb +2 -0
- data/lib/stripe/resources/capital/financing_offer.rb +142 -0
- data/lib/stripe/resources/capital/financing_summary.rb +79 -0
- data/lib/stripe/resources/capital/financing_transaction.rb +99 -0
- data/lib/stripe/resources/card.rb +2 -0
- data/lib/stripe/resources/cash_balance.rb +2 -0
- data/lib/stripe/resources/charge.rb +234 -1
- data/lib/stripe/resources/checkout/session.rb +246 -4
- data/lib/stripe/resources/confirmation_token.rb +155 -0
- data/lib/stripe/resources/coupon.rb +26 -1
- data/lib/stripe/resources/credit_note.rb +21 -1
- data/lib/stripe/resources/credit_note_line_item.rb +18 -0
- data/lib/stripe/resources/customer.rb +2 -0
- data/lib/stripe/resources/customer_balance_transaction.rb +2 -0
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +2 -0
- data/lib/stripe/resources/customer_session.rb +2 -0
- data/lib/stripe/resources/discount.rb +2 -0
- data/lib/stripe/resources/dispute.rb +22 -0
- data/lib/stripe/resources/event.rb +64 -1
- data/lib/stripe/resources/financial_connections/account.rb +27 -0
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +35 -0
- data/lib/stripe/resources/financial_connections/institution.rb +127 -0
- data/lib/stripe/resources/financial_connections/session.rb +67 -1
- data/lib/stripe/resources/fx_quote.rb +147 -0
- data/lib/stripe/resources/identity/verification_session.rb +2 -0
- data/lib/stripe/resources/invoice.rb +152 -1
- data/lib/stripe/resources/invoice_item.rb +94 -2
- data/lib/stripe/resources/invoice_line_item.rb +131 -1
- data/lib/stripe/resources/invoice_payment.rb +2 -0
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +263 -0
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +71 -0
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +51 -0
- data/lib/stripe/resources/issuing/settlement.rb +61 -0
- data/lib/stripe/resources/issuing/transaction.rb +2 -0
- data/lib/stripe/resources/line_item.rb +68 -1
- data/lib/stripe/resources/mandate.rb +71 -0
- data/lib/stripe/resources/margin.rb +64 -0
- data/lib/stripe/resources/order.rb +987 -0
- data/lib/stripe/resources/payment_attempt_record.rb +2102 -0
- data/lib/stripe/resources/payment_intent.rb +848 -4
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +128 -0
- data/lib/stripe/resources/payment_method.rb +157 -0
- data/lib/stripe/resources/payment_method_configuration.rb +204 -0
- data/lib/stripe/resources/payment_record.rb +2208 -0
- data/lib/stripe/resources/price.rb +20 -0
- data/lib/stripe/resources/privacy/redaction_job.rb +187 -0
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +49 -0
- data/lib/stripe/resources/promotion_code.rb +2 -0
- data/lib/stripe/resources/quote.rb +571 -2
- data/lib/stripe/resources/quote_line.rb +521 -0
- data/lib/stripe/resources/quote_preview_invoice.rb +1150 -0
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +732 -0
- data/lib/stripe/resources/refund.rb +18 -0
- data/lib/stripe/resources/setup_attempt.rb +63 -0
- data/lib/stripe/resources/setup_intent.rb +132 -1
- data/lib/stripe/resources/source.rb +38 -0
- data/lib/stripe/resources/subscription.rb +232 -0
- data/lib/stripe/resources/subscription_item.rb +20 -1
- data/lib/stripe/resources/subscription_schedule.rb +198 -3
- data/lib/stripe/resources/tax/association.rb +86 -0
- data/lib/stripe/resources/tax/form.rb +264 -0
- data/lib/stripe/resources/tax_id.rb +4 -0
- data/lib/stripe/resources/terminal/configuration.rb +16 -0
- data/lib/stripe/resources/terminal/onboarding_link.rb +71 -0
- data/lib/stripe/resources/terminal/reader.rb +8 -0
- data/lib/stripe/resources/terminal/reader_collected_data.rb +47 -0
- data/lib/stripe/resources/transfer.rb +2 -0
- data/lib/stripe/resources/treasury/financial_account.rb +2 -0
- data/lib/stripe/resources/treasury/financial_account_features.rb +2 -0
- data/lib/stripe/resources/treasury/outbound_transfer.rb +30 -0
- data/lib/stripe/resources/treasury/received_credit.rb +30 -0
- data/lib/stripe/resources/treasury/received_debit.rb +32 -0
- data/lib/stripe/resources/v2/billing/bill_setting.rb +102 -0
- data/lib/stripe/resources/v2/billing/bill_setting_version.rb +90 -0
- data/lib/stripe/resources/v2/billing/cadence.rb +655 -0
- data/lib/stripe/resources/v2/billing/collection_setting.rb +274 -0
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +262 -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 +395 -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_version.rb +38 -0
- data/lib/stripe/resources/v2/billing/profile.rb +46 -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 +244 -0
- data/lib/stripe/resources/v2/core/account.rb +3885 -0
- data/lib/stripe/resources/v2/core/account_link.rb +123 -0
- data/lib/stripe/resources/v2/core/account_person.rb +477 -0
- data/lib/stripe/resources/v2/core/claimable_sandbox.rb +105 -0
- data/lib/stripe/resources/v2/core/event.rb +4 -0
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +114 -0
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +47 -0
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +28 -0
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +30 -0
- data/lib/stripe/resources/v2/money_management/adjustment.rb +67 -0
- data/lib/stripe/resources/v2/money_management/financial_account.rb +140 -0
- data/lib/stripe/resources/v2/money_management/financial_address.rb +132 -0
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +148 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +219 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +144 -0
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +69 -0
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +198 -0
- data/lib/stripe/resources/v2/money_management/payout_method.rb +137 -0
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +81 -0
- data/lib/stripe/resources/v2/money_management/received_credit.rb +228 -0
- data/lib/stripe/resources/v2/money_management/received_debit.rb +138 -0
- data/lib/stripe/resources/v2/money_management/recipient_verification.rb +83 -0
- data/lib/stripe/resources/v2/money_management/transaction.rb +116 -0
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +105 -0
- data/lib/stripe/resources/v2/payments/off_session_payment.rb +242 -0
- data/lib/stripe/resources/v2/tax/automatic_rule.rb +39 -0
- data/lib/stripe/resources.rb +384 -0
- data/lib/stripe/services/account_notice_service.rb +39 -0
- data/lib/stripe/services/billing/analytics/meter_usage_service.rb +21 -0
- data/lib/stripe/services/billing/analytics_service.rb +15 -0
- data/lib/stripe/services/billing_service.rb +2 -1
- data/lib/stripe/services/capital/financing_offer_service.rb +42 -0
- data/lib/stripe/services/capital/financing_summary_service.rb +19 -0
- data/lib/stripe/services/capital/financing_transaction_service.rb +31 -0
- data/lib/stripe/services/capital_service.rb +15 -0
- data/lib/stripe/services/external_account_service.rb +68 -0
- data/lib/stripe/services/financial_connections/account_inferred_balance_service.rb +19 -0
- data/lib/stripe/services/financial_connections/account_service.rb +3 -1
- data/lib/stripe/services/financial_connections/institution_service.rb +30 -0
- data/lib/stripe/services/financial_connections_service.rb +2 -1
- data/lib/stripe/services/fx_quote_service.rb +27 -0
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +74 -0
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +30 -0
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +30 -0
- data/lib/stripe/services/issuing_service.rb +5 -1
- data/lib/stripe/services/mandate_service.rb +5 -0
- data/lib/stripe/services/margin_service.rb +50 -0
- data/lib/stripe/services/order_line_item_service.rb +17 -0
- data/lib/stripe/services/order_service.rb +78 -0
- data/lib/stripe/services/payment_attempt_record_service.rb +28 -0
- data/lib/stripe/services/payment_intent_amount_details_line_item_service.rb +17 -0
- data/lib/stripe/services/payment_intent_service.rb +44 -0
- data/lib/stripe/services/payment_record_service.rb +89 -0
- data/lib/stripe/services/privacy/redaction_job_service.rb +104 -0
- data/lib/stripe/services/privacy/redaction_job_validation_error_service.rb +19 -0
- data/lib/stripe/services/privacy_service.rb +13 -0
- data/lib/stripe/services/quote_line_service.rb +17 -0
- data/lib/stripe/services/quote_preview_invoice_service.rb +17 -0
- data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +17 -0
- data/lib/stripe/services/quote_service.rb +49 -1
- data/lib/stripe/services/subscription_schedule_service.rb +11 -0
- data/lib/stripe/services/subscription_service.rb +11 -0
- data/lib/stripe/services/tax/association_service.rb +19 -0
- data/lib/stripe/services/tax/form_service.rb +37 -0
- data/lib/stripe/services/tax_service.rb +3 -1
- data/lib/stripe/services/terminal/onboarding_link_service.rb +19 -0
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +19 -0
- data/lib/stripe/services/terminal_service.rb +3 -1
- data/lib/stripe/services/v1_services.rb +10 -1
- data/lib/stripe/services/v2/billing/bill_setting_service.rb +61 -0
- data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +34 -0
- data/lib/stripe/services/v2/billing/cadence_service.rb +65 -0
- data/lib/stripe/services/v2/billing/collection_setting_service.rb +61 -0
- data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +34 -0
- 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 +43 -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/profile_service.rb +54 -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 +18 -1
- data/lib/stripe/services/v2/core/account_link_service.rb +21 -0
- data/lib/stripe/services/v2/core/account_service.rb +76 -0
- data/lib/stripe/services/v2/core/accounts/person_service.rb +67 -0
- data/lib/stripe/services/v2/core/claimable_sandbox_service.rb +35 -0
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +74 -0
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +68 -0
- data/lib/stripe/services/v2/core/vault_service.rb +18 -0
- data/lib/stripe/services/v2/core_service.rb +5 -1
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +59 -0
- data/lib/stripe/services/v2/money_management/financial_address_service.rb +46 -0
- data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +45 -0
- data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +34 -0
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +62 -0
- data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +73 -0
- data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +60 -0
- data/lib/stripe/services/v2/money_management/payout_method_service.rb +63 -0
- data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +23 -0
- data/lib/stripe/services/v2/money_management/received_credit_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/received_debit_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/recipient_verification_service.rb +43 -0
- data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/transaction_service.rb +32 -0
- data/lib/stripe/services/v2/money_management_service.rb +33 -0
- data/lib/stripe/services/v2/payment_service.rb +15 -0
- data/lib/stripe/services/v2/payments/off_session_payment_service.rb +65 -0
- data/lib/stripe/services/v2/tax/automatic_rule_service.rb +65 -0
- data/lib/stripe/services/v2/tax_service.rb +15 -0
- data/lib/stripe/services/v2/test_helper_service.rb +16 -0
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +36 -0
- 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 +83 -0
- data/lib/stripe/stripe_configuration.rb +3 -1
- data/lib/stripe/stripe_object.rb +1 -1
- data/lib/stripe/util.rb +7 -1
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +53 -0
- data/rbi/stripe.rbi +165861 -94330
- metadata +711 -4
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: 16.0.
|
4
|
+
version: 16.1.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: 2025-
|
11
|
+
date: 2025-10-01 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.
|
@@ -38,9 +38,318 @@ files:
|
|
38
38
|
- lib/stripe/errors.rb
|
39
39
|
- lib/stripe/event_types.rb
|
40
40
|
- lib/stripe/events/unknown_event_notification.rb
|
41
|
+
- lib/stripe/events/v1_account_updated_event.rb
|
42
|
+
- lib/stripe/events/v1_application_fee_created_event.rb
|
43
|
+
- lib/stripe/events/v1_application_fee_refunded_event.rb
|
41
44
|
- lib/stripe/events/v1_billing_meter_error_report_triggered_event.rb
|
42
45
|
- lib/stripe/events/v1_billing_meter_no_meter_found_event.rb
|
46
|
+
- lib/stripe/events/v1_billing_portal_configuration_created_event.rb
|
47
|
+
- lib/stripe/events/v1_billing_portal_configuration_updated_event.rb
|
48
|
+
- lib/stripe/events/v1_capability_updated_event.rb
|
49
|
+
- lib/stripe/events/v1_charge_captured_event.rb
|
50
|
+
- lib/stripe/events/v1_charge_dispute_closed_event.rb
|
51
|
+
- lib/stripe/events/v1_charge_dispute_created_event.rb
|
52
|
+
- lib/stripe/events/v1_charge_dispute_funds_reinstated_event.rb
|
53
|
+
- lib/stripe/events/v1_charge_dispute_funds_withdrawn_event.rb
|
54
|
+
- lib/stripe/events/v1_charge_dispute_updated_event.rb
|
55
|
+
- lib/stripe/events/v1_charge_expired_event.rb
|
56
|
+
- lib/stripe/events/v1_charge_failed_event.rb
|
57
|
+
- lib/stripe/events/v1_charge_pending_event.rb
|
58
|
+
- lib/stripe/events/v1_charge_refund_updated_event.rb
|
59
|
+
- lib/stripe/events/v1_charge_refunded_event.rb
|
60
|
+
- lib/stripe/events/v1_charge_succeeded_event.rb
|
61
|
+
- lib/stripe/events/v1_charge_updated_event.rb
|
62
|
+
- lib/stripe/events/v1_checkout_session_async_payment_failed_event.rb
|
63
|
+
- lib/stripe/events/v1_checkout_session_async_payment_succeeded_event.rb
|
64
|
+
- lib/stripe/events/v1_checkout_session_completed_event.rb
|
65
|
+
- lib/stripe/events/v1_checkout_session_expired_event.rb
|
66
|
+
- lib/stripe/events/v1_climate_order_canceled_event.rb
|
67
|
+
- lib/stripe/events/v1_climate_order_created_event.rb
|
68
|
+
- lib/stripe/events/v1_climate_order_delayed_event.rb
|
69
|
+
- lib/stripe/events/v1_climate_order_delivered_event.rb
|
70
|
+
- lib/stripe/events/v1_climate_order_product_substituted_event.rb
|
71
|
+
- lib/stripe/events/v1_climate_product_created_event.rb
|
72
|
+
- lib/stripe/events/v1_climate_product_pricing_updated_event.rb
|
73
|
+
- lib/stripe/events/v1_coupon_created_event.rb
|
74
|
+
- lib/stripe/events/v1_coupon_deleted_event.rb
|
75
|
+
- lib/stripe/events/v1_coupon_updated_event.rb
|
76
|
+
- lib/stripe/events/v1_credit_note_created_event.rb
|
77
|
+
- lib/stripe/events/v1_credit_note_updated_event.rb
|
78
|
+
- lib/stripe/events/v1_credit_note_voided_event.rb
|
79
|
+
- lib/stripe/events/v1_customer_created_event.rb
|
80
|
+
- lib/stripe/events/v1_customer_deleted_event.rb
|
81
|
+
- lib/stripe/events/v1_customer_subscription_created_event.rb
|
82
|
+
- lib/stripe/events/v1_customer_subscription_deleted_event.rb
|
83
|
+
- lib/stripe/events/v1_customer_subscription_paused_event.rb
|
84
|
+
- lib/stripe/events/v1_customer_subscription_pending_update_applied_event.rb
|
85
|
+
- lib/stripe/events/v1_customer_subscription_pending_update_expired_event.rb
|
86
|
+
- lib/stripe/events/v1_customer_subscription_resumed_event.rb
|
87
|
+
- lib/stripe/events/v1_customer_subscription_trial_will_end_event.rb
|
88
|
+
- lib/stripe/events/v1_customer_subscription_updated_event.rb
|
89
|
+
- lib/stripe/events/v1_customer_tax_id_created_event.rb
|
90
|
+
- lib/stripe/events/v1_customer_tax_id_deleted_event.rb
|
91
|
+
- lib/stripe/events/v1_customer_tax_id_updated_event.rb
|
92
|
+
- lib/stripe/events/v1_customer_updated_event.rb
|
93
|
+
- lib/stripe/events/v1_file_created_event.rb
|
94
|
+
- lib/stripe/events/v1_financial_connections_account_created_event.rb
|
95
|
+
- lib/stripe/events/v1_financial_connections_account_deactivated_event.rb
|
96
|
+
- lib/stripe/events/v1_financial_connections_account_disconnected_event.rb
|
97
|
+
- lib/stripe/events/v1_financial_connections_account_reactivated_event.rb
|
98
|
+
- lib/stripe/events/v1_financial_connections_account_refreshed_balance_event.rb
|
99
|
+
- lib/stripe/events/v1_financial_connections_account_refreshed_ownership_event.rb
|
100
|
+
- lib/stripe/events/v1_financial_connections_account_refreshed_transactions_event.rb
|
101
|
+
- lib/stripe/events/v1_identity_verification_session_canceled_event.rb
|
102
|
+
- lib/stripe/events/v1_identity_verification_session_created_event.rb
|
103
|
+
- lib/stripe/events/v1_identity_verification_session_processing_event.rb
|
104
|
+
- lib/stripe/events/v1_identity_verification_session_redacted_event.rb
|
105
|
+
- lib/stripe/events/v1_identity_verification_session_requires_input_event.rb
|
106
|
+
- lib/stripe/events/v1_identity_verification_session_verified_event.rb
|
107
|
+
- lib/stripe/events/v1_invoice_created_event.rb
|
108
|
+
- lib/stripe/events/v1_invoice_deleted_event.rb
|
109
|
+
- lib/stripe/events/v1_invoice_finalization_failed_event.rb
|
110
|
+
- lib/stripe/events/v1_invoice_finalized_event.rb
|
111
|
+
- lib/stripe/events/v1_invoice_marked_uncollectible_event.rb
|
112
|
+
- lib/stripe/events/v1_invoice_overdue_event.rb
|
113
|
+
- lib/stripe/events/v1_invoice_overpaid_event.rb
|
114
|
+
- lib/stripe/events/v1_invoice_paid_event.rb
|
115
|
+
- lib/stripe/events/v1_invoice_payment_action_required_event.rb
|
116
|
+
- lib/stripe/events/v1_invoice_payment_failed_event.rb
|
117
|
+
- lib/stripe/events/v1_invoice_payment_paid_event.rb
|
118
|
+
- lib/stripe/events/v1_invoice_payment_succeeded_event.rb
|
119
|
+
- lib/stripe/events/v1_invoice_sent_event.rb
|
120
|
+
- lib/stripe/events/v1_invoice_upcoming_event.rb
|
121
|
+
- lib/stripe/events/v1_invoice_updated_event.rb
|
122
|
+
- lib/stripe/events/v1_invoice_voided_event.rb
|
123
|
+
- lib/stripe/events/v1_invoice_will_be_due_event.rb
|
124
|
+
- lib/stripe/events/v1_invoiceitem_created_event.rb
|
125
|
+
- lib/stripe/events/v1_invoiceitem_deleted_event.rb
|
126
|
+
- lib/stripe/events/v1_issuing_authorization_created_event.rb
|
127
|
+
- lib/stripe/events/v1_issuing_authorization_request_event.rb
|
128
|
+
- lib/stripe/events/v1_issuing_authorization_updated_event.rb
|
129
|
+
- lib/stripe/events/v1_issuing_card_created_event.rb
|
130
|
+
- lib/stripe/events/v1_issuing_card_updated_event.rb
|
131
|
+
- lib/stripe/events/v1_issuing_cardholder_created_event.rb
|
132
|
+
- lib/stripe/events/v1_issuing_cardholder_updated_event.rb
|
133
|
+
- lib/stripe/events/v1_issuing_dispute_closed_event.rb
|
134
|
+
- lib/stripe/events/v1_issuing_dispute_created_event.rb
|
135
|
+
- lib/stripe/events/v1_issuing_dispute_funds_reinstated_event.rb
|
136
|
+
- lib/stripe/events/v1_issuing_dispute_funds_rescinded_event.rb
|
137
|
+
- lib/stripe/events/v1_issuing_dispute_submitted_event.rb
|
138
|
+
- lib/stripe/events/v1_issuing_dispute_updated_event.rb
|
139
|
+
- lib/stripe/events/v1_issuing_personalization_design_activated_event.rb
|
140
|
+
- lib/stripe/events/v1_issuing_personalization_design_deactivated_event.rb
|
141
|
+
- lib/stripe/events/v1_issuing_personalization_design_rejected_event.rb
|
142
|
+
- lib/stripe/events/v1_issuing_personalization_design_updated_event.rb
|
143
|
+
- lib/stripe/events/v1_issuing_token_created_event.rb
|
144
|
+
- lib/stripe/events/v1_issuing_token_updated_event.rb
|
145
|
+
- lib/stripe/events/v1_issuing_transaction_created_event.rb
|
146
|
+
- lib/stripe/events/v1_issuing_transaction_purchase_details_receipt_updated_event.rb
|
147
|
+
- lib/stripe/events/v1_issuing_transaction_updated_event.rb
|
148
|
+
- lib/stripe/events/v1_mandate_updated_event.rb
|
149
|
+
- lib/stripe/events/v1_payment_intent_amount_capturable_updated_event.rb
|
150
|
+
- lib/stripe/events/v1_payment_intent_canceled_event.rb
|
151
|
+
- lib/stripe/events/v1_payment_intent_created_event.rb
|
152
|
+
- lib/stripe/events/v1_payment_intent_partially_funded_event.rb
|
153
|
+
- lib/stripe/events/v1_payment_intent_payment_failed_event.rb
|
154
|
+
- lib/stripe/events/v1_payment_intent_processing_event.rb
|
155
|
+
- lib/stripe/events/v1_payment_intent_requires_action_event.rb
|
156
|
+
- lib/stripe/events/v1_payment_intent_succeeded_event.rb
|
157
|
+
- lib/stripe/events/v1_payment_link_created_event.rb
|
158
|
+
- lib/stripe/events/v1_payment_link_updated_event.rb
|
159
|
+
- lib/stripe/events/v1_payment_method_attached_event.rb
|
160
|
+
- lib/stripe/events/v1_payment_method_automatically_updated_event.rb
|
161
|
+
- lib/stripe/events/v1_payment_method_detached_event.rb
|
162
|
+
- lib/stripe/events/v1_payment_method_updated_event.rb
|
163
|
+
- lib/stripe/events/v1_payout_canceled_event.rb
|
164
|
+
- lib/stripe/events/v1_payout_created_event.rb
|
165
|
+
- lib/stripe/events/v1_payout_failed_event.rb
|
166
|
+
- lib/stripe/events/v1_payout_paid_event.rb
|
167
|
+
- lib/stripe/events/v1_payout_reconciliation_completed_event.rb
|
168
|
+
- lib/stripe/events/v1_payout_updated_event.rb
|
169
|
+
- lib/stripe/events/v1_person_created_event.rb
|
170
|
+
- lib/stripe/events/v1_person_deleted_event.rb
|
171
|
+
- lib/stripe/events/v1_person_updated_event.rb
|
172
|
+
- lib/stripe/events/v1_plan_created_event.rb
|
173
|
+
- lib/stripe/events/v1_plan_deleted_event.rb
|
174
|
+
- lib/stripe/events/v1_plan_updated_event.rb
|
175
|
+
- lib/stripe/events/v1_price_created_event.rb
|
176
|
+
- lib/stripe/events/v1_price_deleted_event.rb
|
177
|
+
- lib/stripe/events/v1_price_updated_event.rb
|
178
|
+
- lib/stripe/events/v1_product_created_event.rb
|
179
|
+
- lib/stripe/events/v1_product_deleted_event.rb
|
180
|
+
- lib/stripe/events/v1_product_updated_event.rb
|
181
|
+
- lib/stripe/events/v1_promotion_code_created_event.rb
|
182
|
+
- lib/stripe/events/v1_promotion_code_updated_event.rb
|
183
|
+
- lib/stripe/events/v1_quote_accepted_event.rb
|
184
|
+
- lib/stripe/events/v1_quote_canceled_event.rb
|
185
|
+
- lib/stripe/events/v1_quote_created_event.rb
|
186
|
+
- lib/stripe/events/v1_quote_finalized_event.rb
|
187
|
+
- lib/stripe/events/v1_radar_early_fraud_warning_created_event.rb
|
188
|
+
- lib/stripe/events/v1_radar_early_fraud_warning_updated_event.rb
|
189
|
+
- lib/stripe/events/v1_refund_created_event.rb
|
190
|
+
- lib/stripe/events/v1_refund_failed_event.rb
|
191
|
+
- lib/stripe/events/v1_refund_updated_event.rb
|
192
|
+
- lib/stripe/events/v1_review_closed_event.rb
|
193
|
+
- lib/stripe/events/v1_review_opened_event.rb
|
194
|
+
- lib/stripe/events/v1_setup_intent_canceled_event.rb
|
195
|
+
- lib/stripe/events/v1_setup_intent_created_event.rb
|
196
|
+
- lib/stripe/events/v1_setup_intent_requires_action_event.rb
|
197
|
+
- lib/stripe/events/v1_setup_intent_setup_failed_event.rb
|
198
|
+
- lib/stripe/events/v1_setup_intent_succeeded_event.rb
|
199
|
+
- lib/stripe/events/v1_sigma_scheduled_query_run_created_event.rb
|
200
|
+
- lib/stripe/events/v1_source_canceled_event.rb
|
201
|
+
- lib/stripe/events/v1_source_chargeable_event.rb
|
202
|
+
- lib/stripe/events/v1_source_failed_event.rb
|
203
|
+
- lib/stripe/events/v1_source_refund_attributes_required_event.rb
|
204
|
+
- lib/stripe/events/v1_subscription_schedule_aborted_event.rb
|
205
|
+
- lib/stripe/events/v1_subscription_schedule_canceled_event.rb
|
206
|
+
- lib/stripe/events/v1_subscription_schedule_completed_event.rb
|
207
|
+
- lib/stripe/events/v1_subscription_schedule_created_event.rb
|
208
|
+
- lib/stripe/events/v1_subscription_schedule_expiring_event.rb
|
209
|
+
- lib/stripe/events/v1_subscription_schedule_released_event.rb
|
210
|
+
- lib/stripe/events/v1_subscription_schedule_updated_event.rb
|
211
|
+
- lib/stripe/events/v1_tax_rate_created_event.rb
|
212
|
+
- lib/stripe/events/v1_tax_rate_updated_event.rb
|
213
|
+
- lib/stripe/events/v1_terminal_reader_action_failed_event.rb
|
214
|
+
- lib/stripe/events/v1_terminal_reader_action_succeeded_event.rb
|
215
|
+
- lib/stripe/events/v1_terminal_reader_action_updated_event.rb
|
216
|
+
- lib/stripe/events/v1_test_helpers_test_clock_advancing_event.rb
|
217
|
+
- lib/stripe/events/v1_test_helpers_test_clock_created_event.rb
|
218
|
+
- lib/stripe/events/v1_test_helpers_test_clock_deleted_event.rb
|
219
|
+
- lib/stripe/events/v1_test_helpers_test_clock_internal_failure_event.rb
|
220
|
+
- lib/stripe/events/v1_test_helpers_test_clock_ready_event.rb
|
221
|
+
- lib/stripe/events/v1_topup_canceled_event.rb
|
222
|
+
- lib/stripe/events/v1_topup_created_event.rb
|
223
|
+
- lib/stripe/events/v1_topup_failed_event.rb
|
224
|
+
- lib/stripe/events/v1_topup_reversed_event.rb
|
225
|
+
- lib/stripe/events/v1_topup_succeeded_event.rb
|
226
|
+
- lib/stripe/events/v1_transfer_created_event.rb
|
227
|
+
- lib/stripe/events/v1_transfer_reversed_event.rb
|
228
|
+
- lib/stripe/events/v1_transfer_updated_event.rb
|
229
|
+
- lib/stripe/events/v2_billing_bill_setting_updated_event.rb
|
230
|
+
- lib/stripe/events/v2_billing_cadence_billed_event.rb
|
231
|
+
- lib/stripe/events/v2_billing_cadence_canceled_event.rb
|
232
|
+
- lib/stripe/events/v2_billing_cadence_created_event.rb
|
233
|
+
- lib/stripe/events/v2_billing_license_fee_created_event.rb
|
234
|
+
- lib/stripe/events/v2_billing_license_fee_updated_event.rb
|
235
|
+
- lib/stripe/events/v2_billing_license_fee_version_created_event.rb
|
236
|
+
- lib/stripe/events/v2_billing_licensed_item_created_event.rb
|
237
|
+
- lib/stripe/events/v2_billing_licensed_item_updated_event.rb
|
238
|
+
- lib/stripe/events/v2_billing_metered_item_created_event.rb
|
239
|
+
- lib/stripe/events/v2_billing_metered_item_updated_event.rb
|
240
|
+
- lib/stripe/events/v2_billing_pricing_plan_component_created_event.rb
|
241
|
+
- lib/stripe/events/v2_billing_pricing_plan_component_updated_event.rb
|
242
|
+
- lib/stripe/events/v2_billing_pricing_plan_created_event.rb
|
243
|
+
- lib/stripe/events/v2_billing_pricing_plan_subscription_collection_awaiting_customer_action_event.rb
|
244
|
+
- lib/stripe/events/v2_billing_pricing_plan_subscription_collection_current_event.rb
|
245
|
+
- lib/stripe/events/v2_billing_pricing_plan_subscription_collection_past_due_event.rb
|
246
|
+
- lib/stripe/events/v2_billing_pricing_plan_subscription_collection_paused_event.rb
|
247
|
+
- lib/stripe/events/v2_billing_pricing_plan_subscription_collection_unpaid_event.rb
|
248
|
+
- lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_activated_event.rb
|
249
|
+
- lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_canceled_event.rb
|
250
|
+
- lib/stripe/events/v2_billing_pricing_plan_subscription_servicing_paused_event.rb
|
251
|
+
- lib/stripe/events/v2_billing_pricing_plan_updated_event.rb
|
252
|
+
- lib/stripe/events/v2_billing_pricing_plan_version_created_event.rb
|
253
|
+
- lib/stripe/events/v2_billing_rate_card_created_event.rb
|
254
|
+
- lib/stripe/events/v2_billing_rate_card_rate_created_event.rb
|
255
|
+
- lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb
|
256
|
+
- lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb
|
257
|
+
- lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb
|
258
|
+
- lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb
|
259
|
+
- lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb
|
260
|
+
- lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb
|
261
|
+
- lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb
|
262
|
+
- lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb
|
263
|
+
- lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb
|
264
|
+
- lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb
|
265
|
+
- lib/stripe/events/v2_billing_rate_card_updated_event.rb
|
266
|
+
- lib/stripe/events/v2_billing_rate_card_version_created_event.rb
|
267
|
+
- lib/stripe/events/v2_core_account_closed_event.rb
|
268
|
+
- lib/stripe/events/v2_core_account_created_event.rb
|
269
|
+
- lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb
|
270
|
+
- lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb
|
271
|
+
- lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb
|
272
|
+
- lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb
|
273
|
+
- lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb
|
274
|
+
- lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb
|
275
|
+
- lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb
|
276
|
+
- lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb
|
277
|
+
- lib/stripe/events/v2_core_account_including_defaults_updated_event.rb
|
278
|
+
- lib/stripe/events/v2_core_account_including_identity_updated_event.rb
|
279
|
+
- lib/stripe/events/v2_core_account_including_requirements_updated_event.rb
|
280
|
+
- lib/stripe/events/v2_core_account_link_returned_event.rb
|
281
|
+
- lib/stripe/events/v2_core_account_person_created_event.rb
|
282
|
+
- lib/stripe/events/v2_core_account_person_deleted_event.rb
|
283
|
+
- lib/stripe/events/v2_core_account_person_updated_event.rb
|
284
|
+
- lib/stripe/events/v2_core_account_updated_event.rb
|
285
|
+
- lib/stripe/events/v2_core_claimable_sandbox_claimed_event.rb
|
286
|
+
- lib/stripe/events/v2_core_claimable_sandbox_created_event.rb
|
287
|
+
- lib/stripe/events/v2_core_claimable_sandbox_expired_event.rb
|
288
|
+
- lib/stripe/events/v2_core_claimable_sandbox_expiring_event.rb
|
289
|
+
- lib/stripe/events/v2_core_claimable_sandbox_sandbox_details_owner_account_updated_event.rb
|
43
290
|
- lib/stripe/events/v2_core_event_destination_ping_event.rb
|
291
|
+
- lib/stripe/events/v2_core_health_api_error_firing_event.rb
|
292
|
+
- lib/stripe/events/v2_core_health_api_error_resolved_event.rb
|
293
|
+
- lib/stripe/events/v2_core_health_api_latency_firing_event.rb
|
294
|
+
- lib/stripe/events/v2_core_health_api_latency_resolved_event.rb
|
295
|
+
- lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb
|
296
|
+
- lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb
|
297
|
+
- lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb
|
298
|
+
- lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb
|
299
|
+
- lib/stripe/events/v2_core_health_issuing_authorization_request_errors_firing_event.rb
|
300
|
+
- lib/stripe/events/v2_core_health_issuing_authorization_request_errors_resolved_event.rb
|
301
|
+
- lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_firing_event.rb
|
302
|
+
- lib/stripe/events/v2_core_health_issuing_authorization_request_timeout_resolved_event.rb
|
303
|
+
- lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb
|
304
|
+
- lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb
|
305
|
+
- lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb
|
306
|
+
- lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb
|
307
|
+
- lib/stripe/events/v2_core_health_webhook_latency_firing_event.rb
|
308
|
+
- lib/stripe/events/v2_core_health_webhook_latency_resolved_event.rb
|
309
|
+
- lib/stripe/events/v2_money_management_adjustment_created_event.rb
|
310
|
+
- lib/stripe/events/v2_money_management_financial_account_created_event.rb
|
311
|
+
- lib/stripe/events/v2_money_management_financial_account_updated_event.rb
|
312
|
+
- lib/stripe/events/v2_money_management_financial_address_activated_event.rb
|
313
|
+
- lib/stripe/events/v2_money_management_financial_address_failed_event.rb
|
314
|
+
- lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb
|
315
|
+
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb
|
316
|
+
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb
|
317
|
+
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb
|
318
|
+
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb
|
319
|
+
- lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb
|
320
|
+
- lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb
|
321
|
+
- lib/stripe/events/v2_money_management_outbound_payment_created_event.rb
|
322
|
+
- lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb
|
323
|
+
- lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb
|
324
|
+
- lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb
|
325
|
+
- lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb
|
326
|
+
- lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb
|
327
|
+
- lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb
|
328
|
+
- lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb
|
329
|
+
- lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb
|
330
|
+
- lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb
|
331
|
+
- lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb
|
332
|
+
- lib/stripe/events/v2_money_management_payout_method_updated_event.rb
|
333
|
+
- lib/stripe/events/v2_money_management_received_credit_available_event.rb
|
334
|
+
- lib/stripe/events/v2_money_management_received_credit_failed_event.rb
|
335
|
+
- lib/stripe/events/v2_money_management_received_credit_returned_event.rb
|
336
|
+
- lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb
|
337
|
+
- lib/stripe/events/v2_money_management_received_debit_canceled_event.rb
|
338
|
+
- lib/stripe/events/v2_money_management_received_debit_failed_event.rb
|
339
|
+
- lib/stripe/events/v2_money_management_received_debit_pending_event.rb
|
340
|
+
- lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb
|
341
|
+
- lib/stripe/events/v2_money_management_received_debit_updated_event.rb
|
342
|
+
- lib/stripe/events/v2_money_management_recipient_verification_created_event.rb
|
343
|
+
- lib/stripe/events/v2_money_management_recipient_verification_updated_event.rb
|
344
|
+
- lib/stripe/events/v2_money_management_transaction_created_event.rb
|
345
|
+
- lib/stripe/events/v2_money_management_transaction_updated_event.rb
|
346
|
+
- lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb
|
347
|
+
- lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb
|
348
|
+
- lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb
|
349
|
+
- lib/stripe/events/v2_payments_off_session_payment_created_event.rb
|
350
|
+
- lib/stripe/events/v2_payments_off_session_payment_failed_event.rb
|
351
|
+
- lib/stripe/events/v2_payments_off_session_payment_requires_capture_event.rb
|
352
|
+
- lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb
|
44
353
|
- lib/stripe/instrumentation.rb
|
45
354
|
- lib/stripe/list_object.rb
|
46
355
|
- lib/stripe/multipart_encoder.rb
|
@@ -60,6 +369,9 @@ files:
|
|
60
369
|
- lib/stripe/params/account_link_create_params.rb
|
61
370
|
- lib/stripe/params/account_list_params.rb
|
62
371
|
- lib/stripe/params/account_login_link_create_params.rb
|
372
|
+
- lib/stripe/params/account_notice_list_params.rb
|
373
|
+
- lib/stripe/params/account_notice_retrieve_params.rb
|
374
|
+
- lib/stripe/params/account_notice_update_params.rb
|
63
375
|
- lib/stripe/params/account_person_create_params.rb
|
64
376
|
- lib/stripe/params/account_person_delete_params.rb
|
65
377
|
- lib/stripe/params/account_person_list_params.rb
|
@@ -96,6 +408,7 @@ files:
|
|
96
408
|
- lib/stripe/params/billing/alert_deactivate_params.rb
|
97
409
|
- lib/stripe/params/billing/alert_list_params.rb
|
98
410
|
- lib/stripe/params/billing/alert_retrieve_params.rb
|
411
|
+
- lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb
|
99
412
|
- lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb
|
100
413
|
- lib/stripe/params/billing/credit_balance_transaction_list_params.rb
|
101
414
|
- lib/stripe/params/billing/credit_balance_transaction_retrieve_params.rb
|
@@ -119,6 +432,12 @@ files:
|
|
119
432
|
- lib/stripe/params/billing_portal/configuration_retrieve_params.rb
|
120
433
|
- lib/stripe/params/billing_portal/configuration_update_params.rb
|
121
434
|
- lib/stripe/params/billing_portal/session_create_params.rb
|
435
|
+
- lib/stripe/params/capital/financing_offer_list_params.rb
|
436
|
+
- lib/stripe/params/capital/financing_offer_mark_delivered_params.rb
|
437
|
+
- lib/stripe/params/capital/financing_offer_retrieve_params.rb
|
438
|
+
- lib/stripe/params/capital/financing_summary_retrieve_params.rb
|
439
|
+
- lib/stripe/params/capital/financing_transaction_list_params.rb
|
440
|
+
- lib/stripe/params/capital/financing_transaction_retrieve_params.rb
|
122
441
|
- lib/stripe/params/charge_capture_params.rb
|
123
442
|
- lib/stripe/params/charge_create_params.rb
|
124
443
|
- lib/stripe/params/charge_list_params.rb
|
@@ -208,6 +527,11 @@ files:
|
|
208
527
|
- lib/stripe/params/event_retrieve_params.rb
|
209
528
|
- lib/stripe/params/exchange_rate_list_params.rb
|
210
529
|
- lib/stripe/params/exchange_rate_retrieve_params.rb
|
530
|
+
- lib/stripe/params/external_account_create_params.rb
|
531
|
+
- lib/stripe/params/external_account_delete_params.rb
|
532
|
+
- lib/stripe/params/external_account_list_params.rb
|
533
|
+
- lib/stripe/params/external_account_retrieve_params.rb
|
534
|
+
- lib/stripe/params/external_account_update_params.rb
|
211
535
|
- lib/stripe/params/file_create_params.rb
|
212
536
|
- lib/stripe/params/file_link_create_params.rb
|
213
537
|
- lib/stripe/params/file_link_list_params.rb
|
@@ -216,6 +540,7 @@ files:
|
|
216
540
|
- lib/stripe/params/file_list_params.rb
|
217
541
|
- lib/stripe/params/file_retrieve_params.rb
|
218
542
|
- lib/stripe/params/financial_connections/account_disconnect_params.rb
|
543
|
+
- lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb
|
219
544
|
- lib/stripe/params/financial_connections/account_list_owners_params.rb
|
220
545
|
- lib/stripe/params/financial_connections/account_list_params.rb
|
221
546
|
- lib/stripe/params/financial_connections/account_owner_list_params.rb
|
@@ -224,6 +549,8 @@ files:
|
|
224
549
|
- lib/stripe/params/financial_connections/account_retrieve_params.rb
|
225
550
|
- lib/stripe/params/financial_connections/account_subscribe_params.rb
|
226
551
|
- lib/stripe/params/financial_connections/account_unsubscribe_params.rb
|
552
|
+
- lib/stripe/params/financial_connections/institution_list_params.rb
|
553
|
+
- lib/stripe/params/financial_connections/institution_retrieve_params.rb
|
227
554
|
- lib/stripe/params/financial_connections/session_create_params.rb
|
228
555
|
- lib/stripe/params/financial_connections/session_retrieve_params.rb
|
229
556
|
- lib/stripe/params/financial_connections/transaction_list_params.rb
|
@@ -231,6 +558,9 @@ files:
|
|
231
558
|
- lib/stripe/params/forwarding/request_create_params.rb
|
232
559
|
- lib/stripe/params/forwarding/request_list_params.rb
|
233
560
|
- lib/stripe/params/forwarding/request_retrieve_params.rb
|
561
|
+
- lib/stripe/params/fx_quote_create_params.rb
|
562
|
+
- lib/stripe/params/fx_quote_list_params.rb
|
563
|
+
- lib/stripe/params/fx_quote_retrieve_params.rb
|
234
564
|
- lib/stripe/params/identity/verification_report_list_params.rb
|
235
565
|
- lib/stripe/params/identity/verification_report_retrieve_params.rb
|
236
566
|
- lib/stripe/params/identity/verification_session_cancel_params.rb
|
@@ -293,11 +623,21 @@ files:
|
|
293
623
|
- lib/stripe/params/issuing/cardholder_list_params.rb
|
294
624
|
- lib/stripe/params/issuing/cardholder_retrieve_params.rb
|
295
625
|
- lib/stripe/params/issuing/cardholder_update_params.rb
|
626
|
+
- lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb
|
627
|
+
- lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb
|
628
|
+
- lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb
|
629
|
+
- lib/stripe/params/issuing/credit_underwriting_record_list_params.rb
|
630
|
+
- lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb
|
631
|
+
- lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb
|
296
632
|
- lib/stripe/params/issuing/dispute_create_params.rb
|
297
633
|
- lib/stripe/params/issuing/dispute_list_params.rb
|
298
634
|
- lib/stripe/params/issuing/dispute_retrieve_params.rb
|
635
|
+
- lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb
|
636
|
+
- lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb
|
299
637
|
- lib/stripe/params/issuing/dispute_submit_params.rb
|
300
638
|
- lib/stripe/params/issuing/dispute_update_params.rb
|
639
|
+
- lib/stripe/params/issuing/fraud_liability_debit_list_params.rb
|
640
|
+
- lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb
|
301
641
|
- lib/stripe/params/issuing/personalization_design_activate_params.rb
|
302
642
|
- lib/stripe/params/issuing/personalization_design_create_params.rb
|
303
643
|
- lib/stripe/params/issuing/personalization_design_deactivate_params.rb
|
@@ -316,16 +656,35 @@ files:
|
|
316
656
|
- lib/stripe/params/issuing/transaction_refund_params.rb
|
317
657
|
- lib/stripe/params/issuing/transaction_retrieve_params.rb
|
318
658
|
- lib/stripe/params/issuing/transaction_update_params.rb
|
659
|
+
- lib/stripe/params/mandate_list_params.rb
|
319
660
|
- lib/stripe/params/mandate_retrieve_params.rb
|
661
|
+
- lib/stripe/params/margin_create_params.rb
|
662
|
+
- lib/stripe/params/margin_list_params.rb
|
663
|
+
- lib/stripe/params/margin_retrieve_params.rb
|
664
|
+
- lib/stripe/params/margin_update_params.rb
|
665
|
+
- lib/stripe/params/order_cancel_params.rb
|
666
|
+
- lib/stripe/params/order_create_params.rb
|
667
|
+
- lib/stripe/params/order_line_item_list_params.rb
|
668
|
+
- lib/stripe/params/order_list_line_items_params.rb
|
669
|
+
- lib/stripe/params/order_list_params.rb
|
670
|
+
- lib/stripe/params/order_reopen_params.rb
|
671
|
+
- lib/stripe/params/order_retrieve_params.rb
|
672
|
+
- lib/stripe/params/order_submit_params.rb
|
673
|
+
- lib/stripe/params/order_update_params.rb
|
674
|
+
- lib/stripe/params/payment_attempt_record_list_params.rb
|
675
|
+
- lib/stripe/params/payment_attempt_record_retrieve_params.rb
|
676
|
+
- lib/stripe/params/payment_intent_amount_details_line_item_list_params.rb
|
320
677
|
- lib/stripe/params/payment_intent_apply_customer_balance_params.rb
|
321
678
|
- lib/stripe/params/payment_intent_cancel_params.rb
|
322
679
|
- lib/stripe/params/payment_intent_capture_params.rb
|
323
680
|
- lib/stripe/params/payment_intent_confirm_params.rb
|
324
681
|
- lib/stripe/params/payment_intent_create_params.rb
|
682
|
+
- lib/stripe/params/payment_intent_decrement_authorization_params.rb
|
325
683
|
- lib/stripe/params/payment_intent_increment_authorization_params.rb
|
326
684
|
- lib/stripe/params/payment_intent_list_params.rb
|
327
685
|
- lib/stripe/params/payment_intent_retrieve_params.rb
|
328
686
|
- lib/stripe/params/payment_intent_search_params.rb
|
687
|
+
- lib/stripe/params/payment_intent_trigger_action_params.rb
|
329
688
|
- lib/stripe/params/payment_intent_update_params.rb
|
330
689
|
- lib/stripe/params/payment_intent_verify_microdeposits_params.rb
|
331
690
|
- lib/stripe/params/payment_link_create_params.rb
|
@@ -349,6 +708,13 @@ files:
|
|
349
708
|
- lib/stripe/params/payment_method_list_params.rb
|
350
709
|
- lib/stripe/params/payment_method_retrieve_params.rb
|
351
710
|
- lib/stripe/params/payment_method_update_params.rb
|
711
|
+
- lib/stripe/params/payment_record_report_payment_attempt_canceled_params.rb
|
712
|
+
- lib/stripe/params/payment_record_report_payment_attempt_failed_params.rb
|
713
|
+
- lib/stripe/params/payment_record_report_payment_attempt_guaranteed_params.rb
|
714
|
+
- lib/stripe/params/payment_record_report_payment_attempt_informational_params.rb
|
715
|
+
- lib/stripe/params/payment_record_report_payment_attempt_params.rb
|
716
|
+
- lib/stripe/params/payment_record_report_payment_params.rb
|
717
|
+
- lib/stripe/params/payment_record_retrieve_params.rb
|
352
718
|
- lib/stripe/params/payout_cancel_params.rb
|
353
719
|
- lib/stripe/params/payout_create_params.rb
|
354
720
|
- lib/stripe/params/payout_list_params.rb
|
@@ -365,6 +731,14 @@ files:
|
|
365
731
|
- lib/stripe/params/price_retrieve_params.rb
|
366
732
|
- lib/stripe/params/price_search_params.rb
|
367
733
|
- lib/stripe/params/price_update_params.rb
|
734
|
+
- lib/stripe/params/privacy/redaction_job_cancel_params.rb
|
735
|
+
- lib/stripe/params/privacy/redaction_job_create_params.rb
|
736
|
+
- lib/stripe/params/privacy/redaction_job_list_params.rb
|
737
|
+
- lib/stripe/params/privacy/redaction_job_retrieve_params.rb
|
738
|
+
- lib/stripe/params/privacy/redaction_job_run_params.rb
|
739
|
+
- lib/stripe/params/privacy/redaction_job_update_params.rb
|
740
|
+
- lib/stripe/params/privacy/redaction_job_validate_params.rb
|
741
|
+
- lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb
|
368
742
|
- lib/stripe/params/product_create_params.rb
|
369
743
|
- lib/stripe/params/product_delete_params.rb
|
370
744
|
- lib/stripe/params/product_feature_create_params.rb
|
@@ -385,10 +759,18 @@ files:
|
|
385
759
|
- lib/stripe/params/quote_create_params.rb
|
386
760
|
- lib/stripe/params/quote_finalize_quote_params.rb
|
387
761
|
- lib/stripe/params/quote_line_item_list_params.rb
|
762
|
+
- lib/stripe/params/quote_line_list_params.rb
|
388
763
|
- lib/stripe/params/quote_list_computed_upfront_line_items_params.rb
|
389
764
|
- lib/stripe/params/quote_list_line_items_params.rb
|
765
|
+
- lib/stripe/params/quote_list_lines_params.rb
|
390
766
|
- lib/stripe/params/quote_list_params.rb
|
767
|
+
- lib/stripe/params/quote_list_preview_invoice_lines_params.rb
|
768
|
+
- lib/stripe/params/quote_mark_draft_params.rb
|
769
|
+
- lib/stripe/params/quote_mark_stale_params.rb
|
391
770
|
- lib/stripe/params/quote_pdf_params.rb
|
771
|
+
- lib/stripe/params/quote_preview_invoice_list_params.rb
|
772
|
+
- lib/stripe/params/quote_preview_subscription_schedule_list_params.rb
|
773
|
+
- lib/stripe/params/quote_reestimate_params.rb
|
392
774
|
- lib/stripe/params/quote_retrieve_params.rb
|
393
775
|
- lib/stripe/params/quote_update_params.rb
|
394
776
|
- lib/stripe/params/radar/early_fraud_warning_list_params.rb
|
@@ -436,6 +818,7 @@ files:
|
|
436
818
|
- lib/stripe/params/source_transaction_list_params.rb
|
437
819
|
- lib/stripe/params/source_update_params.rb
|
438
820
|
- lib/stripe/params/source_verify_params.rb
|
821
|
+
- lib/stripe/params/subscription_attach_cadence_params.rb
|
439
822
|
- lib/stripe/params/subscription_cancel_params.rb
|
440
823
|
- lib/stripe/params/subscription_create_params.rb
|
441
824
|
- lib/stripe/params/subscription_delete_discount_params.rb
|
@@ -448,6 +831,7 @@ files:
|
|
448
831
|
- lib/stripe/params/subscription_migrate_params.rb
|
449
832
|
- lib/stripe/params/subscription_resume_params.rb
|
450
833
|
- lib/stripe/params/subscription_retrieve_params.rb
|
834
|
+
- lib/stripe/params/subscription_schedule_amend_params.rb
|
451
835
|
- lib/stripe/params/subscription_schedule_cancel_params.rb
|
452
836
|
- lib/stripe/params/subscription_schedule_create_params.rb
|
453
837
|
- lib/stripe/params/subscription_schedule_list_params.rb
|
@@ -456,10 +840,14 @@ files:
|
|
456
840
|
- lib/stripe/params/subscription_schedule_update_params.rb
|
457
841
|
- lib/stripe/params/subscription_search_params.rb
|
458
842
|
- lib/stripe/params/subscription_update_params.rb
|
843
|
+
- lib/stripe/params/tax/association_find_params.rb
|
459
844
|
- lib/stripe/params/tax/calculation_create_params.rb
|
460
845
|
- lib/stripe/params/tax/calculation_line_item_list_params.rb
|
461
846
|
- lib/stripe/params/tax/calculation_list_line_items_params.rb
|
462
847
|
- lib/stripe/params/tax/calculation_retrieve_params.rb
|
848
|
+
- lib/stripe/params/tax/form_list_params.rb
|
849
|
+
- lib/stripe/params/tax/form_pdf_params.rb
|
850
|
+
- lib/stripe/params/tax/form_retrieve_params.rb
|
463
851
|
- lib/stripe/params/tax/registration_create_params.rb
|
464
852
|
- lib/stripe/params/tax/registration_list_params.rb
|
465
853
|
- lib/stripe/params/tax/registration_retrieve_params.rb
|
@@ -492,9 +880,11 @@ files:
|
|
492
880
|
- lib/stripe/params/terminal/location_list_params.rb
|
493
881
|
- lib/stripe/params/terminal/location_retrieve_params.rb
|
494
882
|
- lib/stripe/params/terminal/location_update_params.rb
|
883
|
+
- lib/stripe/params/terminal/onboarding_link_create_params.rb
|
495
884
|
- lib/stripe/params/terminal/reader_cancel_action_params.rb
|
496
885
|
- lib/stripe/params/terminal/reader_collect_inputs_params.rb
|
497
886
|
- lib/stripe/params/terminal/reader_collect_payment_method_params.rb
|
887
|
+
- lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb
|
498
888
|
- lib/stripe/params/terminal/reader_confirm_payment_intent_params.rb
|
499
889
|
- lib/stripe/params/terminal/reader_create_params.rb
|
500
890
|
- lib/stripe/params/terminal/reader_delete_params.rb
|
@@ -613,10 +1003,104 @@ files:
|
|
613
1003
|
- lib/stripe/params/treasury/transaction_entry_retrieve_params.rb
|
614
1004
|
- lib/stripe/params/treasury/transaction_list_params.rb
|
615
1005
|
- lib/stripe/params/treasury/transaction_retrieve_params.rb
|
1006
|
+
- lib/stripe/params/v2/billing/bill_setting_create_params.rb
|
1007
|
+
- lib/stripe/params/v2/billing/bill_setting_list_params.rb
|
1008
|
+
- lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb
|
1009
|
+
- lib/stripe/params/v2/billing/bill_setting_update_params.rb
|
1010
|
+
- lib/stripe/params/v2/billing/bill_settings/version_list_params.rb
|
1011
|
+
- lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb
|
1012
|
+
- lib/stripe/params/v2/billing/cadence_cancel_params.rb
|
1013
|
+
- lib/stripe/params/v2/billing/cadence_create_params.rb
|
1014
|
+
- lib/stripe/params/v2/billing/cadence_list_params.rb
|
1015
|
+
- lib/stripe/params/v2/billing/cadence_retrieve_params.rb
|
1016
|
+
- lib/stripe/params/v2/billing/cadence_update_params.rb
|
1017
|
+
- lib/stripe/params/v2/billing/collection_setting_create_params.rb
|
1018
|
+
- lib/stripe/params/v2/billing/collection_setting_list_params.rb
|
1019
|
+
- lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb
|
1020
|
+
- lib/stripe/params/v2/billing/collection_setting_update_params.rb
|
1021
|
+
- lib/stripe/params/v2/billing/collection_settings/version_list_params.rb
|
1022
|
+
- lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb
|
1023
|
+
- lib/stripe/params/v2/billing/custom_pricing_unit_create_params.rb
|
1024
|
+
- lib/stripe/params/v2/billing/custom_pricing_unit_list_params.rb
|
1025
|
+
- lib/stripe/params/v2/billing/custom_pricing_unit_retrieve_params.rb
|
1026
|
+
- lib/stripe/params/v2/billing/custom_pricing_unit_update_params.rb
|
1027
|
+
- lib/stripe/params/v2/billing/intent_cancel_params.rb
|
1028
|
+
- lib/stripe/params/v2/billing/intent_commit_params.rb
|
1029
|
+
- lib/stripe/params/v2/billing/intent_create_params.rb
|
1030
|
+
- lib/stripe/params/v2/billing/intent_list_params.rb
|
1031
|
+
- lib/stripe/params/v2/billing/intent_release_reservation_params.rb
|
1032
|
+
- lib/stripe/params/v2/billing/intent_reserve_params.rb
|
1033
|
+
- lib/stripe/params/v2/billing/intent_retrieve_params.rb
|
1034
|
+
- lib/stripe/params/v2/billing/intents/action_list_params.rb
|
1035
|
+
- lib/stripe/params/v2/billing/intents/action_retrieve_params.rb
|
1036
|
+
- lib/stripe/params/v2/billing/license_fee_create_params.rb
|
1037
|
+
- lib/stripe/params/v2/billing/license_fee_list_params.rb
|
1038
|
+
- lib/stripe/params/v2/billing/license_fee_retrieve_params.rb
|
1039
|
+
- lib/stripe/params/v2/billing/license_fee_subscription_retrieve_params.rb
|
1040
|
+
- lib/stripe/params/v2/billing/license_fee_update_params.rb
|
1041
|
+
- lib/stripe/params/v2/billing/license_fees/version_list_params.rb
|
1042
|
+
- lib/stripe/params/v2/billing/license_fees/version_retrieve_params.rb
|
1043
|
+
- lib/stripe/params/v2/billing/licensed_item_create_params.rb
|
1044
|
+
- lib/stripe/params/v2/billing/licensed_item_list_params.rb
|
1045
|
+
- lib/stripe/params/v2/billing/licensed_item_retrieve_params.rb
|
1046
|
+
- lib/stripe/params/v2/billing/licensed_item_update_params.rb
|
616
1047
|
- lib/stripe/params/v2/billing/meter_event_adjustment_create_params.rb
|
617
1048
|
- lib/stripe/params/v2/billing/meter_event_create_params.rb
|
618
1049
|
- lib/stripe/params/v2/billing/meter_event_session_create_params.rb
|
619
1050
|
- lib/stripe/params/v2/billing/meter_event_stream_create_params.rb
|
1051
|
+
- lib/stripe/params/v2/billing/metered_item_create_params.rb
|
1052
|
+
- lib/stripe/params/v2/billing/metered_item_list_params.rb
|
1053
|
+
- lib/stripe/params/v2/billing/metered_item_retrieve_params.rb
|
1054
|
+
- lib/stripe/params/v2/billing/metered_item_update_params.rb
|
1055
|
+
- lib/stripe/params/v2/billing/pricing_plan_create_params.rb
|
1056
|
+
- lib/stripe/params/v2/billing/pricing_plan_list_params.rb
|
1057
|
+
- lib/stripe/params/v2/billing/pricing_plan_retrieve_params.rb
|
1058
|
+
- lib/stripe/params/v2/billing/pricing_plan_subscription_list_params.rb
|
1059
|
+
- lib/stripe/params/v2/billing/pricing_plan_subscription_retrieve_params.rb
|
1060
|
+
- lib/stripe/params/v2/billing/pricing_plan_subscription_update_params.rb
|
1061
|
+
- lib/stripe/params/v2/billing/pricing_plan_update_params.rb
|
1062
|
+
- lib/stripe/params/v2/billing/pricing_plans/component_create_params.rb
|
1063
|
+
- lib/stripe/params/v2/billing/pricing_plans/component_delete_params.rb
|
1064
|
+
- lib/stripe/params/v2/billing/pricing_plans/component_list_params.rb
|
1065
|
+
- lib/stripe/params/v2/billing/pricing_plans/component_retrieve_params.rb
|
1066
|
+
- lib/stripe/params/v2/billing/pricing_plans/component_update_params.rb
|
1067
|
+
- lib/stripe/params/v2/billing/pricing_plans/version_list_params.rb
|
1068
|
+
- lib/stripe/params/v2/billing/pricing_plans/version_retrieve_params.rb
|
1069
|
+
- lib/stripe/params/v2/billing/profile_create_params.rb
|
1070
|
+
- lib/stripe/params/v2/billing/profile_list_params.rb
|
1071
|
+
- lib/stripe/params/v2/billing/profile_retrieve_params.rb
|
1072
|
+
- lib/stripe/params/v2/billing/profile_update_params.rb
|
1073
|
+
- lib/stripe/params/v2/billing/rate_card_create_params.rb
|
1074
|
+
- lib/stripe/params/v2/billing/rate_card_list_params.rb
|
1075
|
+
- lib/stripe/params/v2/billing/rate_card_retrieve_params.rb
|
1076
|
+
- lib/stripe/params/v2/billing/rate_card_subscription_cancel_params.rb
|
1077
|
+
- lib/stripe/params/v2/billing/rate_card_subscription_create_params.rb
|
1078
|
+
- lib/stripe/params/v2/billing/rate_card_subscription_list_params.rb
|
1079
|
+
- lib/stripe/params/v2/billing/rate_card_subscription_retrieve_params.rb
|
1080
|
+
- lib/stripe/params/v2/billing/rate_card_subscription_update_params.rb
|
1081
|
+
- lib/stripe/params/v2/billing/rate_card_update_params.rb
|
1082
|
+
- lib/stripe/params/v2/billing/rate_cards/rate_create_params.rb
|
1083
|
+
- lib/stripe/params/v2/billing/rate_cards/rate_delete_params.rb
|
1084
|
+
- lib/stripe/params/v2/billing/rate_cards/rate_list_params.rb
|
1085
|
+
- lib/stripe/params/v2/billing/rate_cards/rate_retrieve_params.rb
|
1086
|
+
- lib/stripe/params/v2/billing/rate_cards/version_list_params.rb
|
1087
|
+
- lib/stripe/params/v2/billing/rate_cards/version_retrieve_params.rb
|
1088
|
+
- lib/stripe/params/v2/billing/service_action_create_params.rb
|
1089
|
+
- lib/stripe/params/v2/billing/service_action_retrieve_params.rb
|
1090
|
+
- lib/stripe/params/v2/billing/service_action_update_params.rb
|
1091
|
+
- lib/stripe/params/v2/core/account_close_params.rb
|
1092
|
+
- lib/stripe/params/v2/core/account_create_params.rb
|
1093
|
+
- lib/stripe/params/v2/core/account_link_create_params.rb
|
1094
|
+
- lib/stripe/params/v2/core/account_list_params.rb
|
1095
|
+
- lib/stripe/params/v2/core/account_retrieve_params.rb
|
1096
|
+
- lib/stripe/params/v2/core/account_update_params.rb
|
1097
|
+
- lib/stripe/params/v2/core/accounts/person_create_params.rb
|
1098
|
+
- lib/stripe/params/v2/core/accounts/person_delete_params.rb
|
1099
|
+
- lib/stripe/params/v2/core/accounts/person_list_params.rb
|
1100
|
+
- lib/stripe/params/v2/core/accounts/person_retrieve_params.rb
|
1101
|
+
- lib/stripe/params/v2/core/accounts/person_update_params.rb
|
1102
|
+
- lib/stripe/params/v2/core/claimable_sandbox_create_params.rb
|
1103
|
+
- lib/stripe/params/v2/core/claimable_sandbox_retrieve_params.rb
|
620
1104
|
- lib/stripe/params/v2/core/event_destination_create_params.rb
|
621
1105
|
- lib/stripe/params/v2/core/event_destination_delete_params.rb
|
622
1106
|
- lib/stripe/params/v2/core/event_destination_disable_params.rb
|
@@ -627,6 +1111,71 @@ files:
|
|
627
1111
|
- lib/stripe/params/v2/core/event_destination_update_params.rb
|
628
1112
|
- lib/stripe/params/v2/core/event_list_params.rb
|
629
1113
|
- lib/stripe/params/v2/core/event_retrieve_params.rb
|
1114
|
+
- lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb
|
1115
|
+
- lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb
|
1116
|
+
- lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb
|
1117
|
+
- lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb
|
1118
|
+
- lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb
|
1119
|
+
- lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb
|
1120
|
+
- lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb
|
1121
|
+
- lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb
|
1122
|
+
- lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb
|
1123
|
+
- lib/stripe/params/v2/money_management/adjustment_list_params.rb
|
1124
|
+
- lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb
|
1125
|
+
- lib/stripe/params/v2/money_management/financial_account_close_params.rb
|
1126
|
+
- lib/stripe/params/v2/money_management/financial_account_create_params.rb
|
1127
|
+
- lib/stripe/params/v2/money_management/financial_account_list_params.rb
|
1128
|
+
- lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb
|
1129
|
+
- lib/stripe/params/v2/money_management/financial_address_create_params.rb
|
1130
|
+
- lib/stripe/params/v2/money_management/financial_address_list_params.rb
|
1131
|
+
- lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb
|
1132
|
+
- lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb
|
1133
|
+
- lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb
|
1134
|
+
- lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb
|
1135
|
+
- lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb
|
1136
|
+
- lib/stripe/params/v2/money_management/outbound_payment_create_params.rb
|
1137
|
+
- lib/stripe/params/v2/money_management/outbound_payment_list_params.rb
|
1138
|
+
- lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb
|
1139
|
+
- lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb
|
1140
|
+
- lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb
|
1141
|
+
- lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb
|
1142
|
+
- lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb
|
1143
|
+
- lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb
|
1144
|
+
- lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb
|
1145
|
+
- lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb
|
1146
|
+
- lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb
|
1147
|
+
- lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb
|
1148
|
+
- lib/stripe/params/v2/money_management/outbound_transfer_list_params.rb
|
1149
|
+
- lib/stripe/params/v2/money_management/outbound_transfer_retrieve_params.rb
|
1150
|
+
- lib/stripe/params/v2/money_management/payout_method_archive_params.rb
|
1151
|
+
- lib/stripe/params/v2/money_management/payout_method_list_params.rb
|
1152
|
+
- lib/stripe/params/v2/money_management/payout_method_retrieve_params.rb
|
1153
|
+
- lib/stripe/params/v2/money_management/payout_method_unarchive_params.rb
|
1154
|
+
- lib/stripe/params/v2/money_management/payout_methods_bank_account_spec_retrieve_params.rb
|
1155
|
+
- lib/stripe/params/v2/money_management/received_credit_list_params.rb
|
1156
|
+
- lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb
|
1157
|
+
- lib/stripe/params/v2/money_management/received_debit_list_params.rb
|
1158
|
+
- lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb
|
1159
|
+
- lib/stripe/params/v2/money_management/recipient_verification_acknowledge_params.rb
|
1160
|
+
- lib/stripe/params/v2/money_management/recipient_verification_create_params.rb
|
1161
|
+
- lib/stripe/params/v2/money_management/recipient_verification_retrieve_params.rb
|
1162
|
+
- lib/stripe/params/v2/money_management/transaction_entry_list_params.rb
|
1163
|
+
- lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb
|
1164
|
+
- lib/stripe/params/v2/money_management/transaction_list_params.rb
|
1165
|
+
- lib/stripe/params/v2/money_management/transaction_retrieve_params.rb
|
1166
|
+
- lib/stripe/params/v2/payments/off_session_payment_cancel_params.rb
|
1167
|
+
- lib/stripe/params/v2/payments/off_session_payment_capture_params.rb
|
1168
|
+
- lib/stripe/params/v2/payments/off_session_payment_create_params.rb
|
1169
|
+
- lib/stripe/params/v2/payments/off_session_payment_list_params.rb
|
1170
|
+
- lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb
|
1171
|
+
- lib/stripe/params/v2/tax/automatic_rule_create_params.rb
|
1172
|
+
- lib/stripe/params/v2/tax/automatic_rule_deactivate_params.rb
|
1173
|
+
- lib/stripe/params/v2/tax/automatic_rule_find_params.rb
|
1174
|
+
- lib/stripe/params/v2/tax/automatic_rule_retrieve_params.rb
|
1175
|
+
- lib/stripe/params/v2/tax/automatic_rule_update_params.rb
|
1176
|
+
- lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb
|
1177
|
+
- lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb
|
1178
|
+
- lib/stripe/params/v2/test_helpers/money_management_recipient_verifications_params.rb
|
630
1179
|
- lib/stripe/params/webhook_endpoint_create_params.rb
|
631
1180
|
- lib/stripe/params/webhook_endpoint_delete_params.rb
|
632
1181
|
- lib/stripe/params/webhook_endpoint_list_params.rb
|
@@ -637,6 +1186,7 @@ files:
|
|
637
1186
|
- lib/stripe/resources.rb
|
638
1187
|
- lib/stripe/resources/account.rb
|
639
1188
|
- lib/stripe/resources/account_link.rb
|
1189
|
+
- lib/stripe/resources/account_notice.rb
|
640
1190
|
- lib/stripe/resources/account_session.rb
|
641
1191
|
- lib/stripe/resources/alipay_account.rb
|
642
1192
|
- lib/stripe/resources/apple_pay_domain.rb
|
@@ -650,6 +1200,8 @@ files:
|
|
650
1200
|
- lib/stripe/resources/bank_account.rb
|
651
1201
|
- lib/stripe/resources/billing/alert.rb
|
652
1202
|
- lib/stripe/resources/billing/alert_triggered.rb
|
1203
|
+
- lib/stripe/resources/billing/analytics/meter_usage.rb
|
1204
|
+
- lib/stripe/resources/billing/analytics/meter_usage_row.rb
|
653
1205
|
- lib/stripe/resources/billing/credit_balance_summary.rb
|
654
1206
|
- lib/stripe/resources/billing/credit_balance_transaction.rb
|
655
1207
|
- lib/stripe/resources/billing/credit_grant.rb
|
@@ -660,6 +1212,9 @@ files:
|
|
660
1212
|
- lib/stripe/resources/billing_portal/configuration.rb
|
661
1213
|
- lib/stripe/resources/billing_portal/session.rb
|
662
1214
|
- lib/stripe/resources/capability.rb
|
1215
|
+
- lib/stripe/resources/capital/financing_offer.rb
|
1216
|
+
- lib/stripe/resources/capital/financing_summary.rb
|
1217
|
+
- lib/stripe/resources/capital/financing_transaction.rb
|
663
1218
|
- lib/stripe/resources/card.rb
|
664
1219
|
- lib/stripe/resources/cash_balance.rb
|
665
1220
|
- lib/stripe/resources/charge.rb
|
@@ -688,12 +1243,15 @@ files:
|
|
688
1243
|
- lib/stripe/resources/file.rb
|
689
1244
|
- lib/stripe/resources/file_link.rb
|
690
1245
|
- lib/stripe/resources/financial_connections/account.rb
|
1246
|
+
- lib/stripe/resources/financial_connections/account_inferred_balance.rb
|
691
1247
|
- lib/stripe/resources/financial_connections/account_owner.rb
|
692
1248
|
- lib/stripe/resources/financial_connections/account_ownership.rb
|
1249
|
+
- lib/stripe/resources/financial_connections/institution.rb
|
693
1250
|
- lib/stripe/resources/financial_connections/session.rb
|
694
1251
|
- lib/stripe/resources/financial_connections/transaction.rb
|
695
1252
|
- lib/stripe/resources/forwarding/request.rb
|
696
1253
|
- lib/stripe/resources/funding_instructions.rb
|
1254
|
+
- lib/stripe/resources/fx_quote.rb
|
697
1255
|
- lib/stripe/resources/identity/verification_report.rb
|
698
1256
|
- lib/stripe/resources/identity/verification_session.rb
|
699
1257
|
- lib/stripe/resources/invoice.rb
|
@@ -704,27 +1262,41 @@ files:
|
|
704
1262
|
- lib/stripe/resources/issuing/authorization.rb
|
705
1263
|
- lib/stripe/resources/issuing/card.rb
|
706
1264
|
- lib/stripe/resources/issuing/cardholder.rb
|
1265
|
+
- lib/stripe/resources/issuing/credit_underwriting_record.rb
|
707
1266
|
- lib/stripe/resources/issuing/dispute.rb
|
1267
|
+
- lib/stripe/resources/issuing/dispute_settlement_detail.rb
|
1268
|
+
- lib/stripe/resources/issuing/fraud_liability_debit.rb
|
708
1269
|
- lib/stripe/resources/issuing/personalization_design.rb
|
709
1270
|
- lib/stripe/resources/issuing/physical_bundle.rb
|
1271
|
+
- lib/stripe/resources/issuing/settlement.rb
|
710
1272
|
- lib/stripe/resources/issuing/token.rb
|
711
1273
|
- lib/stripe/resources/issuing/transaction.rb
|
712
1274
|
- lib/stripe/resources/line_item.rb
|
713
1275
|
- lib/stripe/resources/login_link.rb
|
714
1276
|
- lib/stripe/resources/mandate.rb
|
1277
|
+
- lib/stripe/resources/margin.rb
|
1278
|
+
- lib/stripe/resources/order.rb
|
1279
|
+
- lib/stripe/resources/payment_attempt_record.rb
|
715
1280
|
- lib/stripe/resources/payment_intent.rb
|
1281
|
+
- lib/stripe/resources/payment_intent_amount_details_line_item.rb
|
716
1282
|
- lib/stripe/resources/payment_link.rb
|
717
1283
|
- lib/stripe/resources/payment_method.rb
|
718
1284
|
- lib/stripe/resources/payment_method_configuration.rb
|
719
1285
|
- lib/stripe/resources/payment_method_domain.rb
|
1286
|
+
- lib/stripe/resources/payment_record.rb
|
720
1287
|
- lib/stripe/resources/payout.rb
|
721
1288
|
- lib/stripe/resources/person.rb
|
722
1289
|
- lib/stripe/resources/plan.rb
|
723
1290
|
- lib/stripe/resources/price.rb
|
1291
|
+
- lib/stripe/resources/privacy/redaction_job.rb
|
1292
|
+
- lib/stripe/resources/privacy/redaction_job_validation_error.rb
|
724
1293
|
- lib/stripe/resources/product.rb
|
725
1294
|
- lib/stripe/resources/product_feature.rb
|
726
1295
|
- lib/stripe/resources/promotion_code.rb
|
727
1296
|
- lib/stripe/resources/quote.rb
|
1297
|
+
- lib/stripe/resources/quote_line.rb
|
1298
|
+
- lib/stripe/resources/quote_preview_invoice.rb
|
1299
|
+
- lib/stripe/resources/quote_preview_subscription_schedule.rb
|
728
1300
|
- lib/stripe/resources/radar/early_fraud_warning.rb
|
729
1301
|
- lib/stripe/resources/radar/value_list.rb
|
730
1302
|
- lib/stripe/resources/radar/value_list_item.rb
|
@@ -745,8 +1317,10 @@ files:
|
|
745
1317
|
- lib/stripe/resources/subscription.rb
|
746
1318
|
- lib/stripe/resources/subscription_item.rb
|
747
1319
|
- lib/stripe/resources/subscription_schedule.rb
|
1320
|
+
- lib/stripe/resources/tax/association.rb
|
748
1321
|
- lib/stripe/resources/tax/calculation.rb
|
749
1322
|
- lib/stripe/resources/tax/calculation_line_item.rb
|
1323
|
+
- lib/stripe/resources/tax/form.rb
|
750
1324
|
- lib/stripe/resources/tax/registration.rb
|
751
1325
|
- lib/stripe/resources/tax/settings.rb
|
752
1326
|
- lib/stripe/resources/tax/transaction.rb
|
@@ -758,7 +1332,9 @@ files:
|
|
758
1332
|
- lib/stripe/resources/terminal/configuration.rb
|
759
1333
|
- lib/stripe/resources/terminal/connection_token.rb
|
760
1334
|
- lib/stripe/resources/terminal/location.rb
|
1335
|
+
- lib/stripe/resources/terminal/onboarding_link.rb
|
761
1336
|
- lib/stripe/resources/terminal/reader.rb
|
1337
|
+
- lib/stripe/resources/terminal/reader_collected_data.rb
|
762
1338
|
- lib/stripe/resources/test_helpers/test_clock.rb
|
763
1339
|
- lib/stripe/resources/token.rb
|
764
1340
|
- lib/stripe/resources/topup.rb
|
@@ -775,13 +1351,61 @@ files:
|
|
775
1351
|
- lib/stripe/resources/treasury/transaction.rb
|
776
1352
|
- lib/stripe/resources/treasury/transaction_entry.rb
|
777
1353
|
- lib/stripe/resources/v2/amount.rb
|
1354
|
+
- lib/stripe/resources/v2/billing/bill_setting.rb
|
1355
|
+
- lib/stripe/resources/v2/billing/bill_setting_version.rb
|
1356
|
+
- lib/stripe/resources/v2/billing/cadence.rb
|
1357
|
+
- lib/stripe/resources/v2/billing/collection_setting.rb
|
1358
|
+
- lib/stripe/resources/v2/billing/collection_setting_version.rb
|
1359
|
+
- lib/stripe/resources/v2/billing/custom_pricing_unit.rb
|
1360
|
+
- lib/stripe/resources/v2/billing/intent.rb
|
1361
|
+
- lib/stripe/resources/v2/billing/intent_action.rb
|
1362
|
+
- lib/stripe/resources/v2/billing/license_fee.rb
|
1363
|
+
- lib/stripe/resources/v2/billing/license_fee_subscription.rb
|
1364
|
+
- lib/stripe/resources/v2/billing/license_fee_version.rb
|
1365
|
+
- lib/stripe/resources/v2/billing/licensed_item.rb
|
778
1366
|
- lib/stripe/resources/v2/billing/meter_event.rb
|
779
1367
|
- lib/stripe/resources/v2/billing/meter_event_adjustment.rb
|
780
1368
|
- lib/stripe/resources/v2/billing/meter_event_session.rb
|
1369
|
+
- lib/stripe/resources/v2/billing/metered_item.rb
|
1370
|
+
- lib/stripe/resources/v2/billing/pricing_plan.rb
|
1371
|
+
- lib/stripe/resources/v2/billing/pricing_plan_component.rb
|
1372
|
+
- lib/stripe/resources/v2/billing/pricing_plan_subscription.rb
|
1373
|
+
- lib/stripe/resources/v2/billing/pricing_plan_version.rb
|
1374
|
+
- lib/stripe/resources/v2/billing/profile.rb
|
1375
|
+
- lib/stripe/resources/v2/billing/rate_card.rb
|
1376
|
+
- lib/stripe/resources/v2/billing/rate_card_rate.rb
|
1377
|
+
- lib/stripe/resources/v2/billing/rate_card_subscription.rb
|
1378
|
+
- lib/stripe/resources/v2/billing/rate_card_version.rb
|
1379
|
+
- lib/stripe/resources/v2/billing/service_action.rb
|
1380
|
+
- lib/stripe/resources/v2/core/account.rb
|
1381
|
+
- lib/stripe/resources/v2/core/account_link.rb
|
1382
|
+
- lib/stripe/resources/v2/core/account_person.rb
|
1383
|
+
- lib/stripe/resources/v2/core/claimable_sandbox.rb
|
781
1384
|
- lib/stripe/resources/v2/core/event.rb
|
782
1385
|
- lib/stripe/resources/v2/core/event_destination.rb
|
783
1386
|
- lib/stripe/resources/v2/core/event_notification.rb
|
1387
|
+
- lib/stripe/resources/v2/core/vault/gb_bank_account.rb
|
1388
|
+
- lib/stripe/resources/v2/core/vault/us_bank_account.rb
|
784
1389
|
- lib/stripe/resources/v2/deleted_object.rb
|
1390
|
+
- lib/stripe/resources/v2/financial_address_credit_simulation.rb
|
1391
|
+
- lib/stripe/resources/v2/financial_address_generated_microdeposits.rb
|
1392
|
+
- lib/stripe/resources/v2/money_management/adjustment.rb
|
1393
|
+
- lib/stripe/resources/v2/money_management/financial_account.rb
|
1394
|
+
- lib/stripe/resources/v2/money_management/financial_address.rb
|
1395
|
+
- lib/stripe/resources/v2/money_management/inbound_transfer.rb
|
1396
|
+
- lib/stripe/resources/v2/money_management/outbound_payment.rb
|
1397
|
+
- lib/stripe/resources/v2/money_management/outbound_payment_quote.rb
|
1398
|
+
- lib/stripe/resources/v2/money_management/outbound_setup_intent.rb
|
1399
|
+
- lib/stripe/resources/v2/money_management/outbound_transfer.rb
|
1400
|
+
- lib/stripe/resources/v2/money_management/payout_method.rb
|
1401
|
+
- lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb
|
1402
|
+
- lib/stripe/resources/v2/money_management/received_credit.rb
|
1403
|
+
- lib/stripe/resources/v2/money_management/received_debit.rb
|
1404
|
+
- lib/stripe/resources/v2/money_management/recipient_verification.rb
|
1405
|
+
- lib/stripe/resources/v2/money_management/transaction.rb
|
1406
|
+
- lib/stripe/resources/v2/money_management/transaction_entry.rb
|
1407
|
+
- lib/stripe/resources/v2/payments/off_session_payment.rb
|
1408
|
+
- lib/stripe/resources/v2/tax/automatic_rule.rb
|
785
1409
|
- lib/stripe/resources/webhook_endpoint.rb
|
786
1410
|
- lib/stripe/search_result_object.rb
|
787
1411
|
- lib/stripe/services.rb
|
@@ -789,6 +1413,7 @@ files:
|
|
789
1413
|
- lib/stripe/services/account_external_account_service.rb
|
790
1414
|
- lib/stripe/services/account_link_service.rb
|
791
1415
|
- lib/stripe/services/account_login_link_service.rb
|
1416
|
+
- lib/stripe/services/account_notice_service.rb
|
792
1417
|
- lib/stripe/services/account_person_service.rb
|
793
1418
|
- lib/stripe/services/account_service.rb
|
794
1419
|
- lib/stripe/services/account_session_service.rb
|
@@ -801,6 +1426,8 @@ files:
|
|
801
1426
|
- lib/stripe/services/balance_settings_service.rb
|
802
1427
|
- lib/stripe/services/balance_transaction_service.rb
|
803
1428
|
- lib/stripe/services/billing/alert_service.rb
|
1429
|
+
- lib/stripe/services/billing/analytics/meter_usage_service.rb
|
1430
|
+
- lib/stripe/services/billing/analytics_service.rb
|
804
1431
|
- lib/stripe/services/billing/credit_balance_summary_service.rb
|
805
1432
|
- lib/stripe/services/billing/credit_balance_transaction_service.rb
|
806
1433
|
- lib/stripe/services/billing/credit_grant_service.rb
|
@@ -812,6 +1439,10 @@ files:
|
|
812
1439
|
- lib/stripe/services/billing_portal/session_service.rb
|
813
1440
|
- lib/stripe/services/billing_portal_service.rb
|
814
1441
|
- lib/stripe/services/billing_service.rb
|
1442
|
+
- lib/stripe/services/capital/financing_offer_service.rb
|
1443
|
+
- lib/stripe/services/capital/financing_summary_service.rb
|
1444
|
+
- lib/stripe/services/capital/financing_transaction_service.rb
|
1445
|
+
- lib/stripe/services/capital_service.rb
|
815
1446
|
- lib/stripe/services/charge_service.rb
|
816
1447
|
- lib/stripe/services/checkout/session_line_item_service.rb
|
817
1448
|
- lib/stripe/services/checkout/session_service.rb
|
@@ -842,15 +1473,19 @@ files:
|
|
842
1473
|
- lib/stripe/services/ephemeral_key_service.rb
|
843
1474
|
- lib/stripe/services/event_service.rb
|
844
1475
|
- lib/stripe/services/exchange_rate_service.rb
|
1476
|
+
- lib/stripe/services/external_account_service.rb
|
845
1477
|
- lib/stripe/services/file_link_service.rb
|
846
1478
|
- lib/stripe/services/file_service.rb
|
1479
|
+
- lib/stripe/services/financial_connections/account_inferred_balance_service.rb
|
847
1480
|
- lib/stripe/services/financial_connections/account_owner_service.rb
|
848
1481
|
- lib/stripe/services/financial_connections/account_service.rb
|
1482
|
+
- lib/stripe/services/financial_connections/institution_service.rb
|
849
1483
|
- lib/stripe/services/financial_connections/session_service.rb
|
850
1484
|
- lib/stripe/services/financial_connections/transaction_service.rb
|
851
1485
|
- lib/stripe/services/financial_connections_service.rb
|
852
1486
|
- lib/stripe/services/forwarding/request_service.rb
|
853
1487
|
- lib/stripe/services/forwarding_service.rb
|
1488
|
+
- lib/stripe/services/fx_quote_service.rb
|
854
1489
|
- lib/stripe/services/identity/verification_report_service.rb
|
855
1490
|
- lib/stripe/services/identity/verification_session_service.rb
|
856
1491
|
- lib/stripe/services/identity_service.rb
|
@@ -862,28 +1497,43 @@ files:
|
|
862
1497
|
- lib/stripe/services/issuing/authorization_service.rb
|
863
1498
|
- lib/stripe/services/issuing/card_service.rb
|
864
1499
|
- lib/stripe/services/issuing/cardholder_service.rb
|
1500
|
+
- lib/stripe/services/issuing/credit_underwriting_record_service.rb
|
865
1501
|
- lib/stripe/services/issuing/dispute_service.rb
|
1502
|
+
- lib/stripe/services/issuing/dispute_settlement_detail_service.rb
|
1503
|
+
- lib/stripe/services/issuing/fraud_liability_debit_service.rb
|
866
1504
|
- lib/stripe/services/issuing/personalization_design_service.rb
|
867
1505
|
- lib/stripe/services/issuing/physical_bundle_service.rb
|
868
1506
|
- lib/stripe/services/issuing/token_service.rb
|
869
1507
|
- lib/stripe/services/issuing/transaction_service.rb
|
870
1508
|
- lib/stripe/services/issuing_service.rb
|
871
1509
|
- lib/stripe/services/mandate_service.rb
|
1510
|
+
- lib/stripe/services/margin_service.rb
|
872
1511
|
- lib/stripe/services/oauth_service.rb
|
1512
|
+
- lib/stripe/services/order_line_item_service.rb
|
1513
|
+
- lib/stripe/services/order_service.rb
|
1514
|
+
- lib/stripe/services/payment_attempt_record_service.rb
|
1515
|
+
- lib/stripe/services/payment_intent_amount_details_line_item_service.rb
|
873
1516
|
- lib/stripe/services/payment_intent_service.rb
|
874
1517
|
- lib/stripe/services/payment_link_line_item_service.rb
|
875
1518
|
- lib/stripe/services/payment_link_service.rb
|
876
1519
|
- lib/stripe/services/payment_method_configuration_service.rb
|
877
1520
|
- lib/stripe/services/payment_method_domain_service.rb
|
878
1521
|
- lib/stripe/services/payment_method_service.rb
|
1522
|
+
- lib/stripe/services/payment_record_service.rb
|
879
1523
|
- lib/stripe/services/payout_service.rb
|
880
1524
|
- lib/stripe/services/plan_service.rb
|
881
1525
|
- lib/stripe/services/price_service.rb
|
1526
|
+
- lib/stripe/services/privacy/redaction_job_service.rb
|
1527
|
+
- lib/stripe/services/privacy/redaction_job_validation_error_service.rb
|
1528
|
+
- lib/stripe/services/privacy_service.rb
|
882
1529
|
- lib/stripe/services/product_feature_service.rb
|
883
1530
|
- lib/stripe/services/product_service.rb
|
884
1531
|
- lib/stripe/services/promotion_code_service.rb
|
885
1532
|
- lib/stripe/services/quote_computed_upfront_line_items_service.rb
|
886
1533
|
- lib/stripe/services/quote_line_item_service.rb
|
1534
|
+
- lib/stripe/services/quote_line_service.rb
|
1535
|
+
- lib/stripe/services/quote_preview_invoice_service.rb
|
1536
|
+
- lib/stripe/services/quote_preview_subscription_schedule_service.rb
|
887
1537
|
- lib/stripe/services/quote_service.rb
|
888
1538
|
- lib/stripe/services/radar/early_fraud_warning_service.rb
|
889
1539
|
- lib/stripe/services/radar/value_list_item_service.rb
|
@@ -904,8 +1554,10 @@ files:
|
|
904
1554
|
- lib/stripe/services/subscription_item_service.rb
|
905
1555
|
- lib/stripe/services/subscription_schedule_service.rb
|
906
1556
|
- lib/stripe/services/subscription_service.rb
|
1557
|
+
- lib/stripe/services/tax/association_service.rb
|
907
1558
|
- lib/stripe/services/tax/calculation_line_item_service.rb
|
908
1559
|
- lib/stripe/services/tax/calculation_service.rb
|
1560
|
+
- lib/stripe/services/tax/form_service.rb
|
909
1561
|
- lib/stripe/services/tax/registration_service.rb
|
910
1562
|
- lib/stripe/services/tax/settings_service.rb
|
911
1563
|
- lib/stripe/services/tax/transaction_line_item_service.rb
|
@@ -917,6 +1569,8 @@ files:
|
|
917
1569
|
- lib/stripe/services/terminal/configuration_service.rb
|
918
1570
|
- lib/stripe/services/terminal/connection_token_service.rb
|
919
1571
|
- lib/stripe/services/terminal/location_service.rb
|
1572
|
+
- lib/stripe/services/terminal/onboarding_link_service.rb
|
1573
|
+
- lib/stripe/services/terminal/reader_collected_data_service.rb
|
920
1574
|
- lib/stripe/services/terminal/reader_service.rb
|
921
1575
|
- lib/stripe/services/terminal_service.rb
|
922
1576
|
- lib/stripe/services/test_helpers/confirmation_token_service.rb
|
@@ -954,14 +1608,67 @@ files:
|
|
954
1608
|
- lib/stripe/services/treasury/transaction_service.rb
|
955
1609
|
- lib/stripe/services/treasury_service.rb
|
956
1610
|
- lib/stripe/services/v1_services.rb
|
1611
|
+
- lib/stripe/services/v2/billing/bill_setting_service.rb
|
1612
|
+
- lib/stripe/services/v2/billing/bill_settings/version_service.rb
|
1613
|
+
- lib/stripe/services/v2/billing/cadence_service.rb
|
1614
|
+
- lib/stripe/services/v2/billing/collection_setting_service.rb
|
1615
|
+
- lib/stripe/services/v2/billing/collection_settings/version_service.rb
|
1616
|
+
- lib/stripe/services/v2/billing/custom_pricing_unit_service.rb
|
1617
|
+
- lib/stripe/services/v2/billing/intent_service.rb
|
1618
|
+
- lib/stripe/services/v2/billing/intents/action_service.rb
|
1619
|
+
- lib/stripe/services/v2/billing/license_fee_service.rb
|
1620
|
+
- lib/stripe/services/v2/billing/license_fee_subscription_service.rb
|
1621
|
+
- lib/stripe/services/v2/billing/license_fees/version_service.rb
|
1622
|
+
- lib/stripe/services/v2/billing/licensed_item_service.rb
|
957
1623
|
- lib/stripe/services/v2/billing/meter_event_adjustment_service.rb
|
958
1624
|
- lib/stripe/services/v2/billing/meter_event_service.rb
|
959
1625
|
- lib/stripe/services/v2/billing/meter_event_session_service.rb
|
960
1626
|
- lib/stripe/services/v2/billing/meter_event_stream_service.rb
|
1627
|
+
- lib/stripe/services/v2/billing/metered_item_service.rb
|
1628
|
+
- lib/stripe/services/v2/billing/pricing_plan_service.rb
|
1629
|
+
- lib/stripe/services/v2/billing/pricing_plan_subscription_service.rb
|
1630
|
+
- lib/stripe/services/v2/billing/pricing_plans/component_service.rb
|
1631
|
+
- lib/stripe/services/v2/billing/pricing_plans/version_service.rb
|
1632
|
+
- lib/stripe/services/v2/billing/profile_service.rb
|
1633
|
+
- lib/stripe/services/v2/billing/rate_card_service.rb
|
1634
|
+
- lib/stripe/services/v2/billing/rate_card_subscription_service.rb
|
1635
|
+
- lib/stripe/services/v2/billing/rate_cards/rate_service.rb
|
1636
|
+
- lib/stripe/services/v2/billing/rate_cards/version_service.rb
|
1637
|
+
- lib/stripe/services/v2/billing/service_action_service.rb
|
961
1638
|
- lib/stripe/services/v2/billing_service.rb
|
1639
|
+
- lib/stripe/services/v2/core/account_link_service.rb
|
1640
|
+
- lib/stripe/services/v2/core/account_service.rb
|
1641
|
+
- lib/stripe/services/v2/core/accounts/person_service.rb
|
1642
|
+
- lib/stripe/services/v2/core/claimable_sandbox_service.rb
|
962
1643
|
- lib/stripe/services/v2/core/event_destination_service.rb
|
963
1644
|
- lib/stripe/services/v2/core/event_service.rb
|
1645
|
+
- lib/stripe/services/v2/core/vault/gb_bank_account_service.rb
|
1646
|
+
- lib/stripe/services/v2/core/vault/us_bank_account_service.rb
|
1647
|
+
- lib/stripe/services/v2/core/vault_service.rb
|
964
1648
|
- lib/stripe/services/v2/core_service.rb
|
1649
|
+
- lib/stripe/services/v2/money_management/adjustment_service.rb
|
1650
|
+
- lib/stripe/services/v2/money_management/financial_account_service.rb
|
1651
|
+
- lib/stripe/services/v2/money_management/financial_address_service.rb
|
1652
|
+
- lib/stripe/services/v2/money_management/inbound_transfer_service.rb
|
1653
|
+
- lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb
|
1654
|
+
- lib/stripe/services/v2/money_management/outbound_payment_service.rb
|
1655
|
+
- lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb
|
1656
|
+
- lib/stripe/services/v2/money_management/outbound_transfer_service.rb
|
1657
|
+
- lib/stripe/services/v2/money_management/payout_method_service.rb
|
1658
|
+
- lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb
|
1659
|
+
- lib/stripe/services/v2/money_management/received_credit_service.rb
|
1660
|
+
- lib/stripe/services/v2/money_management/received_debit_service.rb
|
1661
|
+
- lib/stripe/services/v2/money_management/recipient_verification_service.rb
|
1662
|
+
- lib/stripe/services/v2/money_management/transaction_entry_service.rb
|
1663
|
+
- lib/stripe/services/v2/money_management/transaction_service.rb
|
1664
|
+
- lib/stripe/services/v2/money_management_service.rb
|
1665
|
+
- lib/stripe/services/v2/payment_service.rb
|
1666
|
+
- lib/stripe/services/v2/payments/off_session_payment_service.rb
|
1667
|
+
- lib/stripe/services/v2/tax/automatic_rule_service.rb
|
1668
|
+
- lib/stripe/services/v2/tax_service.rb
|
1669
|
+
- lib/stripe/services/v2/test_helper_service.rb
|
1670
|
+
- lib/stripe/services/v2/test_helpers/financial_address_service.rb
|
1671
|
+
- lib/stripe/services/v2/test_helpers/money_management_service.rb
|
965
1672
|
- lib/stripe/services/v2_services.rb
|
966
1673
|
- lib/stripe/services/webhook_endpoint_service.rb
|
967
1674
|
- lib/stripe/singleton_api_resource.rb
|
@@ -1000,9 +1707,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1000
1707
|
version: 2.6.0
|
1001
1708
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1002
1709
|
requirements:
|
1003
|
-
- - "
|
1710
|
+
- - ">"
|
1004
1711
|
- !ruby/object:Gem::Version
|
1005
|
-
version:
|
1712
|
+
version: 1.3.1
|
1006
1713
|
requirements: []
|
1007
1714
|
rubygems_version: 3.3.27
|
1008
1715
|
signing_key:
|