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
|
@@ -12,12 +12,20 @@ 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
|
+
# Data source used to identify the customer account's tax location. Defaults to `identity_address`. Used for automatic indirect tax calculation.
|
|
16
|
+
attr_accessor :location_source
|
|
15
17
|
# A per-request flag that indicates when Stripe should validate the customer tax location - defaults to `auto`.
|
|
16
18
|
attr_accessor :validate_location
|
|
17
19
|
|
|
18
|
-
def initialize(
|
|
20
|
+
def initialize(
|
|
21
|
+
exempt: nil,
|
|
22
|
+
ip_address: nil,
|
|
23
|
+
location_source: nil,
|
|
24
|
+
validate_location: nil
|
|
25
|
+
)
|
|
19
26
|
@exempt = exempt
|
|
20
27
|
@ip_address = ip_address
|
|
28
|
+
@location_source = location_source
|
|
21
29
|
@validate_location = validate_location
|
|
22
30
|
end
|
|
23
31
|
end
|
|
@@ -869,6 +877,23 @@ module Stripe
|
|
|
869
877
|
end
|
|
870
878
|
end
|
|
871
879
|
|
|
880
|
+
class SmartDisputes < ::Stripe::RequestParams
|
|
881
|
+
class AutoRespond < ::Stripe::RequestParams
|
|
882
|
+
# The preference for automatic dispute responses.
|
|
883
|
+
attr_accessor :preference
|
|
884
|
+
|
|
885
|
+
def initialize(preference: nil)
|
|
886
|
+
@preference = preference
|
|
887
|
+
end
|
|
888
|
+
end
|
|
889
|
+
# Settings for Smart Disputes auto_respond.
|
|
890
|
+
attr_accessor :auto_respond
|
|
891
|
+
|
|
892
|
+
def initialize(auto_respond: nil)
|
|
893
|
+
@auto_respond = auto_respond
|
|
894
|
+
end
|
|
895
|
+
end
|
|
896
|
+
|
|
872
897
|
class StatementDescriptor < ::Stripe::RequestParams
|
|
873
898
|
# The default text that appears on statements for non-card charges outside of Japan. For card charges, if you don’t set a statement_descriptor_prefix, this text is also used as the statement descriptor prefix. In that case, if concatenating the statement descriptor suffix causes the combined statement descriptor to exceed 22 characters, we truncate the statement_descriptor text to limit the full descriptor to 22 characters. For more information about statement descriptors and their requirements, see the Merchant Configuration settings documentation.
|
|
874
899
|
attr_accessor :descriptor
|
|
@@ -948,6 +973,8 @@ module Stripe
|
|
|
948
973
|
attr_accessor :mcc
|
|
949
974
|
# Settings for the default text that appears on statements for language variations.
|
|
950
975
|
attr_accessor :script_statement_descriptor
|
|
976
|
+
# Settings for Smart Disputes automatic response feature.
|
|
977
|
+
attr_accessor :smart_disputes
|
|
951
978
|
# Settings for the default [statement descriptor](/connect/statement-descriptors) text.
|
|
952
979
|
attr_accessor :statement_descriptor
|
|
953
980
|
# Publicly available contact information for sending support issues to.
|
|
@@ -962,6 +989,7 @@ module Stripe
|
|
|
962
989
|
konbini_payments: nil,
|
|
963
990
|
mcc: nil,
|
|
964
991
|
script_statement_descriptor: nil,
|
|
992
|
+
smart_disputes: nil,
|
|
965
993
|
statement_descriptor: nil,
|
|
966
994
|
support: nil
|
|
967
995
|
)
|
|
@@ -973,6 +1001,7 @@ module Stripe
|
|
|
973
1001
|
@konbini_payments = konbini_payments
|
|
974
1002
|
@mcc = mcc
|
|
975
1003
|
@script_statement_descriptor = script_statement_descriptor
|
|
1004
|
+
@smart_disputes = smart_disputes
|
|
976
1005
|
@statement_descriptor = statement_descriptor
|
|
977
1006
|
@support = support
|
|
978
1007
|
end
|
|
@@ -980,6 +1009,44 @@ module Stripe
|
|
|
980
1009
|
|
|
981
1010
|
class Recipient < ::Stripe::RequestParams
|
|
982
1011
|
class Capabilities < ::Stripe::RequestParams
|
|
1012
|
+
class BankAccounts < ::Stripe::RequestParams
|
|
1013
|
+
class Local < ::Stripe::RequestParams
|
|
1014
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1015
|
+
attr_accessor :requested
|
|
1016
|
+
|
|
1017
|
+
def initialize(requested: nil)
|
|
1018
|
+
@requested = requested
|
|
1019
|
+
end
|
|
1020
|
+
end
|
|
1021
|
+
|
|
1022
|
+
class Wire < ::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
|
+
# Enables this Account to receive OutboundPayments to linked bank accounts over local networks.
|
|
1031
|
+
attr_accessor :local
|
|
1032
|
+
# Enables this Account to receive OutboundPayments to linked bank accounts over wire.
|
|
1033
|
+
attr_accessor :wire
|
|
1034
|
+
|
|
1035
|
+
def initialize(local: nil, wire: nil)
|
|
1036
|
+
@local = local
|
|
1037
|
+
@wire = wire
|
|
1038
|
+
end
|
|
1039
|
+
end
|
|
1040
|
+
|
|
1041
|
+
class Cards < ::Stripe::RequestParams
|
|
1042
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1043
|
+
attr_accessor :requested
|
|
1044
|
+
|
|
1045
|
+
def initialize(requested: nil)
|
|
1046
|
+
@requested = requested
|
|
1047
|
+
end
|
|
1048
|
+
end
|
|
1049
|
+
|
|
983
1050
|
class StripeBalance < ::Stripe::RequestParams
|
|
984
1051
|
class StripeTransfers < ::Stripe::RequestParams
|
|
985
1052
|
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
@@ -996,10 +1063,16 @@ module Stripe
|
|
|
996
1063
|
@stripe_transfers = stripe_transfers
|
|
997
1064
|
end
|
|
998
1065
|
end
|
|
1066
|
+
# Capabilities that enable OutboundPayments to a bank account linked to this Account.
|
|
1067
|
+
attr_accessor :bank_accounts
|
|
1068
|
+
# Capability that enable OutboundPayments to a debit card linked to this Account.
|
|
1069
|
+
attr_accessor :cards
|
|
999
1070
|
# Capabilities that enable the recipient to manage their Stripe Balance (/v1/balance).
|
|
1000
1071
|
attr_accessor :stripe_balance
|
|
1001
1072
|
|
|
1002
|
-
def initialize(stripe_balance: nil)
|
|
1073
|
+
def initialize(bank_accounts: nil, cards: nil, stripe_balance: nil)
|
|
1074
|
+
@bank_accounts = bank_accounts
|
|
1075
|
+
@cards = cards
|
|
1003
1076
|
@stripe_balance = stripe_balance
|
|
1004
1077
|
end
|
|
1005
1078
|
end
|
|
@@ -1007,6 +1080,191 @@ module Stripe
|
|
|
1007
1080
|
attr_accessor :applied
|
|
1008
1081
|
# Capabilities to request on the Recipient Configuration.
|
|
1009
1082
|
attr_accessor :capabilities
|
|
1083
|
+
# The payout method id to be used as a default outbound destination. This will allow the PayoutMethod to be omitted on OutboundPayments made through API or sending payouts via dashboard. Can also be explicitly set to `null` to clear the existing default outbound destination. For further details about creating an Outbound Destination, see [Collect recipient's payment details](https://docs.stripe.com/global-payouts-private-preview/quickstart?dashboard-or-api=api#collect-bank-account-details).
|
|
1084
|
+
attr_accessor :default_outbound_destination
|
|
1085
|
+
|
|
1086
|
+
def initialize(applied: nil, capabilities: nil, default_outbound_destination: nil)
|
|
1087
|
+
@applied = applied
|
|
1088
|
+
@capabilities = capabilities
|
|
1089
|
+
@default_outbound_destination = default_outbound_destination
|
|
1090
|
+
end
|
|
1091
|
+
end
|
|
1092
|
+
|
|
1093
|
+
class Storer < ::Stripe::RequestParams
|
|
1094
|
+
class Capabilities < ::Stripe::RequestParams
|
|
1095
|
+
class FinancialAddresses < ::Stripe::RequestParams
|
|
1096
|
+
class BankAccounts < ::Stripe::RequestParams
|
|
1097
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1098
|
+
attr_accessor :requested
|
|
1099
|
+
|
|
1100
|
+
def initialize(requested: nil)
|
|
1101
|
+
@requested = requested
|
|
1102
|
+
end
|
|
1103
|
+
end
|
|
1104
|
+
# Can provision a bank-account-like financial address (VBAN) to credit/debit a FinancialAccount.
|
|
1105
|
+
attr_accessor :bank_accounts
|
|
1106
|
+
|
|
1107
|
+
def initialize(bank_accounts: nil)
|
|
1108
|
+
@bank_accounts = bank_accounts
|
|
1109
|
+
end
|
|
1110
|
+
end
|
|
1111
|
+
|
|
1112
|
+
class HoldsCurrencies < ::Stripe::RequestParams
|
|
1113
|
+
class Eur < ::Stripe::RequestParams
|
|
1114
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1115
|
+
attr_accessor :requested
|
|
1116
|
+
|
|
1117
|
+
def initialize(requested: nil)
|
|
1118
|
+
@requested = requested
|
|
1119
|
+
end
|
|
1120
|
+
end
|
|
1121
|
+
|
|
1122
|
+
class Gbp < ::Stripe::RequestParams
|
|
1123
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1124
|
+
attr_accessor :requested
|
|
1125
|
+
|
|
1126
|
+
def initialize(requested: nil)
|
|
1127
|
+
@requested = requested
|
|
1128
|
+
end
|
|
1129
|
+
end
|
|
1130
|
+
|
|
1131
|
+
class Usd < ::Stripe::RequestParams
|
|
1132
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1133
|
+
attr_accessor :requested
|
|
1134
|
+
|
|
1135
|
+
def initialize(requested: nil)
|
|
1136
|
+
@requested = requested
|
|
1137
|
+
end
|
|
1138
|
+
end
|
|
1139
|
+
# Can hold storage-type funds on Stripe in EUR.
|
|
1140
|
+
attr_accessor :eur
|
|
1141
|
+
# Can hold storage-type funds on Stripe in GBP.
|
|
1142
|
+
attr_accessor :gbp
|
|
1143
|
+
# Can hold storage-type funds on Stripe in USD.
|
|
1144
|
+
attr_accessor :usd
|
|
1145
|
+
|
|
1146
|
+
def initialize(eur: nil, gbp: nil, usd: nil)
|
|
1147
|
+
@eur = eur
|
|
1148
|
+
@gbp = gbp
|
|
1149
|
+
@usd = usd
|
|
1150
|
+
end
|
|
1151
|
+
end
|
|
1152
|
+
|
|
1153
|
+
class InboundTransfers < ::Stripe::RequestParams
|
|
1154
|
+
class BankAccounts < ::Stripe::RequestParams
|
|
1155
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1156
|
+
attr_accessor :requested
|
|
1157
|
+
|
|
1158
|
+
def initialize(requested: nil)
|
|
1159
|
+
@requested = requested
|
|
1160
|
+
end
|
|
1161
|
+
end
|
|
1162
|
+
# Can pull funds from an external bank account owned by yourself to a FinancialAccount.
|
|
1163
|
+
attr_accessor :bank_accounts
|
|
1164
|
+
|
|
1165
|
+
def initialize(bank_accounts: nil)
|
|
1166
|
+
@bank_accounts = bank_accounts
|
|
1167
|
+
end
|
|
1168
|
+
end
|
|
1169
|
+
|
|
1170
|
+
class OutboundPayments < ::Stripe::RequestParams
|
|
1171
|
+
class BankAccounts < ::Stripe::RequestParams
|
|
1172
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1173
|
+
attr_accessor :requested
|
|
1174
|
+
|
|
1175
|
+
def initialize(requested: nil)
|
|
1176
|
+
@requested = requested
|
|
1177
|
+
end
|
|
1178
|
+
end
|
|
1179
|
+
|
|
1180
|
+
class Cards < ::Stripe::RequestParams
|
|
1181
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1182
|
+
attr_accessor :requested
|
|
1183
|
+
|
|
1184
|
+
def initialize(requested: nil)
|
|
1185
|
+
@requested = requested
|
|
1186
|
+
end
|
|
1187
|
+
end
|
|
1188
|
+
|
|
1189
|
+
class FinancialAccounts < ::Stripe::RequestParams
|
|
1190
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1191
|
+
attr_accessor :requested
|
|
1192
|
+
|
|
1193
|
+
def initialize(requested: nil)
|
|
1194
|
+
@requested = requested
|
|
1195
|
+
end
|
|
1196
|
+
end
|
|
1197
|
+
# Can send funds from a FinancialAccount to a bank account owned by someone else.
|
|
1198
|
+
attr_accessor :bank_accounts
|
|
1199
|
+
# Can send funds from a FinancialAccount to a debit card owned by someone else.
|
|
1200
|
+
attr_accessor :cards
|
|
1201
|
+
# Can send funds from a FinancialAccount to another FinancialAccount owned by someone else.
|
|
1202
|
+
attr_accessor :financial_accounts
|
|
1203
|
+
|
|
1204
|
+
def initialize(bank_accounts: nil, cards: nil, financial_accounts: nil)
|
|
1205
|
+
@bank_accounts = bank_accounts
|
|
1206
|
+
@cards = cards
|
|
1207
|
+
@financial_accounts = financial_accounts
|
|
1208
|
+
end
|
|
1209
|
+
end
|
|
1210
|
+
|
|
1211
|
+
class OutboundTransfers < ::Stripe::RequestParams
|
|
1212
|
+
class BankAccounts < ::Stripe::RequestParams
|
|
1213
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1214
|
+
attr_accessor :requested
|
|
1215
|
+
|
|
1216
|
+
def initialize(requested: nil)
|
|
1217
|
+
@requested = requested
|
|
1218
|
+
end
|
|
1219
|
+
end
|
|
1220
|
+
|
|
1221
|
+
class FinancialAccounts < ::Stripe::RequestParams
|
|
1222
|
+
# To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
|
|
1223
|
+
attr_accessor :requested
|
|
1224
|
+
|
|
1225
|
+
def initialize(requested: nil)
|
|
1226
|
+
@requested = requested
|
|
1227
|
+
end
|
|
1228
|
+
end
|
|
1229
|
+
# Can send funds from a FinancialAccount to a bank account owned by yourself.
|
|
1230
|
+
attr_accessor :bank_accounts
|
|
1231
|
+
# Can send funds from a FinancialAccount to another FinancialAccount owned by yourself.
|
|
1232
|
+
attr_accessor :financial_accounts
|
|
1233
|
+
|
|
1234
|
+
def initialize(bank_accounts: nil, financial_accounts: nil)
|
|
1235
|
+
@bank_accounts = bank_accounts
|
|
1236
|
+
@financial_accounts = financial_accounts
|
|
1237
|
+
end
|
|
1238
|
+
end
|
|
1239
|
+
# Can provision a financial address to credit/debit a FinancialAccount.
|
|
1240
|
+
attr_accessor :financial_addresses
|
|
1241
|
+
# Can hold storage-type funds on Stripe.
|
|
1242
|
+
attr_accessor :holds_currencies
|
|
1243
|
+
# Can pull funds from an external source, owned by yourself, to a FinancialAccount.
|
|
1244
|
+
attr_accessor :inbound_transfers
|
|
1245
|
+
# Can send funds from a FinancialAccount to a destination owned by someone else.
|
|
1246
|
+
attr_accessor :outbound_payments
|
|
1247
|
+
# Can send funds from a FinancialAccount to a destination owned by yourself.
|
|
1248
|
+
attr_accessor :outbound_transfers
|
|
1249
|
+
|
|
1250
|
+
def initialize(
|
|
1251
|
+
financial_addresses: nil,
|
|
1252
|
+
holds_currencies: nil,
|
|
1253
|
+
inbound_transfers: nil,
|
|
1254
|
+
outbound_payments: nil,
|
|
1255
|
+
outbound_transfers: nil
|
|
1256
|
+
)
|
|
1257
|
+
@financial_addresses = financial_addresses
|
|
1258
|
+
@holds_currencies = holds_currencies
|
|
1259
|
+
@inbound_transfers = inbound_transfers
|
|
1260
|
+
@outbound_payments = outbound_payments
|
|
1261
|
+
@outbound_transfers = outbound_transfers
|
|
1262
|
+
end
|
|
1263
|
+
end
|
|
1264
|
+
# Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
|
|
1265
|
+
attr_accessor :applied
|
|
1266
|
+
# Capabilities to request on the Storer Configuration.
|
|
1267
|
+
attr_accessor :capabilities
|
|
1010
1268
|
|
|
1011
1269
|
def initialize(applied: nil, capabilities: nil)
|
|
1012
1270
|
@applied = applied
|
|
@@ -1019,11 +1277,14 @@ module Stripe
|
|
|
1019
1277
|
attr_accessor :merchant
|
|
1020
1278
|
# The Recipient Configuration allows the Account to receive funds. Utilize this configuration if the Account will not be the Merchant of Record, like with Separate Charges & Transfers, or Destination Charges without on_behalf_of set.
|
|
1021
1279
|
attr_accessor :recipient
|
|
1280
|
+
# The Storer Configuration allows the Account to store and move funds using stored-value FinancialAccounts.
|
|
1281
|
+
attr_accessor :storer
|
|
1022
1282
|
|
|
1023
|
-
def initialize(customer: nil, merchant: nil, recipient: nil)
|
|
1283
|
+
def initialize(customer: nil, merchant: nil, recipient: nil, storer: nil)
|
|
1024
1284
|
@customer = customer
|
|
1025
1285
|
@merchant = merchant
|
|
1026
1286
|
@recipient = recipient
|
|
1287
|
+
@storer = storer
|
|
1027
1288
|
end
|
|
1028
1289
|
end
|
|
1029
1290
|
|
|
@@ -1062,12 +1323,21 @@ module Stripe
|
|
|
1062
1323
|
attr_accessor :profile
|
|
1063
1324
|
# Default responsibilities held by either Stripe or the platform.
|
|
1064
1325
|
attr_accessor :responsibilities
|
|
1326
|
+
# 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).
|
|
1327
|
+
attr_accessor :timezone
|
|
1065
1328
|
|
|
1066
|
-
def initialize(
|
|
1329
|
+
def initialize(
|
|
1330
|
+
currency: nil,
|
|
1331
|
+
locales: nil,
|
|
1332
|
+
profile: nil,
|
|
1333
|
+
responsibilities: nil,
|
|
1334
|
+
timezone: nil
|
|
1335
|
+
)
|
|
1067
1336
|
@currency = currency
|
|
1068
1337
|
@locales = locales
|
|
1069
1338
|
@profile = profile
|
|
1070
1339
|
@responsibilities = responsibilities
|
|
1340
|
+
@timezone = timezone
|
|
1071
1341
|
end
|
|
1072
1342
|
end
|
|
1073
1343
|
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# File generated from our OpenAPI spec
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
module Stripe
|
|
5
|
+
module V2
|
|
6
|
+
module Core
|
|
7
|
+
class BatchJobCreateParams < ::Stripe::RequestParams
|
|
8
|
+
class Endpoint < ::Stripe::RequestParams
|
|
9
|
+
# The HTTP method to use when calling the endpoint.
|
|
10
|
+
attr_accessor :http_method
|
|
11
|
+
# The path of the endpoint to run this batch job against.
|
|
12
|
+
# In the form used in the documentation. For instance, for
|
|
13
|
+
# subscription migration this would be `/v1/subscriptions/:id/migrate`.
|
|
14
|
+
attr_accessor :path
|
|
15
|
+
|
|
16
|
+
def initialize(http_method: nil, path: nil)
|
|
17
|
+
@http_method = http_method
|
|
18
|
+
@path = path
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
|
|
22
|
+
class NotificationSuppression < ::Stripe::RequestParams
|
|
23
|
+
# The scope of notification suppression.
|
|
24
|
+
attr_accessor :scope
|
|
25
|
+
|
|
26
|
+
def initialize(scope: nil)
|
|
27
|
+
@scope = scope
|
|
28
|
+
end
|
|
29
|
+
end
|
|
30
|
+
# The endpoint configuration for the batch job.
|
|
31
|
+
attr_accessor :endpoint
|
|
32
|
+
# Optional field that allows the user to control how fast they want this batch job to run.
|
|
33
|
+
# Gives them a control over the number of webhooks they receive.
|
|
34
|
+
attr_accessor :maximum_rps
|
|
35
|
+
# The metadata of the `batch_job`.
|
|
36
|
+
attr_accessor :metadata
|
|
37
|
+
# Notification suppression settings for the batch job.
|
|
38
|
+
attr_accessor :notification_suppression
|
|
39
|
+
# Allows the user to skip validation.
|
|
40
|
+
attr_accessor :skip_validation
|
|
41
|
+
|
|
42
|
+
def initialize(
|
|
43
|
+
endpoint: nil,
|
|
44
|
+
maximum_rps: nil,
|
|
45
|
+
metadata: nil,
|
|
46
|
+
notification_suppression: nil,
|
|
47
|
+
skip_validation: nil
|
|
48
|
+
)
|
|
49
|
+
@endpoint = endpoint
|
|
50
|
+
@maximum_rps = maximum_rps
|
|
51
|
+
@metadata = metadata
|
|
52
|
+
@notification_suppression = notification_suppression
|
|
53
|
+
@skip_validation = skip_validation
|
|
54
|
+
end
|
|
55
|
+
end
|
|
56
|
+
end
|
|
57
|
+
end
|
|
58
|
+
end
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# File generated from our OpenAPI spec
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
module Stripe
|
|
5
|
+
module V2
|
|
6
|
+
module Core
|
|
7
|
+
module Vault
|
|
8
|
+
class GbBankAccountCreateParams < ::Stripe::RequestParams
|
|
9
|
+
class ConfirmationOfPayee < ::Stripe::RequestParams
|
|
10
|
+
# The business type to be checked against. Legal entity information will be used if unspecified.
|
|
11
|
+
# Closed enum.
|
|
12
|
+
attr_accessor :business_type
|
|
13
|
+
# User specifies whether Confirmation of Payee is automatically initiated when creating the bank account.
|
|
14
|
+
attr_accessor :initiate
|
|
15
|
+
# The name to be checked against. Legal entity information will be used if unspecified.
|
|
16
|
+
attr_accessor :name
|
|
17
|
+
|
|
18
|
+
def initialize(business_type: nil, initiate: nil, name: nil)
|
|
19
|
+
@business_type = business_type
|
|
20
|
+
@initiate = initiate
|
|
21
|
+
@name = name
|
|
22
|
+
end
|
|
23
|
+
end
|
|
24
|
+
# The Account Number of the bank account.
|
|
25
|
+
attr_accessor :account_number
|
|
26
|
+
# Closed Enum. The type of the bank account (checking or savings).
|
|
27
|
+
attr_accessor :bank_account_type
|
|
28
|
+
# Whether or not to automatically perform Confirmation of Payee to verify the users information
|
|
29
|
+
# against what was provided by the bank. Doing so is required for all bank accounts not owned
|
|
30
|
+
# by you before making domestic UK OutboundPayments.
|
|
31
|
+
attr_accessor :confirmation_of_payee
|
|
32
|
+
# The currency of the bank account.
|
|
33
|
+
attr_accessor :currency
|
|
34
|
+
# The IBAN of the bank account.
|
|
35
|
+
attr_accessor :iban
|
|
36
|
+
# The Sort Code of the bank account.
|
|
37
|
+
attr_accessor :sort_code
|
|
38
|
+
|
|
39
|
+
def initialize(
|
|
40
|
+
account_number: nil,
|
|
41
|
+
bank_account_type: nil,
|
|
42
|
+
confirmation_of_payee: nil,
|
|
43
|
+
currency: nil,
|
|
44
|
+
iban: nil,
|
|
45
|
+
sort_code: nil
|
|
46
|
+
)
|
|
47
|
+
@account_number = account_number
|
|
48
|
+
@bank_account_type = bank_account_type
|
|
49
|
+
@confirmation_of_payee = confirmation_of_payee
|
|
50
|
+
@currency = currency
|
|
51
|
+
@iban = iban
|
|
52
|
+
@sort_code = sort_code
|
|
53
|
+
end
|
|
54
|
+
end
|
|
55
|
+
end
|
|
56
|
+
end
|
|
57
|
+
end
|
|
58
|
+
end
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# File generated from our OpenAPI spec
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
module Stripe
|
|
5
|
+
module V2
|
|
6
|
+
module Core
|
|
7
|
+
module Vault
|
|
8
|
+
class GbBankAccountInitiateConfirmationOfPayeeParams < ::Stripe::RequestParams
|
|
9
|
+
# The business type to be checked against. Legal entity information will be used if unspecified.
|
|
10
|
+
attr_accessor :business_type
|
|
11
|
+
# The name of the user to be checked against. Legal entity information will be used if unspecified.
|
|
12
|
+
attr_accessor :name
|
|
13
|
+
|
|
14
|
+
def initialize(business_type: nil, name: nil)
|
|
15
|
+
@business_type = business_type
|
|
16
|
+
@name = name
|
|
17
|
+
end
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# File generated from our OpenAPI spec
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
module Stripe
|
|
5
|
+
module V2
|
|
6
|
+
module Core
|
|
7
|
+
module Vault
|
|
8
|
+
class GbBankAccountListParams < ::Stripe::RequestParams
|
|
9
|
+
# Optionally set the maximum number of results per page. Defaults to 10.
|
|
10
|
+
attr_accessor :limit
|
|
11
|
+
|
|
12
|
+
def initialize(limit: nil)
|
|
13
|
+
@limit = limit
|
|
14
|
+
end
|
|
15
|
+
end
|
|
16
|
+
end
|
|
17
|
+
end
|
|
18
|
+
end
|
|
19
|
+
end
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# File generated from our OpenAPI spec
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
module Stripe
|
|
5
|
+
module V2
|
|
6
|
+
module Core
|
|
7
|
+
module Vault
|
|
8
|
+
class UsBankAccountConfirmMicrodepositsParams < ::Stripe::RequestParams
|
|
9
|
+
# Two amounts received through Send Microdeposits must match the input to Confirm Microdeposits to verify US Bank Account.
|
|
10
|
+
attr_accessor :amounts
|
|
11
|
+
# Descriptor code received through Send Microdeposits must match the input to Confirm Microdeposits to verify US Bank Account.
|
|
12
|
+
attr_accessor :descriptor_code
|
|
13
|
+
|
|
14
|
+
def initialize(amounts: nil, descriptor_code: nil)
|
|
15
|
+
@amounts = amounts
|
|
16
|
+
@descriptor_code = descriptor_code
|
|
17
|
+
end
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
@@ -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 Core
|
|
7
|
+
module Vault
|
|
8
|
+
class UsBankAccountCreateParams < ::Stripe::RequestParams
|
|
9
|
+
# The account number of the bank account.
|
|
10
|
+
attr_accessor :account_number
|
|
11
|
+
# Closed Enum. The type of the bank account (checking or savings).
|
|
12
|
+
attr_accessor :bank_account_type
|
|
13
|
+
# The currency of the bank account.
|
|
14
|
+
attr_accessor :currency
|
|
15
|
+
# The fedwire routing number of the bank account. Note that certain banks have the same ACH and wire routing number.
|
|
16
|
+
attr_accessor :fedwire_routing_number
|
|
17
|
+
# The ACH routing number of the bank account. Note that certain banks have the same ACH and wire routing number.
|
|
18
|
+
attr_accessor :routing_number
|
|
19
|
+
|
|
20
|
+
def initialize(
|
|
21
|
+
account_number: nil,
|
|
22
|
+
bank_account_type: nil,
|
|
23
|
+
currency: nil,
|
|
24
|
+
fedwire_routing_number: nil,
|
|
25
|
+
routing_number: nil
|
|
26
|
+
)
|
|
27
|
+
@account_number = account_number
|
|
28
|
+
@bank_account_type = bank_account_type
|
|
29
|
+
@currency = currency
|
|
30
|
+
@fedwire_routing_number = fedwire_routing_number
|
|
31
|
+
@routing_number = routing_number
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
end
|
|
36
|
+
end
|
|
37
|
+
end
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# File generated from our OpenAPI spec
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
module Stripe
|
|
5
|
+
module V2
|
|
6
|
+
module Core
|
|
7
|
+
module Vault
|
|
8
|
+
class UsBankAccountListParams < ::Stripe::RequestParams
|
|
9
|
+
# Optionally set the maximum number of results per page. Defaults to 10.
|
|
10
|
+
attr_accessor :limit
|
|
11
|
+
# Optionally filter by verification status. Mutually exclusive with `unverified`, `verified`, `awaiting_verification`, and `verification_failed`.
|
|
12
|
+
attr_accessor :verification_status
|
|
13
|
+
|
|
14
|
+
def initialize(limit: nil, verification_status: nil)
|
|
15
|
+
@limit = limit
|
|
16
|
+
@verification_status = verification_status
|
|
17
|
+
end
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|