stripe 19.2.0 → 19.3.0.pre.alpha.2
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 +38 -0
- data/lib/stripe/api_version.rb +1 -2
- data/lib/stripe/errors.rb +90 -0
- data/lib/stripe/event_types.rb +1308 -0
- data/lib/stripe/events/unknown_event_notification.rb +1 -0
- data/lib/stripe/events/v1_account_application_authorized_event.rb +20 -0
- data/lib/stripe/events/v1_account_application_deauthorized_event.rb +20 -0
- data/lib/stripe/events/v1_account_external_account_created_event.rb +20 -0
- data/lib/stripe/events/v1_account_external_account_deleted_event.rb +20 -0
- data/lib/stripe/events/v1_account_external_account_updated_event.rb +20 -0
- data/lib/stripe/events/v1_account_signals_including_delinquency_created_event.rb +68 -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_refund_updated_event.rb +44 -0
- data/lib/stripe/events/v1_application_fee_refunded_event.rb +44 -0
- data/lib/stripe/events/v1_balance_available_event.rb +44 -0
- data/lib/stripe/events/v1_billing_alert_triggered_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_billing_portal_session_created_event.rb +20 -0
- data/lib/stripe/events/v1_capability_updated_event.rb +44 -0
- data/lib/stripe/events/v1_cash_balance_funds_available_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_cash_balance_transaction_created_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_entitlements_active_entitlement_summary_updated_event.rb +20 -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_tax_settings_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_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_custom_pricing_unit_overage_rate_created_event.rb +67 -0
- data/lib/stripe/events/v2_billing_rate_card_rate_created_event.rb +67 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_activated_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_awaiting_customer_action_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_current_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_past_due_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_paused_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_collection_unpaid_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_activated_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_subscription_servicing_paused_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_updated_event.rb +44 -0
- data/lib/stripe/events/v2_billing_rate_card_version_created_event.rb +61 -0
- data/lib/stripe/events/v2_core_account_including_configuration_card_creator_capability_status_updated_event.rb +63 -0
- data/lib/stripe/events/v2_core_account_including_configuration_card_creator_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_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_signals_fraudulent_website_ready_event.rb +48 -0
- data/lib/stripe/events/v2_core_approval_request_approved_event.rb +44 -0
- data/lib/stripe/events/v2_core_approval_request_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_core_approval_request_created_event.rb +44 -0
- data/lib/stripe/events/v2_core_approval_request_expired_event.rb +44 -0
- data/lib/stripe/events/v2_core_approval_request_failed_event.rb +44 -0
- data/lib/stripe/events/v2_core_approval_request_rejected_event.rb +44 -0
- data/lib/stripe/events/v2_core_approval_request_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_batch_failed_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_completed_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_created_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_ready_for_upload_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_timeout_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_upload_timeout_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_validating_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_validation_failed_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_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_health_api_error_firing_event.rb +115 -0
- data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +117 -0
- data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +113 -0
- data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +115 -0
- data/lib/stripe/events/v2_core_health_authorization_rate_drop_firing_event.rb +96 -0
- data/lib/stripe/events/v2_core_health_authorization_rate_drop_resolved_event.rb +98 -0
- data/lib/stripe/events/v2_core_health_elements_error_firing_event.rb +60 -0
- data/lib/stripe/events/v2_core_health_elements_error_resolved_event.rb +62 -0
- data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +78 -0
- data/lib/stripe/events/v2_core_health_fraud_rate_increased_event.rb +64 -0
- data/lib/stripe/events/v2_core_health_invoice_count_dropped_firing_event.rb +75 -0
- data/lib/stripe/events/v2_core_health_invoice_count_dropped_resolved_event.rb +77 -0
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_firing_event.rb +64 -0
- data/lib/stripe/events/v2_core_health_issuing_authorization_request_errors_resolved_event.rb +66 -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 +66 -0
- data/lib/stripe/events/v2_core_health_meter_event_summaries_delayed_firing_event.rb +58 -0
- data/lib/stripe/events/v2_core_health_meter_event_summaries_delayed_resolved_event.rb +60 -0
- data/lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb +111 -0
- data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +113 -0
- data/lib/stripe/events/v2_core_health_sepa_debit_delayed_firing_event.rb +70 -0
- data/lib/stripe/events/v2_core_health_sepa_debit_delayed_resolved_event.rb +72 -0
- data/lib/stripe/events/v2_core_health_traffic_volume_drop_firing_event.rb +64 -0
- data/lib/stripe/events/v2_core_health_traffic_volume_drop_resolved_event.rb +66 -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 +60 -0
- data/lib/stripe/events/v2_data_reporting_query_run_created_event.rb +44 -0
- data/lib/stripe/events/v2_data_reporting_query_run_failed_event.rb +44 -0
- data/lib/stripe/events/v2_data_reporting_query_run_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_data_reporting_query_run_updated_event.rb +44 -0
- data/lib/stripe/events/v2_extend_extension_run_failed_event.rb +75 -0
- data/lib/stripe/events/v2_extend_workflow_run_failed_event.rb +75 -0
- data/lib/stripe/events/v2_extend_workflow_run_started_event.rb +44 -0
- data/lib/stripe/events/v2_extend_workflow_run_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_iam_api_key_created_event.rb +38 -0
- data/lib/stripe/events/v2_iam_api_key_default_secret_revealed_event.rb +38 -0
- data/lib/stripe/events/v2_iam_api_key_expired_event.rb +38 -0
- data/lib/stripe/events/v2_iam_api_key_permissions_updated_event.rb +38 -0
- data/lib/stripe/events/v2_iam_api_key_rotated_event.rb +40 -0
- data/lib/stripe/events/v2_iam_api_key_updated_event.rb +38 -0
- data/lib/stripe/events/v2_iam_stripe_access_grant_approved_event.rb +38 -0
- data/lib/stripe/events/v2_iam_stripe_access_grant_canceled_event.rb +38 -0
- data/lib/stripe/events/v2_iam_stripe_access_grant_denied_event.rb +38 -0
- data/lib/stripe/events/v2_iam_stripe_access_grant_removed_event.rb +38 -0
- data/lib/stripe/events/v2_iam_stripe_access_grant_requested_event.rb +38 -0
- data/lib/stripe/events/v2_iam_stripe_access_grant_updated_event.rb +38 -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_statement_created_event.rb +61 -0
- data/lib/stripe/events/v2_money_management_financial_account_statement_restated_event.rb +71 -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_created_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 +63 -0
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +44 -0
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_confirmed_event.rb +97 -0
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_created_event.rb +97 -0
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_partially_confirmed_event.rb +97 -0
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_terminated_event.rb +97 -0
- data/lib/stripe/events/v2_payments_off_session_payment_attempt_failed_event.rb +61 -0
- data/lib/stripe/events/v2_payments_off_session_payment_attempt_started_event.rb +46 -0
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +46 -0
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +48 -0
- data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +44 -0
- data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +61 -0
- data/lib/stripe/events/v2_payments_off_session_payment_paused_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_resumed_event.rb +44 -0
- data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_created_event.rb +44 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_errored_event.rb +65 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_funds_not_received_event.rb +44 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_matched_event.rb +44 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_not_found_event.rb +38 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_settled_event.rb +44 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_canceled_event.rb +61 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_created_event.rb +61 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_settled_event.rb +61 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_submitted_event.rb +44 -0
- data/lib/stripe/events/v2_reporting_report_run_created_event.rb +44 -0
- data/lib/stripe/events/v2_reporting_report_run_failed_event.rb +44 -0
- data/lib/stripe/events/v2_reporting_report_run_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_reporting_report_run_updated_event.rb +44 -0
- data/lib/stripe/events/v2_signals_account_signal_fraudulent_merchant_ready_event.rb +88 -0
- data/lib/stripe/events/v2_signals_account_signal_merchant_delinquency_ready_event.rb +44 -0
- data/lib/stripe/object_types.rb +125 -0
- data/lib/stripe/params/account_create_params.rb +461 -2
- data/lib/stripe/params/account_link_create_params.rb +4 -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_person_create_params.rb +60 -0
- data/lib/stripe/params/account_person_update_params.rb +60 -0
- data/lib/stripe/params/account_session_create_params.rb +301 -1
- data/lib/stripe/params/account_signals_retrieve_params.rb +13 -0
- data/lib/stripe/params/account_update_params.rb +423 -1
- data/lib/stripe/params/balance_settings_update_params.rb +9 -1
- data/lib/stripe/params/balance_transfer_create_params.rb +66 -0
- data/lib/stripe/params/billing/alert_create_params.rb +264 -1
- data/lib/stripe/params/billing/alert_list_params.rb +4 -0
- data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +69 -0
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +13 -1
- data/lib/stripe/params/billing/credit_grant_create_params.rb +48 -2
- data/lib/stripe/params/billing/meter_create_params.rb +4 -0
- data/lib/stripe/params/billing/meter_event_summary_list_params.rb +20 -0
- data/lib/stripe/params/capital/financing_offer_create_params.rb +37 -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_refill_params.rb +37 -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 +1912 -0
- data/lib/stripe/params/charge_update_params.rb +1912 -0
- data/lib/stripe/params/checkout/session_approve_params.rb +52 -0
- data/lib/stripe/params/checkout/session_create_params.rb +255 -4
- data/lib/stripe/params/checkout/session_update_params.rb +176 -1
- data/lib/stripe/params/confirmation_token_create_params.rb +91 -0
- data/lib/stripe/params/coupon_create_params.rb +47 -1
- data/lib/stripe/params/customer_session_create_params.rb +32 -1
- data/lib/stripe/params/delegated_checkout/order_retrieve_params.rb +15 -0
- data/lib/stripe/params/delegated_checkout/requested_session_confirm_params.rb +168 -0
- data/lib/stripe/params/delegated_checkout/requested_session_create_params.rb +230 -0
- data/lib/stripe/params/delegated_checkout/requested_session_expire_params.rb +15 -0
- data/lib/stripe/params/delegated_checkout/requested_session_list_orders_params.rb +24 -0
- data/lib/stripe/params/delegated_checkout/requested_session_order_list_params.rb +24 -0
- data/lib/stripe/params/delegated_checkout/requested_session_retrieve_params.rb +15 -0
- data/lib/stripe/params/delegated_checkout/requested_session_update_params.rb +216 -0
- data/lib/stripe/params/dispute_update_params.rb +14 -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/authorization_retrieve_params.rb +15 -0
- 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 +64 -2
- data/lib/stripe/params/fr_meal_vouchers_onboarding_create_params.rb +25 -0
- data/lib/stripe/params/fr_meal_vouchers_onboarding_list_params.rb +22 -0
- data/lib/stripe/params/fr_meal_vouchers_onboarding_retrieve_params.rb +13 -0
- data/lib/stripe/params/fr_meal_vouchers_onboarding_update_params.rb +16 -0
- 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/blocklist_entry_create_params.rb +29 -0
- data/lib/stripe/params/identity/blocklist_entry_disable_params.rb +15 -0
- data/lib/stripe/params/identity/blocklist_entry_list_params.rb +62 -0
- data/lib/stripe/params/identity/blocklist_entry_retrieve_params.rb +15 -0
- data/lib/stripe/params/identity/verification_report_list_params.rb +4 -0
- data/lib/stripe/params/identity/verification_session_create_params.rb +4 -0
- data/lib/stripe/params/identity/verification_session_update_params.rb +11 -1
- data/lib/stripe/params/invoice_add_lines_params.rb +48 -1
- data/lib/stripe/params/invoice_attach_payment_params.rb +43 -1
- data/lib/stripe/params/invoice_create_params.rb +98 -3
- data/lib/stripe/params/invoice_create_preview_params.rb +1314 -9
- data/lib/stripe/params/invoice_detach_payment_params.rb +16 -0
- data/lib/stripe/params/invoice_item_create_params.rb +33 -1
- data/lib/stripe/params/invoice_item_update_params.rb +33 -1
- data/lib/stripe/params/invoice_line_item_update_params.rb +48 -1
- data/lib/stripe/params/invoice_list_params.rb +4 -0
- data/lib/stripe/params/invoice_update_lines_params.rb +48 -1
- data/lib/stripe/params/invoice_update_params.rb +98 -3
- data/lib/stripe/params/issuing/authorization_create_params.rb +8 -0
- data/lib/stripe/params/issuing/card_list_params.rb +34 -1
- 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_close_params.rb +18 -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/dispute_simulate_network_lifecycle_dispute_response_params.rb +26 -0
- data/lib/stripe/params/issuing/dispute_simulate_network_lifecycle_pre_arbitration_response_params.rb +26 -0
- data/lib/stripe/params/issuing/dispute_simulate_network_lifecycle_pre_arbitration_submission_params.rb +26 -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/program_create_params.rb +21 -0
- data/lib/stripe/params/issuing/program_list_params.rb +24 -0
- data/lib/stripe/params/issuing/program_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/program_update_params.rb +21 -0
- data/lib/stripe/params/issuing/transaction_create_force_capture_params.rb +8 -0
- data/lib/stripe/params/issuing/transaction_create_unlinked_refund_params.rb +8 -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/orchestration/payment_attempt_retrieve_params.rb +15 -0
- data/lib/stripe/params/order_create_params.rb +2114 -0
- data/lib/stripe/params/order_list_params.rb +25 -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 +2118 -0
- data/lib/stripe/params/payment_attempt_record_report_authenticated_params.rb +19 -0
- data/lib/stripe/params/payment_attempt_record_report_authorized_params.rb +41 -0
- data/lib/stripe/params/payment_attempt_record_report_canceled_params.rb +22 -0
- data/lib/stripe/params/payment_attempt_record_report_failed_params.rb +54 -0
- data/lib/stripe/params/payment_attempt_record_report_guaranteed_params.rb +50 -0
- data/lib/stripe/params/payment_attempt_record_report_informational_params.rb +93 -0
- data/lib/stripe/params/payment_attempt_record_report_refund_params.rb +79 -0
- data/lib/stripe/params/payment_intent_capture_params.rb +1928 -2
- data/lib/stripe/params/payment_intent_confirm_params.rb +3659 -158
- data/lib/stripe/params/payment_intent_create_params.rb +3639 -122
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +315 -0
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +56 -1
- data/lib/stripe/params/payment_intent_reauthorize_params.rb +19 -0
- data/lib/stripe/params/payment_intent_simulate_crypto_deposit_params.rb +31 -0
- data/lib/stripe/params/payment_intent_trigger_action_params.rb +27 -0
- data/lib/stripe/params/payment_intent_update_params.rb +3680 -148
- data/lib/stripe/params/payment_link_create_params.rb +34 -0
- data/lib/stripe/params/payment_location_capability_list_params.rb +16 -0
- data/lib/stripe/params/payment_location_capability_retrieve_params.rb +16 -0
- data/lib/stripe/params/payment_location_capability_update_params.rb +19 -0
- data/lib/stripe/params/payment_location_create_params.rb +54 -0
- data/lib/stripe/params/payment_location_delete_params.rb +6 -0
- data/lib/stripe/params/payment_location_list_params.rb +22 -0
- data/lib/stripe/params/payment_location_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_location_update_params.rb +63 -0
- data/lib/stripe/params/payment_method_check_balance_params.rb +13 -0
- data/lib/stripe/params/payment_method_configuration_create_params.rb +105 -0
- data/lib/stripe/params/payment_method_configuration_update_params.rb +105 -0
- data/lib/stripe/params/payment_method_create_params.rb +87 -0
- data/lib/stripe/params/payment_method_update_params.rb +16 -0
- data/lib/stripe/params/payment_record_report_payment_attempt_canceled_params.rb +4 -1
- data/lib/stripe/params/payment_record_report_payment_attempt_failed_params.rb +36 -1
- data/lib/stripe/params/payment_record_report_payment_attempt_guaranteed_params.rb +32 -1
- data/lib/stripe/params/payment_record_report_payment_attempt_params.rb +60 -2
- data/lib/stripe/params/payment_record_report_payment_params.rb +60 -2
- data/lib/stripe/params/plan_create_params.rb +15 -0
- data/lib/stripe/params/price_create_params.rb +19 -0
- data/lib/stripe/params/price_update_params.rb +23 -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/product_catalog/trial_offer_create_params.rb +63 -0
- data/lib/stripe/params/product_create_params.rb +47 -0
- data/lib/stripe/params/product_update_params.rb +47 -0
- data/lib/stripe/params/quote_create_params.rb +1217 -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 +4 -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 +1225 -4
- data/lib/stripe/params/radar/account_evaluation_create_params.rb +81 -0
- data/lib/stripe/params/radar/account_evaluation_retrieve_params.rb +15 -0
- data/lib/stripe/params/radar/account_evaluation_update_params.rb +72 -0
- data/lib/stripe/params/radar/customer_evaluation_create_params.rb +69 -0
- data/lib/stripe/params/radar/customer_evaluation_update_params.rb +21 -0
- data/lib/stripe/params/radar/issuing_authorization_evaluation_create_params.rb +197 -0
- data/lib/stripe/params/radar/payment_evaluation_create_params.rb +30 -1
- data/lib/stripe/params/reserve/hold_list_params.rb +53 -0
- data/lib/stripe/params/reserve/hold_retrieve_params.rb +15 -0
- data/lib/stripe/params/reserve/plan_retrieve_params.rb +15 -0
- data/lib/stripe/params/reserve/release_list_params.rb +41 -0
- data/lib/stripe/params/reserve/release_retrieve_params.rb +15 -0
- data/lib/stripe/params/setup_intent_confirm_params.rb +177 -3
- data/lib/stripe/params/setup_intent_create_params.rb +177 -3
- data/lib/stripe/params/setup_intent_update_params.rb +178 -4
- data/lib/stripe/params/shared_payment/granted_token_create_params.rb +50 -0
- data/lib/stripe/params/shared_payment/granted_token_retrieve_params.rb +15 -0
- data/lib/stripe/params/shared_payment/granted_token_revoke_params.rb +15 -0
- data/lib/stripe/params/shared_payment/issued_token_create_params.rb +70 -0
- data/lib/stripe/params/shared_payment/issued_token_retrieve_params.rb +15 -0
- data/lib/stripe/params/shared_payment/issued_token_revoke_params.rb +15 -0
- data/lib/stripe/params/subscription_attach_cadence_params.rb +16 -0
- data/lib/stripe/params/subscription_create_params.rb +325 -7
- data/lib/stripe/params/subscription_item_create_params.rb +114 -2
- data/lib/stripe/params/subscription_item_update_params.rb +97 -1
- data/lib/stripe/params/subscription_list_params.rb +4 -0
- data/lib/stripe/params/subscription_pause_params.rb +50 -0
- data/lib/stripe/params/subscription_resume_params.rb +4 -0
- data/lib/stripe/params/subscription_schedule_amend_params.rb +805 -0
- data/lib/stripe/params/subscription_schedule_create_params.rb +335 -5
- data/lib/stripe/params/subscription_schedule_update_params.rb +335 -5
- data/lib/stripe/params/subscription_update_params.rb +308 -6
- data/lib/stripe/params/tax/calculation_create_params.rb +4 -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/location_create_params.rb +54 -0
- data/lib/stripe/params/tax/location_list_params.rb +27 -0
- data/lib/stripe/params/tax/location_retrieve_params.rb +15 -0
- data/lib/stripe/params/tax/registration_create_params.rb +117 -0
- 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/reader_collected_data_retrieve_params.rb +15 -0
- data/lib/stripe/params/test_helpers/capital/financing_offer_create_params.rb +39 -0
- data/lib/stripe/params/test_helpers/capital/financing_offer_refill_params.rb +39 -0
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +91 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_create_params.rb +8 -0
- data/lib/stripe/params/test_helpers/issuing/dispute_close_params.rb +20 -0
- data/lib/stripe/params/test_helpers/issuing/dispute_simulate_network_lifecycle_dispute_response_params.rb +28 -0
- data/lib/stripe/params/test_helpers/issuing/dispute_simulate_network_lifecycle_pre_arbitration_response_params.rb +28 -0
- data/lib/stripe/params/test_helpers/issuing/dispute_simulate_network_lifecycle_pre_arbitration_submission_params.rb +28 -0
- data/lib/stripe/params/test_helpers/issuing/transaction_create_force_capture_params.rb +8 -0
- data/lib/stripe/params/test_helpers/issuing/transaction_create_unlinked_refund_params.rb +8 -0
- data/lib/stripe/params/test_helpers/payment_intent_simulate_crypto_deposit_params.rb +33 -0
- data/lib/stripe/params/test_helpers/shared_payment/granted_token_create_params.rb +52 -0
- data/lib/stripe/params/test_helpers/shared_payment/granted_token_revoke_params.rb +17 -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/token_create_params.rb +134 -0
- data/lib/stripe/params/transfer_create_params.rb +8 -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_payment_create_params.rb +4 -0
- 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/cadences/spend_modifier_rule_list_params.rb +22 -0
- data/lib/stripe/params/v2/billing/cadences/spend_modifier_rule_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/billing/collection_setting_create_params.rb +257 -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 +263 -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/contract_activate_params.rb +17 -0
- data/lib/stripe/params/v2/billing/contract_cancel_params.rb +17 -0
- data/lib/stripe/params/v2/billing/contract_create_params.rb +831 -0
- data/lib/stripe/params/v2/billing/contract_list_params.rb +20 -0
- data/lib/stripe/params/v2/billing/contract_retrieve_params.rb +17 -0
- data/lib/stripe/params/v2/billing/contract_update_params.rb +522 -0
- data/lib/stripe/params/v2/billing/contracts/license_pricing/quantity_change_list_quantity_changes_params.rb +21 -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 +899 -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 +121 -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_update_params.rb +102 -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/one_time_item_create_params.rb +48 -0
- data/lib/stripe/params/v2/billing/one_time_item_list_params.rb +21 -0
- data/lib/stripe/params/v2/billing/one_time_item_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/one_time_item_update_params.rb +48 -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 +54 -0
- data/lib/stripe/params/v2/billing/pricing_plan_subscription_remove_discounts_params.rb +17 -0
- data/lib/stripe/params/v2/billing/pricing_plan_subscription_retrieve_params.rb +17 -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_modify_rates_params.rb +177 -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/custom_pricing_unit_overage_rate_create_params.rb +33 -0
- data/lib/stripe/params/v2/billing/rate_cards/custom_pricing_unit_overage_rate_delete_params.rb +12 -0
- data/lib/stripe/params/v2/billing/rate_cards/custom_pricing_unit_overage_rate_list_params.rb +22 -0
- data/lib/stripe/params/v2/billing/rate_cards/custom_pricing_unit_overage_rate_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/billing/rate_cards/rate_create_params.rb +109 -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 +315 -0
- data/lib/stripe/params/v2/billing/service_action_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/service_action_update_params.rb +40 -0
- data/lib/stripe/params/v2/core/account_create_params.rb +1687 -6
- data/lib/stripe/params/v2/core/account_evaluation_create_params.rb +73 -0
- data/lib/stripe/params/v2/core/account_link_create_params.rb +81 -1
- data/lib/stripe/params/v2/core/account_token_create_params.rb +250 -2
- data/lib/stripe/params/v2/core/account_update_params.rb +1667 -7
- data/lib/stripe/params/v2/core/approval_request_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/core/approval_request_execute_params.rb +10 -0
- data/lib/stripe/params/v2/core/approval_request_list_params.rb +17 -0
- data/lib/stripe/params/v2/core/approval_request_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/core/approval_request_submit_params.rb +17 -0
- data/lib/stripe/params/v2/core/batch_job_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/core/batch_job_create_params.rb +58 -0
- data/lib/stripe/params/v2/core/batch_job_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/core/claimable_sandbox_create_params.rb +59 -0
- data/lib/stripe/params/v2/core/claimable_sandbox_renew_onboarding_link_params.rb +28 -0
- data/lib/stripe/params/v2/core/claimable_sandbox_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/core/connection_session_create_params.rb +23 -0
- data/lib/stripe/params/v2/core/connection_session_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/core/event_list_params.rb +4 -1
- data/lib/stripe/params/v2/core/event_retrieve_params.rb +8 -1
- data/lib/stripe/params/v2/core/fee_batch_list_params.rb +43 -0
- data/lib/stripe/params/v2/core/fee_batch_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/core/fee_entry_list_params.rb +51 -0
- data/lib/stripe/params/v2/core/fee_entry_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 +58 -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_list_params.rb +19 -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_confirm_microdeposits_params.rb +22 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb +37 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_list_params.rb +22 -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_send_microdeposits_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb +22 -0
- data/lib/stripe/params/v2/data/analytics/metric_query_create_params.rb +68 -0
- data/lib/stripe/params/v2/data/reporting/query_run_create_params.rb +31 -0
- data/lib/stripe/params/v2/data/reporting/query_run_retrieve_params.rb +19 -0
- data/lib/stripe/params/v2/extend/workflow_invoke_params.rb +17 -0
- data/lib/stripe/params/v2/extend/workflow_list_params.rb +21 -0
- data/lib/stripe/params/v2/extend/workflow_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/extend/workflow_run_list_params.rb +23 -0
- data/lib/stripe/params/v2/extend/workflow_run_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/iam/activity_log_list_params.rb +23 -0
- data/lib/stripe/params/v2/iam/activity_log_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/iam/api_key_create_params.rb +51 -0
- data/lib/stripe/params/v2/iam/api_key_expire_params.rb +10 -0
- data/lib/stripe/params/v2/iam/api_key_list_params.rb +20 -0
- data/lib/stripe/params/v2/iam/api_key_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/iam/api_key_rotate_params.rb +46 -0
- data/lib/stripe/params/v2/iam/api_key_update_params.rb +20 -0
- data/lib/stripe/params/v2/money_management/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/currency_conversion_create_params.rb +49 -0
- data/lib/stripe/params/v2/money_management/currency_conversion_list_params.rb +20 -0
- data/lib/stripe/params/v2/money_management/currency_conversion_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/debit_dispute_create_params.rb +28 -0
- data/lib/stripe/params/v2/money_management/debit_dispute_list_params.rb +23 -0
- data/lib/stripe/params/v2/money_management/debit_dispute_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 +37 -0
- data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +26 -0
- data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +17 -0
- data/lib/stripe/params/v2/money_management/financial_account_update_params.rb +33 -0
- data/lib/stripe/params/v2/money_management/financial_accounts/statement_list_params.rb +22 -0
- data/lib/stripe/params/v2/money_management/financial_accounts/statement_retrieve_params.rb +19 -0
- data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +52 -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 +130 -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 +70 -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 +110 -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 +88 -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 +85 -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/network/business_profile_me_params.rb +10 -0
- data/lib/stripe/params/v2/network/business_profile_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_confirm_params.rb +10 -0
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_create_params.rb +17 -0
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_list_params.rb +20 -0
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_terminate_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 +178 -0
- data/lib/stripe/params/v2/payments/off_session_payment_create_params.rb +362 -0
- data/lib/stripe/params/v2/payments/off_session_payment_list_params.rb +17 -0
- data/lib/stripe/params/v2/payments/off_session_payment_pause_params.rb +10 -0
- data/lib/stripe/params/v2/payments/off_session_payment_resume_params.rb +10 -0
- data/lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_create_params.rb +35 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_list_params.rb +47 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_submit_params.rb +10 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_update_params.rb +20 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_cancel_params.rb +12 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_create_params.rb +28 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_list_params.rb +22 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/reporting/report_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/reporting/report_run_create_params.rb +33 -0
- data/lib/stripe/params/v2/reporting/report_run_retrieve_params.rb +17 -0
- data/lib/stripe/params/v2/signals/account_signal_list_params.rb +35 -0
- data/lib/stripe/params/v2/signals/account_signal_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/tax/manual_rule_create_params.rb +124 -0
- data/lib/stripe/params/v2/tax/manual_rule_deactivate_params.rb +10 -0
- data/lib/stripe/params/v2/tax/manual_rule_list_params.rb +17 -0
- data/lib/stripe/params/v2/tax/manual_rule_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/tax/manual_rule_update_params.rb +124 -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 +24 -0
- data/lib/stripe/params.rb +909 -0
- data/lib/stripe/resources/account.rb +271 -1
- data/lib/stripe/resources/account_notice.rb +94 -0
- data/lib/stripe/resources/account_session.rb +302 -0
- data/lib/stripe/resources/account_signals.rb +104 -0
- data/lib/stripe/resources/application_fee.rb +24 -1
- data/lib/stripe/resources/balance.rb +166 -0
- data/lib/stripe/resources/balance_settings.rb +4 -0
- data/lib/stripe/resources/balance_transfer.rb +139 -0
- data/lib/stripe/resources/billing/alert.rb +274 -1
- data/lib/stripe/resources/billing/alert_recovered.rb +44 -0
- data/lib/stripe/resources/billing/alert_triggered.rb +48 -1
- data/lib/stripe/resources/billing/analytics/meter_usage.rb +33 -0
- data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +40 -0
- data/lib/stripe/resources/billing/credit_balance_summary.rb +172 -3
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +145 -2
- data/lib/stripe/resources/billing/credit_grant.rb +77 -2
- data/lib/stripe/resources/billing/meter.rb +2 -0
- data/lib/stripe/resources/billing/meter_event_summary.rb +2 -0
- data/lib/stripe/resources/capability.rb +36 -1
- data/lib/stripe/resources/capital/financing_offer.rb +183 -0
- data/lib/stripe/resources/capital/financing_summary.rb +82 -0
- data/lib/stripe/resources/capital/financing_transaction.rb +99 -0
- data/lib/stripe/resources/card.rb +20 -1
- data/lib/stripe/resources/charge.rb +328 -2
- data/lib/stripe/resources/checkout/session.rb +529 -3
- data/lib/stripe/resources/confirmation_token.rb +200 -1
- data/lib/stripe/resources/coupon.rb +60 -1
- data/lib/stripe/resources/credit_note_line_item.rb +18 -0
- data/lib/stripe/resources/customer_session.rb +36 -0
- data/lib/stripe/resources/delegated_checkout/order.rb +142 -0
- data/lib/stripe/resources/delegated_checkout/order_event.rb +118 -0
- data/lib/stripe/resources/delegated_checkout/requested_session.rb +895 -0
- data/lib/stripe/resources/discount.rb +20 -1
- data/lib/stripe/resources/dispute.rb +24 -0
- data/lib/stripe/resources/event.rb +64 -1
- data/lib/stripe/resources/financial_connections/account.rb +57 -0
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +35 -0
- data/lib/stripe/resources/financial_connections/authorization.rb +82 -0
- data/lib/stripe/resources/financial_connections/institution.rb +127 -0
- data/lib/stripe/resources/financial_connections/session.rb +125 -1
- data/lib/stripe/resources/fr_meal_vouchers_onboarding.rb +153 -0
- data/lib/stripe/resources/fx_quote.rb +147 -0
- data/lib/stripe/resources/identity/blocklist_entry.rb +116 -0
- data/lib/stripe/resources/identity/verification_report.rb +24 -1
- data/lib/stripe/resources/invoice.rb +195 -1
- data/lib/stripe/resources/invoice_item.rb +126 -2
- data/lib/stripe/resources/invoice_line_item.rb +195 -1
- data/lib/stripe/resources/issuing/authorization.rb +268 -0
- data/lib/stripe/resources/issuing/card.rb +4 -0
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +263 -0
- data/lib/stripe/resources/issuing/dispute.rb +289 -1
- 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/program.rb +69 -0
- data/lib/stripe/resources/issuing/settlement.rb +61 -0
- data/lib/stripe/resources/issuing/token.rb +8 -0
- data/lib/stripe/resources/issuing/transaction.rb +124 -0
- data/lib/stripe/resources/line_item.rb +42 -0
- data/lib/stripe/resources/mandate.rb +12 -0
- data/lib/stripe/resources/margin.rb +64 -0
- data/lib/stripe/resources/orchestration/payment_attempt.rb +31 -0
- data/lib/stripe/resources/order.rb +927 -0
- data/lib/stripe/resources/payment_attempt_record.rb +382 -2
- data/lib/stripe/resources/payment_intent.rb +2269 -47
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +19 -1
- data/lib/stripe/resources/payment_link.rb +22 -0
- data/lib/stripe/resources/payment_location.rb +165 -0
- data/lib/stripe/resources/payment_location_capability.rb +94 -0
- data/lib/stripe/resources/payment_method.rb +228 -1
- data/lib/stripe/resources/payment_method_balance.rb +68 -0
- data/lib/stripe/resources/payment_method_configuration.rb +170 -0
- data/lib/stripe/resources/payment_record.rb +242 -2
- data/lib/stripe/resources/person.rb +62 -0
- data/lib/stripe/resources/price.rb +22 -0
- data/lib/stripe/resources/privacy/redaction_job.rb +189 -0
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +49 -0
- data/lib/stripe/resources/product.rb +46 -0
- data/lib/stripe/resources/product_catalog/trial_offer.rb +106 -0
- data/lib/stripe/resources/profile.rb +80 -0
- data/lib/stripe/resources/quote.rb +806 -2
- data/lib/stripe/resources/quote_line.rb +731 -0
- data/lib/stripe/resources/quote_preview_invoice.rb +1261 -0
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +911 -0
- data/lib/stripe/resources/radar/account_evaluation.rb +180 -0
- data/lib/stripe/resources/radar/customer_evaluation.rb +155 -0
- data/lib/stripe/resources/radar/issuing_authorization_evaluation.rb +245 -0
- data/lib/stripe/resources/radar/payment_evaluation.rb +23 -1
- data/lib/stripe/resources/refund.rb +18 -0
- data/lib/stripe/resources/reserve/hold.rb +7 -0
- data/lib/stripe/resources/reserve/release.rb +12 -0
- data/lib/stripe/resources/risk_signals.rb +24 -0
- data/lib/stripe/resources/setup_attempt.rb +35 -0
- data/lib/stripe/resources/setup_intent.rb +92 -1
- data/lib/stripe/resources/shared_payment/granted_token.rb +1822 -0
- data/lib/stripe/resources/shared_payment/issued_token.rb +293 -0
- data/lib/stripe/resources/source.rb +38 -0
- data/lib/stripe/resources/subscription.rb +250 -0
- data/lib/stripe/resources/subscription_item.rb +41 -1
- data/lib/stripe/resources/subscription_schedule.rb +373 -3
- data/lib/stripe/resources/tax/calculation_line_item.rb +2 -0
- data/lib/stripe/resources/tax/form.rb +264 -0
- data/lib/stripe/resources/tax/location.rb +72 -0
- data/lib/stripe/resources/tax/registration.rb +144 -0
- data/lib/stripe/resources/tax_code.rb +15 -1
- data/lib/stripe/resources/terminal/configuration.rb +16 -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 +6 -0
- data/lib/stripe/resources/transit_balance.rb +45 -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_payment.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 +91 -0
- data/lib/stripe/resources/v2/billing/cadence.rb +773 -0
- data/lib/stripe/resources/v2/billing/cadence_spend_modifier.rb +103 -0
- data/lib/stripe/resources/v2/billing/collection_setting.rb +327 -0
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +316 -0
- data/lib/stripe/resources/v2/billing/contract.rb +978 -0
- data/lib/stripe/resources/v2/billing/contract_license_pricing_quantity_change.rb +43 -0
- data/lib/stripe/resources/v2/billing/custom_pricing_unit.rb +43 -0
- data/lib/stripe/resources/v2/billing/intent.rb +354 -0
- data/lib/stripe/resources/v2/billing/intent_action.rb +711 -0
- data/lib/stripe/resources/v2/billing/license_fee.rb +140 -0
- data/lib/stripe/resources/v2/billing/license_fee_version.rb +101 -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/one_time_item.rb +60 -0
- data/lib/stripe/resources/v2/billing/pricing_plan.rb +51 -0
- data/lib/stripe/resources/v2/billing/pricing_plan_component.rb +97 -0
- data/lib/stripe/resources/v2/billing/pricing_plan_subscription.rb +719 -0
- data/lib/stripe/resources/v2/billing/pricing_plan_version.rb +41 -0
- data/lib/stripe/resources/v2/billing/profile.rb +47 -0
- data/lib/stripe/resources/v2/billing/rate_card.rb +71 -0
- data/lib/stripe/resources/v2/billing/rate_card_custom_pricing_unit_overage_rate.rb +48 -0
- data/lib/stripe/resources/v2/billing/rate_card_rate.rb +131 -0
- data/lib/stripe/resources/v2/billing/rate_card_subscription.rb +97 -0
- data/lib/stripe/resources/v2/billing/rate_card_version.rb +37 -0
- data/lib/stripe/resources/v2/billing/service_action.rb +306 -0
- data/lib/stripe/resources/v2/core/account.rb +2668 -20
- data/lib/stripe/resources/v2/core/account_evaluation.rb +106 -0
- data/lib/stripe/resources/v2/core/account_link.rb +72 -0
- data/lib/stripe/resources/v2/core/approval_request.rb +337 -0
- data/lib/stripe/resources/v2/core/batch_job.rb +567 -0
- data/lib/stripe/resources/v2/core/claimable_sandbox.rb +146 -0
- data/lib/stripe/resources/v2/core/connection_session.rb +58 -0
- data/lib/stripe/resources/v2/core/event.rb +66 -1
- data/lib/stripe/resources/v2/core/event_notification.rb +1 -0
- data/lib/stripe/resources/v2/core/fee_batch.rb +142 -0
- data/lib/stripe/resources/v2/core/fee_entry.rb +135 -0
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +136 -0
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +105 -0
- data/lib/stripe/resources/v2/data/analytics/metric_query_result.rb +106 -0
- data/lib/stripe/resources/v2/data/reporting/query_run.rb +159 -0
- data/lib/stripe/resources/v2/extend/workflow.rb +80 -0
- data/lib/stripe/resources/v2/extend/workflow_run.rb +158 -0
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +29 -0
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +31 -0
- data/lib/stripe/resources/v2/iam/activity_log.rb +187 -0
- data/lib/stripe/resources/v2/iam/api_key.rb +129 -0
- data/lib/stripe/resources/v2/money_management/adjustment.rb +69 -0
- data/lib/stripe/resources/v2/money_management/currency_conversion.rb +66 -0
- data/lib/stripe/resources/v2/money_management/debit_dispute.rb +113 -0
- data/lib/stripe/resources/v2/money_management/financial_account.rb +284 -0
- data/lib/stripe/resources/v2/money_management/financial_account_statement.rb +101 -0
- data/lib/stripe/resources/v2/money_management/financial_address.rb +225 -0
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +181 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +303 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +146 -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 +169 -0
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +83 -0
- data/lib/stripe/resources/v2/money_management/received_credit.rb +402 -0
- data/lib/stripe/resources/v2/money_management/received_debit.rb +243 -0
- data/lib/stripe/resources/v2/money_management/recipient_verification.rb +83 -0
- data/lib/stripe/resources/v2/money_management/transaction.rb +177 -0
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +147 -0
- data/lib/stripe/resources/v2/network/business_profile.rb +84 -0
- data/lib/stripe/resources/v2/orchestrated_commerce/agreement.rb +93 -0
- data/lib/stripe/resources/v2/payments/off_session_payment.rb +288 -0
- data/lib/stripe/resources/v2/payments/settlement_allocation_intent.rb +77 -0
- data/lib/stripe/resources/v2/payments/settlement_allocation_intent_split.rb +65 -0
- data/lib/stripe/resources/v2/reporting/report.rb +116 -0
- data/lib/stripe/resources/v2/reporting/report_run.rb +159 -0
- data/lib/stripe/resources/v2/signals/account_signal.rb +144 -0
- data/lib/stripe/resources/v2/tax/manual_rule.rb +145 -0
- data/lib/stripe/resources.rb +1729 -0
- data/lib/stripe/services/account_notice_service.rb +39 -0
- data/lib/stripe/services/account_service.rb +46 -1
- data/lib/stripe/services/account_signals_service.rb +17 -0
- data/lib/stripe/services/balance_transfer_service.rb +17 -0
- data/lib/stripe/services/billing/alert_service.rb +2 -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/credit_grant_service.rb +4 -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/checkout/session_service.rb +11 -0
- data/lib/stripe/services/coupon_service.rb +44 -0
- data/lib/stripe/services/credit_note_service.rb +14 -0
- data/lib/stripe/services/customer_balance_transaction_service.rb +30 -0
- data/lib/stripe/services/customer_cash_balance_service.rb +15 -0
- data/lib/stripe/services/customer_funding_instructions_service.rb +15 -0
- data/lib/stripe/services/customer_payment_source_service.rb +60 -0
- data/lib/stripe/services/customer_service.rb +59 -0
- data/lib/stripe/services/customer_session_service.rb +14 -0
- data/lib/stripe/services/customer_tax_id_service.rb +30 -0
- data/lib/stripe/services/delegated_checkout/order_service.rb +19 -0
- data/lib/stripe/services/delegated_checkout/requested_session_order_service.rb +19 -0
- data/lib/stripe/services/delegated_checkout/requested_session_service.rb +70 -0
- data/lib/stripe/services/delegated_checkout_service.rb +14 -0
- data/lib/stripe/services/dispute_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/authorization_service.rb +19 -0
- data/lib/stripe/services/financial_connections/institution_service.rb +30 -0
- data/lib/stripe/services/financial_connections_service.rb +3 -1
- data/lib/stripe/services/fr_meal_vouchers_onboarding_service.rb +57 -0
- data/lib/stripe/services/fx_quote_service.rb +27 -0
- data/lib/stripe/services/identity/blocklist_entry_service.rb +71 -0
- data/lib/stripe/services/identity_service.rb +2 -1
- data/lib/stripe/services/invoice_item_service.rb +44 -0
- data/lib/stripe/services/invoice_line_item_service.rb +15 -0
- data/lib/stripe/services/invoice_rendering_template_service.rb +30 -0
- data/lib/stripe/services/invoice_service.rb +189 -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/program_service.rb +52 -0
- data/lib/stripe/services/issuing_service.rb +6 -1
- data/lib/stripe/services/mandate_service.rb +5 -0
- data/lib/stripe/services/margin_service.rb +50 -0
- data/lib/stripe/services/orchestration/payment_attempt_service.rb +19 -0
- data/lib/stripe/services/orchestration_service.rb +13 -0
- data/lib/stripe/services/order_service.rb +53 -0
- data/lib/stripe/services/payment_attempt_record_service.rb +77 -0
- data/lib/stripe/services/payment_intent_service.rb +55 -0
- data/lib/stripe/services/payment_location_capability_service.rb +39 -0
- data/lib/stripe/services/payment_location_service.rb +61 -0
- data/lib/stripe/services/payment_method_service.rb +26 -0
- data/lib/stripe/services/price_service.rb +29 -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/product_catalog/trial_offer_service.rb +19 -0
- data/lib/stripe/services/product_catalog_service.rb +13 -0
- data/lib/stripe/services/product_feature_service.rb +30 -0
- data/lib/stripe/services/product_service.rb +44 -0
- data/lib/stripe/services/promotion_code_service.rb +29 -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/radar/account_evaluation_service.rb +41 -0
- data/lib/stripe/services/radar/customer_evaluation_service.rb +30 -0
- data/lib/stripe/services/radar/issuing_authorization_evaluation_service.rb +19 -0
- data/lib/stripe/services/radar/value_list_item_service.rb +14 -0
- data/lib/stripe/services/radar_service.rb +5 -1
- data/lib/stripe/services/refund_service.rb +29 -0
- data/lib/stripe/services/reserve/hold_service.rb +30 -0
- data/lib/stripe/services/reserve/plan_service.rb +19 -0
- data/lib/stripe/services/reserve/release_service.rb +30 -0
- data/lib/stripe/services/reserve_service.rb +15 -0
- data/lib/stripe/services/shared_payment/granted_token_service.rb +19 -0
- data/lib/stripe/services/shared_payment/issued_token_service.rb +41 -0
- data/lib/stripe/services/shared_payment_service.rb +14 -0
- data/lib/stripe/services/subscription_item_service.rb +44 -0
- data/lib/stripe/services/subscription_schedule_service.rb +70 -0
- data/lib/stripe/services/subscription_service.rb +111 -0
- data/lib/stripe/services/tax/form_service.rb +37 -0
- data/lib/stripe/services/tax/location_service.rb +45 -0
- data/lib/stripe/services/tax/registration_service.rb +29 -0
- data/lib/stripe/services/tax/settings_service.rb +14 -0
- data/lib/stripe/services/tax/transaction_service.rb +14 -0
- data/lib/stripe/services/tax_id_service.rb +14 -0
- data/lib/stripe/services/tax_rate_service.rb +29 -0
- data/lib/stripe/services/tax_service.rb +3 -1
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +19 -0
- data/lib/stripe/services/terminal_service.rb +2 -1
- data/lib/stripe/services/test_helpers/capital/financing_offer_service.rb +32 -0
- data/lib/stripe/services/test_helpers/capital_service.rb +15 -0
- data/lib/stripe/services/test_helpers/issuing/dispute_service.rb +54 -0
- data/lib/stripe/services/test_helpers/issuing_service.rb +2 -1
- data/lib/stripe/services/test_helpers/payment_intent_service.rb +19 -0
- data/lib/stripe/services/test_helpers/shared_payment/granted_token_service.rb +32 -0
- data/lib/stripe/services/test_helpers/shared_payment_service.rb +15 -0
- data/lib/stripe/services/test_helpers_service.rb +4 -1
- data/lib/stripe/services/v1_services.rb +17 -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 +73 -0
- data/lib/stripe/services/v2/billing/cadences/spend_modifier_rule_service.rb +34 -0
- data/lib/stripe/services/v2/billing/collection_setting_service.rb +69 -0
- data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +34 -0
- data/lib/stripe/services/v2/billing/contract_service.rb +91 -0
- data/lib/stripe/services/v2/billing/contracts/license_pricing/quantity_change_service.rb +25 -0
- data/lib/stripe/services/v2/billing/contracts/license_pricing_service.rb +20 -0
- data/lib/stripe/services/v2/billing/custom_pricing_unit_service.rb +54 -0
- data/lib/stripe/services/v2/billing/intent_service.rb +98 -0
- data/lib/stripe/services/v2/billing/intents/action_service.rb +34 -0
- data/lib/stripe/services/v2/billing/license_fee_service.rb +69 -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/one_time_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 +54 -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 +79 -0
- data/lib/stripe/services/v2/billing/rate_card_subscription_service.rb +65 -0
- data/lib/stripe/services/v2/billing/rate_cards/custom_pricing_unit_overage_rate_service.rb +56 -0
- data/lib/stripe/services/v2/billing/rate_cards/rate_service.rb +61 -0
- data/lib/stripe/services/v2/billing/rate_cards/version_service.rb +34 -0
- data/lib/stripe/services/v2/billing/service_action_service.rb +47 -0
- data/lib/stripe/services/v2/billing_service.rb +18 -1
- data/lib/stripe/services/v2/core/account_evaluation_service.rb +21 -0
- data/lib/stripe/services/v2/core/approval_request_service.rb +70 -0
- data/lib/stripe/services/v2/core/batch_job_service.rb +43 -0
- data/lib/stripe/services/v2/core/claimable_sandbox_service.rb +47 -0
- data/lib/stripe/services/v2/core/connection_session_service.rb +32 -0
- data/lib/stripe/services/v2/core/fee_batch_service.rb +32 -0
- data/lib/stripe/services/v2/core/fee_entry_service.rb +32 -0
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +85 -0
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +101 -0
- data/lib/stripe/services/v2/core/vault_service.rb +18 -0
- data/lib/stripe/services/v2/core_service.rb +9 -1
- data/lib/stripe/services/v2/data/analytics/metric_query_service.rb +23 -0
- data/lib/stripe/services/v2/data/analytics_service.rb +17 -0
- data/lib/stripe/services/v2/data/reporting/query_run_service.rb +35 -0
- data/lib/stripe/services/v2/data/reporting_service.rb +17 -0
- data/lib/stripe/services/v2/data_service.rb +16 -0
- data/lib/stripe/services/v2/extend/workflow_run_service.rb +32 -0
- data/lib/stripe/services/v2/extend/workflow_service.rb +45 -0
- data/lib/stripe/services/v2/extend_service.rb +16 -0
- data/lib/stripe/services/v2/iam/activity_log_service.rb +32 -0
- data/lib/stripe/services/v2/iam/api_key_service.rb +76 -0
- data/lib/stripe/services/v2/iam_service.rb +16 -0
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/currency_conversion_service.rb +46 -0
- data/lib/stripe/services/v2/money_management/debit_dispute_service.rb +43 -0
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +78 -0
- data/lib/stripe/services/v2/money_management/financial_accounts/statement_service.rb +34 -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 +75 -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 +66 -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 +36 -0
- data/lib/stripe/services/v2/network/business_profile_service.rb +32 -0
- data/lib/stripe/services/v2/network_service.rb +15 -0
- data/lib/stripe/services/v2/orchestrated_commerce/agreement_service.rb +65 -0
- data/lib/stripe/services/v2/orchestrated_commerce_service.rb +15 -0
- data/lib/stripe/services/v2/payments/off_session_payment_service.rb +87 -0
- data/lib/stripe/services/v2/payments/settlement_allocation_intent_service.rb +83 -0
- data/lib/stripe/services/v2/payments/settlement_allocation_intents/split_service.rb +56 -0
- data/lib/stripe/services/v2/payments_service.rb +17 -0
- data/lib/stripe/services/v2/reporting/report_run_service.rb +38 -0
- data/lib/stripe/services/v2/reporting/report_service.rb +23 -0
- data/lib/stripe/services/v2/reporting_service.rb +16 -0
- data/lib/stripe/services/v2/signals/account_signal_service.rb +32 -0
- data/lib/stripe/services/v2/signals_service.rb +15 -0
- data/lib/stripe/services/v2/tax/manual_rule_service.rb +73 -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 +12 -1
- data/lib/stripe/services.rb +396 -0
- data/lib/stripe/stripe_client.rb +8 -1
- data/lib/stripe/stripe_configuration.rb +3 -1
- data/lib/stripe/stripe_event_notification_handler.rb +2520 -0
- 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 +54 -0
- data/rbi/stripe/resources/v2/core/event_notification.rbi +3 -0
- data/rbi/stripe/stripe_client.rbi +13 -0
- data/rbi/stripe.rbi +219739 -104589
- metadata +1029 -4
|
@@ -6,18 +6,284 @@ module Stripe
|
|
|
6
6
|
module Core
|
|
7
7
|
class AccountUpdateParams < ::Stripe::RequestParams
|
|
8
8
|
class Configuration < ::Stripe::RequestParams
|
|
9
|
+
class CardCreator < ::Stripe::RequestParams
|
|
10
|
+
class Capabilities < ::Stripe::RequestParams
|
|
11
|
+
class Commercial < ::Stripe::RequestParams
|
|
12
|
+
class Celtic < ::Stripe::RequestParams
|
|
13
|
+
class ChargeCard < ::Stripe::RequestParams
|
|
14
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
15
|
+
attr_accessor :requested
|
|
16
|
+
|
|
17
|
+
def initialize(requested: nil)
|
|
18
|
+
@requested = requested
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
|
|
22
|
+
class SpendCard < ::Stripe::RequestParams
|
|
23
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
24
|
+
attr_accessor :requested
|
|
25
|
+
|
|
26
|
+
def initialize(requested: nil)
|
|
27
|
+
@requested = requested
|
|
28
|
+
end
|
|
29
|
+
end
|
|
30
|
+
# Can create commercial issuing charge cards with Celtic as BIN sponsor.
|
|
31
|
+
attr_accessor :charge_card
|
|
32
|
+
# Can create commercial issuing spend cards with Celtic as BIN sponsor.
|
|
33
|
+
attr_accessor :spend_card
|
|
34
|
+
|
|
35
|
+
def initialize(charge_card: nil, spend_card: nil)
|
|
36
|
+
@charge_card = charge_card
|
|
37
|
+
@spend_card = spend_card
|
|
38
|
+
end
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
class CrossRiverBank < ::Stripe::RequestParams
|
|
42
|
+
class ChargeCard < ::Stripe::RequestParams
|
|
43
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
44
|
+
attr_accessor :requested
|
|
45
|
+
|
|
46
|
+
def initialize(requested: nil)
|
|
47
|
+
@requested = requested
|
|
48
|
+
end
|
|
49
|
+
end
|
|
50
|
+
|
|
51
|
+
class PrepaidCard < ::Stripe::RequestParams
|
|
52
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
53
|
+
attr_accessor :requested
|
|
54
|
+
|
|
55
|
+
def initialize(requested: nil)
|
|
56
|
+
@requested = requested
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
class SpendCard < ::Stripe::RequestParams
|
|
61
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
62
|
+
attr_accessor :requested
|
|
63
|
+
|
|
64
|
+
def initialize(requested: nil)
|
|
65
|
+
@requested = requested
|
|
66
|
+
end
|
|
67
|
+
end
|
|
68
|
+
# Can create commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
69
|
+
attr_accessor :charge_card
|
|
70
|
+
# Can create commercial issuing prepaid cards with Cross River Bank as BIN sponsor.
|
|
71
|
+
attr_accessor :prepaid_card
|
|
72
|
+
# Can create commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
73
|
+
attr_accessor :spend_card
|
|
74
|
+
|
|
75
|
+
def initialize(charge_card: nil, prepaid_card: nil, spend_card: nil)
|
|
76
|
+
@charge_card = charge_card
|
|
77
|
+
@prepaid_card = prepaid_card
|
|
78
|
+
@spend_card = spend_card
|
|
79
|
+
end
|
|
80
|
+
end
|
|
81
|
+
|
|
82
|
+
class FifthThird < ::Stripe::RequestParams
|
|
83
|
+
class ChargeCard < ::Stripe::RequestParams
|
|
84
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
85
|
+
attr_accessor :requested
|
|
86
|
+
|
|
87
|
+
def initialize(requested: nil)
|
|
88
|
+
@requested = requested
|
|
89
|
+
end
|
|
90
|
+
end
|
|
91
|
+
# Can create commercial issuing charge cards with Fifth Third as BIN sponsor.
|
|
92
|
+
attr_accessor :charge_card
|
|
93
|
+
|
|
94
|
+
def initialize(charge_card: nil)
|
|
95
|
+
@charge_card = charge_card
|
|
96
|
+
end
|
|
97
|
+
end
|
|
98
|
+
|
|
99
|
+
class Lead < ::Stripe::RequestParams
|
|
100
|
+
class PrepaidCard < ::Stripe::RequestParams
|
|
101
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
102
|
+
attr_accessor :requested
|
|
103
|
+
|
|
104
|
+
def initialize(requested: nil)
|
|
105
|
+
@requested = requested
|
|
106
|
+
end
|
|
107
|
+
end
|
|
108
|
+
# Can create commercial issuing prepaid cards with Lead as BIN sponsor.
|
|
109
|
+
attr_accessor :prepaid_card
|
|
110
|
+
|
|
111
|
+
def initialize(prepaid_card: nil)
|
|
112
|
+
@prepaid_card = prepaid_card
|
|
113
|
+
end
|
|
114
|
+
end
|
|
115
|
+
|
|
116
|
+
class Stripe < ::Stripe::RequestParams
|
|
117
|
+
class ChargeCard < ::Stripe::RequestParams
|
|
118
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
119
|
+
attr_accessor :requested
|
|
120
|
+
|
|
121
|
+
def initialize(requested: nil)
|
|
122
|
+
@requested = requested
|
|
123
|
+
end
|
|
124
|
+
end
|
|
125
|
+
|
|
126
|
+
class PrepaidCard < ::Stripe::RequestParams
|
|
127
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
128
|
+
attr_accessor :requested
|
|
129
|
+
|
|
130
|
+
def initialize(requested: nil)
|
|
131
|
+
@requested = requested
|
|
132
|
+
end
|
|
133
|
+
end
|
|
134
|
+
# Can create commercial issuing charge cards with Stripe as BIN sponsor.
|
|
135
|
+
attr_accessor :charge_card
|
|
136
|
+
# Can create commercial issuing prepaid cards with Stripe as BIN sponsor.
|
|
137
|
+
attr_accessor :prepaid_card
|
|
138
|
+
|
|
139
|
+
def initialize(charge_card: nil, prepaid_card: nil)
|
|
140
|
+
@charge_card = charge_card
|
|
141
|
+
@prepaid_card = prepaid_card
|
|
142
|
+
end
|
|
143
|
+
end
|
|
144
|
+
# Can create commercial issuing cards with Celtic as BIN sponsor.
|
|
145
|
+
attr_accessor :celtic
|
|
146
|
+
# Can create commercial issuing cards with Cross River Bank as BIN sponsor.
|
|
147
|
+
attr_accessor :cross_river_bank
|
|
148
|
+
# Can create commercial issuing cards with Fifth Third as BIN sponsor.
|
|
149
|
+
attr_accessor :fifth_third
|
|
150
|
+
# Can create commercial issuing cards with Lead as BIN sponsor.
|
|
151
|
+
attr_accessor :lead
|
|
152
|
+
# Can create commercial issuing cards with Stripe as BIN sponsor.
|
|
153
|
+
attr_accessor :stripe
|
|
154
|
+
|
|
155
|
+
def initialize(
|
|
156
|
+
celtic: nil,
|
|
157
|
+
cross_river_bank: nil,
|
|
158
|
+
fifth_third: nil,
|
|
159
|
+
lead: nil,
|
|
160
|
+
stripe: nil
|
|
161
|
+
)
|
|
162
|
+
@celtic = celtic
|
|
163
|
+
@cross_river_bank = cross_river_bank
|
|
164
|
+
@fifth_third = fifth_third
|
|
165
|
+
@lead = lead
|
|
166
|
+
@stripe = stripe
|
|
167
|
+
end
|
|
168
|
+
end
|
|
169
|
+
|
|
170
|
+
class Consumer < ::Stripe::RequestParams
|
|
171
|
+
class Celtic < ::Stripe::RequestParams
|
|
172
|
+
class RevolvingCreditCard < ::Stripe::RequestParams
|
|
173
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
174
|
+
attr_accessor :requested
|
|
175
|
+
|
|
176
|
+
def initialize(requested: nil)
|
|
177
|
+
@requested = requested
|
|
178
|
+
end
|
|
179
|
+
end
|
|
180
|
+
# Can create consumer issuing revolving credit cards with Celtic as BIN sponsor.
|
|
181
|
+
attr_accessor :revolving_credit_card
|
|
182
|
+
|
|
183
|
+
def initialize(revolving_credit_card: nil)
|
|
184
|
+
@revolving_credit_card = revolving_credit_card
|
|
185
|
+
end
|
|
186
|
+
end
|
|
187
|
+
|
|
188
|
+
class CrossRiverBank < ::Stripe::RequestParams
|
|
189
|
+
class PrepaidCard < ::Stripe::RequestParams
|
|
190
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
191
|
+
attr_accessor :requested
|
|
192
|
+
|
|
193
|
+
def initialize(requested: nil)
|
|
194
|
+
@requested = requested
|
|
195
|
+
end
|
|
196
|
+
end
|
|
197
|
+
# Can create consumer issuing prepaid cards with Cross River Bank as BIN sponsor.
|
|
198
|
+
attr_accessor :prepaid_card
|
|
199
|
+
|
|
200
|
+
def initialize(prepaid_card: nil)
|
|
201
|
+
@prepaid_card = prepaid_card
|
|
202
|
+
end
|
|
203
|
+
end
|
|
204
|
+
|
|
205
|
+
class Lead < ::Stripe::RequestParams
|
|
206
|
+
class DebitCard < ::Stripe::RequestParams
|
|
207
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
208
|
+
attr_accessor :requested
|
|
209
|
+
|
|
210
|
+
def initialize(requested: nil)
|
|
211
|
+
@requested = requested
|
|
212
|
+
end
|
|
213
|
+
end
|
|
214
|
+
|
|
215
|
+
class PrepaidCard < ::Stripe::RequestParams
|
|
216
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
217
|
+
attr_accessor :requested
|
|
218
|
+
|
|
219
|
+
def initialize(requested: nil)
|
|
220
|
+
@requested = requested
|
|
221
|
+
end
|
|
222
|
+
end
|
|
223
|
+
# Can create consumer issuing debit cards with Lead as BIN sponsor.
|
|
224
|
+
attr_accessor :debit_card
|
|
225
|
+
# Can create consumer issuing prepaid cards with Lead as BIN sponsor.
|
|
226
|
+
attr_accessor :prepaid_card
|
|
227
|
+
|
|
228
|
+
def initialize(debit_card: nil, prepaid_card: nil)
|
|
229
|
+
@debit_card = debit_card
|
|
230
|
+
@prepaid_card = prepaid_card
|
|
231
|
+
end
|
|
232
|
+
end
|
|
233
|
+
# Can create consumer issuing cards with Celtic as BIN sponsor.
|
|
234
|
+
attr_accessor :celtic
|
|
235
|
+
# Can create consumer issuing cards with Cross River Bank as BIN sponsor.
|
|
236
|
+
attr_accessor :cross_river_bank
|
|
237
|
+
# Can create consumer issuing cards with Lead as BIN sponsor.
|
|
238
|
+
attr_accessor :lead
|
|
239
|
+
|
|
240
|
+
def initialize(celtic: nil, cross_river_bank: nil, lead: nil)
|
|
241
|
+
@celtic = celtic
|
|
242
|
+
@cross_river_bank = cross_river_bank
|
|
243
|
+
@lead = lead
|
|
244
|
+
end
|
|
245
|
+
end
|
|
246
|
+
# Can create cards for commercial issuing use cases.
|
|
247
|
+
attr_accessor :commercial
|
|
248
|
+
# Can create cards for consumer issuing use cases.
|
|
249
|
+
attr_accessor :consumer
|
|
250
|
+
|
|
251
|
+
def initialize(commercial: nil, consumer: nil)
|
|
252
|
+
@commercial = commercial
|
|
253
|
+
@consumer = consumer
|
|
254
|
+
end
|
|
255
|
+
end
|
|
256
|
+
# Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
|
|
257
|
+
attr_accessor :applied
|
|
258
|
+
# Capabilities to request on the CardCreator Configuration.
|
|
259
|
+
attr_accessor :capabilities
|
|
260
|
+
|
|
261
|
+
def initialize(applied: nil, capabilities: nil)
|
|
262
|
+
@applied = applied
|
|
263
|
+
@capabilities = capabilities
|
|
264
|
+
end
|
|
265
|
+
end
|
|
266
|
+
|
|
9
267
|
class Customer < ::Stripe::RequestParams
|
|
10
268
|
class AutomaticIndirectTax < ::Stripe::RequestParams
|
|
11
269
|
# The customer account's tax exemption status: `none`, `exempt`, or `reverse`. When `reverse`, invoice and receipt PDFs include "Reverse charge".
|
|
12
270
|
attr_accessor :exempt
|
|
13
271
|
# A recent IP address of the customer used for tax reporting and tax location inference.
|
|
14
272
|
attr_accessor :ip_address
|
|
273
|
+
# Data source used to identify the customer account's tax location. Defaults to `identity_address`. Used for automatic indirect tax calculation.
|
|
274
|
+
attr_accessor :location_source
|
|
15
275
|
# A per-request flag that indicates when Stripe should validate the customer tax location - defaults to `auto`.
|
|
16
276
|
attr_accessor :validate_location
|
|
17
277
|
|
|
18
|
-
def initialize(
|
|
278
|
+
def initialize(
|
|
279
|
+
exempt: nil,
|
|
280
|
+
ip_address: nil,
|
|
281
|
+
location_source: nil,
|
|
282
|
+
validate_location: nil
|
|
283
|
+
)
|
|
19
284
|
@exempt = exempt
|
|
20
285
|
@ip_address = ip_address
|
|
286
|
+
@location_source = location_source
|
|
21
287
|
@validate_location = validate_location
|
|
22
288
|
end
|
|
23
289
|
end
|
|
@@ -869,6 +1135,23 @@ module Stripe
|
|
|
869
1135
|
end
|
|
870
1136
|
end
|
|
871
1137
|
|
|
1138
|
+
class SmartDisputes < ::Stripe::RequestParams
|
|
1139
|
+
class AutoRespond < ::Stripe::RequestParams
|
|
1140
|
+
# The preference for automatic dispute responses.
|
|
1141
|
+
attr_accessor :preference
|
|
1142
|
+
|
|
1143
|
+
def initialize(preference: nil)
|
|
1144
|
+
@preference = preference
|
|
1145
|
+
end
|
|
1146
|
+
end
|
|
1147
|
+
# Settings for Smart Disputes auto_respond.
|
|
1148
|
+
attr_accessor :auto_respond
|
|
1149
|
+
|
|
1150
|
+
def initialize(auto_respond: nil)
|
|
1151
|
+
@auto_respond = auto_respond
|
|
1152
|
+
end
|
|
1153
|
+
end
|
|
1154
|
+
|
|
872
1155
|
class StatementDescriptor < ::Stripe::RequestParams
|
|
873
1156
|
# The default text that appears on statements for non-card charges outside of Japan. For card charges, if you don’t set a statement_descriptor_prefix, this text is also used as the statement descriptor prefix. In that case, if concatenating the statement descriptor suffix causes the combined statement descriptor to exceed 22 characters, we truncate the statement_descriptor text to limit the full descriptor to 22 characters. For more information about statement descriptors and their requirements, see the Merchant Configuration settings documentation.
|
|
874
1157
|
attr_accessor :descriptor
|
|
@@ -948,6 +1231,8 @@ module Stripe
|
|
|
948
1231
|
attr_accessor :mcc
|
|
949
1232
|
# Settings for the default text that appears on statements for language variations.
|
|
950
1233
|
attr_accessor :script_statement_descriptor
|
|
1234
|
+
# Settings for Smart Disputes automatic response feature.
|
|
1235
|
+
attr_accessor :smart_disputes
|
|
951
1236
|
# Settings for the default [statement descriptor](/connect/statement-descriptors) text.
|
|
952
1237
|
attr_accessor :statement_descriptor
|
|
953
1238
|
# Publicly available contact information for sending support issues to.
|
|
@@ -962,6 +1247,7 @@ module Stripe
|
|
|
962
1247
|
konbini_payments: nil,
|
|
963
1248
|
mcc: nil,
|
|
964
1249
|
script_statement_descriptor: nil,
|
|
1250
|
+
smart_disputes: nil,
|
|
965
1251
|
statement_descriptor: nil,
|
|
966
1252
|
support: nil
|
|
967
1253
|
)
|
|
@@ -973,6 +1259,7 @@ module Stripe
|
|
|
973
1259
|
@konbini_payments = konbini_payments
|
|
974
1260
|
@mcc = mcc
|
|
975
1261
|
@script_statement_descriptor = script_statement_descriptor
|
|
1262
|
+
@smart_disputes = smart_disputes
|
|
976
1263
|
@statement_descriptor = statement_descriptor
|
|
977
1264
|
@support = support
|
|
978
1265
|
end
|
|
@@ -980,6 +1267,74 @@ module Stripe
|
|
|
980
1267
|
|
|
981
1268
|
class Recipient < ::Stripe::RequestParams
|
|
982
1269
|
class Capabilities < ::Stripe::RequestParams
|
|
1270
|
+
class BankAccounts < ::Stripe::RequestParams
|
|
1271
|
+
class Instant < ::Stripe::RequestParams
|
|
1272
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1273
|
+
attr_accessor :requested
|
|
1274
|
+
|
|
1275
|
+
def initialize(requested: nil)
|
|
1276
|
+
@requested = requested
|
|
1277
|
+
end
|
|
1278
|
+
end
|
|
1279
|
+
|
|
1280
|
+
class Local < ::Stripe::RequestParams
|
|
1281
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1282
|
+
attr_accessor :requested
|
|
1283
|
+
|
|
1284
|
+
def initialize(requested: nil)
|
|
1285
|
+
@requested = requested
|
|
1286
|
+
end
|
|
1287
|
+
end
|
|
1288
|
+
|
|
1289
|
+
class Wire < ::Stripe::RequestParams
|
|
1290
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1291
|
+
attr_accessor :requested
|
|
1292
|
+
|
|
1293
|
+
def initialize(requested: nil)
|
|
1294
|
+
@requested = requested
|
|
1295
|
+
end
|
|
1296
|
+
end
|
|
1297
|
+
# Enables this Account to receive OutboundPayments to linked bank accounts over real time rails.
|
|
1298
|
+
attr_accessor :instant
|
|
1299
|
+
# Enables this Account to receive OutboundPayments to linked bank accounts over local networks.
|
|
1300
|
+
attr_accessor :local
|
|
1301
|
+
# Enables this Account to receive OutboundPayments to linked bank accounts over wire.
|
|
1302
|
+
attr_accessor :wire
|
|
1303
|
+
|
|
1304
|
+
def initialize(instant: nil, local: nil, wire: nil)
|
|
1305
|
+
@instant = instant
|
|
1306
|
+
@local = local
|
|
1307
|
+
@wire = wire
|
|
1308
|
+
end
|
|
1309
|
+
end
|
|
1310
|
+
|
|
1311
|
+
class Cards < ::Stripe::RequestParams
|
|
1312
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1313
|
+
attr_accessor :requested
|
|
1314
|
+
|
|
1315
|
+
def initialize(requested: nil)
|
|
1316
|
+
@requested = requested
|
|
1317
|
+
end
|
|
1318
|
+
end
|
|
1319
|
+
|
|
1320
|
+
class CryptoWallets < ::Stripe::RequestParams
|
|
1321
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1322
|
+
attr_accessor :requested
|
|
1323
|
+
|
|
1324
|
+
def initialize(requested: nil)
|
|
1325
|
+
@requested = requested
|
|
1326
|
+
end
|
|
1327
|
+
end
|
|
1328
|
+
|
|
1329
|
+
class PaperChecks < ::Stripe::RequestParams
|
|
1330
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1331
|
+
attr_accessor :requested
|
|
1332
|
+
|
|
1333
|
+
def initialize(requested: nil)
|
|
1334
|
+
@requested = requested
|
|
1335
|
+
end
|
|
1336
|
+
end
|
|
1337
|
+
|
|
983
1338
|
class StripeBalance < ::Stripe::RequestParams
|
|
984
1339
|
class StripeTransfers < ::Stripe::RequestParams
|
|
985
1340
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
@@ -996,10 +1351,28 @@ module Stripe
|
|
|
996
1351
|
@stripe_transfers = stripe_transfers
|
|
997
1352
|
end
|
|
998
1353
|
end
|
|
1354
|
+
# Capabilities that enable OutboundPayments to a bank account linked to this Account.
|
|
1355
|
+
attr_accessor :bank_accounts
|
|
1356
|
+
# Capability that enable OutboundPayments to a debit card linked to this Account.
|
|
1357
|
+
attr_accessor :cards
|
|
1358
|
+
# Capabilities that enable OutboundPayments to a crypto wallet linked to this Account.
|
|
1359
|
+
attr_accessor :crypto_wallets
|
|
1360
|
+
# Capabilities that enable OutboundPayments via paper check.
|
|
1361
|
+
attr_accessor :paper_checks
|
|
999
1362
|
# Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
|
|
1000
1363
|
attr_accessor :stripe_balance
|
|
1001
1364
|
|
|
1002
|
-
def initialize(
|
|
1365
|
+
def initialize(
|
|
1366
|
+
bank_accounts: nil,
|
|
1367
|
+
cards: nil,
|
|
1368
|
+
crypto_wallets: nil,
|
|
1369
|
+
paper_checks: nil,
|
|
1370
|
+
stripe_balance: nil
|
|
1371
|
+
)
|
|
1372
|
+
@bank_accounts = bank_accounts
|
|
1373
|
+
@cards = cards
|
|
1374
|
+
@crypto_wallets = crypto_wallets
|
|
1375
|
+
@paper_checks = paper_checks
|
|
1003
1376
|
@stripe_balance = stripe_balance
|
|
1004
1377
|
end
|
|
1005
1378
|
end
|
|
@@ -1007,23 +1380,381 @@ module Stripe
|
|
|
1007
1380
|
attr_accessor :applied
|
|
1008
1381
|
# Capabilities to request on the Recipient Configuration.
|
|
1009
1382
|
attr_accessor :capabilities
|
|
1383
|
+
# The payout method id to be used as a default outbound destination. This will allow the PayoutMethod to be omitted on OutboundPayments made through API or sending payouts via dashboard. Can also be explicitly set to `null` to clear the existing default outbound destination. For further details about creating an Outbound Destination, see [Collect recipient's payment details](https://docs.stripe.com/global-payouts-private-preview/quickstart?dashboard-or-api=api#collect-bank-account-details).
|
|
1384
|
+
attr_accessor :default_outbound_destination
|
|
1010
1385
|
|
|
1011
|
-
def initialize(applied: nil, capabilities: nil)
|
|
1386
|
+
def initialize(applied: nil, capabilities: nil, default_outbound_destination: nil)
|
|
1387
|
+
@applied = applied
|
|
1388
|
+
@capabilities = capabilities
|
|
1389
|
+
@default_outbound_destination = default_outbound_destination
|
|
1390
|
+
end
|
|
1391
|
+
end
|
|
1392
|
+
|
|
1393
|
+
class Storer < ::Stripe::RequestParams
|
|
1394
|
+
class Capabilities < ::Stripe::RequestParams
|
|
1395
|
+
class Consumer < ::Stripe::RequestParams
|
|
1396
|
+
class HoldsCurrencies < ::Stripe::RequestParams
|
|
1397
|
+
class Usd < ::Stripe::RequestParams
|
|
1398
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1399
|
+
attr_accessor :requested
|
|
1400
|
+
|
|
1401
|
+
def initialize(requested: nil)
|
|
1402
|
+
@requested = requested
|
|
1403
|
+
end
|
|
1404
|
+
end
|
|
1405
|
+
# Can hold storage-type funds on Stripe in USD in a consumer financial account.
|
|
1406
|
+
attr_accessor :usd
|
|
1407
|
+
|
|
1408
|
+
def initialize(usd: nil)
|
|
1409
|
+
@usd = usd
|
|
1410
|
+
end
|
|
1411
|
+
end
|
|
1412
|
+
# Can hold storage-type funds on Stripe in a consumer financial account.
|
|
1413
|
+
attr_accessor :holds_currencies
|
|
1414
|
+
|
|
1415
|
+
def initialize(holds_currencies: nil)
|
|
1416
|
+
@holds_currencies = holds_currencies
|
|
1417
|
+
end
|
|
1418
|
+
end
|
|
1419
|
+
|
|
1420
|
+
class FinancialAddresses < ::Stripe::RequestParams
|
|
1421
|
+
class BankAccounts < ::Stripe::RequestParams
|
|
1422
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1423
|
+
attr_accessor :requested
|
|
1424
|
+
|
|
1425
|
+
def initialize(requested: nil)
|
|
1426
|
+
@requested = requested
|
|
1427
|
+
end
|
|
1428
|
+
end
|
|
1429
|
+
|
|
1430
|
+
class CryptoWallets < ::Stripe::RequestParams
|
|
1431
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1432
|
+
attr_accessor :requested
|
|
1433
|
+
|
|
1434
|
+
def initialize(requested: nil)
|
|
1435
|
+
@requested = requested
|
|
1436
|
+
end
|
|
1437
|
+
end
|
|
1438
|
+
# Can provision a bank-account-like financial address (VBAN) to credit/debit a FinancialAccount.
|
|
1439
|
+
attr_accessor :bank_accounts
|
|
1440
|
+
# Can provision a crypto wallet like financial address to credit a FinancialAccount.
|
|
1441
|
+
attr_accessor :crypto_wallets
|
|
1442
|
+
|
|
1443
|
+
def initialize(bank_accounts: nil, crypto_wallets: nil)
|
|
1444
|
+
@bank_accounts = bank_accounts
|
|
1445
|
+
@crypto_wallets = crypto_wallets
|
|
1446
|
+
end
|
|
1447
|
+
end
|
|
1448
|
+
|
|
1449
|
+
class HoldsCurrencies < ::Stripe::RequestParams
|
|
1450
|
+
class Eur < ::Stripe::RequestParams
|
|
1451
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1452
|
+
attr_accessor :requested
|
|
1453
|
+
|
|
1454
|
+
def initialize(requested: nil)
|
|
1455
|
+
@requested = requested
|
|
1456
|
+
end
|
|
1457
|
+
end
|
|
1458
|
+
|
|
1459
|
+
class Gbp < ::Stripe::RequestParams
|
|
1460
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1461
|
+
attr_accessor :requested
|
|
1462
|
+
|
|
1463
|
+
def initialize(requested: nil)
|
|
1464
|
+
@requested = requested
|
|
1465
|
+
end
|
|
1466
|
+
end
|
|
1467
|
+
|
|
1468
|
+
class Usd < ::Stripe::RequestParams
|
|
1469
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1470
|
+
attr_accessor :requested
|
|
1471
|
+
|
|
1472
|
+
def initialize(requested: nil)
|
|
1473
|
+
@requested = requested
|
|
1474
|
+
end
|
|
1475
|
+
end
|
|
1476
|
+
|
|
1477
|
+
class Usdc < ::Stripe::RequestParams
|
|
1478
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1479
|
+
attr_accessor :requested
|
|
1480
|
+
|
|
1481
|
+
def initialize(requested: nil)
|
|
1482
|
+
@requested = requested
|
|
1483
|
+
end
|
|
1484
|
+
end
|
|
1485
|
+
# Can hold storage-type funds on Stripe in EUR.
|
|
1486
|
+
attr_accessor :eur
|
|
1487
|
+
# Can hold storage-type funds on Stripe in GBP.
|
|
1488
|
+
attr_accessor :gbp
|
|
1489
|
+
# Can hold storage-type funds on Stripe in USD.
|
|
1490
|
+
attr_accessor :usd
|
|
1491
|
+
# Can hold storage-type funds on Stripe in USDC.
|
|
1492
|
+
attr_accessor :usdc
|
|
1493
|
+
|
|
1494
|
+
def initialize(eur: nil, gbp: nil, usd: nil, usdc: nil)
|
|
1495
|
+
@eur = eur
|
|
1496
|
+
@gbp = gbp
|
|
1497
|
+
@usd = usd
|
|
1498
|
+
@usdc = usdc
|
|
1499
|
+
end
|
|
1500
|
+
end
|
|
1501
|
+
|
|
1502
|
+
class InboundTransfers < ::Stripe::RequestParams
|
|
1503
|
+
class BankAccounts < ::Stripe::RequestParams
|
|
1504
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1505
|
+
attr_accessor :requested
|
|
1506
|
+
|
|
1507
|
+
def initialize(requested: nil)
|
|
1508
|
+
@requested = requested
|
|
1509
|
+
end
|
|
1510
|
+
end
|
|
1511
|
+
# Can pull funds from an external bank account owned by yourself to a FinancialAccount.
|
|
1512
|
+
attr_accessor :bank_accounts
|
|
1513
|
+
|
|
1514
|
+
def initialize(bank_accounts: nil)
|
|
1515
|
+
@bank_accounts = bank_accounts
|
|
1516
|
+
end
|
|
1517
|
+
end
|
|
1518
|
+
|
|
1519
|
+
class OutboundPayments < ::Stripe::RequestParams
|
|
1520
|
+
class BankAccounts < ::Stripe::RequestParams
|
|
1521
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1522
|
+
attr_accessor :requested
|
|
1523
|
+
|
|
1524
|
+
def initialize(requested: nil)
|
|
1525
|
+
@requested = requested
|
|
1526
|
+
end
|
|
1527
|
+
end
|
|
1528
|
+
|
|
1529
|
+
class Cards < ::Stripe::RequestParams
|
|
1530
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1531
|
+
attr_accessor :requested
|
|
1532
|
+
|
|
1533
|
+
def initialize(requested: nil)
|
|
1534
|
+
@requested = requested
|
|
1535
|
+
end
|
|
1536
|
+
end
|
|
1537
|
+
|
|
1538
|
+
class CryptoWallets < ::Stripe::RequestParams
|
|
1539
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1540
|
+
attr_accessor :requested
|
|
1541
|
+
|
|
1542
|
+
def initialize(requested: nil)
|
|
1543
|
+
@requested = requested
|
|
1544
|
+
end
|
|
1545
|
+
end
|
|
1546
|
+
|
|
1547
|
+
class FinancialAccounts < ::Stripe::RequestParams
|
|
1548
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1549
|
+
attr_accessor :requested
|
|
1550
|
+
|
|
1551
|
+
def initialize(requested: nil)
|
|
1552
|
+
@requested = requested
|
|
1553
|
+
end
|
|
1554
|
+
end
|
|
1555
|
+
|
|
1556
|
+
class PaperChecks < ::Stripe::RequestParams
|
|
1557
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1558
|
+
attr_accessor :requested
|
|
1559
|
+
|
|
1560
|
+
def initialize(requested: nil)
|
|
1561
|
+
@requested = requested
|
|
1562
|
+
end
|
|
1563
|
+
end
|
|
1564
|
+
# Can send funds from a FinancialAccount to a bank account owned by someone else.
|
|
1565
|
+
attr_accessor :bank_accounts
|
|
1566
|
+
# Can send funds from a FinancialAccount to a debit card owned by someone else.
|
|
1567
|
+
attr_accessor :cards
|
|
1568
|
+
# Can send funds from a FinancialAccount to a crypto wallet owned by someone else.
|
|
1569
|
+
attr_accessor :crypto_wallets
|
|
1570
|
+
# Can send funds from a FinancialAccount to another FinancialAccount owned by someone else.
|
|
1571
|
+
attr_accessor :financial_accounts
|
|
1572
|
+
# Can send funds from a FinancialAccount to someone else via paper check.
|
|
1573
|
+
attr_accessor :paper_checks
|
|
1574
|
+
|
|
1575
|
+
def initialize(
|
|
1576
|
+
bank_accounts: nil,
|
|
1577
|
+
cards: nil,
|
|
1578
|
+
crypto_wallets: nil,
|
|
1579
|
+
financial_accounts: nil,
|
|
1580
|
+
paper_checks: nil
|
|
1581
|
+
)
|
|
1582
|
+
@bank_accounts = bank_accounts
|
|
1583
|
+
@cards = cards
|
|
1584
|
+
@crypto_wallets = crypto_wallets
|
|
1585
|
+
@financial_accounts = financial_accounts
|
|
1586
|
+
@paper_checks = paper_checks
|
|
1587
|
+
end
|
|
1588
|
+
end
|
|
1589
|
+
|
|
1590
|
+
class OutboundTransfers < ::Stripe::RequestParams
|
|
1591
|
+
class BankAccounts < ::Stripe::RequestParams
|
|
1592
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1593
|
+
attr_accessor :requested
|
|
1594
|
+
|
|
1595
|
+
def initialize(requested: nil)
|
|
1596
|
+
@requested = requested
|
|
1597
|
+
end
|
|
1598
|
+
end
|
|
1599
|
+
|
|
1600
|
+
class CryptoWallets < ::Stripe::RequestParams
|
|
1601
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1602
|
+
attr_accessor :requested
|
|
1603
|
+
|
|
1604
|
+
def initialize(requested: nil)
|
|
1605
|
+
@requested = requested
|
|
1606
|
+
end
|
|
1607
|
+
end
|
|
1608
|
+
|
|
1609
|
+
class FinancialAccounts < ::Stripe::RequestParams
|
|
1610
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1611
|
+
attr_accessor :requested
|
|
1612
|
+
|
|
1613
|
+
def initialize(requested: nil)
|
|
1614
|
+
@requested = requested
|
|
1615
|
+
end
|
|
1616
|
+
end
|
|
1617
|
+
# Can send funds from a FinancialAccount to a bank account owned by yourself.
|
|
1618
|
+
attr_accessor :bank_accounts
|
|
1619
|
+
# Can send funds from a FinancialAccount to a crypto wallet owned by yourself.
|
|
1620
|
+
attr_accessor :crypto_wallets
|
|
1621
|
+
# Can send funds from a FinancialAccount to another FinancialAccount owned by yourself.
|
|
1622
|
+
attr_accessor :financial_accounts
|
|
1623
|
+
|
|
1624
|
+
def initialize(bank_accounts: nil, crypto_wallets: nil, financial_accounts: nil)
|
|
1625
|
+
@bank_accounts = bank_accounts
|
|
1626
|
+
@crypto_wallets = crypto_wallets
|
|
1627
|
+
@financial_accounts = financial_accounts
|
|
1628
|
+
end
|
|
1629
|
+
end
|
|
1630
|
+
# Can provision a consumer financial account.
|
|
1631
|
+
attr_accessor :consumer
|
|
1632
|
+
# Can provision a financial address to credit/debit a FinancialAccount.
|
|
1633
|
+
attr_accessor :financial_addresses
|
|
1634
|
+
# Can hold storage-type funds on Stripe.
|
|
1635
|
+
attr_accessor :holds_currencies
|
|
1636
|
+
# Can pull funds from an external source, owned by yourself, to a FinancialAccount.
|
|
1637
|
+
attr_accessor :inbound_transfers
|
|
1638
|
+
# Can send funds from a FinancialAccount to a destination owned by someone else.
|
|
1639
|
+
attr_accessor :outbound_payments
|
|
1640
|
+
# Can send funds from a FinancialAccount to a destination owned by yourself.
|
|
1641
|
+
attr_accessor :outbound_transfers
|
|
1642
|
+
|
|
1643
|
+
def initialize(
|
|
1644
|
+
consumer: nil,
|
|
1645
|
+
financial_addresses: nil,
|
|
1646
|
+
holds_currencies: nil,
|
|
1647
|
+
inbound_transfers: nil,
|
|
1648
|
+
outbound_payments: nil,
|
|
1649
|
+
outbound_transfers: nil
|
|
1650
|
+
)
|
|
1651
|
+
@consumer = consumer
|
|
1652
|
+
@financial_addresses = financial_addresses
|
|
1653
|
+
@holds_currencies = holds_currencies
|
|
1654
|
+
@inbound_transfers = inbound_transfers
|
|
1655
|
+
@outbound_payments = outbound_payments
|
|
1656
|
+
@outbound_transfers = outbound_transfers
|
|
1657
|
+
end
|
|
1658
|
+
end
|
|
1659
|
+
|
|
1660
|
+
class RegulatedActivity < ::Stripe::RequestParams
|
|
1661
|
+
# A detailed description of the regulated activities the business is licensed to conduct.
|
|
1662
|
+
attr_accessor :description
|
|
1663
|
+
# The license number or registration number assigned by the business's primary regulator.
|
|
1664
|
+
attr_accessor :license_number
|
|
1665
|
+
# The country of the primary regulatory authority that oversees the business's regulated activities.
|
|
1666
|
+
attr_accessor :primary_regulatory_authority_country
|
|
1667
|
+
# The name of the primary regulatory authority that oversees the business's regulated activities.
|
|
1668
|
+
attr_accessor :primary_regulatory_authority_name
|
|
1669
|
+
|
|
1670
|
+
def initialize(
|
|
1671
|
+
description: nil,
|
|
1672
|
+
license_number: nil,
|
|
1673
|
+
primary_regulatory_authority_country: nil,
|
|
1674
|
+
primary_regulatory_authority_name: nil
|
|
1675
|
+
)
|
|
1676
|
+
@description = description
|
|
1677
|
+
@license_number = license_number
|
|
1678
|
+
@primary_regulatory_authority_country = primary_regulatory_authority_country
|
|
1679
|
+
@primary_regulatory_authority_name = primary_regulatory_authority_name
|
|
1680
|
+
end
|
|
1681
|
+
end
|
|
1682
|
+
# Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
|
|
1683
|
+
attr_accessor :applied
|
|
1684
|
+
# Capabilities to request on the Storer Configuration.
|
|
1685
|
+
attr_accessor :capabilities
|
|
1686
|
+
# List of high-risk activities the business is involved in.
|
|
1687
|
+
attr_accessor :high_risk_activities
|
|
1688
|
+
# Description of the high-risk activities the business offers.
|
|
1689
|
+
attr_accessor :high_risk_activities_description
|
|
1690
|
+
# Description of the money services offered by the business.
|
|
1691
|
+
attr_accessor :money_services_description
|
|
1692
|
+
# Does the business operate in any prohibited countries.
|
|
1693
|
+
attr_accessor :operates_in_prohibited_countries
|
|
1694
|
+
# Indicates whether the business participates in any regulated activity.
|
|
1695
|
+
attr_accessor :participates_in_regulated_activity
|
|
1696
|
+
# Primary purpose of the stored funds.
|
|
1697
|
+
attr_accessor :purpose_of_funds
|
|
1698
|
+
# Description of the purpose of the stored funds.
|
|
1699
|
+
attr_accessor :purpose_of_funds_description
|
|
1700
|
+
# Details of the regulated activity if the business participates in one.
|
|
1701
|
+
attr_accessor :regulated_activity
|
|
1702
|
+
# The source of funds for the business, e.g. profits, income, venture capital, etc.
|
|
1703
|
+
attr_accessor :source_of_funds
|
|
1704
|
+
# Description of the source of funds for the business' account.
|
|
1705
|
+
attr_accessor :source_of_funds_description
|
|
1706
|
+
|
|
1707
|
+
def initialize(
|
|
1708
|
+
applied: nil,
|
|
1709
|
+
capabilities: nil,
|
|
1710
|
+
high_risk_activities: nil,
|
|
1711
|
+
high_risk_activities_description: nil,
|
|
1712
|
+
money_services_description: nil,
|
|
1713
|
+
operates_in_prohibited_countries: nil,
|
|
1714
|
+
participates_in_regulated_activity: nil,
|
|
1715
|
+
purpose_of_funds: nil,
|
|
1716
|
+
purpose_of_funds_description: nil,
|
|
1717
|
+
regulated_activity: nil,
|
|
1718
|
+
source_of_funds: nil,
|
|
1719
|
+
source_of_funds_description: nil
|
|
1720
|
+
)
|
|
1012
1721
|
@applied = applied
|
|
1013
1722
|
@capabilities = capabilities
|
|
1723
|
+
@high_risk_activities = high_risk_activities
|
|
1724
|
+
@high_risk_activities_description = high_risk_activities_description
|
|
1725
|
+
@money_services_description = money_services_description
|
|
1726
|
+
@operates_in_prohibited_countries = operates_in_prohibited_countries
|
|
1727
|
+
@participates_in_regulated_activity = participates_in_regulated_activity
|
|
1728
|
+
@purpose_of_funds = purpose_of_funds
|
|
1729
|
+
@purpose_of_funds_description = purpose_of_funds_description
|
|
1730
|
+
@regulated_activity = regulated_activity
|
|
1731
|
+
@source_of_funds = source_of_funds
|
|
1732
|
+
@source_of_funds_description = source_of_funds_description
|
|
1014
1733
|
end
|
|
1015
1734
|
end
|
|
1735
|
+
# The CardCreator Configuration allows the Account to create and issue cards to users.
|
|
1736
|
+
attr_accessor :card_creator
|
|
1016
1737
|
# The Customer Configuration allows the Account to be charged.
|
|
1017
1738
|
attr_accessor :customer
|
|
1018
1739
|
# Enables the Account to act as a connected account and collect payments facilitated by a Connect platform. You must onboard your platform to Connect before you can add this configuration to your connected accounts. Utilize this configuration when the Account will be the Merchant of Record, like with Direct charges or Destination Charges with on_behalf_of set.
|
|
1019
1740
|
attr_accessor :merchant
|
|
1020
1741
|
# The Recipient Configuration allows the Account to receive funds. Utilize this configuration if the Account will not be the Merchant of Record, like with Separate Charges & Transfers, or Destination Charges without on_behalf_of set.
|
|
1021
1742
|
attr_accessor :recipient
|
|
1743
|
+
# The Storer Configuration allows the Account to store and move funds using stored-value FinancialAccounts.
|
|
1744
|
+
attr_accessor :storer
|
|
1022
1745
|
|
|
1023
|
-
def initialize(
|
|
1746
|
+
def initialize(
|
|
1747
|
+
card_creator: nil,
|
|
1748
|
+
customer: nil,
|
|
1749
|
+
merchant: nil,
|
|
1750
|
+
recipient: nil,
|
|
1751
|
+
storer: nil
|
|
1752
|
+
)
|
|
1753
|
+
@card_creator = card_creator
|
|
1024
1754
|
@customer = customer
|
|
1025
1755
|
@merchant = merchant
|
|
1026
1756
|
@recipient = recipient
|
|
1757
|
+
@storer = storer
|
|
1027
1758
|
end
|
|
1028
1759
|
end
|
|
1029
1760
|
|
|
@@ -1048,10 +1779,13 @@ module Stripe
|
|
|
1048
1779
|
attr_accessor :fees_collector
|
|
1049
1780
|
# A value indicating who is responsible for losses when this Account can’t pay back negative balances from payments.
|
|
1050
1781
|
attr_accessor :losses_collector
|
|
1782
|
+
# A value indicating the party responsible for collecting requirements on this account.
|
|
1783
|
+
attr_accessor :requirements_collector
|
|
1051
1784
|
|
|
1052
|
-
def initialize(fees_collector: nil, losses_collector: nil)
|
|
1785
|
+
def initialize(fees_collector: nil, losses_collector: nil, requirements_collector: nil)
|
|
1053
1786
|
@fees_collector = fees_collector
|
|
1054
1787
|
@losses_collector = losses_collector
|
|
1788
|
+
@requirements_collector = requirements_collector
|
|
1055
1789
|
end
|
|
1056
1790
|
end
|
|
1057
1791
|
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
|
@@ -1062,12 +1796,21 @@ module Stripe
|
|
|
1062
1796
|
attr_accessor :profile
|
|
1063
1797
|
# Default responsibilities held by either Stripe or the platform.
|
|
1064
1798
|
attr_accessor :responsibilities
|
|
1799
|
+
# The Account's local timezone. A list of possible time zone values is maintained at the [IANA Time Zone Database](https://www.iana.org/time-zones).
|
|
1800
|
+
attr_accessor :timezone
|
|
1065
1801
|
|
|
1066
|
-
def initialize(
|
|
1802
|
+
def initialize(
|
|
1803
|
+
currency: nil,
|
|
1804
|
+
locales: nil,
|
|
1805
|
+
profile: nil,
|
|
1806
|
+
responsibilities: nil,
|
|
1807
|
+
timezone: nil
|
|
1808
|
+
)
|
|
1067
1809
|
@currency = currency
|
|
1068
1810
|
@locales = locales
|
|
1069
1811
|
@profile = profile
|
|
1070
1812
|
@responsibilities = responsibilities
|
|
1813
|
+
@timezone = timezone
|
|
1071
1814
|
end
|
|
1072
1815
|
end
|
|
1073
1816
|
|
|
@@ -1157,6 +1900,903 @@ module Stripe
|
|
|
1157
1900
|
end
|
|
1158
1901
|
end
|
|
1159
1902
|
|
|
1903
|
+
class CardCreator < ::Stripe::RequestParams
|
|
1904
|
+
class Commercial < ::Stripe::RequestParams
|
|
1905
|
+
class AccountHolder < ::Stripe::RequestParams
|
|
1906
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1907
|
+
attr_accessor :date
|
|
1908
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
1909
|
+
attr_accessor :ip
|
|
1910
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1911
|
+
attr_accessor :user_agent
|
|
1912
|
+
|
|
1913
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1914
|
+
@date = date
|
|
1915
|
+
@ip = ip
|
|
1916
|
+
@user_agent = user_agent
|
|
1917
|
+
end
|
|
1918
|
+
end
|
|
1919
|
+
|
|
1920
|
+
class Celtic < ::Stripe::RequestParams
|
|
1921
|
+
class ApplePay < ::Stripe::RequestParams
|
|
1922
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1923
|
+
attr_accessor :date
|
|
1924
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
1925
|
+
attr_accessor :ip
|
|
1926
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1927
|
+
attr_accessor :user_agent
|
|
1928
|
+
|
|
1929
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1930
|
+
@date = date
|
|
1931
|
+
@ip = ip
|
|
1932
|
+
@user_agent = user_agent
|
|
1933
|
+
end
|
|
1934
|
+
end
|
|
1935
|
+
|
|
1936
|
+
class ChargeCard < ::Stripe::RequestParams
|
|
1937
|
+
class BankTerms < ::Stripe::RequestParams
|
|
1938
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1939
|
+
attr_accessor :date
|
|
1940
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
1941
|
+
attr_accessor :ip
|
|
1942
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1943
|
+
attr_accessor :user_agent
|
|
1944
|
+
|
|
1945
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1946
|
+
@date = date
|
|
1947
|
+
@ip = ip
|
|
1948
|
+
@user_agent = user_agent
|
|
1949
|
+
end
|
|
1950
|
+
end
|
|
1951
|
+
|
|
1952
|
+
class Platform < ::Stripe::RequestParams
|
|
1953
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1954
|
+
attr_accessor :date
|
|
1955
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
1956
|
+
attr_accessor :ip
|
|
1957
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1958
|
+
attr_accessor :user_agent
|
|
1959
|
+
|
|
1960
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1961
|
+
@date = date
|
|
1962
|
+
@ip = ip
|
|
1963
|
+
@user_agent = user_agent
|
|
1964
|
+
end
|
|
1965
|
+
end
|
|
1966
|
+
# Bank terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
1967
|
+
attr_accessor :bank_terms
|
|
1968
|
+
# Platform terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
1969
|
+
attr_accessor :platform
|
|
1970
|
+
|
|
1971
|
+
def initialize(bank_terms: nil, platform: nil)
|
|
1972
|
+
@bank_terms = bank_terms
|
|
1973
|
+
@platform = platform
|
|
1974
|
+
end
|
|
1975
|
+
end
|
|
1976
|
+
|
|
1977
|
+
class SpendCard < ::Stripe::RequestParams
|
|
1978
|
+
class BankTerms < ::Stripe::RequestParams
|
|
1979
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1980
|
+
attr_accessor :date
|
|
1981
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
1982
|
+
attr_accessor :ip
|
|
1983
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1984
|
+
attr_accessor :user_agent
|
|
1985
|
+
|
|
1986
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1987
|
+
@date = date
|
|
1988
|
+
@ip = ip
|
|
1989
|
+
@user_agent = user_agent
|
|
1990
|
+
end
|
|
1991
|
+
end
|
|
1992
|
+
|
|
1993
|
+
class FinancingDisclosures < ::Stripe::RequestParams
|
|
1994
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1995
|
+
attr_accessor :date
|
|
1996
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
1997
|
+
attr_accessor :ip
|
|
1998
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1999
|
+
attr_accessor :user_agent
|
|
2000
|
+
|
|
2001
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2002
|
+
@date = date
|
|
2003
|
+
@ip = ip
|
|
2004
|
+
@user_agent = user_agent
|
|
2005
|
+
end
|
|
2006
|
+
end
|
|
2007
|
+
|
|
2008
|
+
class Platform < ::Stripe::RequestParams
|
|
2009
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2010
|
+
attr_accessor :date
|
|
2011
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2012
|
+
attr_accessor :ip
|
|
2013
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2014
|
+
attr_accessor :user_agent
|
|
2015
|
+
|
|
2016
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2017
|
+
@date = date
|
|
2018
|
+
@ip = ip
|
|
2019
|
+
@user_agent = user_agent
|
|
2020
|
+
end
|
|
2021
|
+
end
|
|
2022
|
+
# Bank terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
2023
|
+
attr_accessor :bank_terms
|
|
2024
|
+
# Financial disclosures terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
2025
|
+
attr_accessor :financing_disclosures
|
|
2026
|
+
# Platform terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
2027
|
+
attr_accessor :platform
|
|
2028
|
+
|
|
2029
|
+
def initialize(bank_terms: nil, financing_disclosures: nil, platform: nil)
|
|
2030
|
+
@bank_terms = bank_terms
|
|
2031
|
+
@financing_disclosures = financing_disclosures
|
|
2032
|
+
@platform = platform
|
|
2033
|
+
end
|
|
2034
|
+
end
|
|
2035
|
+
# Terms of service acceptances for commercial issuing Apple Pay cards with Celtic as BIN sponsor.
|
|
2036
|
+
attr_accessor :apple_pay
|
|
2037
|
+
# Terms of service acceptances for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
2038
|
+
attr_accessor :charge_card
|
|
2039
|
+
# Terms of service acceptances for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
2040
|
+
attr_accessor :spend_card
|
|
2041
|
+
|
|
2042
|
+
def initialize(apple_pay: nil, charge_card: nil, spend_card: nil)
|
|
2043
|
+
@apple_pay = apple_pay
|
|
2044
|
+
@charge_card = charge_card
|
|
2045
|
+
@spend_card = spend_card
|
|
2046
|
+
end
|
|
2047
|
+
end
|
|
2048
|
+
|
|
2049
|
+
class CrossRiverBank < ::Stripe::RequestParams
|
|
2050
|
+
class ApplePay < ::Stripe::RequestParams
|
|
2051
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2052
|
+
attr_accessor :date
|
|
2053
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2054
|
+
attr_accessor :ip
|
|
2055
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2056
|
+
attr_accessor :user_agent
|
|
2057
|
+
|
|
2058
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2059
|
+
@date = date
|
|
2060
|
+
@ip = ip
|
|
2061
|
+
@user_agent = user_agent
|
|
2062
|
+
end
|
|
2063
|
+
end
|
|
2064
|
+
|
|
2065
|
+
class ChargeCard < ::Stripe::RequestParams
|
|
2066
|
+
class BankTerms < ::Stripe::RequestParams
|
|
2067
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2068
|
+
attr_accessor :date
|
|
2069
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2070
|
+
attr_accessor :ip
|
|
2071
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2072
|
+
attr_accessor :user_agent
|
|
2073
|
+
|
|
2074
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2075
|
+
@date = date
|
|
2076
|
+
@ip = ip
|
|
2077
|
+
@user_agent = user_agent
|
|
2078
|
+
end
|
|
2079
|
+
end
|
|
2080
|
+
|
|
2081
|
+
class FinancingDisclosures < ::Stripe::RequestParams
|
|
2082
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2083
|
+
attr_accessor :date
|
|
2084
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2085
|
+
attr_accessor :ip
|
|
2086
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2087
|
+
attr_accessor :user_agent
|
|
2088
|
+
|
|
2089
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2090
|
+
@date = date
|
|
2091
|
+
@ip = ip
|
|
2092
|
+
@user_agent = user_agent
|
|
2093
|
+
end
|
|
2094
|
+
end
|
|
2095
|
+
|
|
2096
|
+
class Platform < ::Stripe::RequestParams
|
|
2097
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2098
|
+
attr_accessor :date
|
|
2099
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2100
|
+
attr_accessor :ip
|
|
2101
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2102
|
+
attr_accessor :user_agent
|
|
2103
|
+
|
|
2104
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2105
|
+
@date = date
|
|
2106
|
+
@ip = ip
|
|
2107
|
+
@user_agent = user_agent
|
|
2108
|
+
end
|
|
2109
|
+
end
|
|
2110
|
+
# Bank terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
2111
|
+
attr_accessor :bank_terms
|
|
2112
|
+
# Financial disclosures terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
2113
|
+
attr_accessor :financing_disclosures
|
|
2114
|
+
# Platform terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
2115
|
+
attr_accessor :platform
|
|
2116
|
+
|
|
2117
|
+
def initialize(bank_terms: nil, financing_disclosures: nil, platform: nil)
|
|
2118
|
+
@bank_terms = bank_terms
|
|
2119
|
+
@financing_disclosures = financing_disclosures
|
|
2120
|
+
@platform = platform
|
|
2121
|
+
end
|
|
2122
|
+
end
|
|
2123
|
+
|
|
2124
|
+
class PrepaidCard < ::Stripe::RequestParams
|
|
2125
|
+
class BankTerms < ::Stripe::RequestParams
|
|
2126
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2127
|
+
attr_accessor :date
|
|
2128
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2129
|
+
attr_accessor :ip
|
|
2130
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2131
|
+
attr_accessor :user_agent
|
|
2132
|
+
|
|
2133
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2134
|
+
@date = date
|
|
2135
|
+
@ip = ip
|
|
2136
|
+
@user_agent = user_agent
|
|
2137
|
+
end
|
|
2138
|
+
end
|
|
2139
|
+
|
|
2140
|
+
class Platform < ::Stripe::RequestParams
|
|
2141
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2142
|
+
attr_accessor :date
|
|
2143
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2144
|
+
attr_accessor :ip
|
|
2145
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2146
|
+
attr_accessor :user_agent
|
|
2147
|
+
|
|
2148
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2149
|
+
@date = date
|
|
2150
|
+
@ip = ip
|
|
2151
|
+
@user_agent = user_agent
|
|
2152
|
+
end
|
|
2153
|
+
end
|
|
2154
|
+
# Bank terms of service acceptance for commercial issuing prepaid cards with Cross River Bank as BIN sponsor.
|
|
2155
|
+
attr_accessor :bank_terms
|
|
2156
|
+
# Platform terms of service acceptance for commercial issuing prepaid cards with Cross River Bank as BIN sponsor.
|
|
2157
|
+
attr_accessor :platform
|
|
2158
|
+
|
|
2159
|
+
def initialize(bank_terms: nil, platform: nil)
|
|
2160
|
+
@bank_terms = bank_terms
|
|
2161
|
+
@platform = platform
|
|
2162
|
+
end
|
|
2163
|
+
end
|
|
2164
|
+
|
|
2165
|
+
class SpendCard < ::Stripe::RequestParams
|
|
2166
|
+
class BankTerms < ::Stripe::RequestParams
|
|
2167
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2168
|
+
attr_accessor :date
|
|
2169
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2170
|
+
attr_accessor :ip
|
|
2171
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2172
|
+
attr_accessor :user_agent
|
|
2173
|
+
|
|
2174
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2175
|
+
@date = date
|
|
2176
|
+
@ip = ip
|
|
2177
|
+
@user_agent = user_agent
|
|
2178
|
+
end
|
|
2179
|
+
end
|
|
2180
|
+
|
|
2181
|
+
class FinancingDisclosures < ::Stripe::RequestParams
|
|
2182
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2183
|
+
attr_accessor :date
|
|
2184
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2185
|
+
attr_accessor :ip
|
|
2186
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2187
|
+
attr_accessor :user_agent
|
|
2188
|
+
|
|
2189
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2190
|
+
@date = date
|
|
2191
|
+
@ip = ip
|
|
2192
|
+
@user_agent = user_agent
|
|
2193
|
+
end
|
|
2194
|
+
end
|
|
2195
|
+
# Bank terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
2196
|
+
attr_accessor :bank_terms
|
|
2197
|
+
# Financial disclosures terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
2198
|
+
attr_accessor :financing_disclosures
|
|
2199
|
+
|
|
2200
|
+
def initialize(bank_terms: nil, financing_disclosures: nil)
|
|
2201
|
+
@bank_terms = bank_terms
|
|
2202
|
+
@financing_disclosures = financing_disclosures
|
|
2203
|
+
end
|
|
2204
|
+
end
|
|
2205
|
+
# Terms of service acceptances for commercial issuing Apple Pay cards with Cross River Bank as BIN sponsor.
|
|
2206
|
+
attr_accessor :apple_pay
|
|
2207
|
+
# Terms of service acceptances for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
2208
|
+
attr_accessor :charge_card
|
|
2209
|
+
# Terms of service acceptances for commercial issuing prepaid cards with Cross River Bank as BIN sponsor.
|
|
2210
|
+
attr_accessor :prepaid_card
|
|
2211
|
+
# Terms of service acceptances for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
2212
|
+
attr_accessor :spend_card
|
|
2213
|
+
|
|
2214
|
+
def initialize(
|
|
2215
|
+
apple_pay: nil,
|
|
2216
|
+
charge_card: nil,
|
|
2217
|
+
prepaid_card: nil,
|
|
2218
|
+
spend_card: nil
|
|
2219
|
+
)
|
|
2220
|
+
@apple_pay = apple_pay
|
|
2221
|
+
@charge_card = charge_card
|
|
2222
|
+
@prepaid_card = prepaid_card
|
|
2223
|
+
@spend_card = spend_card
|
|
2224
|
+
end
|
|
2225
|
+
end
|
|
2226
|
+
|
|
2227
|
+
class FifthThird < ::Stripe::RequestParams
|
|
2228
|
+
class ApplePay < ::Stripe::RequestParams
|
|
2229
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2230
|
+
attr_accessor :date
|
|
2231
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2232
|
+
attr_accessor :ip
|
|
2233
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2234
|
+
attr_accessor :user_agent
|
|
2235
|
+
|
|
2236
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2237
|
+
@date = date
|
|
2238
|
+
@ip = ip
|
|
2239
|
+
@user_agent = user_agent
|
|
2240
|
+
end
|
|
2241
|
+
end
|
|
2242
|
+
|
|
2243
|
+
class ChargeCard < ::Stripe::RequestParams
|
|
2244
|
+
class BankTerms < ::Stripe::RequestParams
|
|
2245
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2246
|
+
attr_accessor :date
|
|
2247
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2248
|
+
attr_accessor :ip
|
|
2249
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2250
|
+
attr_accessor :user_agent
|
|
2251
|
+
|
|
2252
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2253
|
+
@date = date
|
|
2254
|
+
@ip = ip
|
|
2255
|
+
@user_agent = user_agent
|
|
2256
|
+
end
|
|
2257
|
+
end
|
|
2258
|
+
|
|
2259
|
+
class Platform < ::Stripe::RequestParams
|
|
2260
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2261
|
+
attr_accessor :date
|
|
2262
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2263
|
+
attr_accessor :ip
|
|
2264
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2265
|
+
attr_accessor :user_agent
|
|
2266
|
+
|
|
2267
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2268
|
+
@date = date
|
|
2269
|
+
@ip = ip
|
|
2270
|
+
@user_agent = user_agent
|
|
2271
|
+
end
|
|
2272
|
+
end
|
|
2273
|
+
# Bank terms of service acceptance for commercial issuing charge cards with Fifth Third as BIN sponsor.
|
|
2274
|
+
attr_accessor :bank_terms
|
|
2275
|
+
# Platform terms of service acceptance for commercial issuing charge cards with Fifth Third as BIN sponsor.
|
|
2276
|
+
attr_accessor :platform
|
|
2277
|
+
|
|
2278
|
+
def initialize(bank_terms: nil, platform: nil)
|
|
2279
|
+
@bank_terms = bank_terms
|
|
2280
|
+
@platform = platform
|
|
2281
|
+
end
|
|
2282
|
+
end
|
|
2283
|
+
# Terms of service acceptances for commercial issuing Apple Pay cards with Fifth Third as BIN sponsor.
|
|
2284
|
+
attr_accessor :apple_pay
|
|
2285
|
+
# Terms of service acceptances for commercial issuing charge cards with Fifth Third as BIN sponsor.
|
|
2286
|
+
attr_accessor :charge_card
|
|
2287
|
+
|
|
2288
|
+
def initialize(apple_pay: nil, charge_card: nil)
|
|
2289
|
+
@apple_pay = apple_pay
|
|
2290
|
+
@charge_card = charge_card
|
|
2291
|
+
end
|
|
2292
|
+
end
|
|
2293
|
+
|
|
2294
|
+
class GlobalAccountHolder < ::Stripe::RequestParams
|
|
2295
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2296
|
+
attr_accessor :date
|
|
2297
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2298
|
+
attr_accessor :ip
|
|
2299
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2300
|
+
attr_accessor :user_agent
|
|
2301
|
+
|
|
2302
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2303
|
+
@date = date
|
|
2304
|
+
@ip = ip
|
|
2305
|
+
@user_agent = user_agent
|
|
2306
|
+
end
|
|
2307
|
+
end
|
|
2308
|
+
|
|
2309
|
+
class Lead < ::Stripe::RequestParams
|
|
2310
|
+
class ApplePay < ::Stripe::RequestParams
|
|
2311
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2312
|
+
attr_accessor :date
|
|
2313
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2314
|
+
attr_accessor :ip
|
|
2315
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2316
|
+
attr_accessor :user_agent
|
|
2317
|
+
|
|
2318
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2319
|
+
@date = date
|
|
2320
|
+
@ip = ip
|
|
2321
|
+
@user_agent = user_agent
|
|
2322
|
+
end
|
|
2323
|
+
end
|
|
2324
|
+
|
|
2325
|
+
class PrepaidCard < ::Stripe::RequestParams
|
|
2326
|
+
class BankTerms < ::Stripe::RequestParams
|
|
2327
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2328
|
+
attr_accessor :date
|
|
2329
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2330
|
+
attr_accessor :ip
|
|
2331
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2332
|
+
attr_accessor :user_agent
|
|
2333
|
+
|
|
2334
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2335
|
+
@date = date
|
|
2336
|
+
@ip = ip
|
|
2337
|
+
@user_agent = user_agent
|
|
2338
|
+
end
|
|
2339
|
+
end
|
|
2340
|
+
|
|
2341
|
+
class Platform < ::Stripe::RequestParams
|
|
2342
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2343
|
+
attr_accessor :date
|
|
2344
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2345
|
+
attr_accessor :ip
|
|
2346
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2347
|
+
attr_accessor :user_agent
|
|
2348
|
+
|
|
2349
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2350
|
+
@date = date
|
|
2351
|
+
@ip = ip
|
|
2352
|
+
@user_agent = user_agent
|
|
2353
|
+
end
|
|
2354
|
+
end
|
|
2355
|
+
# Bank terms of service acceptance for commercial issuing prepaid cards with Lead as BIN sponsor.
|
|
2356
|
+
attr_accessor :bank_terms
|
|
2357
|
+
# Platform terms of service acceptance for commercial issuing prepaid cards with Lead as BIN sponsor.
|
|
2358
|
+
attr_accessor :platform
|
|
2359
|
+
|
|
2360
|
+
def initialize(bank_terms: nil, platform: nil)
|
|
2361
|
+
@bank_terms = bank_terms
|
|
2362
|
+
@platform = platform
|
|
2363
|
+
end
|
|
2364
|
+
end
|
|
2365
|
+
# Terms of service acceptances for commercial issuing Apple Pay cards with Lead as BIN sponsor.
|
|
2366
|
+
attr_accessor :apple_pay
|
|
2367
|
+
# Terms of service acceptances for commercial issuing prepaid cards with Lead as BIN sponsor.
|
|
2368
|
+
attr_accessor :prepaid_card
|
|
2369
|
+
|
|
2370
|
+
def initialize(apple_pay: nil, prepaid_card: nil)
|
|
2371
|
+
@apple_pay = apple_pay
|
|
2372
|
+
@prepaid_card = prepaid_card
|
|
2373
|
+
end
|
|
2374
|
+
end
|
|
2375
|
+
# Terms of service acceptances for Stripe commercial card issuing.
|
|
2376
|
+
attr_accessor :account_holder
|
|
2377
|
+
# Terms of service acceptances for commercial issuing cards with Celtic as BIN sponsor.
|
|
2378
|
+
attr_accessor :celtic
|
|
2379
|
+
# Terms of service acceptances for commercial issuing cards with Cross River Bank as BIN sponsor.
|
|
2380
|
+
attr_accessor :cross_river_bank
|
|
2381
|
+
# Terms of service acceptances for commercial issuing cards with Fifth Third as BIN sponsor.
|
|
2382
|
+
attr_accessor :fifth_third
|
|
2383
|
+
# Terms of service acceptances for Stripe commercial card Global issuing.
|
|
2384
|
+
attr_accessor :global_account_holder
|
|
2385
|
+
# Terms of service acceptances for commercial issuing cards with Lead as BIN sponsor.
|
|
2386
|
+
attr_accessor :lead
|
|
2387
|
+
|
|
2388
|
+
def initialize(
|
|
2389
|
+
account_holder: nil,
|
|
2390
|
+
celtic: nil,
|
|
2391
|
+
cross_river_bank: nil,
|
|
2392
|
+
fifth_third: nil,
|
|
2393
|
+
global_account_holder: nil,
|
|
2394
|
+
lead: nil
|
|
2395
|
+
)
|
|
2396
|
+
@account_holder = account_holder
|
|
2397
|
+
@celtic = celtic
|
|
2398
|
+
@cross_river_bank = cross_river_bank
|
|
2399
|
+
@fifth_third = fifth_third
|
|
2400
|
+
@global_account_holder = global_account_holder
|
|
2401
|
+
@lead = lead
|
|
2402
|
+
end
|
|
2403
|
+
end
|
|
2404
|
+
|
|
2405
|
+
class Consumer < ::Stripe::RequestParams
|
|
2406
|
+
class AccountHolder < ::Stripe::RequestParams
|
|
2407
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2408
|
+
attr_accessor :date
|
|
2409
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2410
|
+
attr_accessor :ip
|
|
2411
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2412
|
+
attr_accessor :user_agent
|
|
2413
|
+
|
|
2414
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2415
|
+
@date = date
|
|
2416
|
+
@ip = ip
|
|
2417
|
+
@user_agent = user_agent
|
|
2418
|
+
end
|
|
2419
|
+
end
|
|
2420
|
+
|
|
2421
|
+
class Celtic < ::Stripe::RequestParams
|
|
2422
|
+
class ApplePay < ::Stripe::RequestParams
|
|
2423
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2424
|
+
attr_accessor :date
|
|
2425
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2426
|
+
attr_accessor :ip
|
|
2427
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2428
|
+
attr_accessor :user_agent
|
|
2429
|
+
|
|
2430
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2431
|
+
@date = date
|
|
2432
|
+
@ip = ip
|
|
2433
|
+
@user_agent = user_agent
|
|
2434
|
+
end
|
|
2435
|
+
end
|
|
2436
|
+
|
|
2437
|
+
class RevolvingCreditCard < ::Stripe::RequestParams
|
|
2438
|
+
class BankTerms < ::Stripe::RequestParams
|
|
2439
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2440
|
+
attr_accessor :date
|
|
2441
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2442
|
+
attr_accessor :ip
|
|
2443
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2444
|
+
attr_accessor :user_agent
|
|
2445
|
+
|
|
2446
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2447
|
+
@date = date
|
|
2448
|
+
@ip = ip
|
|
2449
|
+
@user_agent = user_agent
|
|
2450
|
+
end
|
|
2451
|
+
end
|
|
2452
|
+
|
|
2453
|
+
class FinancingDisclosures < ::Stripe::RequestParams
|
|
2454
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2455
|
+
attr_accessor :date
|
|
2456
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2457
|
+
attr_accessor :ip
|
|
2458
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2459
|
+
attr_accessor :user_agent
|
|
2460
|
+
|
|
2461
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2462
|
+
@date = date
|
|
2463
|
+
@ip = ip
|
|
2464
|
+
@user_agent = user_agent
|
|
2465
|
+
end
|
|
2466
|
+
end
|
|
2467
|
+
|
|
2468
|
+
class Platform < ::Stripe::RequestParams
|
|
2469
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2470
|
+
attr_accessor :date
|
|
2471
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2472
|
+
attr_accessor :ip
|
|
2473
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2474
|
+
attr_accessor :user_agent
|
|
2475
|
+
|
|
2476
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2477
|
+
@date = date
|
|
2478
|
+
@ip = ip
|
|
2479
|
+
@user_agent = user_agent
|
|
2480
|
+
end
|
|
2481
|
+
end
|
|
2482
|
+
# Bank terms of service acceptance for consumer issuing spend cards with Celtic as BIN sponsor.
|
|
2483
|
+
attr_accessor :bank_terms
|
|
2484
|
+
# Financial disclosures terms of service acceptance for consumer issuing spend cards with Celtic as BIN sponsor.
|
|
2485
|
+
attr_accessor :financing_disclosures
|
|
2486
|
+
# Platform terms of service acceptance for consumer issuing spend cards with Celtic as BIN sponsor.
|
|
2487
|
+
attr_accessor :platform
|
|
2488
|
+
|
|
2489
|
+
def initialize(bank_terms: nil, financing_disclosures: nil, platform: nil)
|
|
2490
|
+
@bank_terms = bank_terms
|
|
2491
|
+
@financing_disclosures = financing_disclosures
|
|
2492
|
+
@platform = platform
|
|
2493
|
+
end
|
|
2494
|
+
end
|
|
2495
|
+
# Terms of service acceptances for consumer issuing Apple Pay cards with Celtic as BIN sponsor.
|
|
2496
|
+
attr_accessor :apple_pay
|
|
2497
|
+
# Terms of service acceptances for consumer issuing revolving credit cards with Celtic as BIN sponsor.
|
|
2498
|
+
attr_accessor :revolving_credit_card
|
|
2499
|
+
|
|
2500
|
+
def initialize(apple_pay: nil, revolving_credit_card: nil)
|
|
2501
|
+
@apple_pay = apple_pay
|
|
2502
|
+
@revolving_credit_card = revolving_credit_card
|
|
2503
|
+
end
|
|
2504
|
+
end
|
|
2505
|
+
|
|
2506
|
+
class CrossRiverBank < ::Stripe::RequestParams
|
|
2507
|
+
class PrepaidCard < ::Stripe::RequestParams
|
|
2508
|
+
class BankTerms < ::Stripe::RequestParams
|
|
2509
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2510
|
+
attr_accessor :date
|
|
2511
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2512
|
+
attr_accessor :ip
|
|
2513
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2514
|
+
attr_accessor :user_agent
|
|
2515
|
+
|
|
2516
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2517
|
+
@date = date
|
|
2518
|
+
@ip = ip
|
|
2519
|
+
@user_agent = user_agent
|
|
2520
|
+
end
|
|
2521
|
+
end
|
|
2522
|
+
|
|
2523
|
+
class FinancingDisclosures < ::Stripe::RequestParams
|
|
2524
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2525
|
+
attr_accessor :date
|
|
2526
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2527
|
+
attr_accessor :ip
|
|
2528
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2529
|
+
attr_accessor :user_agent
|
|
2530
|
+
|
|
2531
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2532
|
+
@date = date
|
|
2533
|
+
@ip = ip
|
|
2534
|
+
@user_agent = user_agent
|
|
2535
|
+
end
|
|
2536
|
+
end
|
|
2537
|
+
|
|
2538
|
+
class Platform < ::Stripe::RequestParams
|
|
2539
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2540
|
+
attr_accessor :date
|
|
2541
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2542
|
+
attr_accessor :ip
|
|
2543
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2544
|
+
attr_accessor :user_agent
|
|
2545
|
+
|
|
2546
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2547
|
+
@date = date
|
|
2548
|
+
@ip = ip
|
|
2549
|
+
@user_agent = user_agent
|
|
2550
|
+
end
|
|
2551
|
+
end
|
|
2552
|
+
# Bank terms of service acceptance for consumer issuing prepaid cards with Cross River Bank as BIN sponsor.
|
|
2553
|
+
attr_accessor :bank_terms
|
|
2554
|
+
# Financial disclosures terms of service acceptance for consumer issuing prepaid cards with Cross River Bank as BIN sponsor.
|
|
2555
|
+
attr_accessor :financing_disclosures
|
|
2556
|
+
# Platform terms of service acceptance for consumer issuing prepaid cards with Cross River Bank as BIN sponsor.
|
|
2557
|
+
attr_accessor :platform
|
|
2558
|
+
|
|
2559
|
+
def initialize(bank_terms: nil, financing_disclosures: nil, platform: nil)
|
|
2560
|
+
@bank_terms = bank_terms
|
|
2561
|
+
@financing_disclosures = financing_disclosures
|
|
2562
|
+
@platform = platform
|
|
2563
|
+
end
|
|
2564
|
+
end
|
|
2565
|
+
# Terms of service acceptances for consumer issuing prepaid cards with Cross River Bank as BIN sponsor.
|
|
2566
|
+
attr_accessor :prepaid_card
|
|
2567
|
+
|
|
2568
|
+
def initialize(prepaid_card: nil)
|
|
2569
|
+
@prepaid_card = prepaid_card
|
|
2570
|
+
end
|
|
2571
|
+
end
|
|
2572
|
+
|
|
2573
|
+
class GlobalAccountHolder < ::Stripe::RequestParams
|
|
2574
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2575
|
+
attr_accessor :date
|
|
2576
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2577
|
+
attr_accessor :ip
|
|
2578
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2579
|
+
attr_accessor :user_agent
|
|
2580
|
+
|
|
2581
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2582
|
+
@date = date
|
|
2583
|
+
@ip = ip
|
|
2584
|
+
@user_agent = user_agent
|
|
2585
|
+
end
|
|
2586
|
+
end
|
|
2587
|
+
|
|
2588
|
+
class Lead < ::Stripe::RequestParams
|
|
2589
|
+
class ApplePay < ::Stripe::RequestParams
|
|
2590
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2591
|
+
attr_accessor :date
|
|
2592
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2593
|
+
attr_accessor :ip
|
|
2594
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2595
|
+
attr_accessor :user_agent
|
|
2596
|
+
|
|
2597
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2598
|
+
@date = date
|
|
2599
|
+
@ip = ip
|
|
2600
|
+
@user_agent = user_agent
|
|
2601
|
+
end
|
|
2602
|
+
end
|
|
2603
|
+
|
|
2604
|
+
class DebitCard < ::Stripe::RequestParams
|
|
2605
|
+
class BankTerms < ::Stripe::RequestParams
|
|
2606
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2607
|
+
attr_accessor :date
|
|
2608
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2609
|
+
attr_accessor :ip
|
|
2610
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2611
|
+
attr_accessor :user_agent
|
|
2612
|
+
|
|
2613
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2614
|
+
@date = date
|
|
2615
|
+
@ip = ip
|
|
2616
|
+
@user_agent = user_agent
|
|
2617
|
+
end
|
|
2618
|
+
end
|
|
2619
|
+
|
|
2620
|
+
class FinancingDisclosures < ::Stripe::RequestParams
|
|
2621
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2622
|
+
attr_accessor :date
|
|
2623
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2624
|
+
attr_accessor :ip
|
|
2625
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2626
|
+
attr_accessor :user_agent
|
|
2627
|
+
|
|
2628
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2629
|
+
@date = date
|
|
2630
|
+
@ip = ip
|
|
2631
|
+
@user_agent = user_agent
|
|
2632
|
+
end
|
|
2633
|
+
end
|
|
2634
|
+
|
|
2635
|
+
class Platform < ::Stripe::RequestParams
|
|
2636
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2637
|
+
attr_accessor :date
|
|
2638
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2639
|
+
attr_accessor :ip
|
|
2640
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2641
|
+
attr_accessor :user_agent
|
|
2642
|
+
|
|
2643
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2644
|
+
@date = date
|
|
2645
|
+
@ip = ip
|
|
2646
|
+
@user_agent = user_agent
|
|
2647
|
+
end
|
|
2648
|
+
end
|
|
2649
|
+
# Bank terms of service acceptance for consumer issuing debit cards with Lead as BIN sponsor.
|
|
2650
|
+
attr_accessor :bank_terms
|
|
2651
|
+
# Financial disclosures terms of service acceptance for consumer issuing debit cards with Lead as BIN sponsor.
|
|
2652
|
+
attr_accessor :financing_disclosures
|
|
2653
|
+
# Platform terms of service acceptance for consumer issuing debit cards with Lead as BIN sponsor.
|
|
2654
|
+
attr_accessor :platform
|
|
2655
|
+
|
|
2656
|
+
def initialize(bank_terms: nil, financing_disclosures: nil, platform: nil)
|
|
2657
|
+
@bank_terms = bank_terms
|
|
2658
|
+
@financing_disclosures = financing_disclosures
|
|
2659
|
+
@platform = platform
|
|
2660
|
+
end
|
|
2661
|
+
end
|
|
2662
|
+
|
|
2663
|
+
class PrepaidCard < ::Stripe::RequestParams
|
|
2664
|
+
class BankTerms < ::Stripe::RequestParams
|
|
2665
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2666
|
+
attr_accessor :date
|
|
2667
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2668
|
+
attr_accessor :ip
|
|
2669
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2670
|
+
attr_accessor :user_agent
|
|
2671
|
+
|
|
2672
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2673
|
+
@date = date
|
|
2674
|
+
@ip = ip
|
|
2675
|
+
@user_agent = user_agent
|
|
2676
|
+
end
|
|
2677
|
+
end
|
|
2678
|
+
|
|
2679
|
+
class FinancingDisclosures < ::Stripe::RequestParams
|
|
2680
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2681
|
+
attr_accessor :date
|
|
2682
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2683
|
+
attr_accessor :ip
|
|
2684
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2685
|
+
attr_accessor :user_agent
|
|
2686
|
+
|
|
2687
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2688
|
+
@date = date
|
|
2689
|
+
@ip = ip
|
|
2690
|
+
@user_agent = user_agent
|
|
2691
|
+
end
|
|
2692
|
+
end
|
|
2693
|
+
|
|
2694
|
+
class Platform < ::Stripe::RequestParams
|
|
2695
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2696
|
+
attr_accessor :date
|
|
2697
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2698
|
+
attr_accessor :ip
|
|
2699
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2700
|
+
attr_accessor :user_agent
|
|
2701
|
+
|
|
2702
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2703
|
+
@date = date
|
|
2704
|
+
@ip = ip
|
|
2705
|
+
@user_agent = user_agent
|
|
2706
|
+
end
|
|
2707
|
+
end
|
|
2708
|
+
# Bank terms of service acceptance for consumer issuing prepaid cards with Lead as BIN sponsor.
|
|
2709
|
+
attr_accessor :bank_terms
|
|
2710
|
+
# Financial disclosures terms of service acceptance for consumer issuing prepaid cards with Lead as BIN sponsor.
|
|
2711
|
+
attr_accessor :financing_disclosures
|
|
2712
|
+
# Platform terms of service acceptance for consumer issuing prepaid cards with Lead as BIN sponsor.
|
|
2713
|
+
attr_accessor :platform
|
|
2714
|
+
|
|
2715
|
+
def initialize(bank_terms: nil, financing_disclosures: nil, platform: nil)
|
|
2716
|
+
@bank_terms = bank_terms
|
|
2717
|
+
@financing_disclosures = financing_disclosures
|
|
2718
|
+
@platform = platform
|
|
2719
|
+
end
|
|
2720
|
+
end
|
|
2721
|
+
# Terms of service acceptances for consumer issuing Apple Pay cards with Lead as BIN sponsor.
|
|
2722
|
+
attr_accessor :apple_pay
|
|
2723
|
+
# Terms of service acceptances for consumer issuing debit cards with Lead as BIN sponsor.
|
|
2724
|
+
attr_accessor :debit_card
|
|
2725
|
+
# Terms of service acceptances for consumer issuing prepaid cards with Lead as BIN sponsor.
|
|
2726
|
+
attr_accessor :prepaid_card
|
|
2727
|
+
|
|
2728
|
+
def initialize(apple_pay: nil, debit_card: nil, prepaid_card: nil)
|
|
2729
|
+
@apple_pay = apple_pay
|
|
2730
|
+
@debit_card = debit_card
|
|
2731
|
+
@prepaid_card = prepaid_card
|
|
2732
|
+
end
|
|
2733
|
+
end
|
|
2734
|
+
# Terms of service acceptances for Stripe consumer card issuing.
|
|
2735
|
+
attr_accessor :account_holder
|
|
2736
|
+
# Terms of service acceptances for consumer issuing cards with Celtic as BIN sponsor.
|
|
2737
|
+
attr_accessor :celtic
|
|
2738
|
+
# Terms of service acceptances for consumer issuing cards with Cross River Bank as BIN sponsor.
|
|
2739
|
+
attr_accessor :cross_river_bank
|
|
2740
|
+
# Terms of service acceptances for Stripe consumer card Global issuing.
|
|
2741
|
+
attr_accessor :global_account_holder
|
|
2742
|
+
# Terms of service acceptances for consumer issuing cards with Lead as BIN sponsor.
|
|
2743
|
+
attr_accessor :lead
|
|
2744
|
+
|
|
2745
|
+
def initialize(
|
|
2746
|
+
account_holder: nil,
|
|
2747
|
+
celtic: nil,
|
|
2748
|
+
cross_river_bank: nil,
|
|
2749
|
+
global_account_holder: nil,
|
|
2750
|
+
lead: nil
|
|
2751
|
+
)
|
|
2752
|
+
@account_holder = account_holder
|
|
2753
|
+
@celtic = celtic
|
|
2754
|
+
@cross_river_bank = cross_river_bank
|
|
2755
|
+
@global_account_holder = global_account_holder
|
|
2756
|
+
@lead = lead
|
|
2757
|
+
end
|
|
2758
|
+
end
|
|
2759
|
+
# Terms of service acceptances to create cards for commercial issuing use cases.
|
|
2760
|
+
attr_accessor :commercial
|
|
2761
|
+
# Terms of service acceptances to create cards for consumer issuing use cases.
|
|
2762
|
+
attr_accessor :consumer
|
|
2763
|
+
|
|
2764
|
+
def initialize(commercial: nil, consumer: nil)
|
|
2765
|
+
@commercial = commercial
|
|
2766
|
+
@consumer = consumer
|
|
2767
|
+
end
|
|
2768
|
+
end
|
|
2769
|
+
|
|
2770
|
+
class ConsumerPrivacyDisclosures < ::Stripe::RequestParams
|
|
2771
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2772
|
+
attr_accessor :date
|
|
2773
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2774
|
+
attr_accessor :ip
|
|
2775
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2776
|
+
attr_accessor :user_agent
|
|
2777
|
+
|
|
2778
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2779
|
+
@date = date
|
|
2780
|
+
@ip = ip
|
|
2781
|
+
@user_agent = user_agent
|
|
2782
|
+
end
|
|
2783
|
+
end
|
|
2784
|
+
|
|
2785
|
+
class ConsumerStorer < ::Stripe::RequestParams
|
|
2786
|
+
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
2787
|
+
attr_accessor :date
|
|
2788
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2789
|
+
attr_accessor :ip
|
|
2790
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2791
|
+
attr_accessor :user_agent
|
|
2792
|
+
|
|
2793
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2794
|
+
@date = date
|
|
2795
|
+
@ip = ip
|
|
2796
|
+
@user_agent = user_agent
|
|
2797
|
+
end
|
|
2798
|
+
end
|
|
2799
|
+
|
|
1160
2800
|
class CryptoStorer < ::Stripe::RequestParams
|
|
1161
2801
|
# The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
|
|
1162
2802
|
attr_accessor :date
|
|
@@ -1188,13 +2828,29 @@ module Stripe
|
|
|
1188
2828
|
end
|
|
1189
2829
|
# Details on the Account's acceptance of the [Stripe Services Agreement](https://docs.stripe.com/connect/updating-accounts#tos-acceptance).
|
|
1190
2830
|
attr_accessor :account
|
|
2831
|
+
# Details on the Account's acceptance of Issuing-specific terms of service.
|
|
2832
|
+
attr_accessor :card_creator
|
|
2833
|
+
# Details on the Account's acceptance of Consumer-privacy-disclosures-specific terms of service.
|
|
2834
|
+
attr_accessor :consumer_privacy_disclosures
|
|
2835
|
+
# Details on the Account's acceptance of Consumer-storer-specific terms of service.
|
|
2836
|
+
attr_accessor :consumer_storer
|
|
1191
2837
|
# Details on the Account's acceptance of Crypto-storer-specific terms of service.
|
|
1192
2838
|
attr_accessor :crypto_storer
|
|
1193
2839
|
# Details on the Account's acceptance of Treasury-specific terms of service.
|
|
1194
2840
|
attr_accessor :storer
|
|
1195
2841
|
|
|
1196
|
-
def initialize(
|
|
2842
|
+
def initialize(
|
|
2843
|
+
account: nil,
|
|
2844
|
+
card_creator: nil,
|
|
2845
|
+
consumer_privacy_disclosures: nil,
|
|
2846
|
+
consumer_storer: nil,
|
|
2847
|
+
crypto_storer: nil,
|
|
2848
|
+
storer: nil
|
|
2849
|
+
)
|
|
1197
2850
|
@account = account
|
|
2851
|
+
@card_creator = card_creator
|
|
2852
|
+
@consumer_privacy_disclosures = consumer_privacy_disclosures
|
|
2853
|
+
@consumer_storer = consumer_storer
|
|
1198
2854
|
@crypto_storer = crypto_storer
|
|
1199
2855
|
@storer = storer
|
|
1200
2856
|
end
|
|
@@ -1624,6 +3280,8 @@ module Stripe
|
|
|
1624
3280
|
attr_accessor :address
|
|
1625
3281
|
# The business gross annual revenue for its preceding fiscal year.
|
|
1626
3282
|
attr_accessor :annual_revenue
|
|
3283
|
+
# A detailed description of the business's compliance and anti-money laundering controls and practices.
|
|
3284
|
+
attr_accessor :compliance_screening_description
|
|
1627
3285
|
# A document verifying the business.
|
|
1628
3286
|
attr_accessor :documents
|
|
1629
3287
|
# Estimated maximum number of workers currently engaged by the business (including employees, contractors, and vendors).
|
|
@@ -1648,6 +3306,7 @@ module Stripe
|
|
|
1648
3306
|
def initialize(
|
|
1649
3307
|
address: nil,
|
|
1650
3308
|
annual_revenue: nil,
|
|
3309
|
+
compliance_screening_description: nil,
|
|
1651
3310
|
documents: nil,
|
|
1652
3311
|
estimated_worker_count: nil,
|
|
1653
3312
|
id_numbers: nil,
|
|
@@ -1661,6 +3320,7 @@ module Stripe
|
|
|
1661
3320
|
)
|
|
1662
3321
|
@address = address
|
|
1663
3322
|
@annual_revenue = annual_revenue
|
|
3323
|
+
@compliance_screening_description = compliance_screening_description
|
|
1664
3324
|
@documents = documents
|
|
1665
3325
|
@estimated_worker_count = estimated_worker_count
|
|
1666
3326
|
@id_numbers = id_numbers
|