stripe 19.2.0 → 19.3.0.pre.beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/stripe/api_requestor.rb +36 -3
- data/lib/stripe/api_version.rb +1 -2
- data/lib/stripe/errors.rb +87 -0
- data/lib/stripe/event_types.rb +228 -0
- data/lib/stripe/events/unknown_event_notification.rb +1 -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_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_health_event_generation_failure_resolved_event.rb +78 -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_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_money_management_adjustment_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +61 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_payout_method_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_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/object_types.rb +61 -0
- data/lib/stripe/params/account_create_params.rb +374 -1
- data/lib/stripe/params/account_notice_list_params.rb +25 -0
- data/lib/stripe/params/account_notice_retrieve_params.rb +13 -0
- data/lib/stripe/params/account_notice_update_params.rb +36 -0
- data/lib/stripe/params/account_session_create_params.rb +226 -1
- data/lib/stripe/params/account_update_params.rb +336 -0
- data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +65 -0
- data/lib/stripe/params/capital/financing_offer_list_params.rb +58 -0
- data/lib/stripe/params/capital/financing_offer_mark_delivered_params.rb +15 -0
- data/lib/stripe/params/capital/financing_offer_retrieve_params.rb +15 -0
- data/lib/stripe/params/capital/financing_summary_retrieve_params.rb +15 -0
- data/lib/stripe/params/capital/financing_transaction_list_params.rb +45 -0
- data/lib/stripe/params/capital/financing_transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/charge_capture_params.rb +1646 -0
- data/lib/stripe/params/charge_update_params.rb +1646 -0
- data/lib/stripe/params/checkout/session_create_params.rb +126 -3
- data/lib/stripe/params/checkout/session_update_params.rb +176 -1
- data/lib/stripe/params/confirmation_token_create_params.rb +78 -0
- data/lib/stripe/params/coupon_create_params.rb +17 -1
- data/lib/stripe/params/customer_session_create_params.rb +32 -1
- data/lib/stripe/params/dispute_update_params.rb +10 -1
- data/lib/stripe/params/external_account_create_params.rb +134 -0
- data/lib/stripe/params/external_account_delete_params.rb +6 -0
- data/lib/stripe/params/external_account_list_params.rb +25 -0
- data/lib/stripe/params/external_account_retrieve_params.rb +13 -0
- data/lib/stripe/params/external_account_update_params.rb +91 -0
- data/lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb +24 -0
- data/lib/stripe/params/financial_connections/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/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/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 +70 -2
- data/lib/stripe/params/invoice_create_preview_params.rb +790 -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_update_lines_params.rb +48 -1
- data/lib/stripe/params/invoice_update_params.rb +70 -2
- data/lib/stripe/params/issuing/cardholder_create_params.rb +2 -1
- data/lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb +163 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb +50 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb +128 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_list_params.rb +24 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb +86 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb +33 -0
- data/lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/fraud_liability_debit_list_params.rb +44 -0
- data/lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/transaction_list_params.rb +4 -0
- data/lib/stripe/params/mandate_list_params.rb +39 -0
- data/lib/stripe/params/margin_create_params.rb +25 -0
- data/lib/stripe/params/margin_list_params.rb +25 -0
- data/lib/stripe/params/margin_retrieve_params.rb +13 -0
- data/lib/stripe/params/margin_update_params.rb +22 -0
- data/lib/stripe/params/order_create_params.rb +2083 -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 +2087 -0
- data/lib/stripe/params/payment_intent_capture_params.rb +1643 -1
- data/lib/stripe/params/payment_intent_confirm_params.rb +3022 -87
- data/lib/stripe/params/payment_intent_create_params.rb +3034 -99
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +297 -0
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +37 -0
- data/lib/stripe/params/payment_intent_trigger_action_params.rb +27 -0
- data/lib/stripe/params/payment_intent_update_params.rb +3023 -57
- data/lib/stripe/params/payment_link_create_params.rb +15 -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 +74 -0
- data/lib/stripe/params/plan_create_params.rb +15 -0
- data/lib/stripe/params/price_create_params.rb +15 -0
- data/lib/stripe/params/price_update_params.rb +19 -0
- data/lib/stripe/params/privacy/redaction_job_cancel_params.rb +15 -0
- data/lib/stripe/params/privacy/redaction_job_create_params.rb +67 -0
- data/lib/stripe/params/privacy/redaction_job_list_params.rb +27 -0
- data/lib/stripe/params/privacy/redaction_job_retrieve_params.rb +15 -0
- data/lib/stripe/params/privacy/redaction_job_run_params.rb +15 -0
- data/lib/stripe/params/privacy/redaction_job_update_params.rb +18 -0
- data/lib/stripe/params/privacy/redaction_job_validate_params.rb +15 -0
- data/lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb +24 -0
- data/lib/stripe/params/product_catalog/trial_offer_create_params.rb +63 -0
- data/lib/stripe/params/product_create_params.rb +16 -0
- data/lib/stripe/params/product_update_params.rb +16 -0
- data/lib/stripe/params/quote_create_params.rb +809 -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 +817 -4
- 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 +108 -3
- data/lib/stripe/params/setup_intent_create_params.rb +108 -3
- data/lib/stripe/params/setup_intent_update_params.rb +108 -3
- data/lib/stripe/params/shared_payment/granted_token_create_params.rb +47 -0
- data/lib/stripe/params/shared_payment/granted_token_retrieve_params.rb +15 -0
- data/lib/stripe/params/shared_payment/granted_token_revoke_params.rb +15 -0
- data/lib/stripe/params/shared_payment/issued_token_create_params.rb +67 -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_create_params.rb +170 -6
- data/lib/stripe/params/subscription_item_create_params.rb +62 -2
- data/lib/stripe/params/subscription_item_update_params.rb +45 -1
- 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 +578 -0
- data/lib/stripe/params/subscription_schedule_create_params.rb +167 -5
- data/lib/stripe/params/subscription_schedule_update_params.rb +167 -5
- data/lib/stripe/params/subscription_update_params.rb +153 -5
- 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 +104 -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/confirmation_token_create_params.rb +78 -0
- data/lib/stripe/params/test_helpers/shared_payment/granted_token_create_params.rb +49 -0
- data/lib/stripe/params/test_helpers/shared_payment/granted_token_revoke_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +25 -1
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +25 -1
- data/lib/stripe/params/transfer_create_params.rb +4 -0
- data/lib/stripe/params/treasury/financial_account_create_params.rb +8 -1
- data/lib/stripe/params/treasury/financial_account_features_update_params.rb +4 -1
- data/lib/stripe/params/treasury/financial_account_update_features_params.rb +4 -1
- data/lib/stripe/params/treasury/financial_account_update_params.rb +8 -1
- data/lib/stripe/params/treasury/outbound_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 +10 -0
- data/lib/stripe/params/v2/billing/cadence_create_params.rb +253 -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 +75 -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/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/core/account_create_params.rb +282 -5
- data/lib/stripe/params/v2/core/account_token_create_params.rb +13 -1
- data/lib/stripe/params/v2/core/account_update_params.rb +274 -4
- 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/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/reporting/query_run_create_params.rb +31 -0
- data/lib/stripe/params/v2/data/reporting/query_run_retrieve_params.rb +12 -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/money_management/adjustment_list_params.rb +48 -0
- data/lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/financial_account_close_params.rb +28 -0
- data/lib/stripe/params/v2/money_management/financial_account_create_params.rb +34 -0
- data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +20 -0
- data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/financial_account_update_params.rb +20 -0
- data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +20 -0
- data/lib/stripe/params/v2/money_management/financial_address_list_params.rb +23 -0
- data/lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb +17 -0
- data/lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb +50 -0
- data/lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb +44 -0
- data/lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +102 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_list_params.rb +52 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +67 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +92 -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 +77 -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/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/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.rb +426 -0
- data/lib/stripe/resources/account.rb +259 -1
- data/lib/stripe/resources/account_notice.rb +94 -0
- data/lib/stripe/resources/account_session.rb +81 -0
- data/lib/stripe/resources/balance.rb +83 -0
- data/lib/stripe/resources/billing/alert_triggered.rb +4 -0
- data/lib/stripe/resources/billing/analytics/meter_usage.rb +33 -0
- data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +38 -0
- data/lib/stripe/resources/capital/financing_offer.rb +142 -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 +2 -0
- data/lib/stripe/resources/charge.rb +211 -1
- data/lib/stripe/resources/checkout/session.rb +75 -3
- data/lib/stripe/resources/confirmation_token.rb +131 -0
- data/lib/stripe/resources/coupon.rb +26 -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/dispute.rb +22 -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/fx_quote.rb +147 -0
- data/lib/stripe/resources/invoice.rb +117 -1
- data/lib/stripe/resources/invoice_item.rb +2 -0
- data/lib/stripe/resources/invoice_line_item.rb +40 -0
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +263 -0
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +71 -0
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +51 -0
- data/lib/stripe/resources/issuing/settlement.rb +61 -0
- data/lib/stripe/resources/issuing/transaction.rb +2 -0
- data/lib/stripe/resources/line_item.rb +42 -0
- data/lib/stripe/resources/mandate.rb +12 -0
- data/lib/stripe/resources/margin.rb +64 -0
- data/lib/stripe/resources/order.rb +927 -0
- data/lib/stripe/resources/payment_attempt_record.rb +177 -1
- data/lib/stripe/resources/payment_intent.rb +1561 -8
- data/lib/stripe/resources/payment_method.rb +135 -0
- data/lib/stripe/resources/payment_method_configuration.rb +170 -0
- data/lib/stripe/resources/payment_record.rb +177 -1
- data/lib/stripe/resources/price.rb +20 -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 +18 -0
- data/lib/stripe/resources/product_catalog/trial_offer.rb +106 -0
- data/lib/stripe/resources/quote.rb +569 -2
- data/lib/stripe/resources/quote_line.rb +525 -0
- data/lib/stripe/resources/quote_preview_invoice.rb +1183 -0
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +736 -0
- 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/setup_attempt.rb +35 -0
- data/lib/stripe/resources/setup_intent.rb +22 -1
- data/lib/stripe/resources/shared_payment/granted_token.rb +1792 -0
- data/lib/stripe/resources/shared_payment/issued_token.rb +291 -0
- data/lib/stripe/resources/source.rb +38 -0
- data/lib/stripe/resources/subscription.rb +167 -0
- data/lib/stripe/resources/subscription_item.rb +41 -1
- data/lib/stripe/resources/subscription_schedule.rb +198 -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 +128 -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 +2 -0
- data/lib/stripe/resources/treasury/financial_account.rb +2 -0
- data/lib/stripe/resources/treasury/financial_account_features.rb +2 -0
- data/lib/stripe/resources/treasury/outbound_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 +710 -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/profile.rb +47 -0
- data/lib/stripe/resources/v2/core/account.rb +597 -3
- data/lib/stripe/resources/v2/core/batch_job.rb +488 -0
- data/lib/stripe/resources/v2/core/event_notification.rb +1 -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/reporting/query_run.rb +142 -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/money_management/adjustment.rb +67 -0
- data/lib/stripe/resources/v2/money_management/financial_account.rb +140 -0
- data/lib/stripe/resources/v2/money_management/financial_address.rb +160 -0
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +181 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +219 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +144 -0
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +69 -0
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +196 -0
- data/lib/stripe/resources/v2/money_management/payout_method.rb +145 -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 +230 -0
- data/lib/stripe/resources/v2/money_management/received_debit.rb +136 -0
- data/lib/stripe/resources/v2/money_management/transaction.rb +135 -0
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +105 -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.rb +417 -0
- data/lib/stripe/services/account_notice_service.rb +39 -0
- data/lib/stripe/services/account_service.rb +15 -0
- data/lib/stripe/services/billing/analytics/meter_usage_service.rb +21 -0
- data/lib/stripe/services/billing/analytics_service.rb +15 -0
- data/lib/stripe/services/billing_service.rb +2 -1
- data/lib/stripe/services/capital/financing_offer_service.rb +42 -0
- data/lib/stripe/services/capital/financing_summary_service.rb +19 -0
- data/lib/stripe/services/capital/financing_transaction_service.rb +31 -0
- data/lib/stripe/services/capital_service.rb +15 -0
- data/lib/stripe/services/coupon_service.rb +14 -0
- data/lib/stripe/services/customer_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/fx_quote_service.rb +27 -0
- data/lib/stripe/services/invoice_service.rb +11 -0
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +74 -0
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +30 -0
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +30 -0
- data/lib/stripe/services/issuing_service.rb +5 -1
- data/lib/stripe/services/mandate_service.rb +5 -0
- data/lib/stripe/services/margin_service.rb +50 -0
- data/lib/stripe/services/order_service.rb +53 -0
- data/lib/stripe/services/payment_intent_service.rb +37 -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/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/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_schedule_service.rb +11 -0
- data/lib/stripe/services/subscription_service.rb +56 -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_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/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 +2 -1
- data/lib/stripe/services/v1_services.rb +11 -1
- data/lib/stripe/services/v2/billing/bill_setting_service.rb +61 -0
- data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +34 -0
- data/lib/stripe/services/v2/billing/cadence_service.rb +65 -0
- data/lib/stripe/services/v2/billing/collection_setting_service.rb +69 -0
- data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +34 -0
- data/lib/stripe/services/v2/billing/profile_service.rb +54 -0
- data/lib/stripe/services/v2/billing_service.rb +5 -1
- data/lib/stripe/services/v2/core/batch_job_service.rb +43 -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 +3 -1
- 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 +15 -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_service.rb +15 -0
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +70 -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/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 +31 -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/test_helper_service.rb +15 -0
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +36 -0
- data/lib/stripe/services/v2_services.rb +8 -1
- data/lib/stripe/services.rb +209 -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 +582 -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 +124159 -57389
- metadata +378 -3
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# File generated from our OpenAPI spec
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
module Stripe
|
|
5
|
+
module V2
|
|
6
|
+
module Billing
|
|
7
|
+
class ProfileCreateParams < ::Stripe::RequestParams
|
|
8
|
+
# The ID of the customer object.
|
|
9
|
+
attr_accessor :customer
|
|
10
|
+
# The ID of the payment method object.
|
|
11
|
+
attr_accessor :default_payment_method
|
|
12
|
+
# A customer-facing name for the billing profile.
|
|
13
|
+
# Maximum length of 250 characters.
|
|
14
|
+
attr_accessor :display_name
|
|
15
|
+
# An internal key you can use to search for a particular billing profile. It must be unique among billing profiles for a given customer.
|
|
16
|
+
# Maximum length of 200 characters.
|
|
17
|
+
attr_accessor :lookup_key
|
|
18
|
+
# Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
|
|
19
|
+
attr_accessor :metadata
|
|
20
|
+
|
|
21
|
+
def initialize(
|
|
22
|
+
customer: nil,
|
|
23
|
+
default_payment_method: nil,
|
|
24
|
+
display_name: nil,
|
|
25
|
+
lookup_key: nil,
|
|
26
|
+
metadata: nil
|
|
27
|
+
)
|
|
28
|
+
@customer = customer
|
|
29
|
+
@default_payment_method = default_payment_method
|
|
30
|
+
@display_name = display_name
|
|
31
|
+
@lookup_key = lookup_key
|
|
32
|
+
@metadata = metadata
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
end
|
|
36
|
+
end
|
|
37
|
+
end
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# File generated from our OpenAPI spec
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
module Stripe
|
|
5
|
+
module V2
|
|
6
|
+
module Billing
|
|
7
|
+
class ProfileListParams < ::Stripe::RequestParams
|
|
8
|
+
# Filter billing profiles by a customer. Mutually exclusive
|
|
9
|
+
# with `lookup_keys` and `default_payment_method`.
|
|
10
|
+
attr_accessor :customer
|
|
11
|
+
# Filter billing profiles by a default payment method. Mutually exclusive
|
|
12
|
+
# with `customer` and `lookup_keys`.
|
|
13
|
+
attr_accessor :default_payment_method
|
|
14
|
+
# Optionally set the maximum number of results per page. Defaults to 10.
|
|
15
|
+
attr_accessor :limit
|
|
16
|
+
# Filter billing profiles by lookup keys. Mutually exclusive
|
|
17
|
+
# with `customer` and `default_payment_method`.
|
|
18
|
+
# You can specify up to 10 lookup_keys.
|
|
19
|
+
attr_accessor :lookup_keys
|
|
20
|
+
# Filter billing profiles by status. Can be combined
|
|
21
|
+
# with all other filters. If not provided, all billing profiles are returned.
|
|
22
|
+
attr_accessor :status
|
|
23
|
+
|
|
24
|
+
def initialize(
|
|
25
|
+
customer: nil,
|
|
26
|
+
default_payment_method: nil,
|
|
27
|
+
limit: nil,
|
|
28
|
+
lookup_keys: nil,
|
|
29
|
+
status: nil
|
|
30
|
+
)
|
|
31
|
+
@customer = customer
|
|
32
|
+
@default_payment_method = default_payment_method
|
|
33
|
+
@limit = limit
|
|
34
|
+
@lookup_keys = lookup_keys
|
|
35
|
+
@status = status
|
|
36
|
+
end
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
end
|
|
40
|
+
end
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# File generated from our OpenAPI spec
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
module Stripe
|
|
5
|
+
module V2
|
|
6
|
+
module Billing
|
|
7
|
+
class ProfileUpdateParams < ::Stripe::RequestParams
|
|
8
|
+
# The ID of the payment method object.
|
|
9
|
+
attr_accessor :default_payment_method
|
|
10
|
+
# A customer-facing name for the billing profile.
|
|
11
|
+
# Maximum length of 250 characters.
|
|
12
|
+
# To remove the display_name from the object, set it to null in the request.
|
|
13
|
+
attr_accessor :display_name
|
|
14
|
+
# An internal key you can use to search for a particular billing profile. It must be unique among billing profiles for a given customer.
|
|
15
|
+
# Maximum length of 200 characters.
|
|
16
|
+
# To remove the lookup_key from the object, set it to null in the request.
|
|
17
|
+
attr_accessor :lookup_key
|
|
18
|
+
# Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
|
|
19
|
+
attr_accessor :metadata
|
|
20
|
+
|
|
21
|
+
def initialize(
|
|
22
|
+
default_payment_method: nil,
|
|
23
|
+
display_name: nil,
|
|
24
|
+
lookup_key: nil,
|
|
25
|
+
metadata: nil
|
|
26
|
+
)
|
|
27
|
+
@default_payment_method = default_payment_method
|
|
28
|
+
@display_name = display_name
|
|
29
|
+
@lookup_key = lookup_key
|
|
30
|
+
@metadata = metadata
|
|
31
|
+
end
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
end
|
|
@@ -12,10 +12,13 @@ module Stripe
|
|
|
12
12
|
attr_accessor :exempt
|
|
13
13
|
# A recent IP address of the customer used for tax reporting and tax location inference.
|
|
14
14
|
attr_accessor :ip_address
|
|
15
|
+
# 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.
|
|
16
|
+
attr_accessor :location_source
|
|
15
17
|
|
|
16
|
-
def initialize(exempt: nil, ip_address: nil)
|
|
18
|
+
def initialize(exempt: nil, ip_address: nil, location_source: nil)
|
|
17
19
|
@exempt = exempt
|
|
18
20
|
@ip_address = ip_address
|
|
21
|
+
@location_source = location_source
|
|
19
22
|
end
|
|
20
23
|
end
|
|
21
24
|
|
|
@@ -859,6 +862,23 @@ module Stripe
|
|
|
859
862
|
end
|
|
860
863
|
end
|
|
861
864
|
|
|
865
|
+
class SmartDisputes < ::Stripe::RequestParams
|
|
866
|
+
class AutoRespond < ::Stripe::RequestParams
|
|
867
|
+
# The preference for Smart Disputes auto-respond.
|
|
868
|
+
attr_accessor :preference
|
|
869
|
+
|
|
870
|
+
def initialize(preference: nil)
|
|
871
|
+
@preference = preference
|
|
872
|
+
end
|
|
873
|
+
end
|
|
874
|
+
# Settings for Smart Disputes auto_respond.
|
|
875
|
+
attr_accessor :auto_respond
|
|
876
|
+
|
|
877
|
+
def initialize(auto_respond: nil)
|
|
878
|
+
@auto_respond = auto_respond
|
|
879
|
+
end
|
|
880
|
+
end
|
|
881
|
+
|
|
862
882
|
class StatementDescriptor < ::Stripe::RequestParams
|
|
863
883
|
# 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
884
|
attr_accessor :descriptor
|
|
@@ -936,6 +956,8 @@ module Stripe
|
|
|
936
956
|
attr_accessor :mcc
|
|
937
957
|
# Settings for the default text that appears on statements for language variations.
|
|
938
958
|
attr_accessor :script_statement_descriptor
|
|
959
|
+
# Settings used for Smart Disputes.
|
|
960
|
+
attr_accessor :smart_disputes
|
|
939
961
|
# Statement descriptor.
|
|
940
962
|
attr_accessor :statement_descriptor
|
|
941
963
|
# Publicly available contact information for sending support issues to.
|
|
@@ -949,6 +971,7 @@ module Stripe
|
|
|
949
971
|
konbini_payments: nil,
|
|
950
972
|
mcc: nil,
|
|
951
973
|
script_statement_descriptor: nil,
|
|
974
|
+
smart_disputes: nil,
|
|
952
975
|
statement_descriptor: nil,
|
|
953
976
|
support: nil
|
|
954
977
|
)
|
|
@@ -959,6 +982,7 @@ module Stripe
|
|
|
959
982
|
@konbini_payments = konbini_payments
|
|
960
983
|
@mcc = mcc
|
|
961
984
|
@script_statement_descriptor = script_statement_descriptor
|
|
985
|
+
@smart_disputes = smart_disputes
|
|
962
986
|
@statement_descriptor = statement_descriptor
|
|
963
987
|
@support = support
|
|
964
988
|
end
|
|
@@ -966,6 +990,44 @@ module Stripe
|
|
|
966
990
|
|
|
967
991
|
class Recipient < ::Stripe::RequestParams
|
|
968
992
|
class Capabilities < ::Stripe::RequestParams
|
|
993
|
+
class BankAccounts < ::Stripe::RequestParams
|
|
994
|
+
class Local < ::Stripe::RequestParams
|
|
995
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
996
|
+
attr_accessor :requested
|
|
997
|
+
|
|
998
|
+
def initialize(requested: nil)
|
|
999
|
+
@requested = requested
|
|
1000
|
+
end
|
|
1001
|
+
end
|
|
1002
|
+
|
|
1003
|
+
class Wire < ::Stripe::RequestParams
|
|
1004
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1005
|
+
attr_accessor :requested
|
|
1006
|
+
|
|
1007
|
+
def initialize(requested: nil)
|
|
1008
|
+
@requested = requested
|
|
1009
|
+
end
|
|
1010
|
+
end
|
|
1011
|
+
# Enables this Account to receive OutboundPayments to linked bank accounts over local networks.
|
|
1012
|
+
attr_accessor :local
|
|
1013
|
+
# Enables this Account to receive OutboundPayments to linked bank accounts over wire.
|
|
1014
|
+
attr_accessor :wire
|
|
1015
|
+
|
|
1016
|
+
def initialize(local: nil, wire: nil)
|
|
1017
|
+
@local = local
|
|
1018
|
+
@wire = wire
|
|
1019
|
+
end
|
|
1020
|
+
end
|
|
1021
|
+
|
|
1022
|
+
class Cards < ::Stripe::RequestParams
|
|
1023
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1024
|
+
attr_accessor :requested
|
|
1025
|
+
|
|
1026
|
+
def initialize(requested: nil)
|
|
1027
|
+
@requested = requested
|
|
1028
|
+
end
|
|
1029
|
+
end
|
|
1030
|
+
|
|
969
1031
|
class StripeBalance < ::Stripe::RequestParams
|
|
970
1032
|
class StripeTransfers < ::Stripe::RequestParams
|
|
971
1033
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
@@ -982,10 +1044,16 @@ module Stripe
|
|
|
982
1044
|
@stripe_transfers = stripe_transfers
|
|
983
1045
|
end
|
|
984
1046
|
end
|
|
1047
|
+
# Capabilities that enable OutboundPayments to a bank account linked to this Account.
|
|
1048
|
+
attr_accessor :bank_accounts
|
|
1049
|
+
# Capabilities that enable OutboundPayments to a card linked to this Account.
|
|
1050
|
+
attr_accessor :cards
|
|
985
1051
|
# Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
|
|
986
1052
|
attr_accessor :stripe_balance
|
|
987
1053
|
|
|
988
|
-
def initialize(stripe_balance: nil)
|
|
1054
|
+
def initialize(bank_accounts: nil, cards: nil, stripe_balance: nil)
|
|
1055
|
+
@bank_accounts = bank_accounts
|
|
1056
|
+
@cards = cards
|
|
989
1057
|
@stripe_balance = stripe_balance
|
|
990
1058
|
end
|
|
991
1059
|
end
|
|
@@ -996,17 +1064,199 @@ module Stripe
|
|
|
996
1064
|
@capabilities = capabilities
|
|
997
1065
|
end
|
|
998
1066
|
end
|
|
1067
|
+
|
|
1068
|
+
class Storer < ::Stripe::RequestParams
|
|
1069
|
+
class Capabilities < ::Stripe::RequestParams
|
|
1070
|
+
class FinancialAddresses < ::Stripe::RequestParams
|
|
1071
|
+
class BankAccounts < ::Stripe::RequestParams
|
|
1072
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1073
|
+
attr_accessor :requested
|
|
1074
|
+
|
|
1075
|
+
def initialize(requested: nil)
|
|
1076
|
+
@requested = requested
|
|
1077
|
+
end
|
|
1078
|
+
end
|
|
1079
|
+
# Can provision a bank-account-like financial address (VBAN) to credit/debit a FinancialAccount.
|
|
1080
|
+
attr_accessor :bank_accounts
|
|
1081
|
+
|
|
1082
|
+
def initialize(bank_accounts: nil)
|
|
1083
|
+
@bank_accounts = bank_accounts
|
|
1084
|
+
end
|
|
1085
|
+
end
|
|
1086
|
+
|
|
1087
|
+
class HoldsCurrencies < ::Stripe::RequestParams
|
|
1088
|
+
class Eur < ::Stripe::RequestParams
|
|
1089
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1090
|
+
attr_accessor :requested
|
|
1091
|
+
|
|
1092
|
+
def initialize(requested: nil)
|
|
1093
|
+
@requested = requested
|
|
1094
|
+
end
|
|
1095
|
+
end
|
|
1096
|
+
|
|
1097
|
+
class Gbp < ::Stripe::RequestParams
|
|
1098
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1099
|
+
attr_accessor :requested
|
|
1100
|
+
|
|
1101
|
+
def initialize(requested: nil)
|
|
1102
|
+
@requested = requested
|
|
1103
|
+
end
|
|
1104
|
+
end
|
|
1105
|
+
|
|
1106
|
+
class Usd < ::Stripe::RequestParams
|
|
1107
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1108
|
+
attr_accessor :requested
|
|
1109
|
+
|
|
1110
|
+
def initialize(requested: nil)
|
|
1111
|
+
@requested = requested
|
|
1112
|
+
end
|
|
1113
|
+
end
|
|
1114
|
+
# Can hold storage-type funds on Stripe in EUR.
|
|
1115
|
+
attr_accessor :eur
|
|
1116
|
+
# Can hold storage-type funds on Stripe in GBP.
|
|
1117
|
+
attr_accessor :gbp
|
|
1118
|
+
# Can hold storage-type funds on Stripe in USD.
|
|
1119
|
+
attr_accessor :usd
|
|
1120
|
+
|
|
1121
|
+
def initialize(eur: nil, gbp: nil, usd: nil)
|
|
1122
|
+
@eur = eur
|
|
1123
|
+
@gbp = gbp
|
|
1124
|
+
@usd = usd
|
|
1125
|
+
end
|
|
1126
|
+
end
|
|
1127
|
+
|
|
1128
|
+
class InboundTransfers < ::Stripe::RequestParams
|
|
1129
|
+
class BankAccounts < ::Stripe::RequestParams
|
|
1130
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1131
|
+
attr_accessor :requested
|
|
1132
|
+
|
|
1133
|
+
def initialize(requested: nil)
|
|
1134
|
+
@requested = requested
|
|
1135
|
+
end
|
|
1136
|
+
end
|
|
1137
|
+
# Can pull funds from an external bank account owned by yourself to a FinancialAccount.
|
|
1138
|
+
attr_accessor :bank_accounts
|
|
1139
|
+
|
|
1140
|
+
def initialize(bank_accounts: nil)
|
|
1141
|
+
@bank_accounts = bank_accounts
|
|
1142
|
+
end
|
|
1143
|
+
end
|
|
1144
|
+
|
|
1145
|
+
class OutboundPayments < ::Stripe::RequestParams
|
|
1146
|
+
class BankAccounts < ::Stripe::RequestParams
|
|
1147
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1148
|
+
attr_accessor :requested
|
|
1149
|
+
|
|
1150
|
+
def initialize(requested: nil)
|
|
1151
|
+
@requested = requested
|
|
1152
|
+
end
|
|
1153
|
+
end
|
|
1154
|
+
|
|
1155
|
+
class Cards < ::Stripe::RequestParams
|
|
1156
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1157
|
+
attr_accessor :requested
|
|
1158
|
+
|
|
1159
|
+
def initialize(requested: nil)
|
|
1160
|
+
@requested = requested
|
|
1161
|
+
end
|
|
1162
|
+
end
|
|
1163
|
+
|
|
1164
|
+
class FinancialAccounts < ::Stripe::RequestParams
|
|
1165
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1166
|
+
attr_accessor :requested
|
|
1167
|
+
|
|
1168
|
+
def initialize(requested: nil)
|
|
1169
|
+
@requested = requested
|
|
1170
|
+
end
|
|
1171
|
+
end
|
|
1172
|
+
# Can send funds from a FinancialAccount to a bank account owned by someone else.
|
|
1173
|
+
attr_accessor :bank_accounts
|
|
1174
|
+
# Can send funds from a FinancialAccount to a debit card owned by someone else.
|
|
1175
|
+
attr_accessor :cards
|
|
1176
|
+
# Can send funds from a FinancialAccount to another FinancialAccount owned by someone else.
|
|
1177
|
+
attr_accessor :financial_accounts
|
|
1178
|
+
|
|
1179
|
+
def initialize(bank_accounts: nil, cards: nil, financial_accounts: nil)
|
|
1180
|
+
@bank_accounts = bank_accounts
|
|
1181
|
+
@cards = cards
|
|
1182
|
+
@financial_accounts = financial_accounts
|
|
1183
|
+
end
|
|
1184
|
+
end
|
|
1185
|
+
|
|
1186
|
+
class OutboundTransfers < ::Stripe::RequestParams
|
|
1187
|
+
class BankAccounts < ::Stripe::RequestParams
|
|
1188
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1189
|
+
attr_accessor :requested
|
|
1190
|
+
|
|
1191
|
+
def initialize(requested: nil)
|
|
1192
|
+
@requested = requested
|
|
1193
|
+
end
|
|
1194
|
+
end
|
|
1195
|
+
|
|
1196
|
+
class FinancialAccounts < ::Stripe::RequestParams
|
|
1197
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1198
|
+
attr_accessor :requested
|
|
1199
|
+
|
|
1200
|
+
def initialize(requested: nil)
|
|
1201
|
+
@requested = requested
|
|
1202
|
+
end
|
|
1203
|
+
end
|
|
1204
|
+
# Can send funds from a FinancialAccount to a bank account owned by yourself.
|
|
1205
|
+
attr_accessor :bank_accounts
|
|
1206
|
+
# Can send funds from a FinancialAccount to another FinancialAccount owned by yourself.
|
|
1207
|
+
attr_accessor :financial_accounts
|
|
1208
|
+
|
|
1209
|
+
def initialize(bank_accounts: nil, financial_accounts: nil)
|
|
1210
|
+
@bank_accounts = bank_accounts
|
|
1211
|
+
@financial_accounts = financial_accounts
|
|
1212
|
+
end
|
|
1213
|
+
end
|
|
1214
|
+
# Can provision a financial address to credit/debit a FinancialAccount.
|
|
1215
|
+
attr_accessor :financial_addresses
|
|
1216
|
+
# Can hold storage-type funds on Stripe.
|
|
1217
|
+
attr_accessor :holds_currencies
|
|
1218
|
+
# Can pull funds from an external source, owned by yourself, to a FinancialAccount.
|
|
1219
|
+
attr_accessor :inbound_transfers
|
|
1220
|
+
# Can send funds from a FinancialAccount to a destination owned by someone else.
|
|
1221
|
+
attr_accessor :outbound_payments
|
|
1222
|
+
# Can send funds from a FinancialAccount to a destination owned by yourself.
|
|
1223
|
+
attr_accessor :outbound_transfers
|
|
1224
|
+
|
|
1225
|
+
def initialize(
|
|
1226
|
+
financial_addresses: nil,
|
|
1227
|
+
holds_currencies: nil,
|
|
1228
|
+
inbound_transfers: nil,
|
|
1229
|
+
outbound_payments: nil,
|
|
1230
|
+
outbound_transfers: nil
|
|
1231
|
+
)
|
|
1232
|
+
@financial_addresses = financial_addresses
|
|
1233
|
+
@holds_currencies = holds_currencies
|
|
1234
|
+
@inbound_transfers = inbound_transfers
|
|
1235
|
+
@outbound_payments = outbound_payments
|
|
1236
|
+
@outbound_transfers = outbound_transfers
|
|
1237
|
+
end
|
|
1238
|
+
end
|
|
1239
|
+
# Capabilities to request on the Storer Configuration.
|
|
1240
|
+
attr_accessor :capabilities
|
|
1241
|
+
|
|
1242
|
+
def initialize(capabilities: nil)
|
|
1243
|
+
@capabilities = capabilities
|
|
1244
|
+
end
|
|
1245
|
+
end
|
|
999
1246
|
# The Customer Configuration allows the Account to be used in inbound payment flows (i.e. customer-facing payment and billing flows).
|
|
1000
1247
|
attr_accessor :customer
|
|
1001
1248
|
# 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
1249
|
attr_accessor :merchant
|
|
1003
1250
|
# 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
1251
|
attr_accessor :recipient
|
|
1252
|
+
# The Storer Configuration allows the Account to store and move funds using stored-value FinancialAccounts.
|
|
1253
|
+
attr_accessor :storer
|
|
1005
1254
|
|
|
1006
|
-
def initialize(customer: nil, merchant: nil, recipient: nil)
|
|
1255
|
+
def initialize(customer: nil, merchant: nil, recipient: nil, storer: nil)
|
|
1007
1256
|
@customer = customer
|
|
1008
1257
|
@merchant = merchant
|
|
1009
1258
|
@recipient = recipient
|
|
1259
|
+
@storer = storer
|
|
1010
1260
|
end
|
|
1011
1261
|
end
|
|
1012
1262
|
|
|
@@ -1045,12 +1295,21 @@ module Stripe
|
|
|
1045
1295
|
attr_accessor :profile
|
|
1046
1296
|
# Default responsibilities held by either Stripe or the platform.
|
|
1047
1297
|
attr_accessor :responsibilities
|
|
1298
|
+
# 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).
|
|
1299
|
+
attr_accessor :timezone
|
|
1048
1300
|
|
|
1049
|
-
def initialize(
|
|
1301
|
+
def initialize(
|
|
1302
|
+
currency: nil,
|
|
1303
|
+
locales: nil,
|
|
1304
|
+
profile: nil,
|
|
1305
|
+
responsibilities: nil,
|
|
1306
|
+
timezone: nil
|
|
1307
|
+
)
|
|
1050
1308
|
@currency = currency
|
|
1051
1309
|
@locales = locales
|
|
1052
1310
|
@profile = profile
|
|
1053
1311
|
@responsibilities = responsibilities
|
|
1312
|
+
@timezone = timezone
|
|
1054
1313
|
end
|
|
1055
1314
|
end
|
|
1056
1315
|
|
|
@@ -1139,11 +1398,29 @@ module Stripe
|
|
|
1139
1398
|
@user_agent = user_agent
|
|
1140
1399
|
end
|
|
1141
1400
|
end
|
|
1401
|
+
|
|
1402
|
+
class Storer < ::Stripe::RequestParams
|
|
1403
|
+
# 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.
|
|
1404
|
+
attr_accessor :date
|
|
1405
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
|
1406
|
+
attr_accessor :ip
|
|
1407
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
|
1408
|
+
attr_accessor :user_agent
|
|
1409
|
+
|
|
1410
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
|
1411
|
+
@date = date
|
|
1412
|
+
@ip = ip
|
|
1413
|
+
@user_agent = user_agent
|
|
1414
|
+
end
|
|
1415
|
+
end
|
|
1142
1416
|
# Details on the Account's acceptance of the [Stripe Services Agreement](https://docs.stripe.com/connect/updating-accounts#tos-acceptance).
|
|
1143
1417
|
attr_accessor :account
|
|
1418
|
+
# Details on the Account's acceptance of Treasury-specific terms of service.
|
|
1419
|
+
attr_accessor :storer
|
|
1144
1420
|
|
|
1145
|
-
def initialize(account: nil)
|
|
1421
|
+
def initialize(account: nil, storer: nil)
|
|
1146
1422
|
@account = account
|
|
1423
|
+
@storer = storer
|
|
1147
1424
|
end
|
|
1148
1425
|
end
|
|
1149
1426
|
# This hash is used to attest that the directors information provided to Stripe is both current and correct.
|
|
@@ -66,11 +66,23 @@ module Stripe
|
|
|
66
66
|
@shown_and_accepted = shown_and_accepted
|
|
67
67
|
end
|
|
68
68
|
end
|
|
69
|
+
|
|
70
|
+
class Storer < ::Stripe::RequestParams
|
|
71
|
+
# The boolean value indicating if the terms of service have been accepted.
|
|
72
|
+
attr_accessor :shown_and_accepted
|
|
73
|
+
|
|
74
|
+
def initialize(shown_and_accepted: nil)
|
|
75
|
+
@shown_and_accepted = shown_and_accepted
|
|
76
|
+
end
|
|
77
|
+
end
|
|
69
78
|
# Details on the Account's acceptance of the [Stripe Services Agreement]; IP, date, and User Agent are expanded by Stripe.
|
|
70
79
|
attr_accessor :account
|
|
80
|
+
# Details on the Account's acceptance of Treasury-specific terms of service; IP, date, and User Agent are expanded by Stripe.
|
|
81
|
+
attr_accessor :storer
|
|
71
82
|
|
|
72
|
-
def initialize(account: nil)
|
|
83
|
+
def initialize(account: nil, storer: nil)
|
|
73
84
|
@account = account
|
|
85
|
+
@storer = storer
|
|
74
86
|
end
|
|
75
87
|
end
|
|
76
88
|
# This hash is used to attest that the directors information provided to Stripe is both current and correct; IP, date, and User Agent are expanded by Stripe.
|