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,16 +6,274 @@ module Stripe
|
|
|
6
6
|
module Core
|
|
7
7
|
class AccountCreateParams < ::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 Stripe 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 charge 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
|
+
# Capabilities to request on the CardCreator Configuration.
|
|
257
|
+
attr_accessor :capabilities
|
|
258
|
+
|
|
259
|
+
def initialize(capabilities: nil)
|
|
260
|
+
@capabilities = capabilities
|
|
261
|
+
end
|
|
262
|
+
end
|
|
263
|
+
|
|
9
264
|
class Customer < ::Stripe::RequestParams
|
|
10
265
|
class AutomaticIndirectTax < ::Stripe::RequestParams
|
|
11
266
|
# Describes the customer's tax exemption status, which is `none`, `exempt`, or `reverse`. When set to reverse, invoice and receipt PDFs include the following text: “Reverse charge”.
|
|
12
267
|
attr_accessor :exempt
|
|
13
268
|
# A recent IP address of the customer used for tax reporting and tax location inference.
|
|
14
269
|
attr_accessor :ip_address
|
|
270
|
+
# The data source used to identify the customer's tax location - defaults to `identity_address`. Will only be used for automatic tax calculation on the customer's Invoices and Subscriptions. This behavior is now deprecated for new users.
|
|
271
|
+
attr_accessor :location_source
|
|
15
272
|
|
|
16
|
-
def initialize(exempt: nil, ip_address: nil)
|
|
273
|
+
def initialize(exempt: nil, ip_address: nil, location_source: nil)
|
|
17
274
|
@exempt = exempt
|
|
18
275
|
@ip_address = ip_address
|
|
276
|
+
@location_source = location_source
|
|
19
277
|
end
|
|
20
278
|
end
|
|
21
279
|
|
|
@@ -859,6 +1117,23 @@ module Stripe
|
|
|
859
1117
|
end
|
|
860
1118
|
end
|
|
861
1119
|
|
|
1120
|
+
class SmartDisputes < ::Stripe::RequestParams
|
|
1121
|
+
class AutoRespond < ::Stripe::RequestParams
|
|
1122
|
+
# The preference for Smart Disputes auto-respond.
|
|
1123
|
+
attr_accessor :preference
|
|
1124
|
+
|
|
1125
|
+
def initialize(preference: nil)
|
|
1126
|
+
@preference = preference
|
|
1127
|
+
end
|
|
1128
|
+
end
|
|
1129
|
+
# Settings for Smart Disputes auto_respond.
|
|
1130
|
+
attr_accessor :auto_respond
|
|
1131
|
+
|
|
1132
|
+
def initialize(auto_respond: nil)
|
|
1133
|
+
@auto_respond = auto_respond
|
|
1134
|
+
end
|
|
1135
|
+
end
|
|
1136
|
+
|
|
862
1137
|
class StatementDescriptor < ::Stripe::RequestParams
|
|
863
1138
|
# 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.
|
|
864
1139
|
attr_accessor :descriptor
|
|
@@ -936,6 +1211,8 @@ module Stripe
|
|
|
936
1211
|
attr_accessor :mcc
|
|
937
1212
|
# Settings for the default text that appears on statements for language variations.
|
|
938
1213
|
attr_accessor :script_statement_descriptor
|
|
1214
|
+
# Settings used for Smart Disputes.
|
|
1215
|
+
attr_accessor :smart_disputes
|
|
939
1216
|
# Statement descriptor.
|
|
940
1217
|
attr_accessor :statement_descriptor
|
|
941
1218
|
# Publicly available contact information for sending support issues to.
|
|
@@ -949,6 +1226,7 @@ module Stripe
|
|
|
949
1226
|
konbini_payments: nil,
|
|
950
1227
|
mcc: nil,
|
|
951
1228
|
script_statement_descriptor: nil,
|
|
1229
|
+
smart_disputes: nil,
|
|
952
1230
|
statement_descriptor: nil,
|
|
953
1231
|
support: nil
|
|
954
1232
|
)
|
|
@@ -959,6 +1237,7 @@ module Stripe
|
|
|
959
1237
|
@konbini_payments = konbini_payments
|
|
960
1238
|
@mcc = mcc
|
|
961
1239
|
@script_statement_descriptor = script_statement_descriptor
|
|
1240
|
+
@smart_disputes = smart_disputes
|
|
962
1241
|
@statement_descriptor = statement_descriptor
|
|
963
1242
|
@support = support
|
|
964
1243
|
end
|
|
@@ -966,6 +1245,74 @@ module Stripe
|
|
|
966
1245
|
|
|
967
1246
|
class Recipient < ::Stripe::RequestParams
|
|
968
1247
|
class Capabilities < ::Stripe::RequestParams
|
|
1248
|
+
class BankAccounts < ::Stripe::RequestParams
|
|
1249
|
+
class Instant < ::Stripe::RequestParams
|
|
1250
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1251
|
+
attr_accessor :requested
|
|
1252
|
+
|
|
1253
|
+
def initialize(requested: nil)
|
|
1254
|
+
@requested = requested
|
|
1255
|
+
end
|
|
1256
|
+
end
|
|
1257
|
+
|
|
1258
|
+
class Local < ::Stripe::RequestParams
|
|
1259
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1260
|
+
attr_accessor :requested
|
|
1261
|
+
|
|
1262
|
+
def initialize(requested: nil)
|
|
1263
|
+
@requested = requested
|
|
1264
|
+
end
|
|
1265
|
+
end
|
|
1266
|
+
|
|
1267
|
+
class Wire < ::Stripe::RequestParams
|
|
1268
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1269
|
+
attr_accessor :requested
|
|
1270
|
+
|
|
1271
|
+
def initialize(requested: nil)
|
|
1272
|
+
@requested = requested
|
|
1273
|
+
end
|
|
1274
|
+
end
|
|
1275
|
+
# Enables this Account to receive OutboundPayments to linked bank accounts over real time rails.
|
|
1276
|
+
attr_accessor :instant
|
|
1277
|
+
# Enables this Account to receive OutboundPayments to linked bank accounts over local networks.
|
|
1278
|
+
attr_accessor :local
|
|
1279
|
+
# Enables this Account to receive OutboundPayments to linked bank accounts over wire.
|
|
1280
|
+
attr_accessor :wire
|
|
1281
|
+
|
|
1282
|
+
def initialize(instant: nil, local: nil, wire: nil)
|
|
1283
|
+
@instant = instant
|
|
1284
|
+
@local = local
|
|
1285
|
+
@wire = wire
|
|
1286
|
+
end
|
|
1287
|
+
end
|
|
1288
|
+
|
|
1289
|
+
class Cards < ::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
|
+
|
|
1298
|
+
class CryptoWallets < ::Stripe::RequestParams
|
|
1299
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1300
|
+
attr_accessor :requested
|
|
1301
|
+
|
|
1302
|
+
def initialize(requested: nil)
|
|
1303
|
+
@requested = requested
|
|
1304
|
+
end
|
|
1305
|
+
end
|
|
1306
|
+
|
|
1307
|
+
class PaperChecks < ::Stripe::RequestParams
|
|
1308
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1309
|
+
attr_accessor :requested
|
|
1310
|
+
|
|
1311
|
+
def initialize(requested: nil)
|
|
1312
|
+
@requested = requested
|
|
1313
|
+
end
|
|
1314
|
+
end
|
|
1315
|
+
|
|
969
1316
|
class StripeBalance < ::Stripe::RequestParams
|
|
970
1317
|
class StripeTransfers < ::Stripe::RequestParams
|
|
971
1318
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
@@ -982,10 +1329,28 @@ module Stripe
|
|
|
982
1329
|
@stripe_transfers = stripe_transfers
|
|
983
1330
|
end
|
|
984
1331
|
end
|
|
1332
|
+
# Capabilities that enable OutboundPayments to a bank account linked to this Account.
|
|
1333
|
+
attr_accessor :bank_accounts
|
|
1334
|
+
# Capabilities that enable OutboundPayments to a card linked to this Account.
|
|
1335
|
+
attr_accessor :cards
|
|
1336
|
+
# Capabilities that enable OutboundPayments to a crypto wallet linked to this Account.
|
|
1337
|
+
attr_accessor :crypto_wallets
|
|
1338
|
+
# Capabilities that enable OutboundPayments via paper check.
|
|
1339
|
+
attr_accessor :paper_checks
|
|
985
1340
|
# Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
|
|
986
1341
|
attr_accessor :stripe_balance
|
|
987
1342
|
|
|
988
|
-
def initialize(
|
|
1343
|
+
def initialize(
|
|
1344
|
+
bank_accounts: nil,
|
|
1345
|
+
cards: nil,
|
|
1346
|
+
crypto_wallets: nil,
|
|
1347
|
+
paper_checks: nil,
|
|
1348
|
+
stripe_balance: nil
|
|
1349
|
+
)
|
|
1350
|
+
@bank_accounts = bank_accounts
|
|
1351
|
+
@cards = cards
|
|
1352
|
+
@crypto_wallets = crypto_wallets
|
|
1353
|
+
@paper_checks = paper_checks
|
|
989
1354
|
@stripe_balance = stripe_balance
|
|
990
1355
|
end
|
|
991
1356
|
end
|
|
@@ -996,17 +1361,368 @@ module Stripe
|
|
|
996
1361
|
@capabilities = capabilities
|
|
997
1362
|
end
|
|
998
1363
|
end
|
|
1364
|
+
|
|
1365
|
+
class Storer < ::Stripe::RequestParams
|
|
1366
|
+
class Capabilities < ::Stripe::RequestParams
|
|
1367
|
+
class Consumer < ::Stripe::RequestParams
|
|
1368
|
+
class HoldsCurrencies < ::Stripe::RequestParams
|
|
1369
|
+
class Usd < ::Stripe::RequestParams
|
|
1370
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1371
|
+
attr_accessor :requested
|
|
1372
|
+
|
|
1373
|
+
def initialize(requested: nil)
|
|
1374
|
+
@requested = requested
|
|
1375
|
+
end
|
|
1376
|
+
end
|
|
1377
|
+
# Can hold storage-type funds on Stripe in USD in a consumer financial account.
|
|
1378
|
+
attr_accessor :usd
|
|
1379
|
+
|
|
1380
|
+
def initialize(usd: nil)
|
|
1381
|
+
@usd = usd
|
|
1382
|
+
end
|
|
1383
|
+
end
|
|
1384
|
+
# Can hold storage-type funds on Stripe in a consumer financial account.
|
|
1385
|
+
attr_accessor :holds_currencies
|
|
1386
|
+
|
|
1387
|
+
def initialize(holds_currencies: nil)
|
|
1388
|
+
@holds_currencies = holds_currencies
|
|
1389
|
+
end
|
|
1390
|
+
end
|
|
1391
|
+
|
|
1392
|
+
class FinancialAddresses < ::Stripe::RequestParams
|
|
1393
|
+
class BankAccounts < ::Stripe::RequestParams
|
|
1394
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1395
|
+
attr_accessor :requested
|
|
1396
|
+
|
|
1397
|
+
def initialize(requested: nil)
|
|
1398
|
+
@requested = requested
|
|
1399
|
+
end
|
|
1400
|
+
end
|
|
1401
|
+
|
|
1402
|
+
class CryptoWallets < ::Stripe::RequestParams
|
|
1403
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1404
|
+
attr_accessor :requested
|
|
1405
|
+
|
|
1406
|
+
def initialize(requested: nil)
|
|
1407
|
+
@requested = requested
|
|
1408
|
+
end
|
|
1409
|
+
end
|
|
1410
|
+
# Can provision a bank-account-like financial address (VBAN) to credit/debit a FinancialAccount.
|
|
1411
|
+
attr_accessor :bank_accounts
|
|
1412
|
+
# Can provision a crypto wallet like financial address to credit a FinancialAccount.
|
|
1413
|
+
attr_accessor :crypto_wallets
|
|
1414
|
+
|
|
1415
|
+
def initialize(bank_accounts: nil, crypto_wallets: nil)
|
|
1416
|
+
@bank_accounts = bank_accounts
|
|
1417
|
+
@crypto_wallets = crypto_wallets
|
|
1418
|
+
end
|
|
1419
|
+
end
|
|
1420
|
+
|
|
1421
|
+
class HoldsCurrencies < ::Stripe::RequestParams
|
|
1422
|
+
class Eur < ::Stripe::RequestParams
|
|
1423
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1424
|
+
attr_accessor :requested
|
|
1425
|
+
|
|
1426
|
+
def initialize(requested: nil)
|
|
1427
|
+
@requested = requested
|
|
1428
|
+
end
|
|
1429
|
+
end
|
|
1430
|
+
|
|
1431
|
+
class Gbp < ::Stripe::RequestParams
|
|
1432
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1433
|
+
attr_accessor :requested
|
|
1434
|
+
|
|
1435
|
+
def initialize(requested: nil)
|
|
1436
|
+
@requested = requested
|
|
1437
|
+
end
|
|
1438
|
+
end
|
|
1439
|
+
|
|
1440
|
+
class Usd < ::Stripe::RequestParams
|
|
1441
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1442
|
+
attr_accessor :requested
|
|
1443
|
+
|
|
1444
|
+
def initialize(requested: nil)
|
|
1445
|
+
@requested = requested
|
|
1446
|
+
end
|
|
1447
|
+
end
|
|
1448
|
+
|
|
1449
|
+
class Usdc < ::Stripe::RequestParams
|
|
1450
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1451
|
+
attr_accessor :requested
|
|
1452
|
+
|
|
1453
|
+
def initialize(requested: nil)
|
|
1454
|
+
@requested = requested
|
|
1455
|
+
end
|
|
1456
|
+
end
|
|
1457
|
+
# Can hold storage-type funds on Stripe in EUR.
|
|
1458
|
+
attr_accessor :eur
|
|
1459
|
+
# Can hold storage-type funds on Stripe in GBP.
|
|
1460
|
+
attr_accessor :gbp
|
|
1461
|
+
# Can hold storage-type funds on Stripe in USD.
|
|
1462
|
+
attr_accessor :usd
|
|
1463
|
+
# Can hold storage-type funds on Stripe in USDC.
|
|
1464
|
+
attr_accessor :usdc
|
|
1465
|
+
|
|
1466
|
+
def initialize(eur: nil, gbp: nil, usd: nil, usdc: nil)
|
|
1467
|
+
@eur = eur
|
|
1468
|
+
@gbp = gbp
|
|
1469
|
+
@usd = usd
|
|
1470
|
+
@usdc = usdc
|
|
1471
|
+
end
|
|
1472
|
+
end
|
|
1473
|
+
|
|
1474
|
+
class InboundTransfers < ::Stripe::RequestParams
|
|
1475
|
+
class BankAccounts < ::Stripe::RequestParams
|
|
1476
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1477
|
+
attr_accessor :requested
|
|
1478
|
+
|
|
1479
|
+
def initialize(requested: nil)
|
|
1480
|
+
@requested = requested
|
|
1481
|
+
end
|
|
1482
|
+
end
|
|
1483
|
+
# Can pull funds from an external bank account owned by yourself to a FinancialAccount.
|
|
1484
|
+
attr_accessor :bank_accounts
|
|
1485
|
+
|
|
1486
|
+
def initialize(bank_accounts: nil)
|
|
1487
|
+
@bank_accounts = bank_accounts
|
|
1488
|
+
end
|
|
1489
|
+
end
|
|
1490
|
+
|
|
1491
|
+
class OutboundPayments < ::Stripe::RequestParams
|
|
1492
|
+
class BankAccounts < ::Stripe::RequestParams
|
|
1493
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1494
|
+
attr_accessor :requested
|
|
1495
|
+
|
|
1496
|
+
def initialize(requested: nil)
|
|
1497
|
+
@requested = requested
|
|
1498
|
+
end
|
|
1499
|
+
end
|
|
1500
|
+
|
|
1501
|
+
class Cards < ::Stripe::RequestParams
|
|
1502
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1503
|
+
attr_accessor :requested
|
|
1504
|
+
|
|
1505
|
+
def initialize(requested: nil)
|
|
1506
|
+
@requested = requested
|
|
1507
|
+
end
|
|
1508
|
+
end
|
|
1509
|
+
|
|
1510
|
+
class CryptoWallets < ::Stripe::RequestParams
|
|
1511
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1512
|
+
attr_accessor :requested
|
|
1513
|
+
|
|
1514
|
+
def initialize(requested: nil)
|
|
1515
|
+
@requested = requested
|
|
1516
|
+
end
|
|
1517
|
+
end
|
|
1518
|
+
|
|
1519
|
+
class FinancialAccounts < ::Stripe::RequestParams
|
|
1520
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1521
|
+
attr_accessor :requested
|
|
1522
|
+
|
|
1523
|
+
def initialize(requested: nil)
|
|
1524
|
+
@requested = requested
|
|
1525
|
+
end
|
|
1526
|
+
end
|
|
1527
|
+
|
|
1528
|
+
class PaperChecks < ::Stripe::RequestParams
|
|
1529
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1530
|
+
attr_accessor :requested
|
|
1531
|
+
|
|
1532
|
+
def initialize(requested: nil)
|
|
1533
|
+
@requested = requested
|
|
1534
|
+
end
|
|
1535
|
+
end
|
|
1536
|
+
# Can send funds from a FinancialAccount to a bank account owned by someone else.
|
|
1537
|
+
attr_accessor :bank_accounts
|
|
1538
|
+
# Can send funds from a FinancialAccount to a debit card owned by someone else.
|
|
1539
|
+
attr_accessor :cards
|
|
1540
|
+
# Can send funds from a FinancialAccount to a crypto wallet owned by someone else.
|
|
1541
|
+
attr_accessor :crypto_wallets
|
|
1542
|
+
# Can send funds from a FinancialAccount to another FinancialAccount owned by someone else.
|
|
1543
|
+
attr_accessor :financial_accounts
|
|
1544
|
+
# Can send funds from a FinancialAccount to someone else via paper check.
|
|
1545
|
+
attr_accessor :paper_checks
|
|
1546
|
+
|
|
1547
|
+
def initialize(
|
|
1548
|
+
bank_accounts: nil,
|
|
1549
|
+
cards: nil,
|
|
1550
|
+
crypto_wallets: nil,
|
|
1551
|
+
financial_accounts: nil,
|
|
1552
|
+
paper_checks: nil
|
|
1553
|
+
)
|
|
1554
|
+
@bank_accounts = bank_accounts
|
|
1555
|
+
@cards = cards
|
|
1556
|
+
@crypto_wallets = crypto_wallets
|
|
1557
|
+
@financial_accounts = financial_accounts
|
|
1558
|
+
@paper_checks = paper_checks
|
|
1559
|
+
end
|
|
1560
|
+
end
|
|
1561
|
+
|
|
1562
|
+
class OutboundTransfers < ::Stripe::RequestParams
|
|
1563
|
+
class BankAccounts < ::Stripe::RequestParams
|
|
1564
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1565
|
+
attr_accessor :requested
|
|
1566
|
+
|
|
1567
|
+
def initialize(requested: nil)
|
|
1568
|
+
@requested = requested
|
|
1569
|
+
end
|
|
1570
|
+
end
|
|
1571
|
+
|
|
1572
|
+
class CryptoWallets < ::Stripe::RequestParams
|
|
1573
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1574
|
+
attr_accessor :requested
|
|
1575
|
+
|
|
1576
|
+
def initialize(requested: nil)
|
|
1577
|
+
@requested = requested
|
|
1578
|
+
end
|
|
1579
|
+
end
|
|
1580
|
+
|
|
1581
|
+
class FinancialAccounts < ::Stripe::RequestParams
|
|
1582
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1583
|
+
attr_accessor :requested
|
|
1584
|
+
|
|
1585
|
+
def initialize(requested: nil)
|
|
1586
|
+
@requested = requested
|
|
1587
|
+
end
|
|
1588
|
+
end
|
|
1589
|
+
# Can send funds from a FinancialAccount to a bank account owned by yourself.
|
|
1590
|
+
attr_accessor :bank_accounts
|
|
1591
|
+
# Can send funds from a FinancialAccount to a crypto wallet owned by yourself.
|
|
1592
|
+
attr_accessor :crypto_wallets
|
|
1593
|
+
# Can send funds from a FinancialAccount to another FinancialAccount owned by yourself.
|
|
1594
|
+
attr_accessor :financial_accounts
|
|
1595
|
+
|
|
1596
|
+
def initialize(bank_accounts: nil, crypto_wallets: nil, financial_accounts: nil)
|
|
1597
|
+
@bank_accounts = bank_accounts
|
|
1598
|
+
@crypto_wallets = crypto_wallets
|
|
1599
|
+
@financial_accounts = financial_accounts
|
|
1600
|
+
end
|
|
1601
|
+
end
|
|
1602
|
+
# Can provision a consumer financial account on Stripe.
|
|
1603
|
+
attr_accessor :consumer
|
|
1604
|
+
# Can provision a financial address to credit/debit a FinancialAccount.
|
|
1605
|
+
attr_accessor :financial_addresses
|
|
1606
|
+
# Can hold storage-type funds on Stripe.
|
|
1607
|
+
attr_accessor :holds_currencies
|
|
1608
|
+
# Can pull funds from an external source, owned by yourself, to a FinancialAccount.
|
|
1609
|
+
attr_accessor :inbound_transfers
|
|
1610
|
+
# Can send funds from a FinancialAccount to a destination owned by someone else.
|
|
1611
|
+
attr_accessor :outbound_payments
|
|
1612
|
+
# Can send funds from a FinancialAccount to a destination owned by yourself.
|
|
1613
|
+
attr_accessor :outbound_transfers
|
|
1614
|
+
|
|
1615
|
+
def initialize(
|
|
1616
|
+
consumer: nil,
|
|
1617
|
+
financial_addresses: nil,
|
|
1618
|
+
holds_currencies: nil,
|
|
1619
|
+
inbound_transfers: nil,
|
|
1620
|
+
outbound_payments: nil,
|
|
1621
|
+
outbound_transfers: nil
|
|
1622
|
+
)
|
|
1623
|
+
@consumer = consumer
|
|
1624
|
+
@financial_addresses = financial_addresses
|
|
1625
|
+
@holds_currencies = holds_currencies
|
|
1626
|
+
@inbound_transfers = inbound_transfers
|
|
1627
|
+
@outbound_payments = outbound_payments
|
|
1628
|
+
@outbound_transfers = outbound_transfers
|
|
1629
|
+
end
|
|
1630
|
+
end
|
|
1631
|
+
|
|
1632
|
+
class RegulatedActivity < ::Stripe::RequestParams
|
|
1633
|
+
# A detailed description of the regulated activities the business is licensed to conduct.
|
|
1634
|
+
attr_accessor :description
|
|
1635
|
+
# The license number or registration number assigned by the business's primary regulator.
|
|
1636
|
+
attr_accessor :license_number
|
|
1637
|
+
# The country of the primary regulatory authority that oversees the business's regulated activities.
|
|
1638
|
+
attr_accessor :primary_regulatory_authority_country
|
|
1639
|
+
# The name of the primary regulatory authority that oversees the business's regulated activities.
|
|
1640
|
+
attr_accessor :primary_regulatory_authority_name
|
|
1641
|
+
|
|
1642
|
+
def initialize(
|
|
1643
|
+
description: nil,
|
|
1644
|
+
license_number: nil,
|
|
1645
|
+
primary_regulatory_authority_country: nil,
|
|
1646
|
+
primary_regulatory_authority_name: nil
|
|
1647
|
+
)
|
|
1648
|
+
@description = description
|
|
1649
|
+
@license_number = license_number
|
|
1650
|
+
@primary_regulatory_authority_country = primary_regulatory_authority_country
|
|
1651
|
+
@primary_regulatory_authority_name = primary_regulatory_authority_name
|
|
1652
|
+
end
|
|
1653
|
+
end
|
|
1654
|
+
# Capabilities to request on the Storer Configuration.
|
|
1655
|
+
attr_accessor :capabilities
|
|
1656
|
+
# List of high-risk activities the business is involved in.
|
|
1657
|
+
attr_accessor :high_risk_activities
|
|
1658
|
+
# Description of the high-risk activities the business offers.
|
|
1659
|
+
attr_accessor :high_risk_activities_description
|
|
1660
|
+
# Description of the money services offered by the business.
|
|
1661
|
+
attr_accessor :money_services_description
|
|
1662
|
+
# Indicates whether the business operates in any prohibited countries.
|
|
1663
|
+
attr_accessor :operates_in_prohibited_countries
|
|
1664
|
+
# Indicates whether the business participates in any regulated activity.
|
|
1665
|
+
attr_accessor :participates_in_regulated_activity
|
|
1666
|
+
# Primary purpose of the stored funds.
|
|
1667
|
+
attr_accessor :purpose_of_funds
|
|
1668
|
+
# Description of the purpose of the stored funds.
|
|
1669
|
+
attr_accessor :purpose_of_funds_description
|
|
1670
|
+
# Details of the regulated activity if the business participates in one.
|
|
1671
|
+
attr_accessor :regulated_activity
|
|
1672
|
+
# The source of funds for the business, e.g. profits, income, venture capital, etc.
|
|
1673
|
+
attr_accessor :source_of_funds
|
|
1674
|
+
# Description of the source of funds for the business' account.
|
|
1675
|
+
attr_accessor :source_of_funds_description
|
|
1676
|
+
|
|
1677
|
+
def initialize(
|
|
1678
|
+
capabilities: nil,
|
|
1679
|
+
high_risk_activities: nil,
|
|
1680
|
+
high_risk_activities_description: nil,
|
|
1681
|
+
money_services_description: nil,
|
|
1682
|
+
operates_in_prohibited_countries: nil,
|
|
1683
|
+
participates_in_regulated_activity: nil,
|
|
1684
|
+
purpose_of_funds: nil,
|
|
1685
|
+
purpose_of_funds_description: nil,
|
|
1686
|
+
regulated_activity: nil,
|
|
1687
|
+
source_of_funds: nil,
|
|
1688
|
+
source_of_funds_description: nil
|
|
1689
|
+
)
|
|
1690
|
+
@capabilities = capabilities
|
|
1691
|
+
@high_risk_activities = high_risk_activities
|
|
1692
|
+
@high_risk_activities_description = high_risk_activities_description
|
|
1693
|
+
@money_services_description = money_services_description
|
|
1694
|
+
@operates_in_prohibited_countries = operates_in_prohibited_countries
|
|
1695
|
+
@participates_in_regulated_activity = participates_in_regulated_activity
|
|
1696
|
+
@purpose_of_funds = purpose_of_funds
|
|
1697
|
+
@purpose_of_funds_description = purpose_of_funds_description
|
|
1698
|
+
@regulated_activity = regulated_activity
|
|
1699
|
+
@source_of_funds = source_of_funds
|
|
1700
|
+
@source_of_funds_description = source_of_funds_description
|
|
1701
|
+
end
|
|
1702
|
+
end
|
|
1703
|
+
# The CardCreator Configuration allows the Account to create and issue cards to users.
|
|
1704
|
+
attr_accessor :card_creator
|
|
999
1705
|
# The Customer Configuration allows the Account to be used in inbound payment flows (i.e. customer-facing payment and billing flows).
|
|
1000
1706
|
attr_accessor :customer
|
|
1001
1707
|
# 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.
|
|
1002
1708
|
attr_accessor :merchant
|
|
1003
1709
|
# 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.
|
|
1004
1710
|
attr_accessor :recipient
|
|
1711
|
+
# The Storer Configuration allows the Account to store and move funds using stored-value FinancialAccounts.
|
|
1712
|
+
attr_accessor :storer
|
|
1005
1713
|
|
|
1006
|
-
def initialize(
|
|
1714
|
+
def initialize(
|
|
1715
|
+
card_creator: nil,
|
|
1716
|
+
customer: nil,
|
|
1717
|
+
merchant: nil,
|
|
1718
|
+
recipient: nil,
|
|
1719
|
+
storer: nil
|
|
1720
|
+
)
|
|
1721
|
+
@card_creator = card_creator
|
|
1007
1722
|
@customer = customer
|
|
1008
1723
|
@merchant = merchant
|
|
1009
1724
|
@recipient = recipient
|
|
1725
|
+
@storer = storer
|
|
1010
1726
|
end
|
|
1011
1727
|
end
|
|
1012
1728
|
|
|
@@ -1031,10 +1747,13 @@ module Stripe
|
|
|
1031
1747
|
attr_accessor :fees_collector
|
|
1032
1748
|
# A value indicating who is responsible for losses when this Account can’t pay back negative balances from payments.
|
|
1033
1749
|
attr_accessor :losses_collector
|
|
1750
|
+
# A value indicating the party responsible for collecting requirements on this account.
|
|
1751
|
+
attr_accessor :requirements_collector
|
|
1034
1752
|
|
|
1035
|
-
def initialize(fees_collector: nil, losses_collector: nil)
|
|
1753
|
+
def initialize(fees_collector: nil, losses_collector: nil, requirements_collector: nil)
|
|
1036
1754
|
@fees_collector = fees_collector
|
|
1037
1755
|
@losses_collector = losses_collector
|
|
1756
|
+
@requirements_collector = requirements_collector
|
|
1038
1757
|
end
|
|
1039
1758
|
end
|
|
1040
1759
|
# 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).
|
|
@@ -1045,12 +1764,21 @@ module Stripe
|
|
|
1045
1764
|
attr_accessor :profile
|
|
1046
1765
|
# Default responsibilities held by either Stripe or the platform.
|
|
1047
1766
|
attr_accessor :responsibilities
|
|
1767
|
+
# 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).
|
|
1768
|
+
attr_accessor :timezone
|
|
1048
1769
|
|
|
1049
|
-
def initialize(
|
|
1770
|
+
def initialize(
|
|
1771
|
+
currency: nil,
|
|
1772
|
+
locales: nil,
|
|
1773
|
+
profile: nil,
|
|
1774
|
+
responsibilities: nil,
|
|
1775
|
+
timezone: nil
|
|
1776
|
+
)
|
|
1050
1777
|
@currency = currency
|
|
1051
1778
|
@locales = locales
|
|
1052
1779
|
@profile = profile
|
|
1053
1780
|
@responsibilities = responsibilities
|
|
1781
|
+
@timezone = timezone
|
|
1054
1782
|
end
|
|
1055
1783
|
end
|
|
1056
1784
|
|
|
@@ -1139,11 +1867,960 @@ module Stripe
|
|
|
1139
1867
|
@user_agent = user_agent
|
|
1140
1868
|
end
|
|
1141
1869
|
end
|
|
1870
|
+
|
|
1871
|
+
class CardCreator < ::Stripe::RequestParams
|
|
1872
|
+
class Commercial < ::Stripe::RequestParams
|
|
1873
|
+
class AccountHolder < ::Stripe::RequestParams
|
|
1874
|
+
# 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.
|
|
1875
|
+
attr_accessor :date
|
|
1876
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
1877
|
+
attr_accessor :ip
|
|
1878
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1879
|
+
attr_accessor :user_agent
|
|
1880
|
+
|
|
1881
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1882
|
+
@date = date
|
|
1883
|
+
@ip = ip
|
|
1884
|
+
@user_agent = user_agent
|
|
1885
|
+
end
|
|
1886
|
+
end
|
|
1887
|
+
|
|
1888
|
+
class Celtic < ::Stripe::RequestParams
|
|
1889
|
+
class ApplePay < ::Stripe::RequestParams
|
|
1890
|
+
# 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.
|
|
1891
|
+
attr_accessor :date
|
|
1892
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
1893
|
+
attr_accessor :ip
|
|
1894
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1895
|
+
attr_accessor :user_agent
|
|
1896
|
+
|
|
1897
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1898
|
+
@date = date
|
|
1899
|
+
@ip = ip
|
|
1900
|
+
@user_agent = user_agent
|
|
1901
|
+
end
|
|
1902
|
+
end
|
|
1903
|
+
|
|
1904
|
+
class ChargeCard < ::Stripe::RequestParams
|
|
1905
|
+
class BankTerms < ::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 Platform < ::Stripe::RequestParams
|
|
1921
|
+
# 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.
|
|
1922
|
+
attr_accessor :date
|
|
1923
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
1924
|
+
attr_accessor :ip
|
|
1925
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1926
|
+
attr_accessor :user_agent
|
|
1927
|
+
|
|
1928
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1929
|
+
@date = date
|
|
1930
|
+
@ip = ip
|
|
1931
|
+
@user_agent = user_agent
|
|
1932
|
+
end
|
|
1933
|
+
end
|
|
1934
|
+
# Bank terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
1935
|
+
attr_accessor :bank_terms
|
|
1936
|
+
# Platform terms of service acceptance for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
1937
|
+
attr_accessor :platform
|
|
1938
|
+
|
|
1939
|
+
def initialize(bank_terms: nil, platform: nil)
|
|
1940
|
+
@bank_terms = bank_terms
|
|
1941
|
+
@platform = platform
|
|
1942
|
+
end
|
|
1943
|
+
end
|
|
1944
|
+
|
|
1945
|
+
class SpendCard < ::Stripe::RequestParams
|
|
1946
|
+
class BankTerms < ::Stripe::RequestParams
|
|
1947
|
+
# 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.
|
|
1948
|
+
attr_accessor :date
|
|
1949
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
1950
|
+
attr_accessor :ip
|
|
1951
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1952
|
+
attr_accessor :user_agent
|
|
1953
|
+
|
|
1954
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1955
|
+
@date = date
|
|
1956
|
+
@ip = ip
|
|
1957
|
+
@user_agent = user_agent
|
|
1958
|
+
end
|
|
1959
|
+
end
|
|
1960
|
+
|
|
1961
|
+
class FinancingDisclosures < ::Stripe::RequestParams
|
|
1962
|
+
# 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.
|
|
1963
|
+
attr_accessor :date
|
|
1964
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
1965
|
+
attr_accessor :ip
|
|
1966
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1967
|
+
attr_accessor :user_agent
|
|
1968
|
+
|
|
1969
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1970
|
+
@date = date
|
|
1971
|
+
@ip = ip
|
|
1972
|
+
@user_agent = user_agent
|
|
1973
|
+
end
|
|
1974
|
+
end
|
|
1975
|
+
|
|
1976
|
+
class Platform < ::Stripe::RequestParams
|
|
1977
|
+
# 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.
|
|
1978
|
+
attr_accessor :date
|
|
1979
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
1980
|
+
attr_accessor :ip
|
|
1981
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1982
|
+
attr_accessor :user_agent
|
|
1983
|
+
|
|
1984
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1985
|
+
@date = date
|
|
1986
|
+
@ip = ip
|
|
1987
|
+
@user_agent = user_agent
|
|
1988
|
+
end
|
|
1989
|
+
end
|
|
1990
|
+
# Bank terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
1991
|
+
attr_accessor :bank_terms
|
|
1992
|
+
# Financial disclosures terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
1993
|
+
attr_accessor :financing_disclosures
|
|
1994
|
+
# Platform terms of service acceptance for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
1995
|
+
attr_accessor :platform
|
|
1996
|
+
|
|
1997
|
+
def initialize(bank_terms: nil, financing_disclosures: nil, platform: nil)
|
|
1998
|
+
@bank_terms = bank_terms
|
|
1999
|
+
@financing_disclosures = financing_disclosures
|
|
2000
|
+
@platform = platform
|
|
2001
|
+
end
|
|
2002
|
+
end
|
|
2003
|
+
# Terms of service acceptances for commercial issuing Apple Pay cards with Celtic as BIN sponsor.
|
|
2004
|
+
attr_accessor :apple_pay
|
|
2005
|
+
# Terms of service acceptances for commercial issuing charge cards with Celtic as BIN sponsor.
|
|
2006
|
+
attr_accessor :charge_card
|
|
2007
|
+
# Terms of service acceptances for commercial issuing spend cards with Celtic as BIN sponsor.
|
|
2008
|
+
attr_accessor :spend_card
|
|
2009
|
+
|
|
2010
|
+
def initialize(apple_pay: nil, charge_card: nil, spend_card: nil)
|
|
2011
|
+
@apple_pay = apple_pay
|
|
2012
|
+
@charge_card = charge_card
|
|
2013
|
+
@spend_card = spend_card
|
|
2014
|
+
end
|
|
2015
|
+
end
|
|
2016
|
+
|
|
2017
|
+
class CrossRiverBank < ::Stripe::RequestParams
|
|
2018
|
+
class ApplePay < ::Stripe::RequestParams
|
|
2019
|
+
# 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.
|
|
2020
|
+
attr_accessor :date
|
|
2021
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2022
|
+
attr_accessor :ip
|
|
2023
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2024
|
+
attr_accessor :user_agent
|
|
2025
|
+
|
|
2026
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2027
|
+
@date = date
|
|
2028
|
+
@ip = ip
|
|
2029
|
+
@user_agent = user_agent
|
|
2030
|
+
end
|
|
2031
|
+
end
|
|
2032
|
+
|
|
2033
|
+
class ChargeCard < ::Stripe::RequestParams
|
|
2034
|
+
class BankTerms < ::Stripe::RequestParams
|
|
2035
|
+
# 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.
|
|
2036
|
+
attr_accessor :date
|
|
2037
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2038
|
+
attr_accessor :ip
|
|
2039
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2040
|
+
attr_accessor :user_agent
|
|
2041
|
+
|
|
2042
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2043
|
+
@date = date
|
|
2044
|
+
@ip = ip
|
|
2045
|
+
@user_agent = user_agent
|
|
2046
|
+
end
|
|
2047
|
+
end
|
|
2048
|
+
|
|
2049
|
+
class FinancingDisclosures < ::Stripe::RequestParams
|
|
2050
|
+
# 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.
|
|
2051
|
+
attr_accessor :date
|
|
2052
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2053
|
+
attr_accessor :ip
|
|
2054
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2055
|
+
attr_accessor :user_agent
|
|
2056
|
+
|
|
2057
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2058
|
+
@date = date
|
|
2059
|
+
@ip = ip
|
|
2060
|
+
@user_agent = user_agent
|
|
2061
|
+
end
|
|
2062
|
+
end
|
|
2063
|
+
|
|
2064
|
+
class Platform < ::Stripe::RequestParams
|
|
2065
|
+
# 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.
|
|
2066
|
+
attr_accessor :date
|
|
2067
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2068
|
+
attr_accessor :ip
|
|
2069
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2070
|
+
attr_accessor :user_agent
|
|
2071
|
+
|
|
2072
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2073
|
+
@date = date
|
|
2074
|
+
@ip = ip
|
|
2075
|
+
@user_agent = user_agent
|
|
2076
|
+
end
|
|
2077
|
+
end
|
|
2078
|
+
# Bank terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
2079
|
+
attr_accessor :bank_terms
|
|
2080
|
+
# Financial disclosures terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
2081
|
+
attr_accessor :financing_disclosures
|
|
2082
|
+
# Platform terms of service acceptance for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
2083
|
+
attr_accessor :platform
|
|
2084
|
+
|
|
2085
|
+
def initialize(bank_terms: nil, financing_disclosures: nil, platform: nil)
|
|
2086
|
+
@bank_terms = bank_terms
|
|
2087
|
+
@financing_disclosures = financing_disclosures
|
|
2088
|
+
@platform = platform
|
|
2089
|
+
end
|
|
2090
|
+
end
|
|
2091
|
+
|
|
2092
|
+
class PrepaidCard < ::Stripe::RequestParams
|
|
2093
|
+
class BankTerms < ::Stripe::RequestParams
|
|
2094
|
+
# 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.
|
|
2095
|
+
attr_accessor :date
|
|
2096
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2097
|
+
attr_accessor :ip
|
|
2098
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2099
|
+
attr_accessor :user_agent
|
|
2100
|
+
|
|
2101
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2102
|
+
@date = date
|
|
2103
|
+
@ip = ip
|
|
2104
|
+
@user_agent = user_agent
|
|
2105
|
+
end
|
|
2106
|
+
end
|
|
2107
|
+
|
|
2108
|
+
class Platform < ::Stripe::RequestParams
|
|
2109
|
+
# 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.
|
|
2110
|
+
attr_accessor :date
|
|
2111
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2112
|
+
attr_accessor :ip
|
|
2113
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2114
|
+
attr_accessor :user_agent
|
|
2115
|
+
|
|
2116
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2117
|
+
@date = date
|
|
2118
|
+
@ip = ip
|
|
2119
|
+
@user_agent = user_agent
|
|
2120
|
+
end
|
|
2121
|
+
end
|
|
2122
|
+
# Bank terms of service acceptance for commercial issuing prepaid cards with Cross River Bank as BIN sponsor.
|
|
2123
|
+
attr_accessor :bank_terms
|
|
2124
|
+
# Platform terms of service acceptance for commercial issuing prepaid cards with Cross River Bank as BIN sponsor.
|
|
2125
|
+
attr_accessor :platform
|
|
2126
|
+
|
|
2127
|
+
def initialize(bank_terms: nil, platform: nil)
|
|
2128
|
+
@bank_terms = bank_terms
|
|
2129
|
+
@platform = platform
|
|
2130
|
+
end
|
|
2131
|
+
end
|
|
2132
|
+
|
|
2133
|
+
class SpendCard < ::Stripe::RequestParams
|
|
2134
|
+
class BankTerms < ::Stripe::RequestParams
|
|
2135
|
+
# 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.
|
|
2136
|
+
attr_accessor :date
|
|
2137
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2138
|
+
attr_accessor :ip
|
|
2139
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2140
|
+
attr_accessor :user_agent
|
|
2141
|
+
|
|
2142
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2143
|
+
@date = date
|
|
2144
|
+
@ip = ip
|
|
2145
|
+
@user_agent = user_agent
|
|
2146
|
+
end
|
|
2147
|
+
end
|
|
2148
|
+
|
|
2149
|
+
class FinancingDisclosures < ::Stripe::RequestParams
|
|
2150
|
+
# 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.
|
|
2151
|
+
attr_accessor :date
|
|
2152
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2153
|
+
attr_accessor :ip
|
|
2154
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2155
|
+
attr_accessor :user_agent
|
|
2156
|
+
|
|
2157
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2158
|
+
@date = date
|
|
2159
|
+
@ip = ip
|
|
2160
|
+
@user_agent = user_agent
|
|
2161
|
+
end
|
|
2162
|
+
end
|
|
2163
|
+
# Bank terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
2164
|
+
attr_accessor :bank_terms
|
|
2165
|
+
# Financial disclosures terms of service acceptance for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
2166
|
+
attr_accessor :financing_disclosures
|
|
2167
|
+
|
|
2168
|
+
def initialize(bank_terms: nil, financing_disclosures: nil)
|
|
2169
|
+
@bank_terms = bank_terms
|
|
2170
|
+
@financing_disclosures = financing_disclosures
|
|
2171
|
+
end
|
|
2172
|
+
end
|
|
2173
|
+
# Terms of service acceptances for commercial issuing Apple Pay cards with Cross River Bank as BIN sponsor.
|
|
2174
|
+
attr_accessor :apple_pay
|
|
2175
|
+
# Terms of service acceptances for commercial issuing charge cards with Cross River Bank as BIN sponsor.
|
|
2176
|
+
attr_accessor :charge_card
|
|
2177
|
+
# Terms of service acceptances for commercial issuing prepaid cards with Cross River Bank as BIN sponsor.
|
|
2178
|
+
attr_accessor :prepaid_card
|
|
2179
|
+
# Terms of service acceptances for commercial issuing spend cards with Cross River Bank as BIN sponsor.
|
|
2180
|
+
attr_accessor :spend_card
|
|
2181
|
+
|
|
2182
|
+
def initialize(
|
|
2183
|
+
apple_pay: nil,
|
|
2184
|
+
charge_card: nil,
|
|
2185
|
+
prepaid_card: nil,
|
|
2186
|
+
spend_card: nil
|
|
2187
|
+
)
|
|
2188
|
+
@apple_pay = apple_pay
|
|
2189
|
+
@charge_card = charge_card
|
|
2190
|
+
@prepaid_card = prepaid_card
|
|
2191
|
+
@spend_card = spend_card
|
|
2192
|
+
end
|
|
2193
|
+
end
|
|
2194
|
+
|
|
2195
|
+
class FifthThird < ::Stripe::RequestParams
|
|
2196
|
+
class ApplePay < ::Stripe::RequestParams
|
|
2197
|
+
# 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.
|
|
2198
|
+
attr_accessor :date
|
|
2199
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2200
|
+
attr_accessor :ip
|
|
2201
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2202
|
+
attr_accessor :user_agent
|
|
2203
|
+
|
|
2204
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2205
|
+
@date = date
|
|
2206
|
+
@ip = ip
|
|
2207
|
+
@user_agent = user_agent
|
|
2208
|
+
end
|
|
2209
|
+
end
|
|
2210
|
+
|
|
2211
|
+
class ChargeCard < ::Stripe::RequestParams
|
|
2212
|
+
class BankTerms < ::Stripe::RequestParams
|
|
2213
|
+
# 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.
|
|
2214
|
+
attr_accessor :date
|
|
2215
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2216
|
+
attr_accessor :ip
|
|
2217
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2218
|
+
attr_accessor :user_agent
|
|
2219
|
+
|
|
2220
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2221
|
+
@date = date
|
|
2222
|
+
@ip = ip
|
|
2223
|
+
@user_agent = user_agent
|
|
2224
|
+
end
|
|
2225
|
+
end
|
|
2226
|
+
|
|
2227
|
+
class FinancingDisclosures < ::Stripe::RequestParams
|
|
2228
|
+
# 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.
|
|
2229
|
+
attr_accessor :date
|
|
2230
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2231
|
+
attr_accessor :ip
|
|
2232
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2233
|
+
attr_accessor :user_agent
|
|
2234
|
+
|
|
2235
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2236
|
+
@date = date
|
|
2237
|
+
@ip = ip
|
|
2238
|
+
@user_agent = user_agent
|
|
2239
|
+
end
|
|
2240
|
+
end
|
|
2241
|
+
|
|
2242
|
+
class Platform < ::Stripe::RequestParams
|
|
2243
|
+
# 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.
|
|
2244
|
+
attr_accessor :date
|
|
2245
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2246
|
+
attr_accessor :ip
|
|
2247
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2248
|
+
attr_accessor :user_agent
|
|
2249
|
+
|
|
2250
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2251
|
+
@date = date
|
|
2252
|
+
@ip = ip
|
|
2253
|
+
@user_agent = user_agent
|
|
2254
|
+
end
|
|
2255
|
+
end
|
|
2256
|
+
# Bank terms of service acceptance for commercial issuing charge cards with Fifth Third as BIN sponsor.
|
|
2257
|
+
attr_accessor :bank_terms
|
|
2258
|
+
# Financial disclosures terms of service acceptance for commercial issuing charge cards with Fifth Third as BIN sponsor.
|
|
2259
|
+
attr_accessor :financing_disclosures
|
|
2260
|
+
# Platform terms of service acceptance for commercial issuing charge cards with Fifth Third as BIN sponsor.
|
|
2261
|
+
attr_accessor :platform
|
|
2262
|
+
|
|
2263
|
+
def initialize(bank_terms: nil, financing_disclosures: nil, platform: nil)
|
|
2264
|
+
@bank_terms = bank_terms
|
|
2265
|
+
@financing_disclosures = financing_disclosures
|
|
2266
|
+
@platform = platform
|
|
2267
|
+
end
|
|
2268
|
+
end
|
|
2269
|
+
# Terms of service acceptances for commercial issuing Apple Pay cards with Fifth Third as BIN sponsor.
|
|
2270
|
+
attr_accessor :apple_pay
|
|
2271
|
+
# Terms of service acceptances for commercial issuing charge cards with Fifth Third as BIN sponsor.
|
|
2272
|
+
attr_accessor :charge_card
|
|
2273
|
+
|
|
2274
|
+
def initialize(apple_pay: nil, charge_card: nil)
|
|
2275
|
+
@apple_pay = apple_pay
|
|
2276
|
+
@charge_card = charge_card
|
|
2277
|
+
end
|
|
2278
|
+
end
|
|
2279
|
+
|
|
2280
|
+
class GlobalAccountHolder < ::Stripe::RequestParams
|
|
2281
|
+
# 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.
|
|
2282
|
+
attr_accessor :date
|
|
2283
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2284
|
+
attr_accessor :ip
|
|
2285
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2286
|
+
attr_accessor :user_agent
|
|
2287
|
+
|
|
2288
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2289
|
+
@date = date
|
|
2290
|
+
@ip = ip
|
|
2291
|
+
@user_agent = user_agent
|
|
2292
|
+
end
|
|
2293
|
+
end
|
|
2294
|
+
|
|
2295
|
+
class Lead < ::Stripe::RequestParams
|
|
2296
|
+
class ApplePay < ::Stripe::RequestParams
|
|
2297
|
+
# 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.
|
|
2298
|
+
attr_accessor :date
|
|
2299
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2300
|
+
attr_accessor :ip
|
|
2301
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2302
|
+
attr_accessor :user_agent
|
|
2303
|
+
|
|
2304
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2305
|
+
@date = date
|
|
2306
|
+
@ip = ip
|
|
2307
|
+
@user_agent = user_agent
|
|
2308
|
+
end
|
|
2309
|
+
end
|
|
2310
|
+
|
|
2311
|
+
class PrepaidCard < ::Stripe::RequestParams
|
|
2312
|
+
class BankTerms < ::Stripe::RequestParams
|
|
2313
|
+
# 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.
|
|
2314
|
+
attr_accessor :date
|
|
2315
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2316
|
+
attr_accessor :ip
|
|
2317
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2318
|
+
attr_accessor :user_agent
|
|
2319
|
+
|
|
2320
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2321
|
+
@date = date
|
|
2322
|
+
@ip = ip
|
|
2323
|
+
@user_agent = user_agent
|
|
2324
|
+
end
|
|
2325
|
+
end
|
|
2326
|
+
|
|
2327
|
+
class Platform < ::Stripe::RequestParams
|
|
2328
|
+
# 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.
|
|
2329
|
+
attr_accessor :date
|
|
2330
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2331
|
+
attr_accessor :ip
|
|
2332
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2333
|
+
attr_accessor :user_agent
|
|
2334
|
+
|
|
2335
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2336
|
+
@date = date
|
|
2337
|
+
@ip = ip
|
|
2338
|
+
@user_agent = user_agent
|
|
2339
|
+
end
|
|
2340
|
+
end
|
|
2341
|
+
# Bank terms of service acceptance for commercial issuing prepaid cards with Lead as BIN sponsor.
|
|
2342
|
+
attr_accessor :bank_terms
|
|
2343
|
+
# Platform terms of service acceptance for commercial issuing prepaid cards with Lead as BIN sponsor.
|
|
2344
|
+
attr_accessor :platform
|
|
2345
|
+
|
|
2346
|
+
def initialize(bank_terms: nil, platform: nil)
|
|
2347
|
+
@bank_terms = bank_terms
|
|
2348
|
+
@platform = platform
|
|
2349
|
+
end
|
|
2350
|
+
end
|
|
2351
|
+
# Terms of service acceptances for commercial issuing Apple Pay cards with Lead as BIN sponsor.
|
|
2352
|
+
attr_accessor :apple_pay
|
|
2353
|
+
# Terms of service acceptances for commercial issuing prepaid cards with Lead as BIN sponsor.
|
|
2354
|
+
attr_accessor :prepaid_card
|
|
2355
|
+
|
|
2356
|
+
def initialize(apple_pay: nil, prepaid_card: nil)
|
|
2357
|
+
@apple_pay = apple_pay
|
|
2358
|
+
@prepaid_card = prepaid_card
|
|
2359
|
+
end
|
|
2360
|
+
end
|
|
2361
|
+
# Terms of service acceptances for Stripe commercial card issuing.
|
|
2362
|
+
attr_accessor :account_holder
|
|
2363
|
+
# Terms of service acceptances for commercial issuing cards with Celtic as BIN sponsor.
|
|
2364
|
+
attr_accessor :celtic
|
|
2365
|
+
# Terms of service acceptances for commercial issuing cards with Cross River Bank as BIN sponsor.
|
|
2366
|
+
attr_accessor :cross_river_bank
|
|
2367
|
+
# Terms of service acceptances for commercial issuing cards with Fifth Third as BIN sponsor.
|
|
2368
|
+
attr_accessor :fifth_third
|
|
2369
|
+
# Terms of service acceptances for Stripe commercial card Global issuing.
|
|
2370
|
+
attr_accessor :global_account_holder
|
|
2371
|
+
# Terms of service acceptances for commercial issuing cards with Lead as BIN sponsor.
|
|
2372
|
+
attr_accessor :lead
|
|
2373
|
+
|
|
2374
|
+
def initialize(
|
|
2375
|
+
account_holder: nil,
|
|
2376
|
+
celtic: nil,
|
|
2377
|
+
cross_river_bank: nil,
|
|
2378
|
+
fifth_third: nil,
|
|
2379
|
+
global_account_holder: nil,
|
|
2380
|
+
lead: nil
|
|
2381
|
+
)
|
|
2382
|
+
@account_holder = account_holder
|
|
2383
|
+
@celtic = celtic
|
|
2384
|
+
@cross_river_bank = cross_river_bank
|
|
2385
|
+
@fifth_third = fifth_third
|
|
2386
|
+
@global_account_holder = global_account_holder
|
|
2387
|
+
@lead = lead
|
|
2388
|
+
end
|
|
2389
|
+
end
|
|
2390
|
+
|
|
2391
|
+
class Consumer < ::Stripe::RequestParams
|
|
2392
|
+
class AccountHolder < ::Stripe::RequestParams
|
|
2393
|
+
# 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.
|
|
2394
|
+
attr_accessor :date
|
|
2395
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2396
|
+
attr_accessor :ip
|
|
2397
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2398
|
+
attr_accessor :user_agent
|
|
2399
|
+
|
|
2400
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2401
|
+
@date = date
|
|
2402
|
+
@ip = ip
|
|
2403
|
+
@user_agent = user_agent
|
|
2404
|
+
end
|
|
2405
|
+
end
|
|
2406
|
+
|
|
2407
|
+
class Celtic < ::Stripe::RequestParams
|
|
2408
|
+
class ApplePay < ::Stripe::RequestParams
|
|
2409
|
+
# 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.
|
|
2410
|
+
attr_accessor :date
|
|
2411
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2412
|
+
attr_accessor :ip
|
|
2413
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2414
|
+
attr_accessor :user_agent
|
|
2415
|
+
|
|
2416
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2417
|
+
@date = date
|
|
2418
|
+
@ip = ip
|
|
2419
|
+
@user_agent = user_agent
|
|
2420
|
+
end
|
|
2421
|
+
end
|
|
2422
|
+
|
|
2423
|
+
class RevolvingCreditCard < ::Stripe::RequestParams
|
|
2424
|
+
class BankTerms < ::Stripe::RequestParams
|
|
2425
|
+
# 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.
|
|
2426
|
+
attr_accessor :date
|
|
2427
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2428
|
+
attr_accessor :ip
|
|
2429
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2430
|
+
attr_accessor :user_agent
|
|
2431
|
+
|
|
2432
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2433
|
+
@date = date
|
|
2434
|
+
@ip = ip
|
|
2435
|
+
@user_agent = user_agent
|
|
2436
|
+
end
|
|
2437
|
+
end
|
|
2438
|
+
|
|
2439
|
+
class FinancingDisclosures < ::Stripe::RequestParams
|
|
2440
|
+
# 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.
|
|
2441
|
+
attr_accessor :date
|
|
2442
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2443
|
+
attr_accessor :ip
|
|
2444
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2445
|
+
attr_accessor :user_agent
|
|
2446
|
+
|
|
2447
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2448
|
+
@date = date
|
|
2449
|
+
@ip = ip
|
|
2450
|
+
@user_agent = user_agent
|
|
2451
|
+
end
|
|
2452
|
+
end
|
|
2453
|
+
|
|
2454
|
+
class Platform < ::Stripe::RequestParams
|
|
2455
|
+
# 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.
|
|
2456
|
+
attr_accessor :date
|
|
2457
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2458
|
+
attr_accessor :ip
|
|
2459
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2460
|
+
attr_accessor :user_agent
|
|
2461
|
+
|
|
2462
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2463
|
+
@date = date
|
|
2464
|
+
@ip = ip
|
|
2465
|
+
@user_agent = user_agent
|
|
2466
|
+
end
|
|
2467
|
+
end
|
|
2468
|
+
# Bank terms of service acceptance for consumer issuing spend cards with Celtic as BIN sponsor.
|
|
2469
|
+
attr_accessor :bank_terms
|
|
2470
|
+
# Financial disclosures terms of service acceptance for consumer issuing spend cards with Celtic as BIN sponsor.
|
|
2471
|
+
attr_accessor :financing_disclosures
|
|
2472
|
+
# Platform terms of service acceptance for consumer issuing spend cards with Celtic as BIN sponsor.
|
|
2473
|
+
attr_accessor :platform
|
|
2474
|
+
|
|
2475
|
+
def initialize(bank_terms: nil, financing_disclosures: nil, platform: nil)
|
|
2476
|
+
@bank_terms = bank_terms
|
|
2477
|
+
@financing_disclosures = financing_disclosures
|
|
2478
|
+
@platform = platform
|
|
2479
|
+
end
|
|
2480
|
+
end
|
|
2481
|
+
# Terms of service acceptances for consumer issuing Apple Pay cards with Celtic as BIN sponsor.
|
|
2482
|
+
attr_accessor :apple_pay
|
|
2483
|
+
# Terms of service acceptances for consumer issuing charge cards with Celtic as BIN sponsor.
|
|
2484
|
+
attr_accessor :revolving_credit_card
|
|
2485
|
+
|
|
2486
|
+
def initialize(apple_pay: nil, revolving_credit_card: nil)
|
|
2487
|
+
@apple_pay = apple_pay
|
|
2488
|
+
@revolving_credit_card = revolving_credit_card
|
|
2489
|
+
end
|
|
2490
|
+
end
|
|
2491
|
+
|
|
2492
|
+
class CrossRiverBank < ::Stripe::RequestParams
|
|
2493
|
+
class PrepaidCard < ::Stripe::RequestParams
|
|
2494
|
+
class BankTerms < ::Stripe::RequestParams
|
|
2495
|
+
# 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.
|
|
2496
|
+
attr_accessor :date
|
|
2497
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2498
|
+
attr_accessor :ip
|
|
2499
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2500
|
+
attr_accessor :user_agent
|
|
2501
|
+
|
|
2502
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2503
|
+
@date = date
|
|
2504
|
+
@ip = ip
|
|
2505
|
+
@user_agent = user_agent
|
|
2506
|
+
end
|
|
2507
|
+
end
|
|
2508
|
+
|
|
2509
|
+
class FinancingDisclosures < ::Stripe::RequestParams
|
|
2510
|
+
# 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.
|
|
2511
|
+
attr_accessor :date
|
|
2512
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2513
|
+
attr_accessor :ip
|
|
2514
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2515
|
+
attr_accessor :user_agent
|
|
2516
|
+
|
|
2517
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2518
|
+
@date = date
|
|
2519
|
+
@ip = ip
|
|
2520
|
+
@user_agent = user_agent
|
|
2521
|
+
end
|
|
2522
|
+
end
|
|
2523
|
+
|
|
2524
|
+
class Platform < ::Stripe::RequestParams
|
|
2525
|
+
# 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.
|
|
2526
|
+
attr_accessor :date
|
|
2527
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2528
|
+
attr_accessor :ip
|
|
2529
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2530
|
+
attr_accessor :user_agent
|
|
2531
|
+
|
|
2532
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2533
|
+
@date = date
|
|
2534
|
+
@ip = ip
|
|
2535
|
+
@user_agent = user_agent
|
|
2536
|
+
end
|
|
2537
|
+
end
|
|
2538
|
+
# Bank terms of service acceptance for consumer issuing prepaid cards with Cross River Bank as BIN sponsor.
|
|
2539
|
+
attr_accessor :bank_terms
|
|
2540
|
+
# Financial disclosures terms of service acceptance for consumer issuing prepaid cards with Cross River Bank as BIN sponsor.
|
|
2541
|
+
attr_accessor :financing_disclosures
|
|
2542
|
+
# Platform terms of service acceptance for consumer issuing prepaid cards with Cross River Bank as BIN sponsor.
|
|
2543
|
+
attr_accessor :platform
|
|
2544
|
+
|
|
2545
|
+
def initialize(bank_terms: nil, financing_disclosures: nil, platform: nil)
|
|
2546
|
+
@bank_terms = bank_terms
|
|
2547
|
+
@financing_disclosures = financing_disclosures
|
|
2548
|
+
@platform = platform
|
|
2549
|
+
end
|
|
2550
|
+
end
|
|
2551
|
+
# Terms of service acceptances for consumer issuing prepaid cards with Cross River Bank as BIN sponsor.
|
|
2552
|
+
attr_accessor :prepaid_card
|
|
2553
|
+
|
|
2554
|
+
def initialize(prepaid_card: nil)
|
|
2555
|
+
@prepaid_card = prepaid_card
|
|
2556
|
+
end
|
|
2557
|
+
end
|
|
2558
|
+
|
|
2559
|
+
class GlobalAccountHolder < ::Stripe::RequestParams
|
|
2560
|
+
# 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.
|
|
2561
|
+
attr_accessor :date
|
|
2562
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2563
|
+
attr_accessor :ip
|
|
2564
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2565
|
+
attr_accessor :user_agent
|
|
2566
|
+
|
|
2567
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2568
|
+
@date = date
|
|
2569
|
+
@ip = ip
|
|
2570
|
+
@user_agent = user_agent
|
|
2571
|
+
end
|
|
2572
|
+
end
|
|
2573
|
+
|
|
2574
|
+
class Lead < ::Stripe::RequestParams
|
|
2575
|
+
class DebitCard < ::Stripe::RequestParams
|
|
2576
|
+
class BankTerms < ::Stripe::RequestParams
|
|
2577
|
+
# 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.
|
|
2578
|
+
attr_accessor :date
|
|
2579
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2580
|
+
attr_accessor :ip
|
|
2581
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2582
|
+
attr_accessor :user_agent
|
|
2583
|
+
|
|
2584
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2585
|
+
@date = date
|
|
2586
|
+
@ip = ip
|
|
2587
|
+
@user_agent = user_agent
|
|
2588
|
+
end
|
|
2589
|
+
end
|
|
2590
|
+
|
|
2591
|
+
class FinancingDisclosures < ::Stripe::RequestParams
|
|
2592
|
+
# 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.
|
|
2593
|
+
attr_accessor :date
|
|
2594
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2595
|
+
attr_accessor :ip
|
|
2596
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2597
|
+
attr_accessor :user_agent
|
|
2598
|
+
|
|
2599
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2600
|
+
@date = date
|
|
2601
|
+
@ip = ip
|
|
2602
|
+
@user_agent = user_agent
|
|
2603
|
+
end
|
|
2604
|
+
end
|
|
2605
|
+
|
|
2606
|
+
class Platform < ::Stripe::RequestParams
|
|
2607
|
+
# 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.
|
|
2608
|
+
attr_accessor :date
|
|
2609
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2610
|
+
attr_accessor :ip
|
|
2611
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2612
|
+
attr_accessor :user_agent
|
|
2613
|
+
|
|
2614
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2615
|
+
@date = date
|
|
2616
|
+
@ip = ip
|
|
2617
|
+
@user_agent = user_agent
|
|
2618
|
+
end
|
|
2619
|
+
end
|
|
2620
|
+
# Bank terms of service acceptance for consumer issuing debit cards with Lead as BIN sponsor.
|
|
2621
|
+
attr_accessor :bank_terms
|
|
2622
|
+
# Financial disclosures terms of service acceptance for consumer issuing debit cards with Lead as BIN sponsor.
|
|
2623
|
+
attr_accessor :financing_disclosures
|
|
2624
|
+
# Platform terms of service acceptance for consumer issuing debit cards with Lead as BIN sponsor.
|
|
2625
|
+
attr_accessor :platform
|
|
2626
|
+
|
|
2627
|
+
def initialize(bank_terms: nil, financing_disclosures: nil, platform: nil)
|
|
2628
|
+
@bank_terms = bank_terms
|
|
2629
|
+
@financing_disclosures = financing_disclosures
|
|
2630
|
+
@platform = platform
|
|
2631
|
+
end
|
|
2632
|
+
end
|
|
2633
|
+
|
|
2634
|
+
class PrepaidCard < ::Stripe::RequestParams
|
|
2635
|
+
class BankTerms < ::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
|
+
|
|
2650
|
+
class FinancingDisclosures < ::Stripe::RequestParams
|
|
2651
|
+
# 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.
|
|
2652
|
+
attr_accessor :date
|
|
2653
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2654
|
+
attr_accessor :ip
|
|
2655
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2656
|
+
attr_accessor :user_agent
|
|
2657
|
+
|
|
2658
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2659
|
+
@date = date
|
|
2660
|
+
@ip = ip
|
|
2661
|
+
@user_agent = user_agent
|
|
2662
|
+
end
|
|
2663
|
+
end
|
|
2664
|
+
|
|
2665
|
+
class Platform < ::Stripe::RequestParams
|
|
2666
|
+
# 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.
|
|
2667
|
+
attr_accessor :date
|
|
2668
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2669
|
+
attr_accessor :ip
|
|
2670
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2671
|
+
attr_accessor :user_agent
|
|
2672
|
+
|
|
2673
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2674
|
+
@date = date
|
|
2675
|
+
@ip = ip
|
|
2676
|
+
@user_agent = user_agent
|
|
2677
|
+
end
|
|
2678
|
+
end
|
|
2679
|
+
# Bank terms of service acceptance for consumer issuing prepaid cards with Lead as BIN sponsor.
|
|
2680
|
+
attr_accessor :bank_terms
|
|
2681
|
+
# Financial disclosures terms of service acceptance for consumer issuing prepaid cards with Lead as BIN sponsor.
|
|
2682
|
+
attr_accessor :financing_disclosures
|
|
2683
|
+
# Platform terms of service acceptance for consumer issuing prepaid cards with Lead as BIN sponsor.
|
|
2684
|
+
attr_accessor :platform
|
|
2685
|
+
|
|
2686
|
+
def initialize(bank_terms: nil, financing_disclosures: nil, platform: nil)
|
|
2687
|
+
@bank_terms = bank_terms
|
|
2688
|
+
@financing_disclosures = financing_disclosures
|
|
2689
|
+
@platform = platform
|
|
2690
|
+
end
|
|
2691
|
+
end
|
|
2692
|
+
# Terms of service acceptances for consumer issuing debit cards with Lead as BIN sponsor.
|
|
2693
|
+
attr_accessor :debit_card
|
|
2694
|
+
# Terms of service acceptances for consumer issuing prepaid cards with Lead as BIN sponsor.
|
|
2695
|
+
attr_accessor :prepaid_card
|
|
2696
|
+
|
|
2697
|
+
def initialize(debit_card: nil, prepaid_card: nil)
|
|
2698
|
+
@debit_card = debit_card
|
|
2699
|
+
@prepaid_card = prepaid_card
|
|
2700
|
+
end
|
|
2701
|
+
end
|
|
2702
|
+
# Terms of service acceptances for Stripe consumer card issuing.
|
|
2703
|
+
attr_accessor :account_holder
|
|
2704
|
+
# Terms of service acceptances for consumer issuing cards with Celtic as BIN sponsor.
|
|
2705
|
+
attr_accessor :celtic
|
|
2706
|
+
# Terms of service acceptances for consumer issuing cards with Cross River Bank as BIN sponsor.
|
|
2707
|
+
attr_accessor :cross_river_bank
|
|
2708
|
+
# Terms of service acceptances for Stripe consumer card Global issuing.
|
|
2709
|
+
attr_accessor :global_account_holder
|
|
2710
|
+
# Terms of service acceptances for consumer issuing cards with Lead as BIN sponsor.
|
|
2711
|
+
attr_accessor :lead
|
|
2712
|
+
|
|
2713
|
+
def initialize(
|
|
2714
|
+
account_holder: nil,
|
|
2715
|
+
celtic: nil,
|
|
2716
|
+
cross_river_bank: nil,
|
|
2717
|
+
global_account_holder: nil,
|
|
2718
|
+
lead: nil
|
|
2719
|
+
)
|
|
2720
|
+
@account_holder = account_holder
|
|
2721
|
+
@celtic = celtic
|
|
2722
|
+
@cross_river_bank = cross_river_bank
|
|
2723
|
+
@global_account_holder = global_account_holder
|
|
2724
|
+
@lead = lead
|
|
2725
|
+
end
|
|
2726
|
+
end
|
|
2727
|
+
# Terms of service acceptances to create cards for commercial issuing use cases.
|
|
2728
|
+
attr_accessor :commercial
|
|
2729
|
+
# Terms of service acceptances to create cards for consumer issuing use cases.
|
|
2730
|
+
attr_accessor :consumer
|
|
2731
|
+
|
|
2732
|
+
def initialize(commercial: nil, consumer: nil)
|
|
2733
|
+
@commercial = commercial
|
|
2734
|
+
@consumer = consumer
|
|
2735
|
+
end
|
|
2736
|
+
end
|
|
2737
|
+
|
|
2738
|
+
class ConsumerPrivacyDisclosures < ::Stripe::RequestParams
|
|
2739
|
+
# 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.
|
|
2740
|
+
attr_accessor :date
|
|
2741
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2742
|
+
attr_accessor :ip
|
|
2743
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2744
|
+
attr_accessor :user_agent
|
|
2745
|
+
|
|
2746
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2747
|
+
@date = date
|
|
2748
|
+
@ip = ip
|
|
2749
|
+
@user_agent = user_agent
|
|
2750
|
+
end
|
|
2751
|
+
end
|
|
2752
|
+
|
|
2753
|
+
class ConsumerStorer < ::Stripe::RequestParams
|
|
2754
|
+
# 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.
|
|
2755
|
+
attr_accessor :date
|
|
2756
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2757
|
+
attr_accessor :ip
|
|
2758
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2759
|
+
attr_accessor :user_agent
|
|
2760
|
+
|
|
2761
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2762
|
+
@date = date
|
|
2763
|
+
@ip = ip
|
|
2764
|
+
@user_agent = user_agent
|
|
2765
|
+
end
|
|
2766
|
+
end
|
|
2767
|
+
|
|
2768
|
+
class CryptoStorer < ::Stripe::RequestParams
|
|
2769
|
+
# 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.
|
|
2770
|
+
attr_accessor :date
|
|
2771
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2772
|
+
attr_accessor :ip
|
|
2773
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2774
|
+
attr_accessor :user_agent
|
|
2775
|
+
|
|
2776
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2777
|
+
@date = date
|
|
2778
|
+
@ip = ip
|
|
2779
|
+
@user_agent = user_agent
|
|
2780
|
+
end
|
|
2781
|
+
end
|
|
2782
|
+
|
|
2783
|
+
class Storer < ::Stripe::RequestParams
|
|
2784
|
+
# 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.
|
|
2785
|
+
attr_accessor :date
|
|
2786
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
2787
|
+
attr_accessor :ip
|
|
2788
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
2789
|
+
attr_accessor :user_agent
|
|
2790
|
+
|
|
2791
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
2792
|
+
@date = date
|
|
2793
|
+
@ip = ip
|
|
2794
|
+
@user_agent = user_agent
|
|
2795
|
+
end
|
|
2796
|
+
end
|
|
1142
2797
|
# Details on the Account's acceptance of the [Stripe Services Agreement](https://docs.stripe.com/connect/updating-accounts#tos-acceptance).
|
|
1143
2798
|
attr_accessor :account
|
|
2799
|
+
# Details on the Account's acceptance of Issuing-specific terms of service.
|
|
2800
|
+
attr_accessor :card_creator
|
|
2801
|
+
# Details on the Account's acceptance of Consumer-privacy-disclosures-specific terms of service.
|
|
2802
|
+
attr_accessor :consumer_privacy_disclosures
|
|
2803
|
+
# Details on the Account's acceptance of Consumer-storer-specific terms of service.
|
|
2804
|
+
attr_accessor :consumer_storer
|
|
2805
|
+
# Details on the Account's acceptance of Crypto-storer-specific terms of service.
|
|
2806
|
+
attr_accessor :crypto_storer
|
|
2807
|
+
# Details on the Account's acceptance of Treasury-specific terms of service.
|
|
2808
|
+
attr_accessor :storer
|
|
1144
2809
|
|
|
1145
|
-
def initialize(
|
|
2810
|
+
def initialize(
|
|
2811
|
+
account: nil,
|
|
2812
|
+
card_creator: nil,
|
|
2813
|
+
consumer_privacy_disclosures: nil,
|
|
2814
|
+
consumer_storer: nil,
|
|
2815
|
+
crypto_storer: nil,
|
|
2816
|
+
storer: nil
|
|
2817
|
+
)
|
|
1146
2818
|
@account = account
|
|
2819
|
+
@card_creator = card_creator
|
|
2820
|
+
@consumer_privacy_disclosures = consumer_privacy_disclosures
|
|
2821
|
+
@consumer_storer = consumer_storer
|
|
2822
|
+
@crypto_storer = crypto_storer
|
|
2823
|
+
@storer = storer
|
|
1147
2824
|
end
|
|
1148
2825
|
end
|
|
1149
2826
|
# This hash is used to attest that the directors information provided to Stripe is both current and correct.
|
|
@@ -1571,6 +3248,8 @@ module Stripe
|
|
|
1571
3248
|
attr_accessor :address
|
|
1572
3249
|
# The business gross annual revenue for its preceding fiscal year.
|
|
1573
3250
|
attr_accessor :annual_revenue
|
|
3251
|
+
# A detailed description of the business's compliance and anti-money laundering controls and practices.
|
|
3252
|
+
attr_accessor :compliance_screening_description
|
|
1574
3253
|
# A document verifying the business.
|
|
1575
3254
|
attr_accessor :documents
|
|
1576
3255
|
# Estimated maximum number of workers currently engaged by the business (including employees, contractors, and vendors).
|
|
@@ -1595,6 +3274,7 @@ module Stripe
|
|
|
1595
3274
|
def initialize(
|
|
1596
3275
|
address: nil,
|
|
1597
3276
|
annual_revenue: nil,
|
|
3277
|
+
compliance_screening_description: nil,
|
|
1598
3278
|
documents: nil,
|
|
1599
3279
|
estimated_worker_count: nil,
|
|
1600
3280
|
id_numbers: nil,
|
|
@@ -1608,6 +3288,7 @@ module Stripe
|
|
|
1608
3288
|
)
|
|
1609
3289
|
@address = address
|
|
1610
3290
|
@annual_revenue = annual_revenue
|
|
3291
|
+
@compliance_screening_description = compliance_screening_description
|
|
1611
3292
|
@documents = documents
|
|
1612
3293
|
@estimated_worker_count = estimated_worker_count
|
|
1613
3294
|
@id_numbers = id_numbers
|