stripe 16.0.0 → 16.1.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 +35 -3
- data/lib/stripe/api_version.rb +1 -2
- data/lib/stripe/errors.rb +63 -0
- data/lib/stripe/event_types.rb +236 -0
- data/lib/stripe/events/v2_billing_bill_setting_updated_event.rb +61 -0
- data/lib/stripe/events/v2_core_account_closed_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_created_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +63 -0
- data/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +63 -0
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +63 -0
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb +63 -0
- data/lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_defaults_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_identity_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_account_link_returned_event.rb +42 -0
- data/lib/stripe/events/v2_core_account_person_created_event.rb +61 -0
- data/lib/stripe/events/v2_core_account_person_deleted_event.rb +61 -0
- data/lib/stripe/events/v2_core_account_person_updated_event.rb +61 -0
- data/lib/stripe/events/v2_core_account_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +61 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_payout_method_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +61 -0
- data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_transaction_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +44 -0
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +44 -0
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +46 -0
- data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +44 -0
- data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +44 -0
- data/lib/stripe/events/v2_payments_off_session_payment_requires_capture_event.rb +44 -0
- data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +44 -0
- data/lib/stripe/object_types.rb +58 -0
- data/lib/stripe/params/account_create_params.rb +300 -1
- data/lib/stripe/params/account_notice_list_params.rb +25 -0
- data/lib/stripe/params/account_notice_retrieve_params.rb +13 -0
- data/lib/stripe/params/account_notice_update_params.rb +36 -0
- data/lib/stripe/params/account_session_create_params.rb +226 -1
- data/lib/stripe/params/account_update_params.rb +262 -0
- data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +65 -0
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +4 -1
- data/lib/stripe/params/billing/credit_balance_transaction_list_params.rb +4 -0
- data/lib/stripe/params/billing/credit_grant_create_params.rb +4 -0
- data/lib/stripe/params/billing/credit_grant_list_params.rb +4 -0
- data/lib/stripe/params/billing_portal/session_create_params.rb +4 -0
- data/lib/stripe/params/capital/financing_offer_list_params.rb +58 -0
- data/lib/stripe/params/capital/financing_offer_mark_delivered_params.rb +15 -0
- data/lib/stripe/params/capital/financing_offer_retrieve_params.rb +15 -0
- data/lib/stripe/params/capital/financing_summary_retrieve_params.rb +15 -0
- data/lib/stripe/params/capital/financing_transaction_list_params.rb +45 -0
- data/lib/stripe/params/capital/financing_transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/charge_capture_params.rb +709 -0
- data/lib/stripe/params/charge_update_params.rb +709 -0
- data/lib/stripe/params/checkout/session_create_params.rb +193 -3
- data/lib/stripe/params/checkout/session_list_params.rb +4 -0
- data/lib/stripe/params/checkout/session_update_params.rb +288 -1
- data/lib/stripe/params/confirmation_token_create_params.rb +97 -0
- data/lib/stripe/params/coupon_create_params.rb +17 -1
- data/lib/stripe/params/credit_note_list_params.rb +4 -0
- data/lib/stripe/params/customer_session_create_params.rb +4 -1
- data/lib/stripe/params/dispute_update_params.rb +10 -1
- data/lib/stripe/params/external_account_create_params.rb +134 -0
- data/lib/stripe/params/external_account_delete_params.rb +6 -0
- data/lib/stripe/params/external_account_list_params.rb +25 -0
- data/lib/stripe/params/external_account_retrieve_params.rb +13 -0
- data/lib/stripe/params/external_account_update_params.rb +91 -0
- data/lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb +24 -0
- data/lib/stripe/params/financial_connections/account_list_params.rb +4 -1
- data/lib/stripe/params/financial_connections/institution_list_params.rb +24 -0
- data/lib/stripe/params/financial_connections/institution_retrieve_params.rb +15 -0
- data/lib/stripe/params/financial_connections/session_create_params.rb +34 -2
- data/lib/stripe/params/fx_quote_create_params.rb +73 -0
- data/lib/stripe/params/fx_quote_list_params.rb +22 -0
- data/lib/stripe/params/fx_quote_retrieve_params.rb +13 -0
- data/lib/stripe/params/identity/verification_session_create_params.rb +4 -0
- data/lib/stripe/params/identity/verification_session_list_params.rb +4 -0
- data/lib/stripe/params/invoice_add_lines_params.rb +33 -1
- data/lib/stripe/params/invoice_attach_payment_params.rb +46 -1
- data/lib/stripe/params/invoice_create_params.rb +112 -2
- data/lib/stripe/params/invoice_create_preview_params.rb +826 -9
- data/lib/stripe/params/invoice_item_create_params.rb +37 -1
- data/lib/stripe/params/invoice_item_list_params.rb +4 -0
- data/lib/stripe/params/invoice_item_update_params.rb +33 -1
- data/lib/stripe/params/invoice_line_item_update_params.rb +33 -1
- data/lib/stripe/params/invoice_list_params.rb +4 -0
- data/lib/stripe/params/invoice_payment_list_params.rb +4 -1
- data/lib/stripe/params/invoice_update_lines_params.rb +33 -1
- data/lib/stripe/params/invoice_update_params.rb +108 -2
- data/lib/stripe/params/issuing/cardholder_create_params.rb +2 -1
- data/lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb +163 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb +50 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb +128 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_list_params.rb +24 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb +86 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb +33 -0
- data/lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/fraud_liability_debit_list_params.rb +44 -0
- data/lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/transaction_list_params.rb +4 -0
- data/lib/stripe/params/mandate_list_params.rb +39 -0
- data/lib/stripe/params/margin_create_params.rb +25 -0
- data/lib/stripe/params/margin_list_params.rb +25 -0
- data/lib/stripe/params/margin_retrieve_params.rb +13 -0
- data/lib/stripe/params/margin_update_params.rb +22 -0
- data/lib/stripe/params/order_cancel_params.rb +13 -0
- data/lib/stripe/params/order_create_params.rb +1124 -0
- data/lib/stripe/params/order_line_item_list_params.rb +22 -0
- data/lib/stripe/params/order_list_line_items_params.rb +22 -0
- data/lib/stripe/params/order_list_params.rb +25 -0
- data/lib/stripe/params/order_reopen_params.rb +13 -0
- data/lib/stripe/params/order_retrieve_params.rb +13 -0
- data/lib/stripe/params/order_submit_params.rb +16 -0
- data/lib/stripe/params/order_update_params.rb +1128 -0
- data/lib/stripe/params/payment_attempt_record_list_params.rb +19 -0
- data/lib/stripe/params/payment_attempt_record_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_intent_amount_details_line_item_list_params.rb +22 -0
- data/lib/stripe/params/payment_intent_capture_params.rb +895 -0
- data/lib/stripe/params/payment_intent_confirm_params.rb +1373 -7
- data/lib/stripe/params/payment_intent_create_params.rb +1387 -13
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +73 -0
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +223 -0
- data/lib/stripe/params/payment_intent_list_params.rb +4 -0
- data/lib/stripe/params/payment_intent_trigger_action_params.rb +27 -0
- data/lib/stripe/params/payment_intent_update_params.rb +1409 -4
- data/lib/stripe/params/payment_method_attach_params.rb +4 -1
- data/lib/stripe/params/payment_method_configuration_create_params.rb +126 -0
- data/lib/stripe/params/payment_method_configuration_update_params.rb +126 -0
- data/lib/stripe/params/payment_method_create_params.rb +97 -0
- data/lib/stripe/params/payment_method_update_params.rb +19 -0
- data/lib/stripe/params/payment_record_report_payment_attempt_canceled_params.rb +19 -0
- data/lib/stripe/params/payment_record_report_payment_attempt_failed_params.rb +19 -0
- data/lib/stripe/params/payment_record_report_payment_attempt_guaranteed_params.rb +19 -0
- data/lib/stripe/params/payment_record_report_payment_attempt_informational_params.rb +93 -0
- data/lib/stripe/params/payment_record_report_payment_attempt_params.rb +186 -0
- data/lib/stripe/params/payment_record_report_payment_params.rb +252 -0
- data/lib/stripe/params/payment_record_retrieve_params.rb +13 -0
- data/lib/stripe/params/price_update_params.rb +19 -0
- data/lib/stripe/params/privacy/redaction_job_cancel_params.rb +15 -0
- data/lib/stripe/params/privacy/redaction_job_create_params.rb +67 -0
- data/lib/stripe/params/privacy/redaction_job_list_params.rb +27 -0
- data/lib/stripe/params/privacy/redaction_job_retrieve_params.rb +15 -0
- data/lib/stripe/params/privacy/redaction_job_run_params.rb +15 -0
- data/lib/stripe/params/privacy/redaction_job_update_params.rb +18 -0
- data/lib/stripe/params/privacy/redaction_job_validate_params.rb +15 -0
- data/lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb +24 -0
- data/lib/stripe/params/promotion_code_create_params.rb +4 -0
- data/lib/stripe/params/promotion_code_list_params.rb +4 -0
- data/lib/stripe/params/quote_create_params.rb +805 -3
- data/lib/stripe/params/quote_line_list_params.rb +22 -0
- data/lib/stripe/params/quote_list_lines_params.rb +22 -0
- data/lib/stripe/params/quote_list_params.rb +8 -0
- data/lib/stripe/params/quote_list_preview_invoice_lines_params.rb +22 -0
- data/lib/stripe/params/quote_mark_draft_params.rb +13 -0
- data/lib/stripe/params/quote_mark_stale_params.rb +16 -0
- data/lib/stripe/params/quote_preview_invoice_list_params.rb +22 -0
- data/lib/stripe/params/quote_preview_subscription_schedule_list_params.rb +22 -0
- data/lib/stripe/params/quote_reestimate_params.rb +13 -0
- data/lib/stripe/params/quote_update_params.rb +813 -4
- data/lib/stripe/params/setup_intent_confirm_params.rb +225 -3
- data/lib/stripe/params/setup_intent_create_params.rb +231 -3
- data/lib/stripe/params/setup_intent_list_params.rb +4 -0
- data/lib/stripe/params/setup_intent_update_params.rb +231 -3
- data/lib/stripe/params/subscription_attach_cadence_params.rb +16 -0
- data/lib/stripe/params/subscription_create_params.rb +259 -5
- data/lib/stripe/params/subscription_item_create_params.rb +46 -2
- data/lib/stripe/params/subscription_item_update_params.rb +29 -1
- data/lib/stripe/params/subscription_list_params.rb +4 -0
- data/lib/stripe/params/subscription_schedule_amend_params.rb +570 -0
- data/lib/stripe/params/subscription_schedule_create_params.rb +167 -5
- data/lib/stripe/params/subscription_schedule_list_params.rb +4 -0
- data/lib/stripe/params/subscription_schedule_update_params.rb +163 -5
- data/lib/stripe/params/subscription_update_params.rb +238 -4
- data/lib/stripe/params/tax/association_find_params.rb +18 -0
- data/lib/stripe/params/tax/form_list_params.rb +51 -0
- data/lib/stripe/params/tax/form_pdf_params.rb +15 -0
- data/lib/stripe/params/tax/form_retrieve_params.rb +15 -0
- data/lib/stripe/params/tax_id_create_params.rb +4 -1
- data/lib/stripe/params/tax_id_list_params.rb +4 -1
- data/lib/stripe/params/terminal/configuration_create_params.rb +13 -0
- data/lib/stripe/params/terminal/configuration_update_params.rb +13 -0
- data/lib/stripe/params/terminal/onboarding_link_create_params.rb +43 -0
- data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +15 -0
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +97 -0
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +25 -1
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +25 -1
- data/lib/stripe/params/transfer_create_params.rb +4 -0
- data/lib/stripe/params/treasury/financial_account_create_params.rb +8 -1
- data/lib/stripe/params/treasury/financial_account_features_update_params.rb +4 -1
- data/lib/stripe/params/treasury/financial_account_update_features_params.rb +4 -1
- data/lib/stripe/params/treasury/financial_account_update_params.rb +8 -1
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +24 -0
- data/lib/stripe/params/treasury/received_credit_create_params.rb +25 -1
- data/lib/stripe/params/treasury/received_debit_create_params.rb +25 -1
- data/lib/stripe/params/v2/billing/bill_setting_create_params.rb +74 -0
- data/lib/stripe/params/v2/billing/bill_setting_list_params.rb +21 -0
- data/lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/bill_setting_update_params.rb +80 -0
- data/lib/stripe/params/v2/billing/bill_settings/version_list_params.rb +19 -0
- data/lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +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 +223 -0
- data/lib/stripe/params/v2/billing/collection_setting_list_params.rb +21 -0
- data/lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/collection_setting_update_params.rb +229 -0
- data/lib/stripe/params/v2/billing/collection_settings/version_list_params.rb +19 -0
- data/lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/billing/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_close_params.rb +17 -0
- data/lib/stripe/params/v2/core/account_create_params.rb +2217 -0
- data/lib/stripe/params/v2/core/account_link_create_params.rb +101 -0
- data/lib/stripe/params/v2/core/account_list_params.rb +20 -0
- data/lib/stripe/params/v2/core/account_retrieve_params.rb +17 -0
- data/lib/stripe/params/v2/core/account_update_params.rb +2245 -0
- data/lib/stripe/params/v2/core/accounts/person_create_params.rb +493 -0
- data/lib/stripe/params/v2/core/accounts/person_delete_params.rb +12 -0
- data/lib/stripe/params/v2/core/accounts/person_list_params.rb +19 -0
- data/lib/stripe/params/v2/core/accounts/person_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/core/accounts/person_update_params.rb +493 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb +50 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb +22 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb +33 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb +22 -0
- data/lib/stripe/params/v2/money_management/adjustment_list_params.rb +48 -0
- data/lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/financial_account_close_params.rb +28 -0
- data/lib/stripe/params/v2/money_management/financial_account_create_params.rb +34 -0
- data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +20 -0
- data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +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 +98 -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 +85 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb +17 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb +80 -0
- data/lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +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/payments/off_session_payment_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/payments/off_session_payment_capture_params.rb +61 -0
- data/lib/stripe/params/v2/payments/off_session_payment_create_params.rb +237 -0
- data/lib/stripe/params/v2/payments/off_session_payment_list_params.rb +17 -0
- data/lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/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 +169 -0
- data/lib/stripe/request_options.rb +3 -1
- data/lib/stripe/resources/account.rb +166 -1
- data/lib/stripe/resources/account_notice.rb +94 -0
- data/lib/stripe/resources/account_session.rb +81 -0
- data/lib/stripe/resources/billing/analytics/meter_usage.rb +33 -0
- data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +38 -0
- data/lib/stripe/resources/billing/credit_balance_summary.rb +2 -0
- data/lib/stripe/resources/billing/credit_grant.rb +2 -0
- data/lib/stripe/resources/billing_portal/session.rb +2 -0
- data/lib/stripe/resources/capital/financing_offer.rb +142 -0
- data/lib/stripe/resources/capital/financing_summary.rb +79 -0
- data/lib/stripe/resources/capital/financing_transaction.rb +99 -0
- data/lib/stripe/resources/card.rb +2 -0
- data/lib/stripe/resources/cash_balance.rb +2 -0
- data/lib/stripe/resources/charge.rb +234 -1
- data/lib/stripe/resources/checkout/session.rb +154 -4
- data/lib/stripe/resources/confirmation_token.rb +155 -0
- data/lib/stripe/resources/coupon.rb +26 -1
- data/lib/stripe/resources/credit_note.rb +2 -0
- data/lib/stripe/resources/credit_note_line_item.rb +18 -0
- data/lib/stripe/resources/customer.rb +2 -0
- data/lib/stripe/resources/customer_balance_transaction.rb +2 -0
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +2 -0
- data/lib/stripe/resources/customer_session.rb +2 -0
- data/lib/stripe/resources/discount.rb +2 -0
- data/lib/stripe/resources/dispute.rb +22 -0
- data/lib/stripe/resources/event.rb +64 -1
- data/lib/stripe/resources/financial_connections/account.rb +27 -0
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +35 -0
- data/lib/stripe/resources/financial_connections/institution.rb +127 -0
- data/lib/stripe/resources/financial_connections/session.rb +67 -1
- data/lib/stripe/resources/fx_quote.rb +147 -0
- data/lib/stripe/resources/identity/verification_session.rb +2 -0
- data/lib/stripe/resources/invoice.rb +152 -1
- data/lib/stripe/resources/invoice_item.rb +4 -0
- data/lib/stripe/resources/invoice_line_item.rb +40 -0
- data/lib/stripe/resources/invoice_payment.rb +2 -0
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +263 -0
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +71 -0
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +51 -0
- data/lib/stripe/resources/issuing/settlement.rb +61 -0
- data/lib/stripe/resources/issuing/transaction.rb +2 -0
- data/lib/stripe/resources/line_item.rb +68 -1
- data/lib/stripe/resources/mandate.rb +71 -0
- data/lib/stripe/resources/margin.rb +64 -0
- data/lib/stripe/resources/order.rb +987 -0
- data/lib/stripe/resources/payment_attempt_record.rb +2102 -0
- data/lib/stripe/resources/payment_intent.rb +848 -4
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +128 -0
- data/lib/stripe/resources/payment_method.rb +157 -0
- data/lib/stripe/resources/payment_method_configuration.rb +204 -0
- data/lib/stripe/resources/payment_record.rb +2208 -0
- data/lib/stripe/resources/price.rb +20 -0
- data/lib/stripe/resources/privacy/redaction_job.rb +187 -0
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +49 -0
- data/lib/stripe/resources/promotion_code.rb +2 -0
- data/lib/stripe/resources/quote.rb +571 -2
- data/lib/stripe/resources/quote_line.rb +521 -0
- data/lib/stripe/resources/quote_preview_invoice.rb +1150 -0
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +732 -0
- data/lib/stripe/resources/refund.rb +18 -0
- data/lib/stripe/resources/setup_attempt.rb +63 -0
- data/lib/stripe/resources/setup_intent.rb +132 -1
- data/lib/stripe/resources/source.rb +38 -0
- data/lib/stripe/resources/subscription.rb +232 -0
- data/lib/stripe/resources/subscription_item.rb +20 -1
- data/lib/stripe/resources/subscription_schedule.rb +198 -3
- data/lib/stripe/resources/tax/association.rb +86 -0
- data/lib/stripe/resources/tax/form.rb +264 -0
- data/lib/stripe/resources/tax_id.rb +4 -0
- data/lib/stripe/resources/terminal/configuration.rb +16 -0
- data/lib/stripe/resources/terminal/onboarding_link.rb +71 -0
- data/lib/stripe/resources/terminal/reader.rb +8 -0
- data/lib/stripe/resources/terminal/reader_collected_data.rb +47 -0
- data/lib/stripe/resources/transfer.rb +2 -0
- data/lib/stripe/resources/treasury/financial_account.rb +2 -0
- data/lib/stripe/resources/treasury/financial_account_features.rb +2 -0
- data/lib/stripe/resources/treasury/outbound_transfer.rb +30 -0
- data/lib/stripe/resources/treasury/received_credit.rb +30 -0
- data/lib/stripe/resources/treasury/received_debit.rb +32 -0
- data/lib/stripe/resources/v2/billing/bill_setting.rb +102 -0
- data/lib/stripe/resources/v2/billing/bill_setting_version.rb +90 -0
- data/lib/stripe/resources/v2/billing/cadence.rb +609 -0
- data/lib/stripe/resources/v2/billing/collection_setting.rb +274 -0
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +262 -0
- data/lib/stripe/resources/v2/billing/profile.rb +46 -0
- data/lib/stripe/resources/v2/core/account.rb +3851 -0
- data/lib/stripe/resources/v2/core/account_link.rb +123 -0
- data/lib/stripe/resources/v2/core/account_person.rb +477 -0
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +114 -0
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +47 -0
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +28 -0
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +30 -0
- data/lib/stripe/resources/v2/money_management/adjustment.rb +67 -0
- data/lib/stripe/resources/v2/money_management/financial_account.rb +140 -0
- data/lib/stripe/resources/v2/money_management/financial_address.rb +132 -0
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +148 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +217 -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 +109 -0
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +81 -0
- data/lib/stripe/resources/v2/money_management/received_credit.rb +228 -0
- data/lib/stripe/resources/v2/money_management/received_debit.rb +136 -0
- data/lib/stripe/resources/v2/money_management/transaction.rb +116 -0
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +105 -0
- data/lib/stripe/resources/v2/payments/off_session_payment.rb +242 -0
- data/lib/stripe/resources.rb +116 -0
- data/lib/stripe/services/account_notice_service.rb +39 -0
- data/lib/stripe/services/billing/analytics/meter_usage_service.rb +21 -0
- data/lib/stripe/services/billing/analytics_service.rb +15 -0
- data/lib/stripe/services/billing_service.rb +2 -1
- data/lib/stripe/services/capital/financing_offer_service.rb +42 -0
- data/lib/stripe/services/capital/financing_summary_service.rb +19 -0
- data/lib/stripe/services/capital/financing_transaction_service.rb +31 -0
- data/lib/stripe/services/capital_service.rb +15 -0
- data/lib/stripe/services/external_account_service.rb +68 -0
- data/lib/stripe/services/financial_connections/account_inferred_balance_service.rb +19 -0
- data/lib/stripe/services/financial_connections/account_service.rb +3 -1
- data/lib/stripe/services/financial_connections/institution_service.rb +30 -0
- data/lib/stripe/services/financial_connections_service.rb +2 -1
- data/lib/stripe/services/fx_quote_service.rb +27 -0
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +74 -0
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +30 -0
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +30 -0
- data/lib/stripe/services/issuing_service.rb +5 -1
- data/lib/stripe/services/mandate_service.rb +5 -0
- data/lib/stripe/services/margin_service.rb +50 -0
- data/lib/stripe/services/order_line_item_service.rb +17 -0
- data/lib/stripe/services/order_service.rb +78 -0
- data/lib/stripe/services/payment_attempt_record_service.rb +28 -0
- data/lib/stripe/services/payment_intent_amount_details_line_item_service.rb +17 -0
- data/lib/stripe/services/payment_intent_service.rb +44 -0
- data/lib/stripe/services/payment_record_service.rb +89 -0
- data/lib/stripe/services/privacy/redaction_job_service.rb +104 -0
- data/lib/stripe/services/privacy/redaction_job_validation_error_service.rb +19 -0
- data/lib/stripe/services/privacy_service.rb +13 -0
- data/lib/stripe/services/quote_line_service.rb +17 -0
- data/lib/stripe/services/quote_preview_invoice_service.rb +17 -0
- data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +17 -0
- data/lib/stripe/services/quote_service.rb +49 -1
- data/lib/stripe/services/subscription_schedule_service.rb +11 -0
- data/lib/stripe/services/subscription_service.rb +11 -0
- data/lib/stripe/services/tax/association_service.rb +19 -0
- data/lib/stripe/services/tax/form_service.rb +37 -0
- data/lib/stripe/services/tax_service.rb +3 -1
- data/lib/stripe/services/terminal/onboarding_link_service.rb +19 -0
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +19 -0
- data/lib/stripe/services/terminal_service.rb +3 -1
- data/lib/stripe/services/v1_services.rb +10 -1
- data/lib/stripe/services/v2/billing/bill_setting_service.rb +61 -0
- data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +34 -0
- data/lib/stripe/services/v2/billing/cadence_service.rb +65 -0
- data/lib/stripe/services/v2/billing/collection_setting_service.rb +61 -0
- data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +34 -0
- data/lib/stripe/services/v2/billing/profile_service.rb +54 -0
- data/lib/stripe/services/v2/billing_service.rb +5 -1
- data/lib/stripe/services/v2/core/account_link_service.rb +21 -0
- data/lib/stripe/services/v2/core/account_service.rb +76 -0
- data/lib/stripe/services/v2/core/accounts/person_service.rb +67 -0
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +74 -0
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +68 -0
- data/lib/stripe/services/v2/core/vault_service.rb +18 -0
- data/lib/stripe/services/v2/core_service.rb +4 -1
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +59 -0
- data/lib/stripe/services/v2/money_management/financial_address_service.rb +46 -0
- data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +45 -0
- data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +34 -0
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +62 -0
- data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +73 -0
- data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +60 -0
- data/lib/stripe/services/v2/money_management/payout_method_service.rb +63 -0
- data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +23 -0
- data/lib/stripe/services/v2/money_management/received_credit_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/received_debit_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/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/payment_service.rb +15 -0
- data/lib/stripe/services/v2/payments/off_session_payment_service.rb +65 -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 +4 -1
- data/lib/stripe/services.rb +61 -0
- data/lib/stripe/stripe_client.rb +1 -1
- data/lib/stripe/stripe_configuration.rb +9 -2
- data/lib/stripe/stripe_object.rb +9 -9
- data/lib/stripe/util.rb +9 -3
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +53 -0
- data/rbi/stripe.rbi +155102 -90522
- metadata +351 -5
@@ -0,0 +1,493 @@
|
|
1
|
+
# File generated from our OpenAPI spec
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
module Stripe
|
5
|
+
module V2
|
6
|
+
module Core
|
7
|
+
module Accounts
|
8
|
+
class PersonUpdateParams < Stripe::RequestParams
|
9
|
+
class AdditionalAddress < Stripe::RequestParams
|
10
|
+
# City, district, suburb, town, or village.
|
11
|
+
attr_accessor :city
|
12
|
+
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
13
|
+
attr_accessor :country
|
14
|
+
# Address line 1 (e.g., street, PO Box, or company name).
|
15
|
+
attr_accessor :line1
|
16
|
+
# Address line 2 (e.g., apartment, suite, unit, or building).
|
17
|
+
attr_accessor :line2
|
18
|
+
# ZIP or postal code.
|
19
|
+
attr_accessor :postal_code
|
20
|
+
# Purpose of additional address.
|
21
|
+
attr_accessor :purpose
|
22
|
+
# State, county, province, or region.
|
23
|
+
attr_accessor :state
|
24
|
+
# Town or cho-me.
|
25
|
+
attr_accessor :town
|
26
|
+
|
27
|
+
def initialize(
|
28
|
+
city: nil,
|
29
|
+
country: nil,
|
30
|
+
line1: nil,
|
31
|
+
line2: nil,
|
32
|
+
postal_code: nil,
|
33
|
+
purpose: nil,
|
34
|
+
state: nil,
|
35
|
+
town: nil
|
36
|
+
)
|
37
|
+
@city = city
|
38
|
+
@country = country
|
39
|
+
@line1 = line1
|
40
|
+
@line2 = line2
|
41
|
+
@postal_code = postal_code
|
42
|
+
@purpose = purpose
|
43
|
+
@state = state
|
44
|
+
@town = town
|
45
|
+
end
|
46
|
+
end
|
47
|
+
|
48
|
+
class AdditionalName < Stripe::RequestParams
|
49
|
+
# The person's full name.
|
50
|
+
attr_accessor :full_name
|
51
|
+
# The person's first or given name.
|
52
|
+
attr_accessor :given_name
|
53
|
+
# The purpose or type of the additional name.
|
54
|
+
attr_accessor :purpose
|
55
|
+
# The person's last or family name.
|
56
|
+
attr_accessor :surname
|
57
|
+
|
58
|
+
def initialize(full_name: nil, given_name: nil, purpose: nil, surname: nil)
|
59
|
+
@full_name = full_name
|
60
|
+
@given_name = given_name
|
61
|
+
@purpose = purpose
|
62
|
+
@surname = surname
|
63
|
+
end
|
64
|
+
end
|
65
|
+
|
66
|
+
class AdditionalTermsOfService < Stripe::RequestParams
|
67
|
+
class Account < Stripe::RequestParams
|
68
|
+
# 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.
|
69
|
+
attr_accessor :date
|
70
|
+
# The IP address from which the Account's representative accepted the terms of service.
|
71
|
+
attr_accessor :ip
|
72
|
+
# The user agent of the browser from which the Account's representative accepted the terms of service.
|
73
|
+
attr_accessor :user_agent
|
74
|
+
|
75
|
+
def initialize(date: nil, ip: nil, user_agent: nil)
|
76
|
+
@date = date
|
77
|
+
@ip = ip
|
78
|
+
@user_agent = user_agent
|
79
|
+
end
|
80
|
+
end
|
81
|
+
# Stripe terms of service agreement.
|
82
|
+
attr_accessor :account
|
83
|
+
|
84
|
+
def initialize(account: nil)
|
85
|
+
@account = account
|
86
|
+
end
|
87
|
+
end
|
88
|
+
|
89
|
+
class Address < Stripe::RequestParams
|
90
|
+
# City, district, suburb, town, or village.
|
91
|
+
attr_accessor :city
|
92
|
+
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
93
|
+
attr_accessor :country
|
94
|
+
# Address line 1 (e.g., street, PO Box, or company name).
|
95
|
+
attr_accessor :line1
|
96
|
+
# Address line 2 (e.g., apartment, suite, unit, or building).
|
97
|
+
attr_accessor :line2
|
98
|
+
# ZIP or postal code.
|
99
|
+
attr_accessor :postal_code
|
100
|
+
# State, county, province, or region.
|
101
|
+
attr_accessor :state
|
102
|
+
# Town or cho-me.
|
103
|
+
attr_accessor :town
|
104
|
+
|
105
|
+
def initialize(
|
106
|
+
city: nil,
|
107
|
+
country: nil,
|
108
|
+
line1: nil,
|
109
|
+
line2: nil,
|
110
|
+
postal_code: nil,
|
111
|
+
state: nil,
|
112
|
+
town: nil
|
113
|
+
)
|
114
|
+
@city = city
|
115
|
+
@country = country
|
116
|
+
@line1 = line1
|
117
|
+
@line2 = line2
|
118
|
+
@postal_code = postal_code
|
119
|
+
@state = state
|
120
|
+
@town = town
|
121
|
+
end
|
122
|
+
end
|
123
|
+
|
124
|
+
class DateOfBirth < Stripe::RequestParams
|
125
|
+
# The day of the birth.
|
126
|
+
attr_accessor :day
|
127
|
+
# The month of birth.
|
128
|
+
attr_accessor :month
|
129
|
+
# The year of birth.
|
130
|
+
attr_accessor :year
|
131
|
+
|
132
|
+
def initialize(day: nil, month: nil, year: nil)
|
133
|
+
@day = day
|
134
|
+
@month = month
|
135
|
+
@year = year
|
136
|
+
end
|
137
|
+
end
|
138
|
+
|
139
|
+
class Documents < Stripe::RequestParams
|
140
|
+
class CompanyAuthorization < Stripe::RequestParams
|
141
|
+
# One or more document IDs returned by a [file upload](https://docs.stripe.com/api/persons/update#create_file) with a purpose value of `account_requirement`.
|
142
|
+
attr_accessor :files
|
143
|
+
# The format of the document. Currently supports `files` only.
|
144
|
+
attr_accessor :type
|
145
|
+
|
146
|
+
def initialize(files: nil, type: nil)
|
147
|
+
@files = files
|
148
|
+
@type = type
|
149
|
+
end
|
150
|
+
end
|
151
|
+
|
152
|
+
class Passport < Stripe::RequestParams
|
153
|
+
# One or more document IDs returned by a [file upload](https://docs.stripe.com/api/persons/update#create_file) with a purpose value of `account_requirement`.
|
154
|
+
attr_accessor :files
|
155
|
+
# The format of the document. Currently supports `files` only.
|
156
|
+
attr_accessor :type
|
157
|
+
|
158
|
+
def initialize(files: nil, type: nil)
|
159
|
+
@files = files
|
160
|
+
@type = type
|
161
|
+
end
|
162
|
+
end
|
163
|
+
|
164
|
+
class PrimaryVerification < Stripe::RequestParams
|
165
|
+
class FrontBack < Stripe::RequestParams
|
166
|
+
# A [file upload](https://docs.stripe.com/api/persons/update#create_file) token representing the back of the verification document. The purpose of the uploaded file should be 'identity_document'. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
|
167
|
+
attr_accessor :back
|
168
|
+
# A [file upload](https://docs.stripe.com/api/persons/update#create_file) token representing the front of the verification document. The purpose of the uploaded file should be 'identity_document'. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
|
169
|
+
attr_accessor :front
|
170
|
+
|
171
|
+
def initialize(back: nil, front: nil)
|
172
|
+
@back = back
|
173
|
+
@front = front
|
174
|
+
end
|
175
|
+
end
|
176
|
+
# The [file upload](https://docs.stripe.com/api/persons/update#create_file) tokens referring to each side of the document.
|
177
|
+
attr_accessor :front_back
|
178
|
+
# The format of the verification document. Currently supports `front_back` only.
|
179
|
+
attr_accessor :type
|
180
|
+
|
181
|
+
def initialize(front_back: nil, type: nil)
|
182
|
+
@front_back = front_back
|
183
|
+
@type = type
|
184
|
+
end
|
185
|
+
end
|
186
|
+
|
187
|
+
class SecondaryVerification < Stripe::RequestParams
|
188
|
+
class FrontBack < Stripe::RequestParams
|
189
|
+
# A [file upload](https://docs.stripe.com/api/persons/update#create_file) token representing the back of the verification document. The purpose of the uploaded file should be 'identity_document'. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
|
190
|
+
attr_accessor :back
|
191
|
+
# A [file upload](https://docs.stripe.com/api/persons/update#create_file) token representing the front of the verification document. The purpose of the uploaded file should be 'identity_document'. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
|
192
|
+
attr_accessor :front
|
193
|
+
|
194
|
+
def initialize(back: nil, front: nil)
|
195
|
+
@back = back
|
196
|
+
@front = front
|
197
|
+
end
|
198
|
+
end
|
199
|
+
# The [file upload](https://docs.stripe.com/api/persons/update#create_file) tokens referring to each side of the document.
|
200
|
+
attr_accessor :front_back
|
201
|
+
# The format of the verification document. Currently supports `front_back` only.
|
202
|
+
attr_accessor :type
|
203
|
+
|
204
|
+
def initialize(front_back: nil, type: nil)
|
205
|
+
@front_back = front_back
|
206
|
+
@type = type
|
207
|
+
end
|
208
|
+
end
|
209
|
+
|
210
|
+
class Visa < Stripe::RequestParams
|
211
|
+
# One or more document IDs returned by a [file upload](https://docs.stripe.com/api/persons/update#create_file) with a purpose value of `account_requirement`.
|
212
|
+
attr_accessor :files
|
213
|
+
# The format of the document. Currently supports `files` only.
|
214
|
+
attr_accessor :type
|
215
|
+
|
216
|
+
def initialize(files: nil, type: nil)
|
217
|
+
@files = files
|
218
|
+
@type = type
|
219
|
+
end
|
220
|
+
end
|
221
|
+
# One or more documents that demonstrate proof that this person is authorized to represent the company.
|
222
|
+
attr_accessor :company_authorization
|
223
|
+
# One or more documents showing the person’s passport page with photo and personal data.
|
224
|
+
attr_accessor :passport
|
225
|
+
# An identifying document showing the person's name, either a passport or local ID card.
|
226
|
+
attr_accessor :primary_verification
|
227
|
+
# A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.
|
228
|
+
attr_accessor :secondary_verification
|
229
|
+
# One or more documents showing the person’s visa required for living in the country where they are residing.
|
230
|
+
attr_accessor :visa
|
231
|
+
|
232
|
+
def initialize(
|
233
|
+
company_authorization: nil,
|
234
|
+
passport: nil,
|
235
|
+
primary_verification: nil,
|
236
|
+
secondary_verification: nil,
|
237
|
+
visa: nil
|
238
|
+
)
|
239
|
+
@company_authorization = company_authorization
|
240
|
+
@passport = passport
|
241
|
+
@primary_verification = primary_verification
|
242
|
+
@secondary_verification = secondary_verification
|
243
|
+
@visa = visa
|
244
|
+
end
|
245
|
+
end
|
246
|
+
|
247
|
+
class IdNumber < Stripe::RequestParams
|
248
|
+
# The ID number type of an individual.
|
249
|
+
attr_accessor :type
|
250
|
+
# The value of the ID number.
|
251
|
+
attr_accessor :value
|
252
|
+
|
253
|
+
def initialize(type: nil, value: nil)
|
254
|
+
@type = type
|
255
|
+
@value = value
|
256
|
+
end
|
257
|
+
end
|
258
|
+
|
259
|
+
class Relationship < Stripe::RequestParams
|
260
|
+
# Whether the individual is an authorizer of the Account’s legal entity.
|
261
|
+
attr_accessor :authorizer
|
262
|
+
# Indicates whether the person is a director of the associated legal entity.
|
263
|
+
attr_accessor :director
|
264
|
+
# Indicates whether the person is an executive of the associated legal entity.
|
265
|
+
attr_accessor :executive
|
266
|
+
# Indicates whether the person is a legal guardian of the associated legal entity.
|
267
|
+
attr_accessor :legal_guardian
|
268
|
+
# Indicates whether the person is an owner of the associated legal entity.
|
269
|
+
attr_accessor :owner
|
270
|
+
# The percentage of ownership the person has in the associated legal entity.
|
271
|
+
attr_accessor :percent_ownership
|
272
|
+
# Indicates whether the person is a representative of the associated legal entity.
|
273
|
+
attr_accessor :representative
|
274
|
+
# The title or position the person holds in the associated legal entity.
|
275
|
+
attr_accessor :title
|
276
|
+
|
277
|
+
def initialize(
|
278
|
+
authorizer: nil,
|
279
|
+
director: nil,
|
280
|
+
executive: nil,
|
281
|
+
legal_guardian: nil,
|
282
|
+
owner: nil,
|
283
|
+
percent_ownership: nil,
|
284
|
+
representative: nil,
|
285
|
+
title: nil
|
286
|
+
)
|
287
|
+
@authorizer = authorizer
|
288
|
+
@director = director
|
289
|
+
@executive = executive
|
290
|
+
@legal_guardian = legal_guardian
|
291
|
+
@owner = owner
|
292
|
+
@percent_ownership = percent_ownership
|
293
|
+
@representative = representative
|
294
|
+
@title = title
|
295
|
+
end
|
296
|
+
end
|
297
|
+
|
298
|
+
class ScriptAddresses < Stripe::RequestParams
|
299
|
+
class Kana < Stripe::RequestParams
|
300
|
+
# City, district, suburb, town, or village.
|
301
|
+
attr_accessor :city
|
302
|
+
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
303
|
+
attr_accessor :country
|
304
|
+
# Address line 1 (e.g., street, PO Box, or company name).
|
305
|
+
attr_accessor :line1
|
306
|
+
# Address line 2 (e.g., apartment, suite, unit, or building).
|
307
|
+
attr_accessor :line2
|
308
|
+
# ZIP or postal code.
|
309
|
+
attr_accessor :postal_code
|
310
|
+
# State, county, province, or region.
|
311
|
+
attr_accessor :state
|
312
|
+
# Town or cho-me.
|
313
|
+
attr_accessor :town
|
314
|
+
|
315
|
+
def initialize(
|
316
|
+
city: nil,
|
317
|
+
country: nil,
|
318
|
+
line1: nil,
|
319
|
+
line2: nil,
|
320
|
+
postal_code: nil,
|
321
|
+
state: nil,
|
322
|
+
town: nil
|
323
|
+
)
|
324
|
+
@city = city
|
325
|
+
@country = country
|
326
|
+
@line1 = line1
|
327
|
+
@line2 = line2
|
328
|
+
@postal_code = postal_code
|
329
|
+
@state = state
|
330
|
+
@town = town
|
331
|
+
end
|
332
|
+
end
|
333
|
+
|
334
|
+
class Kanji < Stripe::RequestParams
|
335
|
+
# City, district, suburb, town, or village.
|
336
|
+
attr_accessor :city
|
337
|
+
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
338
|
+
attr_accessor :country
|
339
|
+
# Address line 1 (e.g., street, PO Box, or company name).
|
340
|
+
attr_accessor :line1
|
341
|
+
# Address line 2 (e.g., apartment, suite, unit, or building).
|
342
|
+
attr_accessor :line2
|
343
|
+
# ZIP or postal code.
|
344
|
+
attr_accessor :postal_code
|
345
|
+
# State, county, province, or region.
|
346
|
+
attr_accessor :state
|
347
|
+
# Town or cho-me.
|
348
|
+
attr_accessor :town
|
349
|
+
|
350
|
+
def initialize(
|
351
|
+
city: nil,
|
352
|
+
country: nil,
|
353
|
+
line1: nil,
|
354
|
+
line2: nil,
|
355
|
+
postal_code: nil,
|
356
|
+
state: nil,
|
357
|
+
town: nil
|
358
|
+
)
|
359
|
+
@city = city
|
360
|
+
@country = country
|
361
|
+
@line1 = line1
|
362
|
+
@line2 = line2
|
363
|
+
@postal_code = postal_code
|
364
|
+
@state = state
|
365
|
+
@town = town
|
366
|
+
end
|
367
|
+
end
|
368
|
+
# Kana Address.
|
369
|
+
attr_accessor :kana
|
370
|
+
# Kanji Address.
|
371
|
+
attr_accessor :kanji
|
372
|
+
|
373
|
+
def initialize(kana: nil, kanji: nil)
|
374
|
+
@kana = kana
|
375
|
+
@kanji = kanji
|
376
|
+
end
|
377
|
+
end
|
378
|
+
|
379
|
+
class ScriptNames < Stripe::RequestParams
|
380
|
+
class Kana < Stripe::RequestParams
|
381
|
+
# The person's first or given name.
|
382
|
+
attr_accessor :given_name
|
383
|
+
# The person's last or family name.
|
384
|
+
attr_accessor :surname
|
385
|
+
|
386
|
+
def initialize(given_name: nil, surname: nil)
|
387
|
+
@given_name = given_name
|
388
|
+
@surname = surname
|
389
|
+
end
|
390
|
+
end
|
391
|
+
|
392
|
+
class Kanji < Stripe::RequestParams
|
393
|
+
# The person's first or given name.
|
394
|
+
attr_accessor :given_name
|
395
|
+
# The person's last or family name.
|
396
|
+
attr_accessor :surname
|
397
|
+
|
398
|
+
def initialize(given_name: nil, surname: nil)
|
399
|
+
@given_name = given_name
|
400
|
+
@surname = surname
|
401
|
+
end
|
402
|
+
end
|
403
|
+
# Persons name in kana script.
|
404
|
+
attr_accessor :kana
|
405
|
+
# Persons name in kanji script.
|
406
|
+
attr_accessor :kanji
|
407
|
+
|
408
|
+
def initialize(kana: nil, kanji: nil)
|
409
|
+
@kana = kana
|
410
|
+
@kanji = kanji
|
411
|
+
end
|
412
|
+
end
|
413
|
+
# Additional addresses associated with the person.
|
414
|
+
attr_accessor :additional_addresses
|
415
|
+
# Additional names (e.g. aliases) associated with the person.
|
416
|
+
attr_accessor :additional_names
|
417
|
+
# Attestations of accepted terms of service agreements.
|
418
|
+
attr_accessor :additional_terms_of_service
|
419
|
+
# The primary address associated with the person.
|
420
|
+
attr_accessor :address
|
421
|
+
# The person's date of birth.
|
422
|
+
attr_accessor :date_of_birth
|
423
|
+
# Documents that may be submitted to satisfy various informational requests.
|
424
|
+
attr_accessor :documents
|
425
|
+
# Email.
|
426
|
+
attr_accessor :email
|
427
|
+
# The person's first name.
|
428
|
+
attr_accessor :given_name
|
429
|
+
# The identification numbers (e.g., SSN) associated with the person.
|
430
|
+
attr_accessor :id_numbers
|
431
|
+
# The person's gender (International regulations require either "male" or "female").
|
432
|
+
attr_accessor :legal_gender
|
433
|
+
# 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.
|
434
|
+
attr_accessor :metadata
|
435
|
+
# The nationalities (countries) this person is associated with.
|
436
|
+
attr_accessor :nationalities
|
437
|
+
# The phone number for this person.
|
438
|
+
attr_accessor :phone
|
439
|
+
# The person's political exposure.
|
440
|
+
attr_accessor :political_exposure
|
441
|
+
# The relationship that this person has with the Account's business or legal entity.
|
442
|
+
attr_accessor :relationship
|
443
|
+
# The script addresses (e.g., non-Latin characters) associated with the person.
|
444
|
+
attr_accessor :script_addresses
|
445
|
+
# The script names (e.g. non-Latin characters) associated with the person.
|
446
|
+
attr_accessor :script_names
|
447
|
+
# The person's last name.
|
448
|
+
attr_accessor :surname
|
449
|
+
|
450
|
+
def initialize(
|
451
|
+
additional_addresses: nil,
|
452
|
+
additional_names: nil,
|
453
|
+
additional_terms_of_service: nil,
|
454
|
+
address: nil,
|
455
|
+
date_of_birth: nil,
|
456
|
+
documents: nil,
|
457
|
+
email: nil,
|
458
|
+
given_name: nil,
|
459
|
+
id_numbers: nil,
|
460
|
+
legal_gender: nil,
|
461
|
+
metadata: nil,
|
462
|
+
nationalities: nil,
|
463
|
+
phone: nil,
|
464
|
+
political_exposure: nil,
|
465
|
+
relationship: nil,
|
466
|
+
script_addresses: nil,
|
467
|
+
script_names: nil,
|
468
|
+
surname: nil
|
469
|
+
)
|
470
|
+
@additional_addresses = additional_addresses
|
471
|
+
@additional_names = additional_names
|
472
|
+
@additional_terms_of_service = additional_terms_of_service
|
473
|
+
@address = address
|
474
|
+
@date_of_birth = date_of_birth
|
475
|
+
@documents = documents
|
476
|
+
@email = email
|
477
|
+
@given_name = given_name
|
478
|
+
@id_numbers = id_numbers
|
479
|
+
@legal_gender = legal_gender
|
480
|
+
@metadata = metadata
|
481
|
+
@nationalities = nationalities
|
482
|
+
@phone = phone
|
483
|
+
@political_exposure = political_exposure
|
484
|
+
@relationship = relationship
|
485
|
+
@script_addresses = script_addresses
|
486
|
+
@script_names = script_names
|
487
|
+
@surname = surname
|
488
|
+
end
|
489
|
+
end
|
490
|
+
end
|
491
|
+
end
|
492
|
+
end
|
493
|
+
end
|
@@ -0,0 +1,50 @@
|
|
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 Sort Code of the bank account.
|
33
|
+
attr_accessor :sort_code
|
34
|
+
|
35
|
+
def initialize(
|
36
|
+
account_number: nil,
|
37
|
+
bank_account_type: nil,
|
38
|
+
confirmation_of_payee: nil,
|
39
|
+
sort_code: nil
|
40
|
+
)
|
41
|
+
@account_number = account_number
|
42
|
+
@bank_account_type = bank_account_type
|
43
|
+
@confirmation_of_payee = confirmation_of_payee
|
44
|
+
@sort_code = sort_code
|
45
|
+
end
|
46
|
+
end
|
47
|
+
end
|
48
|
+
end
|
49
|
+
end
|
50
|
+
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,33 @@
|
|
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 fedwire routing number of the bank account. Note that certain banks have the same ACH and wire routing number.
|
14
|
+
attr_accessor :fedwire_routing_number
|
15
|
+
# The ACH routing number of the bank account. Note that certain banks have the same ACH and wire routing number.
|
16
|
+
attr_accessor :routing_number
|
17
|
+
|
18
|
+
def initialize(
|
19
|
+
account_number: nil,
|
20
|
+
bank_account_type: nil,
|
21
|
+
fedwire_routing_number: nil,
|
22
|
+
routing_number: nil
|
23
|
+
)
|
24
|
+
@account_number = account_number
|
25
|
+
@bank_account_type = bank_account_type
|
26
|
+
@fedwire_routing_number = fedwire_routing_number
|
27
|
+
@routing_number = routing_number
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
32
|
+
end
|
33
|
+
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 UsBankAccountUpdateParams < Stripe::RequestParams
|
9
|
+
# The bank account's fedwire routing number can be provided for update it was were empty previously.
|
10
|
+
attr_accessor :fedwire_routing_number
|
11
|
+
# The bank account's ACH routing number can be provided for update if it was empty previously.
|
12
|
+
attr_accessor :routing_number
|
13
|
+
|
14
|
+
def initialize(fedwire_routing_number: nil, routing_number: nil)
|
15
|
+
@fedwire_routing_number = fedwire_routing_number
|
16
|
+
@routing_number = routing_number
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|