stripe 15.2.0 → 15.3.0.pre.beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1600 -670
- data/VERSION +1 -1
- data/lib/stripe/api_requestor.rb +28 -0
- data/lib/stripe/api_version.rb +1 -1
- data/lib/stripe/errors.rb +54 -0
- data/lib/stripe/event_types.rb +98 -0
- data/lib/stripe/events/v2_core_account_closed_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_created_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_defaults_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_identity_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_link_completed_event.rb +13 -0
- data/lib/stripe/events/v2_core_account_person_created_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_person_deleted_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_person_updated_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_updated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +23 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +23 -0
- data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_transaction_created_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +21 -0
- data/lib/stripe/events/v2_off_session_payment_requires_capture_event.rb +21 -0
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +21 -0
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +21 -0
- data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +21 -0
- data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +21 -0
- data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +21 -0
- data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +21 -0
- data/lib/stripe/object_types.rb +50 -0
- data/lib/stripe/resources/account.rb +653 -1
- data/lib/stripe/resources/account_notice.rb +123 -0
- data/lib/stripe/resources/account_session.rb +256 -1
- data/lib/stripe/resources/balance_settings.rb +105 -0
- data/lib/stripe/resources/billing/credit_balance_summary.rb +2 -0
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +4 -0
- data/lib/stripe/resources/billing/credit_grant.rb +10 -0
- data/lib/stripe/resources/billing_portal/session.rb +6 -0
- data/lib/stripe/resources/capital/financing_offer.rb +179 -0
- data/lib/stripe/resources/capital/financing_summary.rb +55 -0
- data/lib/stripe/resources/capital/financing_transaction.rb +114 -0
- data/lib/stripe/resources/card.rb +2 -0
- data/lib/stripe/resources/cash_balance.rb +2 -0
- data/lib/stripe/resources/charge.rb +1538 -0
- data/lib/stripe/resources/checkout/session.rb +330 -2
- data/lib/stripe/resources/confirmation_token.rb +170 -0
- data/lib/stripe/resources/coupon.rb +30 -1
- data/lib/stripe/resources/credit_note.rb +6 -0
- data/lib/stripe/resources/credit_note_line_item.rb +9 -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 +6 -1
- data/lib/stripe/resources/discount.rb +2 -0
- data/lib/stripe/resources/event.rb +31 -0
- data/lib/stripe/resources/financial_connections/account.rb +22 -1
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +27 -0
- data/lib/stripe/resources/financial_connections/institution.rb +92 -0
- data/lib/stripe/resources/financial_connections/session.rb +62 -2
- data/lib/stripe/resources/fx_quote.rb +184 -0
- data/lib/stripe/resources/identity/verification_session.rb +10 -0
- data/lib/stripe/resources/invoice.rb +1070 -16
- data/lib/stripe/resources/invoice_item.rb +78 -2
- data/lib/stripe/resources/invoice_line_item.rb +55 -1
- data/lib/stripe/resources/invoice_payment.rb +2 -53
- data/lib/stripe/resources/issuing/cardholder.rb +2 -1
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +602 -0
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +82 -0
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +86 -0
- data/lib/stripe/resources/issuing/settlement.rb +53 -0
- data/lib/stripe/resources/issuing/transaction.rb +6 -0
- data/lib/stripe/resources/line_item.rb +37 -0
- data/lib/stripe/resources/mandate.rb +24 -0
- data/lib/stripe/resources/margin.rb +115 -0
- data/lib/stripe/resources/order.rb +2806 -0
- data/lib/stripe/resources/payment_attempt_record.rb +1086 -0
- data/lib/stripe/resources/payment_intent.rb +7694 -2738
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +72 -0
- data/lib/stripe/resources/payment_method.rb +192 -1
- data/lib/stripe/resources/payment_method_configuration.rb +295 -0
- data/lib/stripe/resources/payment_record.rb +1615 -0
- data/lib/stripe/resources/payout.rb +6 -0
- data/lib/stripe/resources/price.rb +30 -0
- data/lib/stripe/resources/privacy/redaction_job.rb +298 -0
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +33 -0
- data/lib/stripe/resources/promotion_code.rb +10 -0
- data/lib/stripe/resources/quote.rb +2046 -6
- data/lib/stripe/resources/quote_line.rb +274 -0
- data/lib/stripe/resources/quote_preview_invoice.rb +663 -0
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +364 -0
- data/lib/stripe/resources/refund.rb +9 -0
- data/lib/stripe/resources/setup_attempt.rb +21 -0
- data/lib/stripe/resources/setup_intent.rb +578 -9
- data/lib/stripe/resources/source.rb +29 -0
- data/lib/stripe/resources/subscription.rb +333 -9
- data/lib/stripe/resources/subscription_item.rb +84 -3
- data/lib/stripe/resources/subscription_schedule.rb +1013 -10
- data/lib/stripe/resources/tax/association.rb +66 -0
- data/lib/stripe/resources/tax/form.rb +211 -0
- data/lib/stripe/resources/tax_id.rb +12 -2
- data/lib/stripe/resources/terminal/reader.rb +156 -0
- data/lib/stripe/resources/terminal/reader_collected_data.rb +31 -0
- data/lib/stripe/resources/transfer.rb +6 -0
- data/lib/stripe/resources/treasury/financial_account.rb +22 -3
- data/lib/stripe/resources/treasury/financial_account_features.rb +2 -0
- data/lib/stripe/resources/treasury/outbound_transfer.rb +37 -0
- data/lib/stripe/resources/treasury/received_credit.rb +38 -1
- data/lib/stripe/resources/treasury/received_debit.rb +40 -1
- data/lib/stripe/resources/v2/core/account.rb +1746 -0
- data/lib/stripe/resources/v2/core/account_link.rb +56 -0
- data/lib/stripe/resources/v2/core/person.rb +276 -0
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +74 -0
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +39 -0
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +20 -0
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +22 -0
- data/lib/stripe/resources/v2/money_management/adjustment.rb +51 -0
- data/lib/stripe/resources/v2/money_management/financial_account.rb +58 -0
- data/lib/stripe/resources/v2/money_management/financial_address.rb +68 -0
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +94 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +129 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +82 -0
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +45 -0
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +117 -0
- data/lib/stripe/resources/v2/money_management/payout_method.rb +75 -0
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +49 -0
- data/lib/stripe/resources/v2/money_management/received_credit.rb +116 -0
- data/lib/stripe/resources/v2/money_management/received_debit.rb +84 -0
- data/lib/stripe/resources/v2/money_management/transaction.rb +78 -0
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +68 -0
- data/lib/stripe/resources/v2/payments/off_session_payment.rb +74 -0
- data/lib/stripe/resources.rb +104 -0
- data/lib/stripe/services/account_notice_service.rb +101 -0
- data/lib/stripe/services/account_service.rb +562 -1
- data/lib/stripe/services/account_session_service.rb +226 -1
- data/lib/stripe/services/balance_settings_service.rb +96 -0
- data/lib/stripe/services/billing/credit_balance_summary_service.rb +4 -1
- data/lib/stripe/services/billing/credit_balance_transaction_service.rb +4 -0
- data/lib/stripe/services/billing/credit_grant_service.rb +8 -0
- data/lib/stripe/services/billing_portal/session_service.rb +4 -0
- data/lib/stripe/services/capital/financing_offer_service.rb +112 -0
- data/lib/stripe/services/capital/financing_summary_service.rb +28 -0
- data/lib/stripe/services/capital/financing_transaction_service.rb +79 -0
- data/lib/stripe/services/capital_service.rb +15 -0
- data/lib/stripe/services/charge_service.rb +1418 -0
- data/lib/stripe/services/checkout/session_service.rb +247 -2
- data/lib/stripe/services/coupon_service.rb +17 -1
- data/lib/stripe/services/credit_note_service.rb +4 -0
- data/lib/stripe/services/customer_session_service.rb +4 -1
- data/{rbi/stripe/services/account_external_account_service.rbi → lib/stripe/services/external_account_service.rb} +135 -122
- data/{rbi/stripe/services/tax/transaction_line_item_service.rbi → lib/stripe/services/financial_connections/account_inferred_balance_service.rb} +21 -17
- data/lib/stripe/services/financial_connections/account_service.rb +7 -2
- data/{rbi/stripe/services/climate/supplier_service.rbi → lib/stripe/services/financial_connections/institution_service.rb} +36 -25
- data/lib/stripe/services/financial_connections/session_service.rb +34 -2
- data/lib/stripe/services/financial_connections_service.rb +2 -1
- data/lib/stripe/services/fx_quote_service.rb +123 -0
- data/lib/stripe/services/identity/verification_session_service.rb +8 -0
- data/lib/stripe/services/invoice_item_service.rb +74 -2
- data/lib/stripe/services/invoice_line_item_service.rb +33 -1
- data/lib/stripe/services/invoice_service.rb +1021 -16
- data/lib/stripe/services/issuing/cardholder_service.rb +2 -1
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +504 -0
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +66 -0
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +83 -0
- data/lib/stripe/services/issuing/transaction_service.rb +4 -0
- data/lib/stripe/services/issuing_service.rb +5 -1
- data/lib/stripe/services/margin_service.rb +119 -0
- data/{rbi/stripe/services/source_transaction_service.rbi → lib/stripe/services/order_line_item_service.rb} +20 -16
- data/lib/stripe/services/order_service.rb +2236 -0
- data/lib/stripe/services/payment_attempt_record_service.rb +49 -0
- data/{rbi/stripe/services/quote_line_item_service.rbi → lib/stripe/services/payment_intent_amount_details_line_item_service.rb} +20 -16
- data/lib/stripe/services/payment_intent_service.rb +4733 -245
- data/lib/stripe/services/payment_method_configuration_service.rb +210 -0
- data/lib/stripe/services/payment_method_service.rb +120 -1
- data/lib/stripe/services/payment_record_service.rb +542 -0
- data/lib/stripe/services/payout_service.rb +4 -0
- data/lib/stripe/services/price_service.rb +19 -0
- data/lib/stripe/services/privacy/redaction_job_service.rb +240 -0
- data/{rbi/stripe/services/tax/calculation_line_item_service.rbi → lib/stripe/services/privacy/redaction_job_validation_error_service.rb} +21 -17
- data/lib/stripe/services/privacy_service.rb +13 -0
- data/lib/stripe/services/promotion_code_service.rb +8 -0
- data/{rbi/stripe/services/credit_note_line_item_service.rbi → lib/stripe/services/quote_line_service.rb} +20 -16
- data/{rbi/stripe/services/payment_link_line_item_service.rbi → lib/stripe/services/quote_preview_invoice_service.rb} +20 -16
- data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +35 -0
- data/lib/stripe/services/quote_service.rb +1730 -7
- data/lib/stripe/services/setup_intent_service.rb +538 -9
- data/lib/stripe/services/subscription_item_service.rb +75 -3
- data/lib/stripe/services/subscription_schedule_service.rb +915 -10
- data/lib/stripe/services/subscription_service.rb +276 -9
- data/lib/stripe/services/tax/association_service.rb +31 -0
- data/lib/stripe/services/tax/form_service.rb +100 -0
- data/lib/stripe/services/tax_id_service.rb +8 -2
- data/lib/stripe/services/tax_service.rb +3 -1
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +28 -0
- data/lib/stripe/services/terminal/reader_service.rb +90 -0
- data/lib/stripe/services/terminal_service.rb +2 -1
- data/lib/stripe/services/test_helpers/confirmation_token_service.rb +97 -0
- data/lib/stripe/services/test_helpers/treasury/received_credit_service.rb +25 -1
- data/lib/stripe/services/test_helpers/treasury/received_debit_service.rb +25 -1
- data/lib/stripe/services/transfer_service.rb +4 -0
- data/lib/stripe/services/treasury/financial_account_features_service.rb +4 -1
- data/lib/stripe/services/treasury/financial_account_service.rb +16 -2
- data/lib/stripe/services/treasury/outbound_transfer_service.rb +24 -0
- data/lib/stripe/services/v1_services.rb +11 -2
- data/lib/stripe/services/v2/core/account_link_service.rb +76 -0
- data/lib/stripe/services/v2/core/account_service.rb +4138 -0
- data/lib/stripe/services/v2/core/accounts/person_service.rb +1046 -0
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +131 -0
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +107 -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 +74 -0
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +43 -0
- data/lib/stripe/services/v2/money_management/financial_address_service.rb +81 -0
- data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +125 -0
- data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +95 -0
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +200 -0
- data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +235 -0
- data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +172 -0
- data/lib/stripe/services/v2/money_management/payout_method_service.rb +91 -0
- data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/received_credit_service.rb +70 -0
- data/lib/stripe/services/v2/money_management/received_debit_service.rb +43 -0
- data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +69 -0
- data/lib/stripe/services/v2/money_management/transaction_service.rb +73 -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 +138 -0
- data/lib/stripe/services/v2/test_helper_service.rb +15 -0
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +49 -0
- data/lib/stripe/services/v2_services.rb +5 -2
- data/lib/stripe/services.rb +53 -1
- data/lib/stripe/stripe_configuration.rb +3 -1
- data/lib/stripe/stripe_object.rb +1 -1
- data/lib/stripe/util.rb +7 -1
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +53 -0
- data/rbi/stripe.rbi +191639 -0
- data/stripe.gemspec +4 -1
- metadata +161 -324
- data/lib/stripe/services/invoice_payment_service.rb +0 -83
- data/rbi/stripe/resources/account.rbi +0 -4926
- data/rbi/stripe/resources/account_link.rbi +0 -74
- data/rbi/stripe/resources/account_session.rbi +0 -1013
- data/rbi/stripe/resources/apple_pay_domain.rbi +0 -88
- data/rbi/stripe/resources/application.rbi +0 -20
- data/rbi/stripe/resources/application_fee.rbi +0 -118
- data/rbi/stripe/resources/application_fee_refund.rbi +0 -37
- data/rbi/stripe/resources/apps/secret.rbi +0 -195
- data/rbi/stripe/resources/balance.rbi +0 -235
- data/rbi/stripe/resources/balance_transaction.rbi +0 -147
- data/rbi/stripe/resources/bank_account.rbi +0 -127
- data/rbi/stripe/resources/billing/alert.rbi +0 -201
- data/rbi/stripe/resources/billing/alert_triggered.rbi +0 -28
- data/rbi/stripe/resources/billing/credit_balance_summary.rbi +0 -63
- data/rbi/stripe/resources/billing/credit_balance_transaction.rbi +0 -147
- data/rbi/stripe/resources/billing/credit_grant.rbi +0 -291
- data/rbi/stripe/resources/billing/meter.rbi +0 -226
- data/rbi/stripe/resources/billing/meter_event.rbi +0 -64
- data/rbi/stripe/resources/billing/meter_event_adjustment.rbi +0 -64
- data/rbi/stripe/resources/billing/meter_event_summary.rbi +0 -35
- data/rbi/stripe/resources/billing_portal/configuration.rbi +0 -645
- data/rbi/stripe/resources/billing_portal/session.rbi +0 -345
- data/rbi/stripe/resources/capability.rbi +0 -125
- data/rbi/stripe/resources/card.rbi +0 -125
- data/rbi/stripe/resources/cash_balance.rbi +0 -32
- data/rbi/stripe/resources/charge.rbi +0 -2069
- data/rbi/stripe/resources/checkout/session.rbi +0 -4004
- data/rbi/stripe/resources/climate/order.rbi +0 -245
- data/rbi/stripe/resources/climate/product.rbi +0 -75
- data/rbi/stripe/resources/climate/supplier.rbi +0 -72
- data/rbi/stripe/resources/confirmation_token.rbi +0 -1807
- data/rbi/stripe/resources/connect_collection_transfer.rbi +0 -26
- data/rbi/stripe/resources/country_spec.rbi +0 -85
- data/rbi/stripe/resources/coupon.rbi +0 -250
- data/rbi/stripe/resources/credit_note.rbi +0 -752
- data/rbi/stripe/resources/credit_note_line_item.rbi +0 -101
- data/rbi/stripe/resources/customer.rbi +0 -1005
- data/rbi/stripe/resources/customer_balance_transaction.rbi +0 -56
- data/rbi/stripe/resources/customer_cash_balance_transaction.rbi +0 -151
- data/rbi/stripe/resources/customer_session.rbi +0 -200
- data/rbi/stripe/resources/discount.rbi +0 -53
- data/rbi/stripe/resources/dispute.rbi +0 -761
- data/rbi/stripe/resources/entitlements/active_entitlement.rbi +0 -58
- data/rbi/stripe/resources/entitlements/active_entitlement_summary.rbi +0 -23
- data/rbi/stripe/resources/entitlements/feature.rbi +0 -117
- data/rbi/stripe/resources/ephemeral_key.rbi +0 -44
- data/rbi/stripe/resources/event.rbi +0 -149
- data/rbi/stripe/resources/exchange_rate.rbi +0 -66
- data/rbi/stripe/resources/file.rbi +0 -143
- data/rbi/stripe/resources/file_link.rbi +0 -141
- data/rbi/stripe/resources/financial_connections/account.rbi +0 -339
- data/rbi/stripe/resources/financial_connections/account_owner.rbi +0 -35
- data/rbi/stripe/resources/financial_connections/account_ownership.rbi +0 -23
- data/rbi/stripe/resources/financial_connections/session.rbi +0 -123
- data/rbi/stripe/resources/financial_connections/transaction.rbi +0 -124
- data/rbi/stripe/resources/forwarding/request.rbi +0 -216
- data/rbi/stripe/resources/funding_instructions.rbi +0 -437
- data/rbi/stripe/resources/identity/verification_report.rbi +0 -360
- data/rbi/stripe/resources/identity/verification_session.rbi +0 -526
- data/rbi/stripe/resources/invoice.rbi +0 -3812
- data/rbi/stripe/resources/invoice_item.rbi +0 -473
- data/rbi/stripe/resources/invoice_line_item.rbi +0 -432
- data/rbi/stripe/resources/invoice_payment.rbi +0 -121
- data/rbi/stripe/resources/invoice_rendering_template.rbi +0 -104
- data/rbi/stripe/resources/issuing/authorization.rbi +0 -1283
- data/rbi/stripe/resources/issuing/card.rbi +0 -741
- data/rbi/stripe/resources/issuing/cardholder.rbi +0 -744
- data/rbi/stripe/resources/issuing/dispute.rbi +0 -913
- data/rbi/stripe/resources/issuing/personalization_design.rbi +0 -338
- data/rbi/stripe/resources/issuing/physical_bundle.rbi +0 -79
- data/rbi/stripe/resources/issuing/token.rbi +0 -226
- data/rbi/stripe/resources/issuing/transaction.rbi +0 -1061
- data/rbi/stripe/resources/line_item.rbi +0 -72
- data/rbi/stripe/resources/login_link.rbi +0 -19
- data/rbi/stripe/resources/mandate.rbi +0 -187
- data/rbi/stripe/resources/payment_intent.rbi +0 -9647
- data/rbi/stripe/resources/payment_link.rbi +0 -1801
- data/rbi/stripe/resources/payment_method.rbi +0 -1761
- data/rbi/stripe/resources/payment_method_configuration.rbi +0 -3550
- data/rbi/stripe/resources/payment_method_domain.rbi +0 -228
- data/rbi/stripe/resources/payout.rbi +0 -300
- data/rbi/stripe/resources/person.rbi +0 -401
- data/rbi/stripe/resources/plan.rbi +0 -371
- data/rbi/stripe/resources/price.rbi +0 -694
- data/rbi/stripe/resources/product.rbi +0 -555
- data/rbi/stripe/resources/product_feature.rbi +0 -26
- data/rbi/stripe/resources/promotion_code.rbi +0 -261
- data/rbi/stripe/resources/quote.rbi +0 -1126
- data/rbi/stripe/resources/radar/early_fraud_warning.rbi +0 -98
- data/rbi/stripe/resources/radar/value_list.rbi +0 -168
- data/rbi/stripe/resources/radar/value_list_item.rbi +0 -129
- data/rbi/stripe/resources/refund.rbi +0 -523
- data/rbi/stripe/resources/reporting/report_run.rbi +0 -191
- data/rbi/stripe/resources/reporting/report_type.rbi +0 -57
- data/rbi/stripe/resources/reserve_transaction.rbi +0 -23
- data/rbi/stripe/resources/reversal.rbi +0 -51
- data/rbi/stripe/resources/review.rbi +0 -154
- data/rbi/stripe/resources/setup_attempt.rbi +0 -477
- data/rbi/stripe/resources/setup_intent.rbi +0 -3655
- data/rbi/stripe/resources/shipping_rate.rbi +0 -305
- data/rbi/stripe/resources/sigma/scheduled_query_run.rbi +0 -75
- data/rbi/stripe/resources/source.rbi +0 -1496
- data/rbi/stripe/resources/source_mandate_notification.rbi +0 -77
- data/rbi/stripe/resources/source_transaction.rbi +0 -127
- data/rbi/stripe/resources/subscription.rbi +0 -2027
- data/rbi/stripe/resources/subscription_item.rbi +0 -404
- data/rbi/stripe/resources/subscription_schedule.rbi +0 -1623
- data/rbi/stripe/resources/tax/calculation.rbi +0 -478
- data/rbi/stripe/resources/tax/calculation_line_item.rbi +0 -91
- data/rbi/stripe/resources/tax/registration.rbi +0 -2713
- data/rbi/stripe/resources/tax/settings.rbi +0 -141
- data/rbi/stripe/resources/tax/transaction.rbi +0 -351
- data/rbi/stripe/resources/tax/transaction_line_item.rbi +0 -54
- data/rbi/stripe/resources/tax_code.rbi +0 -44
- data/rbi/stripe/resources/tax_deducted_at_source.rbi +0 -23
- data/rbi/stripe/resources/tax_id.rbi +0 -165
- data/rbi/stripe/resources/tax_rate.rbi +0 -239
- data/rbi/stripe/resources/terminal/configuration.rbi +0 -1386
- data/rbi/stripe/resources/terminal/connection_token.rbi +0 -37
- data/rbi/stripe/resources/terminal/location.rbi +0 -222
- data/rbi/stripe/resources/terminal/reader.rbi +0 -847
- data/rbi/stripe/resources/test_helpers/test_clock.rbi +0 -132
- data/rbi/stripe/resources/token.rbi +0 -1283
- data/rbi/stripe/resources/topup.rbi +0 -222
- data/rbi/stripe/resources/transfer.rbi +0 -199
- data/rbi/stripe/resources/treasury/credit_reversal.rbi +0 -119
- data/rbi/stripe/resources/treasury/debit_reversal.rbi +0 -131
- data/rbi/stripe/resources/treasury/financial_account.rbi +0 -865
- data/rbi/stripe/resources/treasury/financial_account_features.rbi +0 -260
- data/rbi/stripe/resources/treasury/inbound_transfer.rbi +0 -295
- data/rbi/stripe/resources/treasury/outbound_payment.rbi +0 -592
- data/rbi/stripe/resources/treasury/outbound_transfer.rbi +0 -431
- data/rbi/stripe/resources/treasury/received_credit.rbi +0 -302
- data/rbi/stripe/resources/treasury/received_debit.rbi +0 -256
- data/rbi/stripe/resources/treasury/transaction.rbi +0 -215
- data/rbi/stripe/resources/treasury/transaction_entry.rbi +0 -192
- data/rbi/stripe/resources/v2/amount.rbi +0 -14
- data/rbi/stripe/resources/v2/billing/meter_event.rbi +0 -37
- data/rbi/stripe/resources/v2/billing/meter_event_adjustment.rbi +0 -41
- data/rbi/stripe/resources/v2/billing/meter_event_session.rbi +0 -31
- data/rbi/stripe/resources/v2/event.rbi +0 -48
- data/rbi/stripe/resources/v2/event_destination.rbi +0 -91
- data/rbi/stripe/resources/webhook_endpoint.rbi +0 -168
- data/rbi/stripe/services/account_capability_service.rbi +0 -51
- data/rbi/stripe/services/account_link_service.rbi +0 -58
- data/rbi/stripe/services/account_login_link_service.rbi +0 -22
- data/rbi/stripe/services/account_person_service.rbi +0 -1011
- data/rbi/stripe/services/account_service.rbi +0 -4213
- data/rbi/stripe/services/account_session_service.rbi +0 -646
- data/rbi/stripe/services/apple_pay_domain_service.rbi +0 -76
- data/rbi/stripe/services/application_fee_refund_service.rbi +0 -93
- data/rbi/stripe/services/application_fee_service.rbi +0 -78
- data/rbi/stripe/services/apps/secret_service.rbi +0 -151
- data/rbi/stripe/services/apps_service.rbi +0 -9
- data/rbi/stripe/services/balance_service.rbi +0 -21
- data/rbi/stripe/services/balance_transaction_service.rbi +0 -93
- data/rbi/stripe/services/billing/alert_service.rbi +0 -152
- data/rbi/stripe/services/billing/credit_balance_summary_service.rbi +0 -68
- data/rbi/stripe/services/billing/credit_balance_transaction_service.rbi +0 -59
- data/rbi/stripe/services/billing/credit_grant_service.rbi +0 -211
- data/rbi/stripe/services/billing/meter_event_adjustment_service.rbi +0 -42
- data/rbi/stripe/services/billing/meter_event_service.rbi +0 -42
- data/rbi/stripe/services/billing/meter_event_summary_service.rbi +0 -54
- data/rbi/stripe/services/billing/meter_service.rbi +0 -163
- data/rbi/stripe/services/billing_portal/configuration_service.rbi +0 -511
- data/rbi/stripe/services/billing_portal/session_service.rbi +0 -204
- data/rbi/stripe/services/billing_portal_service.rbi +0 -10
- data/rbi/stripe/services/billing_service.rbi +0 -15
- data/rbi/stripe/services/charge_service.rbi +0 -448
- data/rbi/stripe/services/checkout/session_line_item_service.rbi +0 -33
- data/rbi/stripe/services/checkout/session_service.rbi +0 -2614
- data/rbi/stripe/services/checkout_service.rbi +0 -9
- data/rbi/stripe/services/climate/order_service.rbi +0 -142
- data/rbi/stripe/services/climate/product_service.rbi +0 -46
- data/rbi/stripe/services/climate_service.rbi +0 -11
- data/rbi/stripe/services/confirmation_token_service.rbi +0 -20
- data/rbi/stripe/services/country_spec_service.rbi +0 -44
- data/rbi/stripe/services/coupon_service.rbi +0 -194
- data/rbi/stripe/services/credit_note_preview_lines_service.rbi +0 -167
- data/rbi/stripe/services/credit_note_service.rbi +0 -415
- data/rbi/stripe/services/customer_balance_transaction_service.rbi +0 -92
- data/rbi/stripe/services/customer_cash_balance_service.rbi +0 -45
- data/rbi/stripe/services/customer_cash_balance_transaction_service.rbi +0 -44
- data/rbi/stripe/services/customer_funding_instructions_service.rbi +0 -59
- data/rbi/stripe/services/customer_payment_method_service.rbi +0 -57
- data/rbi/stripe/services/customer_payment_source_service.rbi +0 -232
- data/rbi/stripe/services/customer_service.rbi +0 -647
- data/rbi/stripe/services/customer_session_service.rbi +0 -116
- data/rbi/stripe/services/customer_tax_id_service.rbi +0 -70
- data/rbi/stripe/services/dispute_service.rbi +0 -424
- data/rbi/stripe/services/entitlements/active_entitlement_service.rbi +0 -55
- data/rbi/stripe/services/entitlements/feature_service.rbi +0 -107
- data/rbi/stripe/services/entitlements_service.rbi +0 -10
- data/rbi/stripe/services/ephemeral_key_service.rbi +0 -53
- data/rbi/stripe/services/event_service.rbi +0 -83
- data/rbi/stripe/services/exchange_rate_service.rbi +0 -44
- data/rbi/stripe/services/file_link_service.rbi +0 -124
- data/rbi/stripe/services/file_service.rbi +0 -116
- data/rbi/stripe/services/financial_connections/account_owner_service.rbi +0 -42
- data/rbi/stripe/services/financial_connections/account_service.rbi +0 -133
- data/rbi/stripe/services/financial_connections/session_service.rbi +0 -88
- data/rbi/stripe/services/financial_connections/transaction_service.rbi +0 -92
- data/rbi/stripe/services/financial_connections_service.rbi +0 -11
- data/rbi/stripe/services/forwarding/request_service.rbi +0 -134
- data/rbi/stripe/services/forwarding_service.rbi +0 -9
- data/rbi/stripe/services/identity/verification_report_service.rbi +0 -87
- data/rbi/stripe/services/identity/verification_session_service.rbi +0 -323
- data/rbi/stripe/services/identity_service.rbi +0 -10
- data/rbi/stripe/services/invoice_item_service.rbi +0 -366
- data/rbi/stripe/services/invoice_line_item_service.rbi +0 -259
- data/rbi/stripe/services/invoice_payment_service.rbi +0 -71
- data/rbi/stripe/services/invoice_rendering_template_service.rbi +0 -82
- data/rbi/stripe/services/invoice_service.rbi +0 -2981
- data/rbi/stripe/services/issuing/authorization_service.rbi +0 -146
- data/rbi/stripe/services/issuing/card_service.rbi +0 -495
- data/rbi/stripe/services/issuing/cardholder_service.rbi +0 -587
- data/rbi/stripe/services/issuing/dispute_service.rbi +0 -707
- data/rbi/stripe/services/issuing/personalization_design_service.rbi +0 -243
- data/rbi/stripe/services/issuing/physical_bundle_service.rbi +0 -59
- data/rbi/stripe/services/issuing/token_service.rbi +0 -99
- data/rbi/stripe/services/issuing/transaction_service.rbi +0 -105
- data/rbi/stripe/services/issuing_service.rbi +0 -16
- data/rbi/stripe/services/mandate_service.rbi +0 -20
- data/rbi/stripe/services/payment_intent_service.rbi +0 -7659
- data/rbi/stripe/services/payment_link_service.rbi +0 -1352
- data/rbi/stripe/services/payment_method_configuration_service.rbi +0 -2487
- data/rbi/stripe/services/payment_method_domain_service.rbi +0 -112
- data/rbi/stripe/services/payment_method_service.rbi +0 -776
- data/rbi/stripe/services/payout_service.rbi +0 -205
- data/rbi/stripe/services/plan_service.rbi +0 -282
- data/rbi/stripe/services/price_service.rbi +0 -546
- data/rbi/stripe/services/product_feature_service.rbi +0 -67
- data/rbi/stripe/services/product_service.rbi +0 -477
- data/rbi/stripe/services/promotion_code_service.rbi +0 -214
- data/rbi/stripe/services/quote_computed_upfront_line_items_service.rbi +0 -31
- data/rbi/stripe/services/quote_service.rbi +0 -686
- data/rbi/stripe/services/radar/early_fraud_warning_service.rbi +0 -85
- data/rbi/stripe/services/radar/value_list_item_service.rbi +0 -109
- data/rbi/stripe/services/radar/value_list_service.rbi +0 -141
- data/rbi/stripe/services/radar_service.rbi +0 -11
- data/rbi/stripe/services/refund_service.rbi +0 -185
- data/rbi/stripe/services/reporting/report_run_service.rbi +0 -135
- data/rbi/stripe/services/reporting/report_type_service.rbi +0 -35
- data/rbi/stripe/services/reporting_service.rbi +0 -10
- data/rbi/stripe/services/review_service.rbi +0 -84
- data/rbi/stripe/services/setup_attempt_service.rbi +0 -65
- data/rbi/stripe/services/setup_intent_service.rbi +0 -3391
- data/rbi/stripe/services/shipping_rate_service.rbi +0 -241
- data/rbi/stripe/services/sigma/scheduled_query_run_service.rbi +0 -46
- data/rbi/stripe/services/sigma_service.rbi +0 -9
- data/rbi/stripe/services/source_service.rbi +0 -663
- data/rbi/stripe/services/subscription_item_service.rbi +0 -350
- data/rbi/stripe/services/subscription_schedule_service.rbi +0 -1290
- data/rbi/stripe/services/subscription_service.rbi +0 -1648
- data/rbi/stripe/services/tax/calculation_service.rbi +0 -234
- data/rbi/stripe/services/tax/registration_service.rbi +0 -1845
- data/rbi/stripe/services/tax/settings_service.rbi +0 -93
- data/rbi/stripe/services/tax/transaction_service.rbi +0 -146
- data/rbi/stripe/services/tax_code_service.rbi +0 -44
- data/rbi/stripe/services/tax_id_service.rbi +0 -110
- data/rbi/stripe/services/tax_rate_service.rbi +0 -185
- data/rbi/stripe/services/tax_service.rbi +0 -12
- data/rbi/stripe/services/terminal/configuration_service.rbi +0 -1118
- data/rbi/stripe/services/terminal/connection_token_service.rbi +0 -25
- data/rbi/stripe/services/terminal/location_service.rbi +0 -182
- data/rbi/stripe/services/terminal/reader_service.rbi +0 -455
- data/rbi/stripe/services/terminal_service.rbi +0 -12
- data/rbi/stripe/services/test_helpers/confirmation_token_service.rbi +0 -739
- data/rbi/stripe/services/test_helpers/customer_service.rbi +0 -33
- data/rbi/stripe/services/test_helpers/issuing/authorization_service.rbi +0 -848
- data/rbi/stripe/services/test_helpers/issuing/card_service.rbi +0 -76
- data/rbi/stripe/services/test_helpers/issuing/personalization_design_service.rbi +0 -69
- data/rbi/stripe/services/test_helpers/issuing/transaction_service.rbi +0 -711
- data/rbi/stripe/services/test_helpers/issuing_service.rbi +0 -14
- data/rbi/stripe/services/test_helpers/refund_service.rbi +0 -22
- data/rbi/stripe/services/test_helpers/terminal/reader_service.rbi +0 -93
- data/rbi/stripe/services/test_helpers/terminal_service.rbi +0 -11
- data/rbi/stripe/services/test_helpers/test_clock_service.rbi +0 -90
- data/rbi/stripe/services/test_helpers/treasury/inbound_transfer_service.rbi +0 -64
- data/rbi/stripe/services/test_helpers/treasury/outbound_payment_service.rbi +0 -125
- data/rbi/stripe/services/test_helpers/treasury/outbound_transfer_service.rbi +0 -125
- data/rbi/stripe/services/test_helpers/treasury/received_credit_service.rbi +0 -87
- data/rbi/stripe/services/test_helpers/treasury/received_debit_service.rbi +0 -87
- data/rbi/stripe/services/test_helpers/treasury_service.rbi +0 -15
- data/rbi/stripe/services/test_helpers_service.rbi +0 -15
- data/rbi/stripe/services/token_service.rbi +0 -1257
- data/rbi/stripe/services/topup_service.rbi +0 -176
- data/rbi/stripe/services/transfer_reversal_service.rbi +0 -101
- data/rbi/stripe/services/transfer_service.rbi +0 -152
- data/rbi/stripe/services/treasury/credit_reversal_service.rbi +0 -84
- data/rbi/stripe/services/treasury/debit_reversal_service.rbi +0 -88
- data/rbi/stripe/services/treasury/financial_account_features_service.rbi +0 -198
- data/rbi/stripe/services/treasury/financial_account_service.rbi +0 -562
- data/rbi/stripe/services/treasury/inbound_transfer_service.rbi +0 -117
- data/rbi/stripe/services/treasury/outbound_payment_service.rbi +0 -304
- data/rbi/stripe/services/treasury/outbound_transfer_service.rbi +0 -157
- data/rbi/stripe/services/treasury/received_credit_service.rbi +0 -72
- data/rbi/stripe/services/treasury/received_debit_service.rbi +0 -59
- data/rbi/stripe/services/treasury/transaction_entry_service.rbi +0 -111
- data/rbi/stripe/services/treasury/transaction_service.rbi +0 -122
- data/rbi/stripe/services/treasury_service.rbi +0 -18
- data/rbi/stripe/services/v1_services.rbi +0 -77
- data/rbi/stripe/services/v2/billing/meter_event_adjustment_service.rbi +0 -39
- data/rbi/stripe/services/v2/billing/meter_event_service.rbi +0 -42
- data/rbi/stripe/services/v2/billing/meter_event_session_service.rbi +0 -18
- data/rbi/stripe/services/v2/billing/meter_event_stream_service.rbi +0 -55
- data/rbi/stripe/services/v2/billing_service.rbi +0 -14
- data/rbi/stripe/services/v2/core/event_destination_service.rbi +0 -192
- data/rbi/stripe/services/v2/core/event_service.rbi +0 -36
- data/rbi/stripe/services/v2/core_service.rbi +0 -12
- data/rbi/stripe/services/v2_services.rbi +0 -10
- data/rbi/stripe/services/webhook_endpoint_service.rbi +0 -129
@@ -227,6 +227,15 @@ module Stripe
|
|
227
227
|
end
|
228
228
|
end
|
229
229
|
|
230
|
+
class AutomaticIndirectTax < Stripe::RequestParams
|
231
|
+
# 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
|
+
attr_accessor :requested
|
233
|
+
|
234
|
+
def initialize(requested: nil)
|
235
|
+
@requested = requested
|
236
|
+
end
|
237
|
+
end
|
238
|
+
|
230
239
|
class BacsDebitPayments < Stripe::RequestParams
|
231
240
|
# 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
241
|
attr_accessor :requested
|
@@ -353,6 +362,15 @@ module Stripe
|
|
353
362
|
end
|
354
363
|
end
|
355
364
|
|
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
|
+
|
356
374
|
class GrabpayPayments < Stripe::RequestParams
|
357
375
|
# 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.
|
358
376
|
attr_accessor :requested
|
@@ -362,6 +380,24 @@ module Stripe
|
|
362
380
|
end
|
363
381
|
end
|
364
382
|
|
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
|
+
|
365
401
|
class IdealPayments < Stripe::RequestParams
|
366
402
|
# 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
403
|
attr_accessor :requested
|
@@ -452,6 +488,15 @@ module Stripe
|
|
452
488
|
end
|
453
489
|
end
|
454
490
|
|
491
|
+
class MbWayPayments < Stripe::RequestParams
|
492
|
+
# 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.
|
493
|
+
attr_accessor :requested
|
494
|
+
|
495
|
+
def initialize(requested: nil)
|
496
|
+
@requested = requested
|
497
|
+
end
|
498
|
+
end
|
499
|
+
|
455
500
|
class MobilepayPayments < Stripe::RequestParams
|
456
501
|
# 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.
|
457
502
|
attr_accessor :requested
|
@@ -542,6 +587,24 @@ module Stripe
|
|
542
587
|
end
|
543
588
|
end
|
544
589
|
|
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 PaytoPayments < 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
|
+
|
545
608
|
class PixPayments < Stripe::RequestParams
|
546
609
|
# 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.
|
547
610
|
attr_accessor :requested
|
@@ -560,6 +623,24 @@ module Stripe
|
|
560
623
|
end
|
561
624
|
end
|
562
625
|
|
626
|
+
class QrisPayments < Stripe::RequestParams
|
627
|
+
# 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.
|
628
|
+
attr_accessor :requested
|
629
|
+
|
630
|
+
def initialize(requested: nil)
|
631
|
+
@requested = requested
|
632
|
+
end
|
633
|
+
end
|
634
|
+
|
635
|
+
class RechnungPayments < 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
|
+
|
563
644
|
class RevolutPayPayments < Stripe::RequestParams
|
564
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.
|
565
646
|
attr_accessor :requested
|
@@ -605,6 +686,15 @@ module Stripe
|
|
605
686
|
end
|
606
687
|
end
|
607
688
|
|
689
|
+
class ShopeepayPayments < Stripe::RequestParams
|
690
|
+
# 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
|
+
attr_accessor :requested
|
692
|
+
|
693
|
+
def initialize(requested: nil)
|
694
|
+
@requested = requested
|
695
|
+
end
|
696
|
+
end
|
697
|
+
|
608
698
|
class SofortPayments < Stripe::RequestParams
|
609
699
|
# 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
700
|
attr_accessor :requested
|
@@ -614,6 +704,15 @@ module Stripe
|
|
614
704
|
end
|
615
705
|
end
|
616
706
|
|
707
|
+
class StripeBalancePayments < Stripe::RequestParams
|
708
|
+
# 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.
|
709
|
+
attr_accessor :requested
|
710
|
+
|
711
|
+
def initialize(requested: nil)
|
712
|
+
@requested = requested
|
713
|
+
end
|
714
|
+
end
|
715
|
+
|
617
716
|
class SwishPayments < Stripe::RequestParams
|
618
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.
|
619
718
|
attr_accessor :requested
|
@@ -659,6 +758,33 @@ module Stripe
|
|
659
758
|
end
|
660
759
|
end
|
661
760
|
|
761
|
+
class TreasuryEvolve < Stripe::RequestParams
|
762
|
+
# 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.
|
763
|
+
attr_accessor :requested
|
764
|
+
|
765
|
+
def initialize(requested: nil)
|
766
|
+
@requested = requested
|
767
|
+
end
|
768
|
+
end
|
769
|
+
|
770
|
+
class TreasuryFifthThird < Stripe::RequestParams
|
771
|
+
# 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.
|
772
|
+
attr_accessor :requested
|
773
|
+
|
774
|
+
def initialize(requested: nil)
|
775
|
+
@requested = requested
|
776
|
+
end
|
777
|
+
end
|
778
|
+
|
779
|
+
class TreasuryGoldmanSachs < 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
|
+
|
662
788
|
class TwintPayments < Stripe::RequestParams
|
663
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.
|
664
790
|
attr_accessor :requested
|
@@ -706,6 +832,8 @@ module Stripe
|
|
706
832
|
attr_accessor :amazon_pay_payments
|
707
833
|
# The au_becs_debit_payments capability.
|
708
834
|
attr_accessor :au_becs_debit_payments
|
835
|
+
# The automatic_indirect_tax capability.
|
836
|
+
attr_accessor :automatic_indirect_tax
|
709
837
|
# The bacs_debit_payments capability.
|
710
838
|
attr_accessor :bacs_debit_payments
|
711
839
|
# The bancontact_payments capability.
|
@@ -734,8 +862,14 @@ module Stripe
|
|
734
862
|
attr_accessor :gb_bank_transfer_payments
|
735
863
|
# The giropay_payments capability.
|
736
864
|
attr_accessor :giropay_payments
|
865
|
+
# The gopay_payments capability.
|
866
|
+
attr_accessor :gopay_payments
|
737
867
|
# The grabpay_payments capability.
|
738
868
|
attr_accessor :grabpay_payments
|
869
|
+
# The id_bank_transfer_payments capability.
|
870
|
+
attr_accessor :id_bank_transfer_payments
|
871
|
+
# The id_bank_transfer_payments_bca capability.
|
872
|
+
attr_accessor :id_bank_transfer_payments_bca
|
739
873
|
# The ideal_payments capability.
|
740
874
|
attr_accessor :ideal_payments
|
741
875
|
# The india_international_payments capability.
|
@@ -756,6 +890,8 @@ module Stripe
|
|
756
890
|
attr_accessor :legacy_payments
|
757
891
|
# The link_payments capability.
|
758
892
|
attr_accessor :link_payments
|
893
|
+
# The mb_way_payments capability.
|
894
|
+
attr_accessor :mb_way_payments
|
759
895
|
# The mobilepay_payments capability.
|
760
896
|
attr_accessor :mobilepay_payments
|
761
897
|
# The multibanco_payments capability.
|
@@ -776,10 +912,18 @@ module Stripe
|
|
776
912
|
attr_accessor :payco_payments
|
777
913
|
# The paynow_payments capability.
|
778
914
|
attr_accessor :paynow_payments
|
915
|
+
# The paypal_payments capability.
|
916
|
+
attr_accessor :paypal_payments
|
917
|
+
# The payto_payments capability.
|
918
|
+
attr_accessor :payto_payments
|
779
919
|
# The pix_payments capability.
|
780
920
|
attr_accessor :pix_payments
|
781
921
|
# The promptpay_payments capability.
|
782
922
|
attr_accessor :promptpay_payments
|
923
|
+
# The qris_payments capability.
|
924
|
+
attr_accessor :qris_payments
|
925
|
+
# The rechnung_payments capability.
|
926
|
+
attr_accessor :rechnung_payments
|
783
927
|
# The revolut_pay_payments capability.
|
784
928
|
attr_accessor :revolut_pay_payments
|
785
929
|
# The samsung_pay_payments capability.
|
@@ -790,8 +934,12 @@ module Stripe
|
|
790
934
|
attr_accessor :sepa_bank_transfer_payments
|
791
935
|
# The sepa_debit_payments capability.
|
792
936
|
attr_accessor :sepa_debit_payments
|
937
|
+
# The shopeepay_payments capability.
|
938
|
+
attr_accessor :shopeepay_payments
|
793
939
|
# The sofort_payments capability.
|
794
940
|
attr_accessor :sofort_payments
|
941
|
+
# The stripe_balance_payments capability.
|
942
|
+
attr_accessor :stripe_balance_payments
|
795
943
|
# The swish_payments capability.
|
796
944
|
attr_accessor :swish_payments
|
797
945
|
# The tax_reporting_us_1099_k capability.
|
@@ -802,6 +950,12 @@ module Stripe
|
|
802
950
|
attr_accessor :transfers
|
803
951
|
# The treasury capability.
|
804
952
|
attr_accessor :treasury
|
953
|
+
# The treasury_evolve capability.
|
954
|
+
attr_accessor :treasury_evolve
|
955
|
+
# The treasury_fifth_third capability.
|
956
|
+
attr_accessor :treasury_fifth_third
|
957
|
+
# The treasury_goldman_sachs capability.
|
958
|
+
attr_accessor :treasury_goldman_sachs
|
805
959
|
# The twint_payments capability.
|
806
960
|
attr_accessor :twint_payments
|
807
961
|
# The us_bank_account_ach_payments capability.
|
@@ -818,6 +972,7 @@ module Stripe
|
|
818
972
|
alma_payments: nil,
|
819
973
|
amazon_pay_payments: nil,
|
820
974
|
au_becs_debit_payments: nil,
|
975
|
+
automatic_indirect_tax: nil,
|
821
976
|
bacs_debit_payments: nil,
|
822
977
|
bancontact_payments: nil,
|
823
978
|
bank_transfer_payments: nil,
|
@@ -832,7 +987,10 @@ module Stripe
|
|
832
987
|
fpx_payments: nil,
|
833
988
|
gb_bank_transfer_payments: nil,
|
834
989
|
giropay_payments: nil,
|
990
|
+
gopay_payments: nil,
|
835
991
|
grabpay_payments: nil,
|
992
|
+
id_bank_transfer_payments: nil,
|
993
|
+
id_bank_transfer_payments_bca: nil,
|
836
994
|
ideal_payments: nil,
|
837
995
|
india_international_payments: nil,
|
838
996
|
jcb_payments: nil,
|
@@ -843,6 +1001,7 @@ module Stripe
|
|
843
1001
|
kr_card_payments: nil,
|
844
1002
|
legacy_payments: nil,
|
845
1003
|
link_payments: nil,
|
1004
|
+
mb_way_payments: nil,
|
846
1005
|
mobilepay_payments: nil,
|
847
1006
|
multibanco_payments: nil,
|
848
1007
|
mx_bank_transfer_payments: nil,
|
@@ -853,19 +1012,28 @@ module Stripe
|
|
853
1012
|
pay_by_bank_payments: nil,
|
854
1013
|
payco_payments: nil,
|
855
1014
|
paynow_payments: nil,
|
1015
|
+
paypal_payments: nil,
|
1016
|
+
payto_payments: nil,
|
856
1017
|
pix_payments: nil,
|
857
1018
|
promptpay_payments: nil,
|
1019
|
+
qris_payments: nil,
|
1020
|
+
rechnung_payments: nil,
|
858
1021
|
revolut_pay_payments: nil,
|
859
1022
|
samsung_pay_payments: nil,
|
860
1023
|
satispay_payments: nil,
|
861
1024
|
sepa_bank_transfer_payments: nil,
|
862
1025
|
sepa_debit_payments: nil,
|
1026
|
+
shopeepay_payments: nil,
|
863
1027
|
sofort_payments: nil,
|
1028
|
+
stripe_balance_payments: nil,
|
864
1029
|
swish_payments: nil,
|
865
1030
|
tax_reporting_us_1099_k: nil,
|
866
1031
|
tax_reporting_us_1099_misc: nil,
|
867
1032
|
transfers: nil,
|
868
1033
|
treasury: nil,
|
1034
|
+
treasury_evolve: nil,
|
1035
|
+
treasury_fifth_third: nil,
|
1036
|
+
treasury_goldman_sachs: nil,
|
869
1037
|
twint_payments: nil,
|
870
1038
|
us_bank_account_ach_payments: nil,
|
871
1039
|
us_bank_transfer_payments: nil,
|
@@ -877,6 +1045,7 @@ module Stripe
|
|
877
1045
|
@alma_payments = alma_payments
|
878
1046
|
@amazon_pay_payments = amazon_pay_payments
|
879
1047
|
@au_becs_debit_payments = au_becs_debit_payments
|
1048
|
+
@automatic_indirect_tax = automatic_indirect_tax
|
880
1049
|
@bacs_debit_payments = bacs_debit_payments
|
881
1050
|
@bancontact_payments = bancontact_payments
|
882
1051
|
@bank_transfer_payments = bank_transfer_payments
|
@@ -891,7 +1060,10 @@ module Stripe
|
|
891
1060
|
@fpx_payments = fpx_payments
|
892
1061
|
@gb_bank_transfer_payments = gb_bank_transfer_payments
|
893
1062
|
@giropay_payments = giropay_payments
|
1063
|
+
@gopay_payments = gopay_payments
|
894
1064
|
@grabpay_payments = grabpay_payments
|
1065
|
+
@id_bank_transfer_payments = id_bank_transfer_payments
|
1066
|
+
@id_bank_transfer_payments_bca = id_bank_transfer_payments_bca
|
895
1067
|
@ideal_payments = ideal_payments
|
896
1068
|
@india_international_payments = india_international_payments
|
897
1069
|
@jcb_payments = jcb_payments
|
@@ -902,6 +1074,7 @@ module Stripe
|
|
902
1074
|
@kr_card_payments = kr_card_payments
|
903
1075
|
@legacy_payments = legacy_payments
|
904
1076
|
@link_payments = link_payments
|
1077
|
+
@mb_way_payments = mb_way_payments
|
905
1078
|
@mobilepay_payments = mobilepay_payments
|
906
1079
|
@multibanco_payments = multibanco_payments
|
907
1080
|
@mx_bank_transfer_payments = mx_bank_transfer_payments
|
@@ -912,19 +1085,28 @@ module Stripe
|
|
912
1085
|
@pay_by_bank_payments = pay_by_bank_payments
|
913
1086
|
@payco_payments = payco_payments
|
914
1087
|
@paynow_payments = paynow_payments
|
1088
|
+
@paypal_payments = paypal_payments
|
1089
|
+
@payto_payments = payto_payments
|
915
1090
|
@pix_payments = pix_payments
|
916
1091
|
@promptpay_payments = promptpay_payments
|
1092
|
+
@qris_payments = qris_payments
|
1093
|
+
@rechnung_payments = rechnung_payments
|
917
1094
|
@revolut_pay_payments = revolut_pay_payments
|
918
1095
|
@samsung_pay_payments = samsung_pay_payments
|
919
1096
|
@satispay_payments = satispay_payments
|
920
1097
|
@sepa_bank_transfer_payments = sepa_bank_transfer_payments
|
921
1098
|
@sepa_debit_payments = sepa_debit_payments
|
1099
|
+
@shopeepay_payments = shopeepay_payments
|
922
1100
|
@sofort_payments = sofort_payments
|
1101
|
+
@stripe_balance_payments = stripe_balance_payments
|
923
1102
|
@swish_payments = swish_payments
|
924
1103
|
@tax_reporting_us_1099_k = tax_reporting_us_1099_k
|
925
1104
|
@tax_reporting_us_1099_misc = tax_reporting_us_1099_misc
|
926
1105
|
@transfers = transfers
|
927
1106
|
@treasury = treasury
|
1107
|
+
@treasury_evolve = treasury_evolve
|
1108
|
+
@treasury_fifth_third = treasury_fifth_third
|
1109
|
+
@treasury_goldman_sachs = treasury_goldman_sachs
|
928
1110
|
@twint_payments = twint_payments
|
929
1111
|
@us_bank_account_ach_payments = us_bank_account_ach_payments
|
930
1112
|
@us_bank_transfer_payments = us_bank_transfer_payments
|
@@ -1700,6 +1882,37 @@ module Stripe
|
|
1700
1882
|
end
|
1701
1883
|
end
|
1702
1884
|
|
1885
|
+
class RiskControls < Stripe::RequestParams
|
1886
|
+
class Charges < Stripe::RequestParams
|
1887
|
+
# To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
1888
|
+
# There can be a delay before the risk control is paused or unpaused.
|
1889
|
+
attr_accessor :pause_requested
|
1890
|
+
|
1891
|
+
def initialize(pause_requested: nil)
|
1892
|
+
@pause_requested = pause_requested
|
1893
|
+
end
|
1894
|
+
end
|
1895
|
+
|
1896
|
+
class Payouts < Stripe::RequestParams
|
1897
|
+
# To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
1898
|
+
# There can be a delay before the risk control is paused or unpaused.
|
1899
|
+
attr_accessor :pause_requested
|
1900
|
+
|
1901
|
+
def initialize(pause_requested: nil)
|
1902
|
+
@pause_requested = pause_requested
|
1903
|
+
end
|
1904
|
+
end
|
1905
|
+
# Represents the risk control status of charges. Please see [this page for more details](https://stripe.com/docs/connect/pausing-payments-or-payouts-on-connected-accounts).
|
1906
|
+
attr_accessor :charges
|
1907
|
+
# Represents the risk control status of payouts. Please see [this page for more details](https://stripe.com/docs/connect/pausing-payments-or-payouts-on-connected-accounts).
|
1908
|
+
attr_accessor :payouts
|
1909
|
+
|
1910
|
+
def initialize(charges: nil, payouts: nil)
|
1911
|
+
@charges = charges
|
1912
|
+
@payouts = payouts
|
1913
|
+
end
|
1914
|
+
end
|
1915
|
+
|
1703
1916
|
class Settings < Stripe::RequestParams
|
1704
1917
|
class BacsDebitPayments < Stripe::RequestParams
|
1705
1918
|
# 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.
|
@@ -1710,6 +1923,18 @@ module Stripe
|
|
1710
1923
|
end
|
1711
1924
|
end
|
1712
1925
|
|
1926
|
+
class BankBcaOnboarding < Stripe::RequestParams
|
1927
|
+
# Bank BCA business account holder name
|
1928
|
+
attr_accessor :account_holder_name
|
1929
|
+
# Bank BCA business account number
|
1930
|
+
attr_accessor :business_account_number
|
1931
|
+
|
1932
|
+
def initialize(account_holder_name: nil, business_account_number: nil)
|
1933
|
+
@account_holder_name = account_holder_name
|
1934
|
+
@business_account_number = business_account_number
|
1935
|
+
end
|
1936
|
+
end
|
1937
|
+
|
1713
1938
|
class Branding < Stripe::RequestParams
|
1714
1939
|
# (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.
|
1715
1940
|
attr_accessor :icon
|
@@ -1728,6 +1953,18 @@ module Stripe
|
|
1728
1953
|
end
|
1729
1954
|
end
|
1730
1955
|
|
1956
|
+
class Capital < Stripe::RequestParams
|
1957
|
+
# Per-currency mapping of user-selected destination accounts used to pay out loans.
|
1958
|
+
attr_accessor :payout_destination
|
1959
|
+
# Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.
|
1960
|
+
attr_accessor :payout_destination_selector
|
1961
|
+
|
1962
|
+
def initialize(payout_destination: nil, payout_destination_selector: nil)
|
1963
|
+
@payout_destination = payout_destination
|
1964
|
+
@payout_destination_selector = payout_destination_selector
|
1965
|
+
end
|
1966
|
+
end
|
1967
|
+
|
1731
1968
|
class CardIssuing < Stripe::RequestParams
|
1732
1969
|
class TosAcceptance < Stripe::RequestParams
|
1733
1970
|
# The Unix timestamp marking when the account representative accepted the service agreement.
|
@@ -1848,6 +2085,15 @@ module Stripe
|
|
1848
2085
|
end
|
1849
2086
|
end
|
1850
2087
|
|
2088
|
+
class TaxForms < Stripe::RequestParams
|
2089
|
+
# Whether the account opted out of receiving their tax forms by postal delivery.
|
2090
|
+
attr_accessor :consented_to_paperless_delivery
|
2091
|
+
|
2092
|
+
def initialize(consented_to_paperless_delivery: nil)
|
2093
|
+
@consented_to_paperless_delivery = consented_to_paperless_delivery
|
2094
|
+
end
|
2095
|
+
end
|
2096
|
+
|
1851
2097
|
class Treasury < Stripe::RequestParams
|
1852
2098
|
class TosAcceptance < Stripe::RequestParams
|
1853
2099
|
# The Unix timestamp marking when the account representative accepted the service agreement.
|
@@ -1872,8 +2118,12 @@ module Stripe
|
|
1872
2118
|
end
|
1873
2119
|
# Settings specific to Bacs Direct Debit payments.
|
1874
2120
|
attr_accessor :bacs_debit_payments
|
2121
|
+
# Settings specific to bank BCA onboarding for Indonesia bank transfers payments method.
|
2122
|
+
attr_accessor :bank_bca_onboarding
|
1875
2123
|
# Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
|
1876
2124
|
attr_accessor :branding
|
2125
|
+
# Settings specific to the account's use of the Capital product.
|
2126
|
+
attr_accessor :capital
|
1877
2127
|
# Settings specific to the account's use of the Card Issuing product.
|
1878
2128
|
attr_accessor :card_issuing
|
1879
2129
|
# Settings specific to card charging on the account.
|
@@ -1884,26 +2134,34 @@ module Stripe
|
|
1884
2134
|
attr_accessor :payments
|
1885
2135
|
# Settings specific to the account's payouts.
|
1886
2136
|
attr_accessor :payouts
|
2137
|
+
# Settings specific to the account's tax forms.
|
2138
|
+
attr_accessor :tax_forms
|
1887
2139
|
# Settings specific to the account's Treasury FinancialAccounts.
|
1888
2140
|
attr_accessor :treasury
|
1889
2141
|
|
1890
2142
|
def initialize(
|
1891
2143
|
bacs_debit_payments: nil,
|
2144
|
+
bank_bca_onboarding: nil,
|
1892
2145
|
branding: nil,
|
2146
|
+
capital: nil,
|
1893
2147
|
card_issuing: nil,
|
1894
2148
|
card_payments: nil,
|
1895
2149
|
invoices: nil,
|
1896
2150
|
payments: nil,
|
1897
2151
|
payouts: nil,
|
2152
|
+
tax_forms: nil,
|
1898
2153
|
treasury: nil
|
1899
2154
|
)
|
1900
2155
|
@bacs_debit_payments = bacs_debit_payments
|
2156
|
+
@bank_bca_onboarding = bank_bca_onboarding
|
1901
2157
|
@branding = branding
|
2158
|
+
@capital = capital
|
1902
2159
|
@card_issuing = card_issuing
|
1903
2160
|
@card_payments = card_payments
|
1904
2161
|
@invoices = invoices
|
1905
2162
|
@payments = payments
|
1906
2163
|
@payouts = payouts
|
2164
|
+
@tax_forms = tax_forms
|
1907
2165
|
@treasury = treasury
|
1908
2166
|
end
|
1909
2167
|
end
|
@@ -1958,6 +2216,8 @@ module Stripe
|
|
1958
2216
|
attr_accessor :individual
|
1959
2217
|
# Set of [key-value pairs](https://stripe.com/docs/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`.
|
1960
2218
|
attr_accessor :metadata
|
2219
|
+
# A hash to configure risk controls on the account. Please see [this page for more details](/connect/pausing-payments-or-payouts-on-connected-accounts).
|
2220
|
+
attr_accessor :risk_controls
|
1961
2221
|
# Options for customizing how the account functions within Stripe.
|
1962
2222
|
attr_accessor :settings
|
1963
2223
|
# 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.
|
@@ -1977,6 +2237,7 @@ module Stripe
|
|
1977
2237
|
groups: nil,
|
1978
2238
|
individual: nil,
|
1979
2239
|
metadata: nil,
|
2240
|
+
risk_controls: nil,
|
1980
2241
|
settings: nil,
|
1981
2242
|
tos_acceptance: nil
|
1982
2243
|
)
|
@@ -1993,6 +2254,7 @@ module Stripe
|
|
1993
2254
|
@groups = groups
|
1994
2255
|
@individual = individual
|
1995
2256
|
@metadata = metadata
|
2257
|
+
@risk_controls = risk_controls
|
1996
2258
|
@settings = settings
|
1997
2259
|
@tos_acceptance = tos_acceptance
|
1998
2260
|
end
|
@@ -2248,6 +2510,15 @@ module Stripe
|
|
2248
2510
|
end
|
2249
2511
|
end
|
2250
2512
|
|
2513
|
+
class AutomaticIndirectTax < Stripe::RequestParams
|
2514
|
+
# 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.
|
2515
|
+
attr_accessor :requested
|
2516
|
+
|
2517
|
+
def initialize(requested: nil)
|
2518
|
+
@requested = requested
|
2519
|
+
end
|
2520
|
+
end
|
2521
|
+
|
2251
2522
|
class BacsDebitPayments < Stripe::RequestParams
|
2252
2523
|
# 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.
|
2253
2524
|
attr_accessor :requested
|
@@ -2374,6 +2645,15 @@ module Stripe
|
|
2374
2645
|
end
|
2375
2646
|
end
|
2376
2647
|
|
2648
|
+
class GopayPayments < Stripe::RequestParams
|
2649
|
+
# 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.
|
2650
|
+
attr_accessor :requested
|
2651
|
+
|
2652
|
+
def initialize(requested: nil)
|
2653
|
+
@requested = requested
|
2654
|
+
end
|
2655
|
+
end
|
2656
|
+
|
2377
2657
|
class GrabpayPayments < Stripe::RequestParams
|
2378
2658
|
# 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.
|
2379
2659
|
attr_accessor :requested
|
@@ -2383,6 +2663,24 @@ module Stripe
|
|
2383
2663
|
end
|
2384
2664
|
end
|
2385
2665
|
|
2666
|
+
class IdBankTransferPayments < Stripe::RequestParams
|
2667
|
+
# 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.
|
2668
|
+
attr_accessor :requested
|
2669
|
+
|
2670
|
+
def initialize(requested: nil)
|
2671
|
+
@requested = requested
|
2672
|
+
end
|
2673
|
+
end
|
2674
|
+
|
2675
|
+
class IdBankTransferPaymentsBca < Stripe::RequestParams
|
2676
|
+
# 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.
|
2677
|
+
attr_accessor :requested
|
2678
|
+
|
2679
|
+
def initialize(requested: nil)
|
2680
|
+
@requested = requested
|
2681
|
+
end
|
2682
|
+
end
|
2683
|
+
|
2386
2684
|
class IdealPayments < Stripe::RequestParams
|
2387
2685
|
# 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.
|
2388
2686
|
attr_accessor :requested
|
@@ -2473,6 +2771,15 @@ module Stripe
|
|
2473
2771
|
end
|
2474
2772
|
end
|
2475
2773
|
|
2774
|
+
class MbWayPayments < Stripe::RequestParams
|
2775
|
+
# 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.
|
2776
|
+
attr_accessor :requested
|
2777
|
+
|
2778
|
+
def initialize(requested: nil)
|
2779
|
+
@requested = requested
|
2780
|
+
end
|
2781
|
+
end
|
2782
|
+
|
2476
2783
|
class MobilepayPayments < Stripe::RequestParams
|
2477
2784
|
# 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.
|
2478
2785
|
attr_accessor :requested
|
@@ -2563,6 +2870,24 @@ module Stripe
|
|
2563
2870
|
end
|
2564
2871
|
end
|
2565
2872
|
|
2873
|
+
class PaypalPayments < Stripe::RequestParams
|
2874
|
+
# 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.
|
2875
|
+
attr_accessor :requested
|
2876
|
+
|
2877
|
+
def initialize(requested: nil)
|
2878
|
+
@requested = requested
|
2879
|
+
end
|
2880
|
+
end
|
2881
|
+
|
2882
|
+
class PaytoPayments < Stripe::RequestParams
|
2883
|
+
# 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.
|
2884
|
+
attr_accessor :requested
|
2885
|
+
|
2886
|
+
def initialize(requested: nil)
|
2887
|
+
@requested = requested
|
2888
|
+
end
|
2889
|
+
end
|
2890
|
+
|
2566
2891
|
class PixPayments < Stripe::RequestParams
|
2567
2892
|
# 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.
|
2568
2893
|
attr_accessor :requested
|
@@ -2581,6 +2906,24 @@ module Stripe
|
|
2581
2906
|
end
|
2582
2907
|
end
|
2583
2908
|
|
2909
|
+
class QrisPayments < Stripe::RequestParams
|
2910
|
+
# 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.
|
2911
|
+
attr_accessor :requested
|
2912
|
+
|
2913
|
+
def initialize(requested: nil)
|
2914
|
+
@requested = requested
|
2915
|
+
end
|
2916
|
+
end
|
2917
|
+
|
2918
|
+
class RechnungPayments < Stripe::RequestParams
|
2919
|
+
# 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.
|
2920
|
+
attr_accessor :requested
|
2921
|
+
|
2922
|
+
def initialize(requested: nil)
|
2923
|
+
@requested = requested
|
2924
|
+
end
|
2925
|
+
end
|
2926
|
+
|
2584
2927
|
class RevolutPayPayments < Stripe::RequestParams
|
2585
2928
|
# 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.
|
2586
2929
|
attr_accessor :requested
|
@@ -2626,6 +2969,15 @@ module Stripe
|
|
2626
2969
|
end
|
2627
2970
|
end
|
2628
2971
|
|
2972
|
+
class ShopeepayPayments < Stripe::RequestParams
|
2973
|
+
# 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.
|
2974
|
+
attr_accessor :requested
|
2975
|
+
|
2976
|
+
def initialize(requested: nil)
|
2977
|
+
@requested = requested
|
2978
|
+
end
|
2979
|
+
end
|
2980
|
+
|
2629
2981
|
class SofortPayments < Stripe::RequestParams
|
2630
2982
|
# 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.
|
2631
2983
|
attr_accessor :requested
|
@@ -2635,6 +2987,15 @@ module Stripe
|
|
2635
2987
|
end
|
2636
2988
|
end
|
2637
2989
|
|
2990
|
+
class StripeBalancePayments < Stripe::RequestParams
|
2991
|
+
# 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.
|
2992
|
+
attr_accessor :requested
|
2993
|
+
|
2994
|
+
def initialize(requested: nil)
|
2995
|
+
@requested = requested
|
2996
|
+
end
|
2997
|
+
end
|
2998
|
+
|
2638
2999
|
class SwishPayments < Stripe::RequestParams
|
2639
3000
|
# 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.
|
2640
3001
|
attr_accessor :requested
|
@@ -2680,6 +3041,33 @@ module Stripe
|
|
2680
3041
|
end
|
2681
3042
|
end
|
2682
3043
|
|
3044
|
+
class TreasuryEvolve < Stripe::RequestParams
|
3045
|
+
# 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.
|
3046
|
+
attr_accessor :requested
|
3047
|
+
|
3048
|
+
def initialize(requested: nil)
|
3049
|
+
@requested = requested
|
3050
|
+
end
|
3051
|
+
end
|
3052
|
+
|
3053
|
+
class TreasuryFifthThird < Stripe::RequestParams
|
3054
|
+
# 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.
|
3055
|
+
attr_accessor :requested
|
3056
|
+
|
3057
|
+
def initialize(requested: nil)
|
3058
|
+
@requested = requested
|
3059
|
+
end
|
3060
|
+
end
|
3061
|
+
|
3062
|
+
class TreasuryGoldmanSachs < Stripe::RequestParams
|
3063
|
+
# 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.
|
3064
|
+
attr_accessor :requested
|
3065
|
+
|
3066
|
+
def initialize(requested: nil)
|
3067
|
+
@requested = requested
|
3068
|
+
end
|
3069
|
+
end
|
3070
|
+
|
2683
3071
|
class TwintPayments < Stripe::RequestParams
|
2684
3072
|
# 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.
|
2685
3073
|
attr_accessor :requested
|
@@ -2727,6 +3115,8 @@ module Stripe
|
|
2727
3115
|
attr_accessor :amazon_pay_payments
|
2728
3116
|
# The au_becs_debit_payments capability.
|
2729
3117
|
attr_accessor :au_becs_debit_payments
|
3118
|
+
# The automatic_indirect_tax capability.
|
3119
|
+
attr_accessor :automatic_indirect_tax
|
2730
3120
|
# The bacs_debit_payments capability.
|
2731
3121
|
attr_accessor :bacs_debit_payments
|
2732
3122
|
# The bancontact_payments capability.
|
@@ -2755,8 +3145,14 @@ module Stripe
|
|
2755
3145
|
attr_accessor :gb_bank_transfer_payments
|
2756
3146
|
# The giropay_payments capability.
|
2757
3147
|
attr_accessor :giropay_payments
|
3148
|
+
# The gopay_payments capability.
|
3149
|
+
attr_accessor :gopay_payments
|
2758
3150
|
# The grabpay_payments capability.
|
2759
3151
|
attr_accessor :grabpay_payments
|
3152
|
+
# The id_bank_transfer_payments capability.
|
3153
|
+
attr_accessor :id_bank_transfer_payments
|
3154
|
+
# The id_bank_transfer_payments_bca capability.
|
3155
|
+
attr_accessor :id_bank_transfer_payments_bca
|
2760
3156
|
# The ideal_payments capability.
|
2761
3157
|
attr_accessor :ideal_payments
|
2762
3158
|
# The india_international_payments capability.
|
@@ -2777,6 +3173,8 @@ module Stripe
|
|
2777
3173
|
attr_accessor :legacy_payments
|
2778
3174
|
# The link_payments capability.
|
2779
3175
|
attr_accessor :link_payments
|
3176
|
+
# The mb_way_payments capability.
|
3177
|
+
attr_accessor :mb_way_payments
|
2780
3178
|
# The mobilepay_payments capability.
|
2781
3179
|
attr_accessor :mobilepay_payments
|
2782
3180
|
# The multibanco_payments capability.
|
@@ -2797,10 +3195,18 @@ module Stripe
|
|
2797
3195
|
attr_accessor :payco_payments
|
2798
3196
|
# The paynow_payments capability.
|
2799
3197
|
attr_accessor :paynow_payments
|
3198
|
+
# The paypal_payments capability.
|
3199
|
+
attr_accessor :paypal_payments
|
3200
|
+
# The payto_payments capability.
|
3201
|
+
attr_accessor :payto_payments
|
2800
3202
|
# The pix_payments capability.
|
2801
3203
|
attr_accessor :pix_payments
|
2802
3204
|
# The promptpay_payments capability.
|
2803
3205
|
attr_accessor :promptpay_payments
|
3206
|
+
# The qris_payments capability.
|
3207
|
+
attr_accessor :qris_payments
|
3208
|
+
# The rechnung_payments capability.
|
3209
|
+
attr_accessor :rechnung_payments
|
2804
3210
|
# The revolut_pay_payments capability.
|
2805
3211
|
attr_accessor :revolut_pay_payments
|
2806
3212
|
# The samsung_pay_payments capability.
|
@@ -2811,8 +3217,12 @@ module Stripe
|
|
2811
3217
|
attr_accessor :sepa_bank_transfer_payments
|
2812
3218
|
# The sepa_debit_payments capability.
|
2813
3219
|
attr_accessor :sepa_debit_payments
|
3220
|
+
# The shopeepay_payments capability.
|
3221
|
+
attr_accessor :shopeepay_payments
|
2814
3222
|
# The sofort_payments capability.
|
2815
3223
|
attr_accessor :sofort_payments
|
3224
|
+
# The stripe_balance_payments capability.
|
3225
|
+
attr_accessor :stripe_balance_payments
|
2816
3226
|
# The swish_payments capability.
|
2817
3227
|
attr_accessor :swish_payments
|
2818
3228
|
# The tax_reporting_us_1099_k capability.
|
@@ -2823,6 +3233,12 @@ module Stripe
|
|
2823
3233
|
attr_accessor :transfers
|
2824
3234
|
# The treasury capability.
|
2825
3235
|
attr_accessor :treasury
|
3236
|
+
# The treasury_evolve capability.
|
3237
|
+
attr_accessor :treasury_evolve
|
3238
|
+
# The treasury_fifth_third capability.
|
3239
|
+
attr_accessor :treasury_fifth_third
|
3240
|
+
# The treasury_goldman_sachs capability.
|
3241
|
+
attr_accessor :treasury_goldman_sachs
|
2826
3242
|
# The twint_payments capability.
|
2827
3243
|
attr_accessor :twint_payments
|
2828
3244
|
# The us_bank_account_ach_payments capability.
|
@@ -2839,6 +3255,7 @@ module Stripe
|
|
2839
3255
|
alma_payments: nil,
|
2840
3256
|
amazon_pay_payments: nil,
|
2841
3257
|
au_becs_debit_payments: nil,
|
3258
|
+
automatic_indirect_tax: nil,
|
2842
3259
|
bacs_debit_payments: nil,
|
2843
3260
|
bancontact_payments: nil,
|
2844
3261
|
bank_transfer_payments: nil,
|
@@ -2853,7 +3270,10 @@ module Stripe
|
|
2853
3270
|
fpx_payments: nil,
|
2854
3271
|
gb_bank_transfer_payments: nil,
|
2855
3272
|
giropay_payments: nil,
|
3273
|
+
gopay_payments: nil,
|
2856
3274
|
grabpay_payments: nil,
|
3275
|
+
id_bank_transfer_payments: nil,
|
3276
|
+
id_bank_transfer_payments_bca: nil,
|
2857
3277
|
ideal_payments: nil,
|
2858
3278
|
india_international_payments: nil,
|
2859
3279
|
jcb_payments: nil,
|
@@ -2864,6 +3284,7 @@ module Stripe
|
|
2864
3284
|
kr_card_payments: nil,
|
2865
3285
|
legacy_payments: nil,
|
2866
3286
|
link_payments: nil,
|
3287
|
+
mb_way_payments: nil,
|
2867
3288
|
mobilepay_payments: nil,
|
2868
3289
|
multibanco_payments: nil,
|
2869
3290
|
mx_bank_transfer_payments: nil,
|
@@ -2874,19 +3295,28 @@ module Stripe
|
|
2874
3295
|
pay_by_bank_payments: nil,
|
2875
3296
|
payco_payments: nil,
|
2876
3297
|
paynow_payments: nil,
|
3298
|
+
paypal_payments: nil,
|
3299
|
+
payto_payments: nil,
|
2877
3300
|
pix_payments: nil,
|
2878
3301
|
promptpay_payments: nil,
|
3302
|
+
qris_payments: nil,
|
3303
|
+
rechnung_payments: nil,
|
2879
3304
|
revolut_pay_payments: nil,
|
2880
3305
|
samsung_pay_payments: nil,
|
2881
3306
|
satispay_payments: nil,
|
2882
3307
|
sepa_bank_transfer_payments: nil,
|
2883
3308
|
sepa_debit_payments: nil,
|
3309
|
+
shopeepay_payments: nil,
|
2884
3310
|
sofort_payments: nil,
|
3311
|
+
stripe_balance_payments: nil,
|
2885
3312
|
swish_payments: nil,
|
2886
3313
|
tax_reporting_us_1099_k: nil,
|
2887
3314
|
tax_reporting_us_1099_misc: nil,
|
2888
3315
|
transfers: nil,
|
2889
3316
|
treasury: nil,
|
3317
|
+
treasury_evolve: nil,
|
3318
|
+
treasury_fifth_third: nil,
|
3319
|
+
treasury_goldman_sachs: nil,
|
2890
3320
|
twint_payments: nil,
|
2891
3321
|
us_bank_account_ach_payments: nil,
|
2892
3322
|
us_bank_transfer_payments: nil,
|
@@ -2898,6 +3328,7 @@ module Stripe
|
|
2898
3328
|
@alma_payments = alma_payments
|
2899
3329
|
@amazon_pay_payments = amazon_pay_payments
|
2900
3330
|
@au_becs_debit_payments = au_becs_debit_payments
|
3331
|
+
@automatic_indirect_tax = automatic_indirect_tax
|
2901
3332
|
@bacs_debit_payments = bacs_debit_payments
|
2902
3333
|
@bancontact_payments = bancontact_payments
|
2903
3334
|
@bank_transfer_payments = bank_transfer_payments
|
@@ -2912,7 +3343,10 @@ module Stripe
|
|
2912
3343
|
@fpx_payments = fpx_payments
|
2913
3344
|
@gb_bank_transfer_payments = gb_bank_transfer_payments
|
2914
3345
|
@giropay_payments = giropay_payments
|
3346
|
+
@gopay_payments = gopay_payments
|
2915
3347
|
@grabpay_payments = grabpay_payments
|
3348
|
+
@id_bank_transfer_payments = id_bank_transfer_payments
|
3349
|
+
@id_bank_transfer_payments_bca = id_bank_transfer_payments_bca
|
2916
3350
|
@ideal_payments = ideal_payments
|
2917
3351
|
@india_international_payments = india_international_payments
|
2918
3352
|
@jcb_payments = jcb_payments
|
@@ -2923,6 +3357,7 @@ module Stripe
|
|
2923
3357
|
@kr_card_payments = kr_card_payments
|
2924
3358
|
@legacy_payments = legacy_payments
|
2925
3359
|
@link_payments = link_payments
|
3360
|
+
@mb_way_payments = mb_way_payments
|
2926
3361
|
@mobilepay_payments = mobilepay_payments
|
2927
3362
|
@multibanco_payments = multibanco_payments
|
2928
3363
|
@mx_bank_transfer_payments = mx_bank_transfer_payments
|
@@ -2933,19 +3368,28 @@ module Stripe
|
|
2933
3368
|
@pay_by_bank_payments = pay_by_bank_payments
|
2934
3369
|
@payco_payments = payco_payments
|
2935
3370
|
@paynow_payments = paynow_payments
|
3371
|
+
@paypal_payments = paypal_payments
|
3372
|
+
@payto_payments = payto_payments
|
2936
3373
|
@pix_payments = pix_payments
|
2937
3374
|
@promptpay_payments = promptpay_payments
|
3375
|
+
@qris_payments = qris_payments
|
3376
|
+
@rechnung_payments = rechnung_payments
|
2938
3377
|
@revolut_pay_payments = revolut_pay_payments
|
2939
3378
|
@samsung_pay_payments = samsung_pay_payments
|
2940
3379
|
@satispay_payments = satispay_payments
|
2941
3380
|
@sepa_bank_transfer_payments = sepa_bank_transfer_payments
|
2942
3381
|
@sepa_debit_payments = sepa_debit_payments
|
3382
|
+
@shopeepay_payments = shopeepay_payments
|
2943
3383
|
@sofort_payments = sofort_payments
|
3384
|
+
@stripe_balance_payments = stripe_balance_payments
|
2944
3385
|
@swish_payments = swish_payments
|
2945
3386
|
@tax_reporting_us_1099_k = tax_reporting_us_1099_k
|
2946
3387
|
@tax_reporting_us_1099_misc = tax_reporting_us_1099_misc
|
2947
3388
|
@transfers = transfers
|
2948
3389
|
@treasury = treasury
|
3390
|
+
@treasury_evolve = treasury_evolve
|
3391
|
+
@treasury_fifth_third = treasury_fifth_third
|
3392
|
+
@treasury_goldman_sachs = treasury_goldman_sachs
|
2949
3393
|
@twint_payments = twint_payments
|
2950
3394
|
@us_bank_account_ach_payments = us_bank_account_ach_payments
|
2951
3395
|
@us_bank_transfer_payments = us_bank_transfer_payments
|
@@ -3296,6 +3740,30 @@ module Stripe
|
|
3296
3740
|
end
|
3297
3741
|
|
3298
3742
|
class Controller < Stripe::RequestParams
|
3743
|
+
class Application < Stripe::RequestParams
|
3744
|
+
# Whether the controller is liable for losses on this account. For details, see [Understanding Connect Account Balances](https://stripe.com/docs/connect/account-balances).
|
3745
|
+
attr_accessor :loss_liable
|
3746
|
+
# Whether the controller owns onboarding for this account.
|
3747
|
+
attr_accessor :onboarding_owner
|
3748
|
+
# Whether the controller has pricing controls for this account.
|
3749
|
+
attr_accessor :pricing_controls
|
3750
|
+
|
3751
|
+
def initialize(loss_liable: nil, onboarding_owner: nil, pricing_controls: nil)
|
3752
|
+
@loss_liable = loss_liable
|
3753
|
+
@onboarding_owner = onboarding_owner
|
3754
|
+
@pricing_controls = pricing_controls
|
3755
|
+
end
|
3756
|
+
end
|
3757
|
+
|
3758
|
+
class Dashboard < Stripe::RequestParams
|
3759
|
+
# 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`.
|
3760
|
+
attr_accessor :type
|
3761
|
+
|
3762
|
+
def initialize(type: nil)
|
3763
|
+
@type = type
|
3764
|
+
end
|
3765
|
+
end
|
3766
|
+
|
3299
3767
|
class Fees < Stripe::RequestParams
|
3300
3768
|
# 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).
|
3301
3769
|
attr_accessor :payer
|
@@ -3322,6 +3790,10 @@ module Stripe
|
|
3322
3790
|
@type = type
|
3323
3791
|
end
|
3324
3792
|
end
|
3793
|
+
# A hash of configuration describing the Connect application that controls the account.
|
3794
|
+
attr_accessor :application
|
3795
|
+
# Properties of the account's dashboard.
|
3796
|
+
attr_accessor :dashboard
|
3325
3797
|
# A hash of configuration for who pays Stripe fees for product usage on this account.
|
3326
3798
|
attr_accessor :fees
|
3327
3799
|
# A hash of configuration for products that have negative balance liability, and whether Stripe or a Connect application is responsible for them.
|
@@ -3331,7 +3803,16 @@ module Stripe
|
|
3331
3803
|
# A hash of configuration for Stripe-hosted dashboards.
|
3332
3804
|
attr_accessor :stripe_dashboard
|
3333
3805
|
|
3334
|
-
def initialize(
|
3806
|
+
def initialize(
|
3807
|
+
application: nil,
|
3808
|
+
dashboard: nil,
|
3809
|
+
fees: nil,
|
3810
|
+
losses: nil,
|
3811
|
+
requirement_collection: nil,
|
3812
|
+
stripe_dashboard: nil
|
3813
|
+
)
|
3814
|
+
@application = application
|
3815
|
+
@dashboard = dashboard
|
3335
3816
|
@fees = fees
|
3336
3817
|
@losses = losses
|
3337
3818
|
@requirement_collection = requirement_collection
|
@@ -3765,6 +4246,37 @@ module Stripe
|
|
3765
4246
|
end
|
3766
4247
|
end
|
3767
4248
|
|
4249
|
+
class RiskControls < Stripe::RequestParams
|
4250
|
+
class Charges < Stripe::RequestParams
|
4251
|
+
# To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
4252
|
+
# There can be a delay before the risk control is paused or unpaused.
|
4253
|
+
attr_accessor :pause_requested
|
4254
|
+
|
4255
|
+
def initialize(pause_requested: nil)
|
4256
|
+
@pause_requested = pause_requested
|
4257
|
+
end
|
4258
|
+
end
|
4259
|
+
|
4260
|
+
class Payouts < Stripe::RequestParams
|
4261
|
+
# To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
4262
|
+
# There can be a delay before the risk control is paused or unpaused.
|
4263
|
+
attr_accessor :pause_requested
|
4264
|
+
|
4265
|
+
def initialize(pause_requested: nil)
|
4266
|
+
@pause_requested = pause_requested
|
4267
|
+
end
|
4268
|
+
end
|
4269
|
+
# Represents the risk control status of charges. Please see [this page for more details](https://stripe.com/docs/connect/pausing-payments-or-payouts-on-connected-accounts).
|
4270
|
+
attr_accessor :charges
|
4271
|
+
# Represents the risk control status of payouts. Please see [this page for more details](https://stripe.com/docs/connect/pausing-payments-or-payouts-on-connected-accounts).
|
4272
|
+
attr_accessor :payouts
|
4273
|
+
|
4274
|
+
def initialize(charges: nil, payouts: nil)
|
4275
|
+
@charges = charges
|
4276
|
+
@payouts = payouts
|
4277
|
+
end
|
4278
|
+
end
|
4279
|
+
|
3768
4280
|
class Settings < Stripe::RequestParams
|
3769
4281
|
class BacsDebitPayments < Stripe::RequestParams
|
3770
4282
|
# 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.
|
@@ -3775,6 +4287,18 @@ module Stripe
|
|
3775
4287
|
end
|
3776
4288
|
end
|
3777
4289
|
|
4290
|
+
class BankBcaOnboarding < Stripe::RequestParams
|
4291
|
+
# Bank BCA business account holder name
|
4292
|
+
attr_accessor :account_holder_name
|
4293
|
+
# Bank BCA business account number
|
4294
|
+
attr_accessor :business_account_number
|
4295
|
+
|
4296
|
+
def initialize(account_holder_name: nil, business_account_number: nil)
|
4297
|
+
@account_holder_name = account_holder_name
|
4298
|
+
@business_account_number = business_account_number
|
4299
|
+
end
|
4300
|
+
end
|
4301
|
+
|
3778
4302
|
class Branding < Stripe::RequestParams
|
3779
4303
|
# (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.
|
3780
4304
|
attr_accessor :icon
|
@@ -3793,6 +4317,18 @@ module Stripe
|
|
3793
4317
|
end
|
3794
4318
|
end
|
3795
4319
|
|
4320
|
+
class Capital < Stripe::RequestParams
|
4321
|
+
# Per-currency mapping of user-selected destination accounts used to pay out loans.
|
4322
|
+
attr_accessor :payout_destination
|
4323
|
+
# Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.
|
4324
|
+
attr_accessor :payout_destination_selector
|
4325
|
+
|
4326
|
+
def initialize(payout_destination: nil, payout_destination_selector: nil)
|
4327
|
+
@payout_destination = payout_destination
|
4328
|
+
@payout_destination_selector = payout_destination_selector
|
4329
|
+
end
|
4330
|
+
end
|
4331
|
+
|
3796
4332
|
class CardIssuing < Stripe::RequestParams
|
3797
4333
|
class TosAcceptance < Stripe::RequestParams
|
3798
4334
|
# The Unix timestamp marking when the account representative accepted the service agreement.
|
@@ -3910,6 +4446,15 @@ module Stripe
|
|
3910
4446
|
end
|
3911
4447
|
end
|
3912
4448
|
|
4449
|
+
class TaxForms < Stripe::RequestParams
|
4450
|
+
# Whether the account opted out of receiving their tax forms by postal delivery.
|
4451
|
+
attr_accessor :consented_to_paperless_delivery
|
4452
|
+
|
4453
|
+
def initialize(consented_to_paperless_delivery: nil)
|
4454
|
+
@consented_to_paperless_delivery = consented_to_paperless_delivery
|
4455
|
+
end
|
4456
|
+
end
|
4457
|
+
|
3913
4458
|
class Treasury < Stripe::RequestParams
|
3914
4459
|
class TosAcceptance < Stripe::RequestParams
|
3915
4460
|
# The Unix timestamp marking when the account representative accepted the service agreement.
|
@@ -3934,8 +4479,12 @@ module Stripe
|
|
3934
4479
|
end
|
3935
4480
|
# Settings specific to Bacs Direct Debit.
|
3936
4481
|
attr_accessor :bacs_debit_payments
|
4482
|
+
# Settings specific to bank BCA onboarding for Indonesia bank transfers payments method.
|
4483
|
+
attr_accessor :bank_bca_onboarding
|
3937
4484
|
# Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
|
3938
4485
|
attr_accessor :branding
|
4486
|
+
# Settings specific to the account's use of the Capital product.
|
4487
|
+
attr_accessor :capital
|
3939
4488
|
# Settings specific to the account's use of the Card Issuing product.
|
3940
4489
|
attr_accessor :card_issuing
|
3941
4490
|
# Settings specific to card charging on the account.
|
@@ -3946,26 +4495,34 @@ module Stripe
|
|
3946
4495
|
attr_accessor :payments
|
3947
4496
|
# Settings specific to the account's payouts.
|
3948
4497
|
attr_accessor :payouts
|
4498
|
+
# Settings specific to the account's tax forms.
|
4499
|
+
attr_accessor :tax_forms
|
3949
4500
|
# Settings specific to the account's Treasury FinancialAccounts.
|
3950
4501
|
attr_accessor :treasury
|
3951
4502
|
|
3952
4503
|
def initialize(
|
3953
4504
|
bacs_debit_payments: nil,
|
4505
|
+
bank_bca_onboarding: nil,
|
3954
4506
|
branding: nil,
|
4507
|
+
capital: nil,
|
3955
4508
|
card_issuing: nil,
|
3956
4509
|
card_payments: nil,
|
3957
4510
|
invoices: nil,
|
3958
4511
|
payments: nil,
|
3959
4512
|
payouts: nil,
|
4513
|
+
tax_forms: nil,
|
3960
4514
|
treasury: nil
|
3961
4515
|
)
|
3962
4516
|
@bacs_debit_payments = bacs_debit_payments
|
4517
|
+
@bank_bca_onboarding = bank_bca_onboarding
|
3963
4518
|
@branding = branding
|
4519
|
+
@capital = capital
|
3964
4520
|
@card_issuing = card_issuing
|
3965
4521
|
@card_payments = card_payments
|
3966
4522
|
@invoices = invoices
|
3967
4523
|
@payments = payments
|
3968
4524
|
@payouts = payouts
|
4525
|
+
@tax_forms = tax_forms
|
3969
4526
|
@treasury = treasury
|
3970
4527
|
end
|
3971
4528
|
end
|
@@ -4024,6 +4581,8 @@ module Stripe
|
|
4024
4581
|
attr_accessor :individual
|
4025
4582
|
# Set of [key-value pairs](https://stripe.com/docs/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`.
|
4026
4583
|
attr_accessor :metadata
|
4584
|
+
# A hash to configure risk controls on the account. Please see [this page for more details](/connect/pausing-payments-or-payouts-on-connected-accounts).
|
4585
|
+
attr_accessor :risk_controls
|
4027
4586
|
# Options for customizing how the account functions within Stripe.
|
4028
4587
|
attr_accessor :settings
|
4029
4588
|
# 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.
|
@@ -4047,6 +4606,7 @@ module Stripe
|
|
4047
4606
|
groups: nil,
|
4048
4607
|
individual: nil,
|
4049
4608
|
metadata: nil,
|
4609
|
+
risk_controls: nil,
|
4050
4610
|
settings: nil,
|
4051
4611
|
tos_acceptance: nil,
|
4052
4612
|
type: nil
|
@@ -4066,6 +4626,7 @@ module Stripe
|
|
4066
4626
|
@groups = groups
|
4067
4627
|
@individual = individual
|
4068
4628
|
@metadata = metadata
|
4629
|
+
@risk_controls = risk_controls
|
4069
4630
|
@settings = settings
|
4070
4631
|
@tos_acceptance = tos_acceptance
|
4071
4632
|
@type = type
|