stripe 19.2.0.pre.beta.1 → 19.2.0
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 +3 -34
- data/lib/stripe/api_version.rb +2 -1
- data/lib/stripe/errors.rb +0 -63
- data/lib/stripe/event_types.rb +16 -187
- data/lib/stripe/events/{v2_money_management_received_debit_pending_event.rb → v2_commerce_product_catalog_imports_failed_event.rb} +7 -7
- data/lib/stripe/events/{v2_money_management_outbound_transfer_canceled_event.rb → v2_commerce_product_catalog_imports_processing_event.rb} +7 -7
- data/lib/stripe/events/{v2_money_management_financial_account_created_event.rb → v2_commerce_product_catalog_imports_succeeded_event.rb} +7 -7
- data/lib/stripe/events/{v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb → v2_commerce_product_catalog_imports_succeeded_with_errors_event.rb} +7 -7
- data/lib/stripe/object_types.rb +1 -55
- data/lib/stripe/params/account_create_params.rb +17 -364
- data/lib/stripe/params/account_session_create_params.rb +1 -226
- data/lib/stripe/params/account_update_params.rb +16 -326
- data/lib/stripe/params/balance_settings_update_params.rb +42 -2
- data/lib/stripe/params/charge_capture_params.rb +0 -1646
- data/lib/stripe/params/charge_create_params.rb +4 -1
- data/lib/stripe/params/charge_update_params.rb +0 -1646
- data/lib/stripe/params/checkout/session_create_params.rb +31 -141
- data/lib/stripe/params/checkout/session_update_params.rb +1 -176
- data/lib/stripe/params/confirmation_token_create_params.rb +11 -79
- data/lib/stripe/params/coupon_create_params.rb +1 -17
- data/lib/stripe/params/customer_session_create_params.rb +1 -32
- data/lib/stripe/params/dispute_update_params.rb +1 -10
- data/lib/stripe/params/financial_connections/session_create_params.rb +2 -64
- data/lib/stripe/params/invoice_add_lines_params.rb +1 -48
- data/lib/stripe/params/invoice_attach_payment_params.rb +1 -43
- data/lib/stripe/params/invoice_create_params.rb +2 -70
- data/lib/stripe/params/invoice_create_preview_params.rb +13 -790
- data/lib/stripe/params/invoice_item_create_params.rb +1 -33
- data/lib/stripe/params/invoice_item_update_params.rb +1 -33
- data/lib/stripe/params/invoice_line_item_update_params.rb +1 -48
- data/lib/stripe/params/invoice_update_lines_params.rb +1 -48
- data/lib/stripe/params/invoice_update_params.rb +2 -70
- data/lib/stripe/params/issuing/cardholder_create_params.rb +1 -2
- data/lib/stripe/params/issuing/transaction_list_params.rb +0 -4
- data/lib/stripe/params/payment_intent_capture_params.rb +3 -1645
- data/lib/stripe/params/payment_intent_confirm_params.rb +136 -3038
- data/lib/stripe/params/payment_intent_create_params.rb +167 -3043
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +2 -39
- data/lib/stripe/params/payment_intent_update_params.rb +121 -3034
- data/lib/stripe/params/payment_link_create_params.rb +30 -16
- data/lib/stripe/params/payment_link_update_params.rb +29 -0
- data/lib/stripe/params/payment_method_configuration_create_params.rb +24 -87
- data/lib/stripe/params/payment_method_configuration_list_params.rb +4 -0
- data/lib/stripe/params/payment_method_configuration_update_params.rb +24 -87
- data/lib/stripe/params/payment_method_create_params.rb +11 -75
- data/lib/stripe/params/payout_create_params.rb +1 -1
- data/lib/stripe/params/plan_create_params.rb +0 -15
- data/lib/stripe/params/price_create_params.rb +0 -15
- data/lib/stripe/params/price_update_params.rb +0 -19
- data/lib/stripe/params/product_create_params.rb +0 -16
- data/lib/stripe/params/product_update_params.rb +0 -16
- data/lib/stripe/params/quote_create_params.rb +3 -809
- data/lib/stripe/params/quote_list_params.rb +0 -4
- data/lib/stripe/params/quote_update_params.rb +4 -817
- data/lib/stripe/params/setup_intent_confirm_params.rb +21 -110
- data/lib/stripe/params/setup_intent_create_params.rb +21 -110
- data/lib/stripe/params/setup_intent_update_params.rb +21 -110
- data/lib/stripe/params/subscription_create_params.rb +11 -181
- data/lib/stripe/params/subscription_item_create_params.rb +3 -69
- data/lib/stripe/params/subscription_item_delete_params.rb +1 -7
- data/lib/stripe/params/subscription_item_update_params.rb +2 -52
- data/lib/stripe/params/subscription_schedule_create_params.rb +9 -167
- data/lib/stripe/params/subscription_schedule_update_params.rb +9 -167
- data/lib/stripe/params/subscription_update_params.rb +11 -161
- data/lib/stripe/params/tax/calculation_create_params.rb +0 -4
- data/lib/stripe/params/tax/registration_create_params.rb +0 -104
- data/lib/stripe/params/terminal/configuration_create_params.rb +52 -13
- data/lib/stripe/params/terminal/configuration_update_params.rb +52 -13
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +11 -79
- data/lib/stripe/params/test_helpers/test_clock_create_params.rb +4 -1
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +1 -25
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +1 -25
- data/lib/stripe/params/transfer_create_params.rb +0 -4
- data/lib/stripe/params/treasury/financial_account_create_params.rb +1 -8
- data/lib/stripe/params/treasury/financial_account_features_update_params.rb +1 -4
- data/lib/stripe/params/treasury/financial_account_update_features_params.rb +1 -4
- data/lib/stripe/params/treasury/financial_account_update_params.rb +1 -8
- data/lib/stripe/params/treasury/outbound_payment_create_params.rb +0 -4
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +0 -24
- data/lib/stripe/params/treasury/received_credit_create_params.rb +1 -25
- data/lib/stripe/params/treasury/received_debit_create_params.rb +1 -25
- data/lib/stripe/params/v2/billing/meter_event_adjustment_create_params.rb +2 -2
- data/lib/stripe/params/v2/commerce/product_catalog/import_create_params.rb +25 -0
- data/lib/stripe/params/v2/commerce/product_catalog/import_list_params.rb +54 -0
- data/lib/stripe/params/v2/{billing/bill_settings/version_retrieve_params.rb → commerce/product_catalog/import_retrieve_params.rb} +3 -3
- data/lib/stripe/params/v2/core/account_create_params.rb +33 -288
- data/lib/stripe/params/v2/core/account_token_create_params.rb +28 -18
- data/lib/stripe/params/v2/core/account_update_params.rb +33 -281
- data/lib/stripe/params.rb +1342 -777
- data/lib/stripe/railtie.rb +8 -0
- data/lib/stripe/resources/account.rb +5 -259
- data/lib/stripe/resources/account_session.rb +0 -81
- data/lib/stripe/resources/balance.rb +0 -83
- data/lib/stripe/resources/balance_settings.rb +42 -2
- data/lib/stripe/resources/billing/alert_triggered.rb +0 -4
- data/lib/stripe/resources/card.rb +0 -2
- data/lib/stripe/resources/charge.rb +36 -211
- data/lib/stripe/resources/checkout/session.rb +26 -82
- data/lib/stripe/resources/confirmation_token.rb +20 -125
- data/lib/stripe/resources/coupon.rb +1 -26
- data/lib/stripe/resources/credit_note_line_item.rb +0 -18
- data/lib/stripe/resources/customer_session.rb +0 -36
- data/lib/stripe/resources/discount.rb +2 -2
- data/lib/stripe/resources/dispute.rb +0 -22
- data/lib/stripe/resources/event.rb +1 -64
- data/lib/stripe/resources/financial_connections/account.rb +0 -57
- data/lib/stripe/resources/financial_connections/session.rb +1 -125
- data/lib/stripe/resources/invoice.rb +3 -117
- data/lib/stripe/resources/invoice_item.rb +34 -3
- data/lib/stripe/resources/invoice_line_item.rb +0 -40
- data/lib/stripe/resources/issuing/dispute.rb +1 -1
- data/lib/stripe/resources/issuing/personalization_design.rb +1 -1
- data/lib/stripe/resources/issuing/transaction.rb +0 -2
- data/lib/stripe/resources/line_item.rb +0 -42
- data/lib/stripe/resources/mandate.rb +13 -12
- data/lib/stripe/resources/payment_attempt_record.rb +41 -187
- data/lib/stripe/resources/payment_intent.rb +96 -1583
- data/lib/stripe/resources/payment_link.rb +40 -0
- data/lib/stripe/resources/payment_method.rb +21 -130
- data/lib/stripe/resources/payment_method_configuration.rb +20 -122
- data/lib/stripe/resources/payment_record.rb +41 -187
- data/lib/stripe/resources/price.rb +0 -20
- data/lib/stripe/resources/product.rb +0 -18
- data/lib/stripe/resources/quote.rb +2 -569
- data/lib/stripe/resources/radar/payment_evaluation.rb +1 -1
- data/lib/stripe/resources/refund.rb +13 -18
- data/lib/stripe/resources/reserve/hold.rb +0 -7
- data/lib/stripe/resources/reserve/release.rb +0 -12
- data/lib/stripe/resources/setup_attempt.rb +4 -26
- data/lib/stripe/resources/setup_intent.rb +27 -22
- data/lib/stripe/resources/source.rb +0 -38
- data/lib/stripe/resources/subscription.rb +10 -107
- data/lib/stripe/resources/subscription_item.rb +1 -41
- data/lib/stripe/resources/subscription_schedule.rb +5 -198
- data/lib/stripe/resources/tax/calculation_line_item.rb +0 -2
- data/lib/stripe/resources/tax/registration.rb +0 -128
- data/lib/stripe/resources/tax_code.rb +1 -15
- data/lib/stripe/resources/terminal/configuration.rb +64 -16
- data/lib/stripe/resources/terminal/reader.rb +116 -8
- data/lib/stripe/resources/transfer.rb +0 -2
- data/lib/stripe/resources/treasury/financial_account.rb +0 -2
- data/lib/stripe/resources/treasury/financial_account_features.rb +0 -2
- data/lib/stripe/resources/treasury/outbound_payment.rb +0 -2
- data/lib/stripe/resources/treasury/outbound_transfer.rb +0 -30
- data/lib/stripe/resources/treasury/received_credit.rb +0 -30
- data/lib/stripe/resources/treasury/received_debit.rb +0 -32
- data/lib/stripe/resources/v2/billing/meter_event_adjustment.rb +3 -3
- data/lib/stripe/resources/v2/billing/meter_event_session.rb +3 -3
- data/lib/stripe/resources/v2/commerce/product_catalog_import.rb +274 -0
- data/lib/stripe/resources/v2/core/account.rb +40 -607
- data/lib/stripe/resources/v2/core/account_token.rb +1 -1
- data/lib/stripe/resources/v2/core/event.rb +1 -0
- data/lib/stripe/resources.rb +500 -279
- data/lib/stripe/services/account_service.rb +0 -15
- data/lib/stripe/services/billing_service.rb +1 -2
- data/lib/stripe/services/credit_note_service.rb +0 -14
- data/lib/stripe/services/customer_service.rb +0 -15
- data/lib/stripe/services/financial_connections/account_service.rb +1 -3
- data/lib/stripe/services/financial_connections_service.rb +1 -3
- data/lib/stripe/services/invoice_service.rb +0 -41
- data/lib/stripe/services/issuing_service.rb +1 -5
- data/lib/stripe/services/mandate_service.rb +0 -5
- data/lib/stripe/services/payment_intent_service.rb +3 -38
- data/lib/stripe/services/promotion_code_service.rb +0 -29
- data/lib/stripe/services/quote_service.rb +1 -49
- data/lib/stripe/services/subscription_schedule_service.rb +0 -55
- data/lib/stripe/services/subscription_service.rb +2 -32
- data/lib/stripe/services/tax_service.rb +1 -3
- data/lib/stripe/services/terminal_service.rb +1 -2
- data/lib/stripe/services/test_helpers_service.rb +1 -2
- data/lib/stripe/services/v1_services.rb +1 -11
- data/lib/stripe/services/v2/billing/meter_event_session_service.rb +1 -1
- data/lib/stripe/services/v2/billing_service.rb +1 -5
- data/lib/stripe/services/v2/commerce/product_catalog/import_service.rb +45 -0
- data/lib/stripe/services/v2/commerce/product_catalog_service.rb +17 -0
- data/lib/stripe/services/v2/commerce_service.rb +15 -0
- data/lib/stripe/services/v2/core/account_service.rb +1 -1
- data/lib/stripe/services/v2/core/account_token_service.rb +5 -1
- data/lib/stripe/services/v2/core/accounts/person_token_service.rb +2 -1
- data/lib/stripe/services/v2/core/event_service.rb +2 -1
- data/lib/stripe/services/v2/core_service.rb +1 -3
- data/lib/stripe/services/v2_services.rb +2 -3
- data/lib/stripe/services.rb +469 -253
- data/lib/stripe/stripe_client.rb +1 -8
- data/lib/stripe/stripe_configuration.rb +1 -3
- data/lib/stripe/stripe_object.rb +1 -1
- data/lib/stripe/util.rb +1 -7
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +25 -58
- data/rbi/stripe/stripe_client.rbi +0 -13
- data/rbi/stripe.rbi +50053 -113322
- metadata +16 -333
- data/lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_batch_failed_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_completed_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_created_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_ready_for_upload_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_timeout_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_upload_timeout_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_validating_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_validation_failed_event.rb +0 -44
- data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +0 -78
- data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +0 -61
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_payout_method_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_payout_method_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +0 -61
- data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_transaction_created_event.rb +0 -61
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +0 -44
- data/lib/stripe/params/account_notice_list_params.rb +0 -25
- data/lib/stripe/params/account_notice_retrieve_params.rb +0 -13
- data/lib/stripe/params/account_notice_update_params.rb +0 -36
- data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +0 -65
- data/lib/stripe/params/capital/financing_offer_list_params.rb +0 -58
- data/lib/stripe/params/capital/financing_offer_mark_delivered_params.rb +0 -15
- data/lib/stripe/params/capital/financing_offer_retrieve_params.rb +0 -15
- data/lib/stripe/params/capital/financing_summary_retrieve_params.rb +0 -15
- data/lib/stripe/params/capital/financing_transaction_list_params.rb +0 -45
- data/lib/stripe/params/capital/financing_transaction_retrieve_params.rb +0 -15
- data/lib/stripe/params/external_account_create_params.rb +0 -134
- data/lib/stripe/params/external_account_delete_params.rb +0 -6
- data/lib/stripe/params/external_account_list_params.rb +0 -25
- data/lib/stripe/params/external_account_retrieve_params.rb +0 -13
- data/lib/stripe/params/external_account_update_params.rb +0 -91
- data/lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb +0 -24
- data/lib/stripe/params/financial_connections/authorization_retrieve_params.rb +0 -15
- data/lib/stripe/params/financial_connections/institution_list_params.rb +0 -24
- data/lib/stripe/params/financial_connections/institution_retrieve_params.rb +0 -15
- data/lib/stripe/params/fx_quote_create_params.rb +0 -73
- data/lib/stripe/params/fx_quote_list_params.rb +0 -22
- data/lib/stripe/params/fx_quote_retrieve_params.rb +0 -13
- data/lib/stripe/params/invoice_detach_payment_params.rb +0 -16
- data/lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb +0 -163
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb +0 -50
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb +0 -128
- data/lib/stripe/params/issuing/credit_underwriting_record_list_params.rb +0 -24
- data/lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb +0 -86
- data/lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb +0 -33
- data/lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/fraud_liability_debit_list_params.rb +0 -44
- data/lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb +0 -15
- data/lib/stripe/params/mandate_list_params.rb +0 -39
- data/lib/stripe/params/margin_create_params.rb +0 -25
- data/lib/stripe/params/margin_list_params.rb +0 -25
- data/lib/stripe/params/margin_retrieve_params.rb +0 -13
- data/lib/stripe/params/margin_update_params.rb +0 -22
- data/lib/stripe/params/order_create_params.rb +0 -2083
- data/lib/stripe/params/order_list_params.rb +0 -25
- data/lib/stripe/params/order_retrieve_params.rb +0 -13
- data/lib/stripe/params/order_submit_params.rb +0 -16
- data/lib/stripe/params/order_update_params.rb +0 -2087
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +0 -297
- data/lib/stripe/params/payment_intent_trigger_action_params.rb +0 -27
- data/lib/stripe/params/privacy/redaction_job_cancel_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_create_params.rb +0 -67
- data/lib/stripe/params/privacy/redaction_job_list_params.rb +0 -27
- data/lib/stripe/params/privacy/redaction_job_retrieve_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_run_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_update_params.rb +0 -18
- data/lib/stripe/params/privacy/redaction_job_validate_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb +0 -24
- data/lib/stripe/params/product_catalog/trial_offer_create_params.rb +0 -63
- data/lib/stripe/params/quote_line_list_params.rb +0 -22
- data/lib/stripe/params/quote_list_lines_params.rb +0 -22
- data/lib/stripe/params/quote_list_preview_invoice_lines_params.rb +0 -22
- data/lib/stripe/params/quote_mark_draft_params.rb +0 -13
- data/lib/stripe/params/quote_mark_stale_params.rb +0 -16
- data/lib/stripe/params/quote_preview_invoice_list_params.rb +0 -22
- data/lib/stripe/params/quote_preview_subscription_schedule_list_params.rb +0 -22
- data/lib/stripe/params/quote_reestimate_params.rb +0 -13
- data/lib/stripe/params/reserve/hold_list_params.rb +0 -53
- data/lib/stripe/params/reserve/hold_retrieve_params.rb +0 -15
- data/lib/stripe/params/reserve/plan_retrieve_params.rb +0 -15
- data/lib/stripe/params/reserve/release_list_params.rb +0 -41
- data/lib/stripe/params/reserve/release_retrieve_params.rb +0 -15
- data/lib/stripe/params/shared_payment/granted_token_create_params.rb +0 -47
- data/lib/stripe/params/shared_payment/granted_token_retrieve_params.rb +0 -15
- data/lib/stripe/params/shared_payment/granted_token_revoke_params.rb +0 -15
- data/lib/stripe/params/shared_payment/issued_token_create_params.rb +0 -67
- data/lib/stripe/params/shared_payment/issued_token_retrieve_params.rb +0 -15
- data/lib/stripe/params/shared_payment/issued_token_revoke_params.rb +0 -15
- data/lib/stripe/params/subscription_schedule_amend_params.rb +0 -578
- data/lib/stripe/params/tax/form_list_params.rb +0 -51
- data/lib/stripe/params/tax/form_pdf_params.rb +0 -15
- data/lib/stripe/params/tax/form_retrieve_params.rb +0 -15
- data/lib/stripe/params/tax/location_create_params.rb +0 -54
- data/lib/stripe/params/tax/location_list_params.rb +0 -27
- data/lib/stripe/params/tax/location_retrieve_params.rb +0 -15
- data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +0 -15
- data/lib/stripe/params/test_helpers/shared_payment/granted_token_create_params.rb +0 -49
- data/lib/stripe/params/test_helpers/shared_payment/granted_token_revoke_params.rb +0 -17
- data/lib/stripe/params/v2/billing/bill_setting_create_params.rb +0 -74
- data/lib/stripe/params/v2/billing/bill_setting_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/bill_setting_update_params.rb +0 -80
- data/lib/stripe/params/v2/billing/bill_settings/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/billing/cadence_create_params.rb +0 -253
- data/lib/stripe/params/v2/billing/cadence_list_params.rb +0 -43
- data/lib/stripe/params/v2/billing/cadence_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/billing/cadence_update_params.rb +0 -75
- data/lib/stripe/params/v2/billing/collection_setting_create_params.rb +0 -254
- data/lib/stripe/params/v2/billing/collection_setting_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/collection_setting_update_params.rb +0 -260
- data/lib/stripe/params/v2/billing/collection_settings/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/profile_create_params.rb +0 -37
- data/lib/stripe/params/v2/billing/profile_list_params.rb +0 -40
- data/lib/stripe/params/v2/billing/profile_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/profile_update_params.rb +0 -35
- data/lib/stripe/params/v2/core/batch_job_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/core/batch_job_create_params.rb +0 -58
- data/lib/stripe/params/v2/core/batch_job_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb +0 -58
- data/lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/gb_bank_account_list_params.rb +0 -19
- data/lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_confirm_microdeposits_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb +0 -37
- data/lib/stripe/params/v2/core/vault/us_bank_account_list_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_send_microdeposits_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb +0 -22
- data/lib/stripe/params/v2/money_management/adjustment_list_params.rb +0 -48
- data/lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/financial_account_close_params.rb +0 -28
- data/lib/stripe/params/v2/money_management/financial_account_create_params.rb +0 -34
- data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/financial_account_update_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/financial_address_list_params.rb +0 -23
- data/lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb +0 -50
- data/lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb +0 -44
- data/lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +0 -102
- data/lib/stripe/params/v2/money_management/outbound_payment_list_params.rb +0 -52
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +0 -67
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +0 -92
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb +0 -87
- data/lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +0 -77
- data/lib/stripe/params/v2/money_management/outbound_transfer_list_params.rb +0 -48
- data/lib/stripe/params/v2/money_management/outbound_transfer_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_method_archive_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_method_list_params.rb +0 -31
- data/lib/stripe/params/v2/money_management/payout_method_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_method_unarchive_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_methods_bank_account_spec_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/received_credit_list_params.rb +0 -44
- data/lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/received_debit_list_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/transaction_entry_list_params.rb +0 -43
- data/lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/transaction_list_params.rb +0 -47
- data/lib/stripe/params/v2/money_management/transaction_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb +0 -23
- data/lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb +0 -10
- data/lib/stripe/resources/account_notice.rb +0 -94
- data/lib/stripe/resources/billing/analytics/meter_usage.rb +0 -33
- data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +0 -38
- data/lib/stripe/resources/capital/financing_offer.rb +0 -142
- data/lib/stripe/resources/capital/financing_summary.rb +0 -82
- data/lib/stripe/resources/capital/financing_transaction.rb +0 -99
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +0 -35
- data/lib/stripe/resources/financial_connections/authorization.rb +0 -82
- data/lib/stripe/resources/financial_connections/institution.rb +0 -127
- data/lib/stripe/resources/fx_quote.rb +0 -147
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +0 -263
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +0 -71
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +0 -51
- data/lib/stripe/resources/issuing/settlement.rb +0 -61
- data/lib/stripe/resources/margin.rb +0 -64
- data/lib/stripe/resources/order.rb +0 -927
- data/lib/stripe/resources/privacy/redaction_job.rb +0 -189
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +0 -49
- data/lib/stripe/resources/product_catalog/trial_offer.rb +0 -103
- data/lib/stripe/resources/quote_line.rb +0 -525
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -1181
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -734
- data/lib/stripe/resources/shared_payment/granted_token.rb +0 -1766
- data/lib/stripe/resources/shared_payment/issued_token.rb +0 -291
- data/lib/stripe/resources/tax/form.rb +0 -264
- data/lib/stripe/resources/tax/location.rb +0 -72
- data/lib/stripe/resources/terminal/reader_collected_data.rb +0 -47
- data/lib/stripe/resources/v2/billing/bill_setting.rb +0 -102
- data/lib/stripe/resources/v2/billing/bill_setting_version.rb +0 -91
- data/lib/stripe/resources/v2/billing/cadence.rb +0 -688
- data/lib/stripe/resources/v2/billing/collection_setting.rb +0 -305
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +0 -294
- data/lib/stripe/resources/v2/billing/profile.rb +0 -47
- data/lib/stripe/resources/v2/core/batch_job.rb +0 -492
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +0 -136
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +0 -105
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +0 -29
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +0 -31
- data/lib/stripe/resources/v2/money_management/adjustment.rb +0 -67
- data/lib/stripe/resources/v2/money_management/financial_account.rb +0 -140
- data/lib/stripe/resources/v2/money_management/financial_address.rb +0 -160
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +0 -148
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -219
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +0 -144
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +0 -69
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +0 -196
- data/lib/stripe/resources/v2/money_management/payout_method.rb +0 -145
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +0 -83
- data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -230
- data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -136
- data/lib/stripe/resources/v2/money_management/transaction.rb +0 -135
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +0 -105
- data/lib/stripe/services/account_notice_service.rb +0 -39
- data/lib/stripe/services/billing/analytics/meter_usage_service.rb +0 -21
- data/lib/stripe/services/billing/analytics_service.rb +0 -15
- data/lib/stripe/services/capital/financing_offer_service.rb +0 -42
- data/lib/stripe/services/capital/financing_summary_service.rb +0 -19
- data/lib/stripe/services/capital/financing_transaction_service.rb +0 -31
- data/lib/stripe/services/capital_service.rb +0 -15
- data/lib/stripe/services/external_account_service.rb +0 -68
- data/lib/stripe/services/financial_connections/account_inferred_balance_service.rb +0 -19
- data/lib/stripe/services/financial_connections/authorization_service.rb +0 -19
- data/lib/stripe/services/financial_connections/institution_service.rb +0 -30
- data/lib/stripe/services/fx_quote_service.rb +0 -27
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +0 -74
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +0 -30
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +0 -30
- data/lib/stripe/services/margin_service.rb +0 -50
- data/lib/stripe/services/order_service.rb +0 -53
- data/lib/stripe/services/privacy/redaction_job_service.rb +0 -104
- data/lib/stripe/services/privacy/redaction_job_validation_error_service.rb +0 -19
- data/lib/stripe/services/privacy_service.rb +0 -13
- data/lib/stripe/services/product_catalog/trial_offer_service.rb +0 -19
- data/lib/stripe/services/product_catalog_service.rb +0 -13
- data/lib/stripe/services/quote_line_service.rb +0 -17
- data/lib/stripe/services/quote_preview_invoice_service.rb +0 -17
- data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +0 -17
- data/lib/stripe/services/reserve/hold_service.rb +0 -30
- data/lib/stripe/services/reserve/plan_service.rb +0 -19
- data/lib/stripe/services/reserve/release_service.rb +0 -30
- data/lib/stripe/services/reserve_service.rb +0 -15
- data/lib/stripe/services/shared_payment/granted_token_service.rb +0 -19
- data/lib/stripe/services/shared_payment/issued_token_service.rb +0 -41
- data/lib/stripe/services/shared_payment_service.rb +0 -14
- data/lib/stripe/services/tax/form_service.rb +0 -37
- data/lib/stripe/services/tax/location_service.rb +0 -45
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -19
- data/lib/stripe/services/test_helpers/shared_payment/granted_token_service.rb +0 -32
- data/lib/stripe/services/test_helpers/shared_payment_service.rb +0 -15
- data/lib/stripe/services/v2/billing/bill_setting_service.rb +0 -61
- data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/cadence_service.rb +0 -65
- data/lib/stripe/services/v2/billing/collection_setting_service.rb +0 -69
- data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/profile_service.rb +0 -54
- data/lib/stripe/services/v2/core/batch_job_service.rb +0 -43
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +0 -85
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +0 -101
- data/lib/stripe/services/v2/core/vault_service.rb +0 -18
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +0 -70
- data/lib/stripe/services/v2/money_management/financial_address_service.rb +0 -46
- data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +0 -45
- data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +0 -34
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +0 -62
- data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +0 -75
- data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +0 -60
- data/lib/stripe/services/v2/money_management/payout_method_service.rb +0 -65
- data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +0 -23
- data/lib/stripe/services/v2/money_management/received_credit_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/received_debit_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/transaction_service.rb +0 -32
- data/lib/stripe/services/v2/money_management_service.rb +0 -31
- data/lib/stripe/services/v2/test_helper_service.rb +0 -15
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +0 -36
- data/lib/stripe/stripe_event_notification_handler.rb +0 -491
|
@@ -110,8 +110,6 @@ module Stripe
|
|
|
110
110
|
attr_accessor :name
|
|
111
111
|
# Internal-only description of the product sold by, or service provided by, the business. Used by Stripe for risk and underwriting purposes.
|
|
112
112
|
attr_accessor :product_description
|
|
113
|
-
# A link to the business's publicly available terms related to the Specified Commercial Transaction Act. Used by the Checkout product and for Japanese payment methods.
|
|
114
|
-
attr_accessor :specified_commercial_transactions_act_url
|
|
115
113
|
# A publicly available mailing address for sending support issues to.
|
|
116
114
|
attr_accessor :support_address
|
|
117
115
|
# A publicly available email address for sending support issues to.
|
|
@@ -131,7 +129,6 @@ module Stripe
|
|
|
131
129
|
monthly_estimated_revenue: nil,
|
|
132
130
|
name: nil,
|
|
133
131
|
product_description: nil,
|
|
134
|
-
specified_commercial_transactions_act_url: nil,
|
|
135
132
|
support_address: nil,
|
|
136
133
|
support_email: nil,
|
|
137
134
|
support_phone: nil,
|
|
@@ -145,7 +142,6 @@ module Stripe
|
|
|
145
142
|
@monthly_estimated_revenue = monthly_estimated_revenue
|
|
146
143
|
@name = name
|
|
147
144
|
@product_description = product_description
|
|
148
|
-
@specified_commercial_transactions_act_url = specified_commercial_transactions_act_url
|
|
149
145
|
@support_address = support_address
|
|
150
146
|
@support_email = support_email
|
|
151
147
|
@support_phone = support_phone
|
|
@@ -218,7 +214,7 @@ module Stripe
|
|
|
218
214
|
end
|
|
219
215
|
end
|
|
220
216
|
|
|
221
|
-
class
|
|
217
|
+
class BacsDebitPayments < ::Stripe::RequestParams
|
|
222
218
|
# Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
223
219
|
attr_accessor :requested
|
|
224
220
|
|
|
@@ -227,7 +223,7 @@ module Stripe
|
|
|
227
223
|
end
|
|
228
224
|
end
|
|
229
225
|
|
|
230
|
-
class
|
|
226
|
+
class BancontactPayments < ::Stripe::RequestParams
|
|
231
227
|
# Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
232
228
|
attr_accessor :requested
|
|
233
229
|
|
|
@@ -236,7 +232,7 @@ module Stripe
|
|
|
236
232
|
end
|
|
237
233
|
end
|
|
238
234
|
|
|
239
|
-
class
|
|
235
|
+
class BankTransferPayments < ::Stripe::RequestParams
|
|
240
236
|
# Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
241
237
|
attr_accessor :requested
|
|
242
238
|
|
|
@@ -245,7 +241,7 @@ module Stripe
|
|
|
245
241
|
end
|
|
246
242
|
end
|
|
247
243
|
|
|
248
|
-
class
|
|
244
|
+
class BilliePayments < ::Stripe::RequestParams
|
|
249
245
|
# Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
250
246
|
attr_accessor :requested
|
|
251
247
|
|
|
@@ -254,7 +250,7 @@ module Stripe
|
|
|
254
250
|
end
|
|
255
251
|
end
|
|
256
252
|
|
|
257
|
-
class
|
|
253
|
+
class BizumPayments < ::Stripe::RequestParams
|
|
258
254
|
# Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
259
255
|
attr_accessor :requested
|
|
260
256
|
|
|
@@ -362,15 +358,6 @@ module Stripe
|
|
|
362
358
|
end
|
|
363
359
|
end
|
|
364
360
|
|
|
365
|
-
class GopayPayments < ::Stripe::RequestParams
|
|
366
|
-
# Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
367
|
-
attr_accessor :requested
|
|
368
|
-
|
|
369
|
-
def initialize(requested: nil)
|
|
370
|
-
@requested = requested
|
|
371
|
-
end
|
|
372
|
-
end
|
|
373
|
-
|
|
374
361
|
class GrabpayPayments < ::Stripe::RequestParams
|
|
375
362
|
# Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
376
363
|
attr_accessor :requested
|
|
@@ -380,24 +367,6 @@ module Stripe
|
|
|
380
367
|
end
|
|
381
368
|
end
|
|
382
369
|
|
|
383
|
-
class IdBankTransferPayments < ::Stripe::RequestParams
|
|
384
|
-
# Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
385
|
-
attr_accessor :requested
|
|
386
|
-
|
|
387
|
-
def initialize(requested: nil)
|
|
388
|
-
@requested = requested
|
|
389
|
-
end
|
|
390
|
-
end
|
|
391
|
-
|
|
392
|
-
class IdBankTransferPaymentsBca < ::Stripe::RequestParams
|
|
393
|
-
# Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
394
|
-
attr_accessor :requested
|
|
395
|
-
|
|
396
|
-
def initialize(requested: nil)
|
|
397
|
-
@requested = requested
|
|
398
|
-
end
|
|
399
|
-
end
|
|
400
|
-
|
|
401
370
|
class IdealPayments < ::Stripe::RequestParams
|
|
402
371
|
# Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
403
372
|
attr_accessor :requested
|
|
@@ -587,24 +556,6 @@ module Stripe
|
|
|
587
556
|
end
|
|
588
557
|
end
|
|
589
558
|
|
|
590
|
-
class PaypalPayments < ::Stripe::RequestParams
|
|
591
|
-
# Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
592
|
-
attr_accessor :requested
|
|
593
|
-
|
|
594
|
-
def initialize(requested: nil)
|
|
595
|
-
@requested = requested
|
|
596
|
-
end
|
|
597
|
-
end
|
|
598
|
-
|
|
599
|
-
class PaypayPayments < ::Stripe::RequestParams
|
|
600
|
-
# Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
601
|
-
attr_accessor :requested
|
|
602
|
-
|
|
603
|
-
def initialize(requested: nil)
|
|
604
|
-
@requested = requested
|
|
605
|
-
end
|
|
606
|
-
end
|
|
607
|
-
|
|
608
559
|
class PaytoPayments < ::Stripe::RequestParams
|
|
609
560
|
# Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
610
561
|
attr_accessor :requested
|
|
@@ -632,24 +583,6 @@ module Stripe
|
|
|
632
583
|
end
|
|
633
584
|
end
|
|
634
585
|
|
|
635
|
-
class QrisPayments < ::Stripe::RequestParams
|
|
636
|
-
# Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
637
|
-
attr_accessor :requested
|
|
638
|
-
|
|
639
|
-
def initialize(requested: nil)
|
|
640
|
-
@requested = requested
|
|
641
|
-
end
|
|
642
|
-
end
|
|
643
|
-
|
|
644
|
-
class RechnungPayments < ::Stripe::RequestParams
|
|
645
|
-
# Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
646
|
-
attr_accessor :requested
|
|
647
|
-
|
|
648
|
-
def initialize(requested: nil)
|
|
649
|
-
@requested = requested
|
|
650
|
-
end
|
|
651
|
-
end
|
|
652
|
-
|
|
653
586
|
class RevolutPayPayments < ::Stripe::RequestParams
|
|
654
587
|
# Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
655
588
|
attr_accessor :requested
|
|
@@ -677,7 +610,7 @@ module Stripe
|
|
|
677
610
|
end
|
|
678
611
|
end
|
|
679
612
|
|
|
680
|
-
class
|
|
613
|
+
class ScalapayPayments < ::Stripe::RequestParams
|
|
681
614
|
# Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
682
615
|
attr_accessor :requested
|
|
683
616
|
|
|
@@ -686,7 +619,7 @@ module Stripe
|
|
|
686
619
|
end
|
|
687
620
|
end
|
|
688
621
|
|
|
689
|
-
class
|
|
622
|
+
class SepaBankTransferPayments < ::Stripe::RequestParams
|
|
690
623
|
# Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
691
624
|
attr_accessor :requested
|
|
692
625
|
|
|
@@ -695,7 +628,7 @@ module Stripe
|
|
|
695
628
|
end
|
|
696
629
|
end
|
|
697
630
|
|
|
698
|
-
class
|
|
631
|
+
class SepaDebitPayments < ::Stripe::RequestParams
|
|
699
632
|
# Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
700
633
|
attr_accessor :requested
|
|
701
634
|
|
|
@@ -713,15 +646,6 @@ module Stripe
|
|
|
713
646
|
end
|
|
714
647
|
end
|
|
715
648
|
|
|
716
|
-
class StripeBalancePayments < ::Stripe::RequestParams
|
|
717
|
-
# Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
718
|
-
attr_accessor :requested
|
|
719
|
-
|
|
720
|
-
def initialize(requested: nil)
|
|
721
|
-
@requested = requested
|
|
722
|
-
end
|
|
723
|
-
end
|
|
724
|
-
|
|
725
649
|
class SunbitPayments < ::Stripe::RequestParams
|
|
726
650
|
# Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
727
651
|
attr_accessor :requested
|
|
@@ -776,33 +700,6 @@ module Stripe
|
|
|
776
700
|
end
|
|
777
701
|
end
|
|
778
702
|
|
|
779
|
-
class TreasuryEvolve < ::Stripe::RequestParams
|
|
780
|
-
# Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
781
|
-
attr_accessor :requested
|
|
782
|
-
|
|
783
|
-
def initialize(requested: nil)
|
|
784
|
-
@requested = requested
|
|
785
|
-
end
|
|
786
|
-
end
|
|
787
|
-
|
|
788
|
-
class TreasuryFifthThird < ::Stripe::RequestParams
|
|
789
|
-
# Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
790
|
-
attr_accessor :requested
|
|
791
|
-
|
|
792
|
-
def initialize(requested: nil)
|
|
793
|
-
@requested = requested
|
|
794
|
-
end
|
|
795
|
-
end
|
|
796
|
-
|
|
797
|
-
class TreasuryGoldmanSachs < ::Stripe::RequestParams
|
|
798
|
-
# Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
799
|
-
attr_accessor :requested
|
|
800
|
-
|
|
801
|
-
def initialize(requested: nil)
|
|
802
|
-
@requested = requested
|
|
803
|
-
end
|
|
804
|
-
end
|
|
805
|
-
|
|
806
703
|
class TwintPayments < ::Stripe::RequestParams
|
|
807
704
|
# Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
|
|
808
705
|
attr_accessor :requested
|
|
@@ -861,8 +758,6 @@ module Stripe
|
|
|
861
758
|
attr_accessor :app_distribution
|
|
862
759
|
# The au_becs_debit_payments capability.
|
|
863
760
|
attr_accessor :au_becs_debit_payments
|
|
864
|
-
# The automatic_indirect_tax capability.
|
|
865
|
-
attr_accessor :automatic_indirect_tax
|
|
866
761
|
# The bacs_debit_payments capability.
|
|
867
762
|
attr_accessor :bacs_debit_payments
|
|
868
763
|
# The bancontact_payments capability.
|
|
@@ -871,6 +766,8 @@ module Stripe
|
|
|
871
766
|
attr_accessor :bank_transfer_payments
|
|
872
767
|
# The billie_payments capability.
|
|
873
768
|
attr_accessor :billie_payments
|
|
769
|
+
# The bizum_payments capability.
|
|
770
|
+
attr_accessor :bizum_payments
|
|
874
771
|
# The blik_payments capability.
|
|
875
772
|
attr_accessor :blik_payments
|
|
876
773
|
# The boleto_payments capability.
|
|
@@ -893,14 +790,8 @@ module Stripe
|
|
|
893
790
|
attr_accessor :gb_bank_transfer_payments
|
|
894
791
|
# The giropay_payments capability.
|
|
895
792
|
attr_accessor :giropay_payments
|
|
896
|
-
# The gopay_payments capability.
|
|
897
|
-
attr_accessor :gopay_payments
|
|
898
793
|
# The grabpay_payments capability.
|
|
899
794
|
attr_accessor :grabpay_payments
|
|
900
|
-
# The id_bank_transfer_payments capability.
|
|
901
|
-
attr_accessor :id_bank_transfer_payments
|
|
902
|
-
# The id_bank_transfer_payments_bca capability.
|
|
903
|
-
attr_accessor :id_bank_transfer_payments_bca
|
|
904
795
|
# The ideal_payments capability.
|
|
905
796
|
attr_accessor :ideal_payments
|
|
906
797
|
# The india_international_payments capability.
|
|
@@ -943,36 +834,26 @@ module Stripe
|
|
|
943
834
|
attr_accessor :payco_payments
|
|
944
835
|
# The paynow_payments capability.
|
|
945
836
|
attr_accessor :paynow_payments
|
|
946
|
-
# The paypal_payments capability.
|
|
947
|
-
attr_accessor :paypal_payments
|
|
948
|
-
# The paypay_payments capability.
|
|
949
|
-
attr_accessor :paypay_payments
|
|
950
837
|
# The payto_payments capability.
|
|
951
838
|
attr_accessor :payto_payments
|
|
952
839
|
# The pix_payments capability.
|
|
953
840
|
attr_accessor :pix_payments
|
|
954
841
|
# The promptpay_payments capability.
|
|
955
842
|
attr_accessor :promptpay_payments
|
|
956
|
-
# The qris_payments capability.
|
|
957
|
-
attr_accessor :qris_payments
|
|
958
|
-
# The rechnung_payments capability.
|
|
959
|
-
attr_accessor :rechnung_payments
|
|
960
843
|
# The revolut_pay_payments capability.
|
|
961
844
|
attr_accessor :revolut_pay_payments
|
|
962
845
|
# The samsung_pay_payments capability.
|
|
963
846
|
attr_accessor :samsung_pay_payments
|
|
964
847
|
# The satispay_payments capability.
|
|
965
848
|
attr_accessor :satispay_payments
|
|
849
|
+
# The scalapay_payments capability.
|
|
850
|
+
attr_accessor :scalapay_payments
|
|
966
851
|
# The sepa_bank_transfer_payments capability.
|
|
967
852
|
attr_accessor :sepa_bank_transfer_payments
|
|
968
853
|
# The sepa_debit_payments capability.
|
|
969
854
|
attr_accessor :sepa_debit_payments
|
|
970
|
-
# The shopeepay_payments capability.
|
|
971
|
-
attr_accessor :shopeepay_payments
|
|
972
855
|
# The sofort_payments capability.
|
|
973
856
|
attr_accessor :sofort_payments
|
|
974
|
-
# The stripe_balance_payments capability.
|
|
975
|
-
attr_accessor :stripe_balance_payments
|
|
976
857
|
# The sunbit_payments capability.
|
|
977
858
|
attr_accessor :sunbit_payments
|
|
978
859
|
# The swish_payments capability.
|
|
@@ -985,12 +866,6 @@ module Stripe
|
|
|
985
866
|
attr_accessor :transfers
|
|
986
867
|
# The treasury capability.
|
|
987
868
|
attr_accessor :treasury
|
|
988
|
-
# The treasury_evolve capability.
|
|
989
|
-
attr_accessor :treasury_evolve
|
|
990
|
-
# The treasury_fifth_third capability.
|
|
991
|
-
attr_accessor :treasury_fifth_third
|
|
992
|
-
# The treasury_goldman_sachs capability.
|
|
993
|
-
attr_accessor :treasury_goldman_sachs
|
|
994
869
|
# The twint_payments capability.
|
|
995
870
|
attr_accessor :twint_payments
|
|
996
871
|
# The upi_payments capability.
|
|
@@ -1010,11 +885,11 @@ module Stripe
|
|
|
1010
885
|
amazon_pay_payments: nil,
|
|
1011
886
|
app_distribution: nil,
|
|
1012
887
|
au_becs_debit_payments: nil,
|
|
1013
|
-
automatic_indirect_tax: nil,
|
|
1014
888
|
bacs_debit_payments: nil,
|
|
1015
889
|
bancontact_payments: nil,
|
|
1016
890
|
bank_transfer_payments: nil,
|
|
1017
891
|
billie_payments: nil,
|
|
892
|
+
bizum_payments: nil,
|
|
1018
893
|
blik_payments: nil,
|
|
1019
894
|
boleto_payments: nil,
|
|
1020
895
|
card_issuing: nil,
|
|
@@ -1026,10 +901,7 @@ module Stripe
|
|
|
1026
901
|
fpx_payments: nil,
|
|
1027
902
|
gb_bank_transfer_payments: nil,
|
|
1028
903
|
giropay_payments: nil,
|
|
1029
|
-
gopay_payments: nil,
|
|
1030
904
|
grabpay_payments: nil,
|
|
1031
|
-
id_bank_transfer_payments: nil,
|
|
1032
|
-
id_bank_transfer_payments_bca: nil,
|
|
1033
905
|
ideal_payments: nil,
|
|
1034
906
|
india_international_payments: nil,
|
|
1035
907
|
jcb_payments: nil,
|
|
@@ -1051,30 +923,22 @@ module Stripe
|
|
|
1051
923
|
pay_by_bank_payments: nil,
|
|
1052
924
|
payco_payments: nil,
|
|
1053
925
|
paynow_payments: nil,
|
|
1054
|
-
paypal_payments: nil,
|
|
1055
|
-
paypay_payments: nil,
|
|
1056
926
|
payto_payments: nil,
|
|
1057
927
|
pix_payments: nil,
|
|
1058
928
|
promptpay_payments: nil,
|
|
1059
|
-
qris_payments: nil,
|
|
1060
|
-
rechnung_payments: nil,
|
|
1061
929
|
revolut_pay_payments: nil,
|
|
1062
930
|
samsung_pay_payments: nil,
|
|
1063
931
|
satispay_payments: nil,
|
|
932
|
+
scalapay_payments: nil,
|
|
1064
933
|
sepa_bank_transfer_payments: nil,
|
|
1065
934
|
sepa_debit_payments: nil,
|
|
1066
|
-
shopeepay_payments: nil,
|
|
1067
935
|
sofort_payments: nil,
|
|
1068
|
-
stripe_balance_payments: nil,
|
|
1069
936
|
sunbit_payments: nil,
|
|
1070
937
|
swish_payments: nil,
|
|
1071
938
|
tax_reporting_us_1099_k: nil,
|
|
1072
939
|
tax_reporting_us_1099_misc: nil,
|
|
1073
940
|
transfers: nil,
|
|
1074
941
|
treasury: nil,
|
|
1075
|
-
treasury_evolve: nil,
|
|
1076
|
-
treasury_fifth_third: nil,
|
|
1077
|
-
treasury_goldman_sachs: nil,
|
|
1078
942
|
twint_payments: nil,
|
|
1079
943
|
upi_payments: nil,
|
|
1080
944
|
us_bank_account_ach_payments: nil,
|
|
@@ -1088,11 +952,11 @@ module Stripe
|
|
|
1088
952
|
@amazon_pay_payments = amazon_pay_payments
|
|
1089
953
|
@app_distribution = app_distribution
|
|
1090
954
|
@au_becs_debit_payments = au_becs_debit_payments
|
|
1091
|
-
@automatic_indirect_tax = automatic_indirect_tax
|
|
1092
955
|
@bacs_debit_payments = bacs_debit_payments
|
|
1093
956
|
@bancontact_payments = bancontact_payments
|
|
1094
957
|
@bank_transfer_payments = bank_transfer_payments
|
|
1095
958
|
@billie_payments = billie_payments
|
|
959
|
+
@bizum_payments = bizum_payments
|
|
1096
960
|
@blik_payments = blik_payments
|
|
1097
961
|
@boleto_payments = boleto_payments
|
|
1098
962
|
@card_issuing = card_issuing
|
|
@@ -1104,10 +968,7 @@ module Stripe
|
|
|
1104
968
|
@fpx_payments = fpx_payments
|
|
1105
969
|
@gb_bank_transfer_payments = gb_bank_transfer_payments
|
|
1106
970
|
@giropay_payments = giropay_payments
|
|
1107
|
-
@gopay_payments = gopay_payments
|
|
1108
971
|
@grabpay_payments = grabpay_payments
|
|
1109
|
-
@id_bank_transfer_payments = id_bank_transfer_payments
|
|
1110
|
-
@id_bank_transfer_payments_bca = id_bank_transfer_payments_bca
|
|
1111
972
|
@ideal_payments = ideal_payments
|
|
1112
973
|
@india_international_payments = india_international_payments
|
|
1113
974
|
@jcb_payments = jcb_payments
|
|
@@ -1129,30 +990,22 @@ module Stripe
|
|
|
1129
990
|
@pay_by_bank_payments = pay_by_bank_payments
|
|
1130
991
|
@payco_payments = payco_payments
|
|
1131
992
|
@paynow_payments = paynow_payments
|
|
1132
|
-
@paypal_payments = paypal_payments
|
|
1133
|
-
@paypay_payments = paypay_payments
|
|
1134
993
|
@payto_payments = payto_payments
|
|
1135
994
|
@pix_payments = pix_payments
|
|
1136
995
|
@promptpay_payments = promptpay_payments
|
|
1137
|
-
@qris_payments = qris_payments
|
|
1138
|
-
@rechnung_payments = rechnung_payments
|
|
1139
996
|
@revolut_pay_payments = revolut_pay_payments
|
|
1140
997
|
@samsung_pay_payments = samsung_pay_payments
|
|
1141
998
|
@satispay_payments = satispay_payments
|
|
999
|
+
@scalapay_payments = scalapay_payments
|
|
1142
1000
|
@sepa_bank_transfer_payments = sepa_bank_transfer_payments
|
|
1143
1001
|
@sepa_debit_payments = sepa_debit_payments
|
|
1144
|
-
@shopeepay_payments = shopeepay_payments
|
|
1145
1002
|
@sofort_payments = sofort_payments
|
|
1146
|
-
@stripe_balance_payments = stripe_balance_payments
|
|
1147
1003
|
@sunbit_payments = sunbit_payments
|
|
1148
1004
|
@swish_payments = swish_payments
|
|
1149
1005
|
@tax_reporting_us_1099_k = tax_reporting_us_1099_k
|
|
1150
1006
|
@tax_reporting_us_1099_misc = tax_reporting_us_1099_misc
|
|
1151
1007
|
@transfers = transfers
|
|
1152
1008
|
@treasury = treasury
|
|
1153
|
-
@treasury_evolve = treasury_evolve
|
|
1154
|
-
@treasury_fifth_third = treasury_fifth_third
|
|
1155
|
-
@treasury_goldman_sachs = treasury_goldman_sachs
|
|
1156
1009
|
@twint_payments = twint_payments
|
|
1157
1010
|
@upi_payments = upi_payments
|
|
1158
1011
|
@us_bank_account_ach_payments = us_bank_account_ach_payments
|
|
@@ -1523,30 +1376,6 @@ module Stripe
|
|
|
1523
1376
|
end
|
|
1524
1377
|
|
|
1525
1378
|
class Controller < ::Stripe::RequestParams
|
|
1526
|
-
class Application < ::Stripe::RequestParams
|
|
1527
|
-
# Whether the controller is liable for losses on this account. For details, see [Understanding Connect Account Balances](https://docs.stripe.com/connect/account-balances).
|
|
1528
|
-
attr_accessor :loss_liable
|
|
1529
|
-
# Whether the controller owns onboarding for this account.
|
|
1530
|
-
attr_accessor :onboarding_owner
|
|
1531
|
-
# Whether the controller has pricing controls for this account.
|
|
1532
|
-
attr_accessor :pricing_controls
|
|
1533
|
-
|
|
1534
|
-
def initialize(loss_liable: nil, onboarding_owner: nil, pricing_controls: nil)
|
|
1535
|
-
@loss_liable = loss_liable
|
|
1536
|
-
@onboarding_owner = onboarding_owner
|
|
1537
|
-
@pricing_controls = pricing_controls
|
|
1538
|
-
end
|
|
1539
|
-
end
|
|
1540
|
-
|
|
1541
|
-
class Dashboard < ::Stripe::RequestParams
|
|
1542
|
-
# Whether this account should have access to the full Stripe Dashboard (`full`), to the Express Dashboard (`express`), or to no Stripe-hosted dashboard (`none`). Defaults to `full`.
|
|
1543
|
-
attr_accessor :type
|
|
1544
|
-
|
|
1545
|
-
def initialize(type: nil)
|
|
1546
|
-
@type = type
|
|
1547
|
-
end
|
|
1548
|
-
end
|
|
1549
|
-
|
|
1550
1379
|
class Fees < ::Stripe::RequestParams
|
|
1551
1380
|
# A value indicating the responsible payer of Stripe fees on this account. Defaults to `account`. Learn more about [fee behavior on connected accounts](https://docs.stripe.com/connect/direct-charges-fee-payer-behavior).
|
|
1552
1381
|
attr_accessor :payer
|
|
@@ -1573,10 +1402,6 @@ module Stripe
|
|
|
1573
1402
|
@type = type
|
|
1574
1403
|
end
|
|
1575
1404
|
end
|
|
1576
|
-
# A hash of configuration describing the Connect application that controls the account.
|
|
1577
|
-
attr_accessor :application
|
|
1578
|
-
# Properties of the account's dashboard.
|
|
1579
|
-
attr_accessor :dashboard
|
|
1580
1405
|
# A hash of configuration for who pays Stripe fees for product usage on this account.
|
|
1581
1406
|
attr_accessor :fees
|
|
1582
1407
|
# A hash of configuration for products that have negative balance liability, and whether Stripe or a Connect application is responsible for them.
|
|
@@ -1586,16 +1411,7 @@ module Stripe
|
|
|
1586
1411
|
# A hash of configuration for Stripe-hosted dashboards.
|
|
1587
1412
|
attr_accessor :stripe_dashboard
|
|
1588
1413
|
|
|
1589
|
-
def initialize(
|
|
1590
|
-
application: nil,
|
|
1591
|
-
dashboard: nil,
|
|
1592
|
-
fees: nil,
|
|
1593
|
-
losses: nil,
|
|
1594
|
-
requirement_collection: nil,
|
|
1595
|
-
stripe_dashboard: nil
|
|
1596
|
-
)
|
|
1597
|
-
@application = application
|
|
1598
|
-
@dashboard = dashboard
|
|
1414
|
+
def initialize(fees: nil, losses: nil, requirement_collection: nil, stripe_dashboard: nil)
|
|
1599
1415
|
@fees = fees
|
|
1600
1416
|
@losses = losses
|
|
1601
1417
|
@requirement_collection = requirement_collection
|
|
@@ -2064,37 +1880,6 @@ module Stripe
|
|
|
2064
1880
|
end
|
|
2065
1881
|
end
|
|
2066
1882
|
|
|
2067
|
-
class RiskControls < ::Stripe::RequestParams
|
|
2068
|
-
class Charges < ::Stripe::RequestParams
|
|
2069
|
-
# To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
2070
|
-
# There can be a delay before the risk control is paused or unpaused.
|
|
2071
|
-
attr_accessor :pause_requested
|
|
2072
|
-
|
|
2073
|
-
def initialize(pause_requested: nil)
|
|
2074
|
-
@pause_requested = pause_requested
|
|
2075
|
-
end
|
|
2076
|
-
end
|
|
2077
|
-
|
|
2078
|
-
class Payouts < ::Stripe::RequestParams
|
|
2079
|
-
# To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
|
2080
|
-
# There can be a delay before the risk control is paused or unpaused.
|
|
2081
|
-
attr_accessor :pause_requested
|
|
2082
|
-
|
|
2083
|
-
def initialize(pause_requested: nil)
|
|
2084
|
-
@pause_requested = pause_requested
|
|
2085
|
-
end
|
|
2086
|
-
end
|
|
2087
|
-
# Represents the risk control status of charges. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
2088
|
-
attr_accessor :charges
|
|
2089
|
-
# Represents the risk control status of payouts. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
2090
|
-
attr_accessor :payouts
|
|
2091
|
-
|
|
2092
|
-
def initialize(charges: nil, payouts: nil)
|
|
2093
|
-
@charges = charges
|
|
2094
|
-
@payouts = payouts
|
|
2095
|
-
end
|
|
2096
|
-
end
|
|
2097
|
-
|
|
2098
1883
|
class Settings < ::Stripe::RequestParams
|
|
2099
1884
|
class BacsDebitPayments < ::Stripe::RequestParams
|
|
2100
1885
|
# The Bacs Direct Debit Display Name for this account. For payments made with Bacs Direct Debit, this name appears on the mandate as the statement descriptor. Mobile banking apps display it as the name of the business. To use custom branding, set the Bacs Direct Debit Display Name during or right after creation. Custom branding incurs an additional monthly fee for the platform. If you don't set the display name before requesting Bacs capability, it's automatically set as "Stripe" and the account is onboarded to Stripe branding, which is free.
|
|
@@ -2105,18 +1890,6 @@ module Stripe
|
|
|
2105
1890
|
end
|
|
2106
1891
|
end
|
|
2107
1892
|
|
|
2108
|
-
class BankBcaOnboarding < ::Stripe::RequestParams
|
|
2109
|
-
# Bank BCA business account holder name
|
|
2110
|
-
attr_accessor :account_holder_name
|
|
2111
|
-
# Bank BCA business account number
|
|
2112
|
-
attr_accessor :business_account_number
|
|
2113
|
-
|
|
2114
|
-
def initialize(account_holder_name: nil, business_account_number: nil)
|
|
2115
|
-
@account_holder_name = account_holder_name
|
|
2116
|
-
@business_account_number = business_account_number
|
|
2117
|
-
end
|
|
2118
|
-
end
|
|
2119
|
-
|
|
2120
1893
|
class Branding < ::Stripe::RequestParams
|
|
2121
1894
|
# (ID of a [file upload](https://stripe.com/docs/guides/file-upload)) An icon for the account. Must be square and at least 128px x 128px.
|
|
2122
1895
|
attr_accessor :icon
|
|
@@ -2135,18 +1908,6 @@ module Stripe
|
|
|
2135
1908
|
end
|
|
2136
1909
|
end
|
|
2137
1910
|
|
|
2138
|
-
class Capital < ::Stripe::RequestParams
|
|
2139
|
-
# Per-currency mapping of user-selected destination accounts used to pay out loans.
|
|
2140
|
-
attr_accessor :payout_destination
|
|
2141
|
-
# Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.
|
|
2142
|
-
attr_accessor :payout_destination_selector
|
|
2143
|
-
|
|
2144
|
-
def initialize(payout_destination: nil, payout_destination_selector: nil)
|
|
2145
|
-
@payout_destination = payout_destination
|
|
2146
|
-
@payout_destination_selector = payout_destination_selector
|
|
2147
|
-
end
|
|
2148
|
-
end
|
|
2149
|
-
|
|
2150
1911
|
class CardIssuing < ::Stripe::RequestParams
|
|
2151
1912
|
class TosAcceptance < ::Stripe::RequestParams
|
|
2152
1913
|
# The Unix timestamp marking when the account representative accepted the service agreement.
|
|
@@ -2214,8 +1975,6 @@ module Stripe
|
|
|
2214
1975
|
end
|
|
2215
1976
|
|
|
2216
1977
|
class Payments < ::Stripe::RequestParams
|
|
2217
|
-
# When you enable this parameter, the customer of this Account receives an email receipt when their payment succeeds. If this parameter isn't set, the default value is `false`.
|
|
2218
|
-
attr_accessor :email_customers_on_successful_payment
|
|
2219
1978
|
# 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 [account settings documentation](https://docs.stripe.com/get-started/account/statement-descriptors).
|
|
2220
1979
|
attr_accessor :statement_descriptor
|
|
2221
1980
|
# The Kana variation of `statement_descriptor` used for charges in Japan. Japanese statement descriptors have [special requirements](https://docs.stripe.com/get-started/account/statement-descriptors#set-japanese-statement-descriptors).
|
|
@@ -2224,12 +1983,10 @@ module Stripe
|
|
|
2224
1983
|
attr_accessor :statement_descriptor_kanji
|
|
2225
1984
|
|
|
2226
1985
|
def initialize(
|
|
2227
|
-
email_customers_on_successful_payment: nil,
|
|
2228
1986
|
statement_descriptor: nil,
|
|
2229
1987
|
statement_descriptor_kana: nil,
|
|
2230
1988
|
statement_descriptor_kanji: nil
|
|
2231
1989
|
)
|
|
2232
|
-
@email_customers_on_successful_payment = email_customers_on_successful_payment
|
|
2233
1990
|
@statement_descriptor = statement_descriptor
|
|
2234
1991
|
@statement_descriptor_kana = statement_descriptor_kana
|
|
2235
1992
|
@statement_descriptor_kanji = statement_descriptor_kanji
|
|
@@ -2281,86 +2038,6 @@ module Stripe
|
|
|
2281
2038
|
end
|
|
2282
2039
|
end
|
|
2283
2040
|
|
|
2284
|
-
class PaypayPayments < ::Stripe::RequestParams
|
|
2285
|
-
class Site < ::Stripe::RequestParams
|
|
2286
|
-
class Accessible < ::Stripe::RequestParams; end
|
|
2287
|
-
|
|
2288
|
-
class InDevelopment < ::Stripe::RequestParams
|
|
2289
|
-
# The password needed to access your business's website.
|
|
2290
|
-
attr_accessor :password
|
|
2291
|
-
# The username needed to access your business's website.
|
|
2292
|
-
attr_accessor :username
|
|
2293
|
-
|
|
2294
|
-
def initialize(password: nil, username: nil)
|
|
2295
|
-
@password = password
|
|
2296
|
-
@username = username
|
|
2297
|
-
end
|
|
2298
|
-
end
|
|
2299
|
-
|
|
2300
|
-
class Restricted < ::Stripe::RequestParams
|
|
2301
|
-
# The file explaining the payment flow for your business.
|
|
2302
|
-
attr_accessor :payment_flow_file
|
|
2303
|
-
|
|
2304
|
-
def initialize(payment_flow_file: nil)
|
|
2305
|
-
@payment_flow_file = payment_flow_file
|
|
2306
|
-
end
|
|
2307
|
-
end
|
|
2308
|
-
# Additional information about your business's website.
|
|
2309
|
-
attr_accessor :accessible
|
|
2310
|
-
# Additional information about your business's website.
|
|
2311
|
-
attr_accessor :in_development
|
|
2312
|
-
# Additional information about your business's website.
|
|
2313
|
-
attr_accessor :restricted
|
|
2314
|
-
# The status of your business's website.
|
|
2315
|
-
attr_accessor :type
|
|
2316
|
-
|
|
2317
|
-
def initialize(accessible: nil, in_development: nil, restricted: nil, type: nil)
|
|
2318
|
-
@accessible = accessible
|
|
2319
|
-
@in_development = in_development
|
|
2320
|
-
@restricted = restricted
|
|
2321
|
-
@type = type
|
|
2322
|
-
end
|
|
2323
|
-
end
|
|
2324
|
-
# Additional files that are required to support the onboarding process of your business.
|
|
2325
|
-
attr_accessor :additional_files
|
|
2326
|
-
# The type of goods your business sells. Use `digital_content` if you sell digital content. Use `other` for all other types of goods or services.
|
|
2327
|
-
attr_accessor :goods_type
|
|
2328
|
-
# Details regarding your business's website.
|
|
2329
|
-
attr_accessor :site
|
|
2330
|
-
|
|
2331
|
-
def initialize(additional_files: nil, goods_type: nil, site: nil)
|
|
2332
|
-
@additional_files = additional_files
|
|
2333
|
-
@goods_type = goods_type
|
|
2334
|
-
@site = site
|
|
2335
|
-
end
|
|
2336
|
-
end
|
|
2337
|
-
|
|
2338
|
-
class SmartDisputes < ::Stripe::RequestParams
|
|
2339
|
-
class AutoRespond < ::Stripe::RequestParams
|
|
2340
|
-
# The preference setting for auto-respond. Can be 'on', 'off', or 'inherit'.
|
|
2341
|
-
attr_accessor :preference
|
|
2342
|
-
|
|
2343
|
-
def initialize(preference: nil)
|
|
2344
|
-
@preference = preference
|
|
2345
|
-
end
|
|
2346
|
-
end
|
|
2347
|
-
# Smart Disputes auto-respond settings for the account.
|
|
2348
|
-
attr_accessor :auto_respond
|
|
2349
|
-
|
|
2350
|
-
def initialize(auto_respond: nil)
|
|
2351
|
-
@auto_respond = auto_respond
|
|
2352
|
-
end
|
|
2353
|
-
end
|
|
2354
|
-
|
|
2355
|
-
class TaxForms < ::Stripe::RequestParams
|
|
2356
|
-
# Whether the account opted out of receiving their tax forms by postal delivery.
|
|
2357
|
-
attr_accessor :consented_to_paperless_delivery
|
|
2358
|
-
|
|
2359
|
-
def initialize(consented_to_paperless_delivery: nil)
|
|
2360
|
-
@consented_to_paperless_delivery = consented_to_paperless_delivery
|
|
2361
|
-
end
|
|
2362
|
-
end
|
|
2363
|
-
|
|
2364
2041
|
class Treasury < ::Stripe::RequestParams
|
|
2365
2042
|
class TosAcceptance < ::Stripe::RequestParams
|
|
2366
2043
|
# The Unix timestamp marking when the account representative accepted the service agreement.
|
|
@@ -2385,12 +2062,8 @@ module Stripe
|
|
|
2385
2062
|
end
|
|
2386
2063
|
# Settings specific to Bacs Direct Debit.
|
|
2387
2064
|
attr_accessor :bacs_debit_payments
|
|
2388
|
-
# Settings specific to bank BCA onboarding for Indonesia bank transfers payments method.
|
|
2389
|
-
attr_accessor :bank_bca_onboarding
|
|
2390
2065
|
# Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
|
|
2391
2066
|
attr_accessor :branding
|
|
2392
|
-
# Settings specific to the account's use of the Capital product.
|
|
2393
|
-
attr_accessor :capital
|
|
2394
2067
|
# Settings specific to the account's use of the Card Issuing product.
|
|
2395
2068
|
attr_accessor :card_issuing
|
|
2396
2069
|
# Settings specific to card charging on the account.
|
|
@@ -2401,42 +2074,26 @@ module Stripe
|
|
|
2401
2074
|
attr_accessor :payments
|
|
2402
2075
|
# Settings specific to the account's payouts.
|
|
2403
2076
|
attr_accessor :payouts
|
|
2404
|
-
# Settings specific to the PayPay payments method.
|
|
2405
|
-
attr_accessor :paypay_payments
|
|
2406
|
-
# Settings specific to the account's use of Smart Disputes.
|
|
2407
|
-
attr_accessor :smart_disputes
|
|
2408
|
-
# Settings specific to the account's tax forms.
|
|
2409
|
-
attr_accessor :tax_forms
|
|
2410
2077
|
# Settings specific to the account's Treasury FinancialAccounts.
|
|
2411
2078
|
attr_accessor :treasury
|
|
2412
2079
|
|
|
2413
2080
|
def initialize(
|
|
2414
2081
|
bacs_debit_payments: nil,
|
|
2415
|
-
bank_bca_onboarding: nil,
|
|
2416
2082
|
branding: nil,
|
|
2417
|
-
capital: nil,
|
|
2418
2083
|
card_issuing: nil,
|
|
2419
2084
|
card_payments: nil,
|
|
2420
2085
|
invoices: nil,
|
|
2421
2086
|
payments: nil,
|
|
2422
2087
|
payouts: nil,
|
|
2423
|
-
paypay_payments: nil,
|
|
2424
|
-
smart_disputes: nil,
|
|
2425
|
-
tax_forms: nil,
|
|
2426
2088
|
treasury: nil
|
|
2427
2089
|
)
|
|
2428
2090
|
@bacs_debit_payments = bacs_debit_payments
|
|
2429
|
-
@bank_bca_onboarding = bank_bca_onboarding
|
|
2430
2091
|
@branding = branding
|
|
2431
|
-
@capital = capital
|
|
2432
2092
|
@card_issuing = card_issuing
|
|
2433
2093
|
@card_payments = card_payments
|
|
2434
2094
|
@invoices = invoices
|
|
2435
2095
|
@payments = payments
|
|
2436
2096
|
@payouts = payouts
|
|
2437
|
-
@paypay_payments = paypay_payments
|
|
2438
|
-
@smart_disputes = smart_disputes
|
|
2439
|
-
@tax_forms = tax_forms
|
|
2440
2097
|
@treasury = treasury
|
|
2441
2098
|
end
|
|
2442
2099
|
end
|
|
@@ -2495,8 +2152,6 @@ module Stripe
|
|
|
2495
2152
|
attr_accessor :individual
|
|
2496
2153
|
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
2497
2154
|
attr_accessor :metadata
|
|
2498
|
-
# A hash to configure risk controls on the account. Please see [this page for more details](/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
2499
|
-
attr_accessor :risk_controls
|
|
2500
2155
|
# Options for customizing how the account functions within Stripe.
|
|
2501
2156
|
attr_accessor :settings
|
|
2502
2157
|
# Details on the account's acceptance of the [Stripe Services Agreement](/connect/updating-accounts#tos-acceptance). This property can only be updated for accounts where [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection) is `application`, which includes Custom accounts. This property defaults to a `full` service agreement when empty.
|
|
@@ -2520,7 +2175,6 @@ module Stripe
|
|
|
2520
2175
|
groups: nil,
|
|
2521
2176
|
individual: nil,
|
|
2522
2177
|
metadata: nil,
|
|
2523
|
-
risk_controls: nil,
|
|
2524
2178
|
settings: nil,
|
|
2525
2179
|
tos_acceptance: nil,
|
|
2526
2180
|
type: nil
|
|
@@ -2540,7 +2194,6 @@ module Stripe
|
|
|
2540
2194
|
@groups = groups
|
|
2541
2195
|
@individual = individual
|
|
2542
2196
|
@metadata = metadata
|
|
2543
|
-
@risk_controls = risk_controls
|
|
2544
2197
|
@settings = settings
|
|
2545
2198
|
@tos_acceptance = tos_acceptance
|
|
2546
2199
|
@type = type
|