stripe 13.6.0.pre.beta.1 → 14.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +699 -1457
- data/OPENAPI_VERSION +1 -1
- data/README.md +29 -0
- data/VERSION +1 -1
- data/lib/stripe/api_requestor.rb +2 -0
- data/lib/stripe/api_version.rb +1 -1
- data/lib/stripe/errors.rb +0 -7
- data/lib/stripe/object_types.rb +0 -26
- data/lib/stripe/resources/account.rb +83 -614
- data/lib/stripe/resources/account_session.rb +1 -247
- data/lib/stripe/resources/apple_pay_domain.rb +0 -9
- data/lib/stripe/resources/application_fee.rb +1 -10
- data/lib/stripe/resources/balance.rb +0 -9
- data/lib/stripe/resources/balance_transaction.rb +2 -11
- data/lib/stripe/resources/bank_account.rb +1 -1
- data/lib/stripe/resources/billing/alert.rb +0 -9
- data/lib/stripe/resources/billing/credit_balance_summary.rb +0 -48
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +0 -9
- data/lib/stripe/resources/billing/credit_grant.rb +4 -13
- data/lib/stripe/resources/billing/meter.rb +1 -10
- data/lib/stripe/resources/billing_portal/configuration.rb +0 -9
- data/lib/stripe/resources/card.rb +2 -4
- data/lib/stripe/resources/charge.rb +35 -1457
- data/lib/stripe/resources/checkout/session.rb +100 -293
- data/lib/stripe/resources/climate/order.rb +0 -9
- data/lib/stripe/resources/climate/product.rb +0 -9
- data/lib/stripe/resources/climate/supplier.rb +0 -9
- data/lib/stripe/resources/confirmation_token.rb +74 -156
- data/lib/stripe/resources/country_spec.rb +0 -9
- data/lib/stripe/resources/coupon.rb +0 -9
- data/lib/stripe/resources/credit_note.rb +14 -35
- data/lib/stripe/resources/credit_note_line_item.rb +14 -12
- data/lib/stripe/resources/customer.rb +12 -28
- data/lib/stripe/resources/customer_balance_transaction.rb +3 -1
- data/lib/stripe/resources/dispute.rb +0 -9
- data/lib/stripe/resources/entitlements/active_entitlement.rb +0 -9
- data/lib/stripe/resources/entitlements/feature.rb +0 -9
- data/lib/stripe/resources/event.rb +0 -40
- data/lib/stripe/resources/exchange_rate.rb +0 -9
- data/lib/stripe/resources/file.rb +0 -9
- data/lib/stripe/resources/file_link.rb +0 -9
- data/lib/stripe/resources/financial_connections/account.rb +0 -23
- data/lib/stripe/resources/financial_connections/session.rb +1 -65
- data/lib/stripe/resources/financial_connections/transaction.rb +0 -9
- data/lib/stripe/resources/forwarding/request.rb +0 -9
- data/lib/stripe/resources/identity/verification_report.rb +0 -9
- data/lib/stripe/resources/identity/verification_session.rb +0 -9
- data/lib/stripe/resources/invoice.rb +225 -5120
- data/lib/stripe/resources/invoice_item.rb +65 -110
- data/lib/stripe/resources/invoice_line_item.rb +106 -89
- data/lib/stripe/resources/invoice_payment.rb +53 -4
- data/lib/stripe/resources/invoice_rendering_template.rb +0 -12
- data/lib/stripe/resources/issuing/authorization.rb +0 -9
- data/lib/stripe/resources/issuing/card.rb +0 -9
- data/lib/stripe/resources/issuing/cardholder.rb +1 -11
- data/lib/stripe/resources/issuing/dispute.rb +0 -9
- data/lib/stripe/resources/issuing/personalization_design.rb +0 -9
- data/lib/stripe/resources/issuing/physical_bundle.rb +0 -9
- data/lib/stripe/resources/issuing/token.rb +0 -9
- data/lib/stripe/resources/issuing/transaction.rb +0 -15
- data/lib/stripe/resources/line_item.rb +0 -28
- data/lib/stripe/resources/mandate.rb +6 -33
- data/lib/stripe/resources/payment_intent.rb +642 -4975
- data/lib/stripe/resources/payment_link.rb +84 -15
- data/lib/stripe/resources/payment_method.rb +74 -187
- data/lib/stripe/resources/payment_method_configuration.rb +87 -214
- data/lib/stripe/resources/payment_method_domain.rb +9 -18
- data/lib/stripe/resources/payout.rb +0 -9
- data/lib/stripe/resources/person.rb +9 -9
- data/lib/stripe/resources/plan.rb +0 -15
- data/lib/stripe/resources/price.rb +2 -47
- data/lib/stripe/resources/product.rb +0 -68
- data/lib/stripe/resources/promotion_code.rb +0 -9
- data/lib/stripe/resources/quote.rb +8 -2037
- data/lib/stripe/resources/radar/early_fraud_warning.rb +0 -9
- data/lib/stripe/resources/radar/value_list.rb +0 -9
- data/lib/stripe/resources/radar/value_list_item.rb +0 -9
- data/lib/stripe/resources/refund.rb +13 -18
- data/lib/stripe/resources/reporting/report_run.rb +0 -9
- data/lib/stripe/resources/reporting/report_type.rb +0 -9
- data/lib/stripe/resources/review.rb +2 -11
- data/lib/stripe/resources/setup_attempt.rb +11 -16
- data/lib/stripe/resources/setup_intent.rb +158 -540
- data/lib/stripe/resources/shipping_rate.rb +0 -9
- data/lib/stripe/resources/sigma/scheduled_query_run.rb +0 -9
- data/lib/stripe/resources/source.rb +0 -41
- data/lib/stripe/resources/subscription.rb +14 -385
- data/lib/stripe/resources/subscription_item.rb +9 -134
- data/lib/stripe/resources/subscription_schedule.rb +14 -1135
- data/lib/stripe/resources/tax/calculation.rb +0 -9
- data/lib/stripe/resources/tax/registration.rb +1 -10
- data/lib/stripe/resources/tax/settings.rb +0 -9
- data/lib/stripe/resources/tax/transaction.rb +0 -9
- data/lib/stripe/resources/tax_code.rb +0 -9
- data/lib/stripe/resources/tax_id.rb +0 -9
- data/lib/stripe/resources/tax_rate.rb +0 -9
- data/lib/stripe/resources/terminal/configuration.rb +214 -14
- data/lib/stripe/resources/terminal/location.rb +0 -9
- data/lib/stripe/resources/terminal/reader.rb +0 -408
- data/lib/stripe/resources/test_helpers/test_clock.rb +0 -9
- data/lib/stripe/resources/token.rb +1 -10
- data/lib/stripe/resources/topup.rb +0 -9
- data/lib/stripe/resources/transfer.rb +0 -9
- data/lib/stripe/resources/treasury/credit_reversal.rb +0 -9
- data/lib/stripe/resources/treasury/debit_reversal.rb +0 -9
- data/lib/stripe/resources/treasury/financial_account.rb +4 -32
- data/lib/stripe/resources/treasury/financial_account_features.rb +0 -2
- data/lib/stripe/resources/treasury/inbound_transfer.rb +0 -9
- data/lib/stripe/resources/treasury/outbound_payment.rb +0 -9
- data/lib/stripe/resources/treasury/outbound_transfer.rb +0 -46
- data/lib/stripe/resources/treasury/received_credit.rb +1 -47
- data/lib/stripe/resources/treasury/received_debit.rb +1 -49
- data/lib/stripe/resources/treasury/transaction.rb +0 -9
- data/lib/stripe/resources/treasury/transaction_entry.rb +0 -9
- data/lib/stripe/resources/v2/event.rb +1 -0
- data/lib/stripe/resources/v2/event_destination.rb +1 -0
- data/lib/stripe/resources/webhook_endpoint.rb +0 -9
- data/lib/stripe/resources.rb +0 -25
- data/lib/stripe/services/account_external_account_service.rb +1 -1
- data/lib/stripe/services/account_service.rb +68 -509
- data/lib/stripe/services/account_session_service.rb +1 -217
- data/lib/stripe/services/balance_transaction_service.rb +1 -1
- data/lib/stripe/services/billing/credit_balance_summary_service.rb +2 -2
- data/lib/stripe/services/billing/credit_grant_service.rb +2 -2
- data/lib/stripe/services/billing/meter_service.rb +1 -1
- data/lib/stripe/services/charge_service.rb +1 -1335
- data/lib/stripe/services/checkout/session_service.rb +60 -168
- data/lib/stripe/services/credit_note_preview_lines_service.rb +0 -4
- data/lib/stripe/services/credit_note_service.rb +0 -8
- data/lib/stripe/services/customer_service.rb +0 -16
- data/lib/stripe/services/financial_connections/account_service.rb +1 -3
- data/lib/stripe/services/financial_connections/session_service.rb +1 -30
- data/lib/stripe/services/financial_connections_service.rb +1 -2
- data/lib/stripe/services/invoice_item_service.rb +34 -88
- data/lib/stripe/services/invoice_line_item_service.rb +25 -41
- data/lib/stripe/services/invoice_payment_service.rb +33 -5
- data/lib/stripe/services/invoice_service.rb +210 -3147
- data/lib/stripe/services/issuing/cardholder_service.rb +1 -2
- data/lib/stripe/services/issuing/transaction_service.rb +0 -4
- data/lib/stripe/services/issuing_service.rb +1 -5
- data/lib/stripe/services/payment_intent_service.rb +568 -4513
- data/lib/stripe/services/payment_link_service.rb +59 -6
- data/lib/stripe/services/payment_method_configuration_service.rb +62 -146
- data/lib/stripe/services/payment_method_domain_service.rb +6 -6
- data/lib/stripe/services/payment_method_service.rb +49 -119
- data/lib/stripe/services/plan_service.rb +0 -4
- data/lib/stripe/services/price_service.rb +2 -25
- data/lib/stripe/services/product_service.rb +0 -38
- data/lib/stripe/services/quote_service.rb +9 -1716
- data/lib/stripe/services/setup_intent_service.rb +158 -492
- data/lib/stripe/services/subscription_item_service.rb +5 -111
- data/lib/stripe/services/subscription_schedule_service.rb +14 -1005
- data/lib/stripe/services/subscription_service.rb +13 -323
- data/lib/stripe/services/tax/registration_service.rb +1 -1
- data/lib/stripe/services/tax_service.rb +1 -3
- data/lib/stripe/services/terminal/configuration_service.rb +170 -4
- data/lib/stripe/services/terminal/reader_service.rb +0 -177
- data/lib/stripe/services/terminal_service.rb +1 -2
- data/lib/stripe/services/test_helpers/confirmation_token_service.rb +49 -87
- data/lib/stripe/services/test_helpers/terminal/reader_service.rb +0 -43
- data/lib/stripe/services/test_helpers/treasury/received_credit_service.rb +1 -25
- data/lib/stripe/services/test_helpers/treasury/received_debit_service.rb +1 -25
- data/lib/stripe/services/token_service.rb +1 -1
- data/lib/stripe/services/treasury/financial_account_features_service.rb +1 -4
- data/lib/stripe/services/treasury/financial_account_service.rb +3 -17
- data/lib/stripe/services/treasury/outbound_transfer_service.rb +0 -24
- data/lib/stripe/services/v1_services.rb +2 -8
- data/lib/stripe/services/v2/core/event_destination_service.rb +1 -4
- data/lib/stripe/services/v2/core/event_service.rb +1 -4
- data/lib/stripe/services.rb +0 -27
- data/lib/stripe/stripe_client.rb +1 -0
- data/lib/stripe/stripe_configuration.rb +1 -3
- data/lib/stripe/util.rb +1 -7
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +0 -45
- data/rbi/stripe/resources/account.rbi +1131 -1479
- data/rbi/stripe/resources/account_link.rbi +9 -9
- data/rbi/stripe/resources/account_session.rbi +118 -367
- data/rbi/stripe/resources/apple_pay_domain.rbi +8 -15
- data/rbi/stripe/resources/application_fee.rbi +15 -20
- data/rbi/stripe/resources/apps/secret.rbi +20 -20
- data/rbi/stripe/resources/balance.rbi +0 -7
- data/rbi/stripe/resources/balance_transaction.rbi +19 -24
- data/rbi/stripe/resources/bank_account.rbi +1 -1
- data/rbi/stripe/resources/billing/alert.rbi +23 -28
- data/rbi/stripe/resources/billing/credit_balance_summary.rbi +0 -53
- data/rbi/stripe/resources/billing/credit_balance_transaction.rbi +6 -13
- data/rbi/stripe/resources/billing/credit_grant.rbi +30 -37
- data/rbi/stripe/resources/billing/meter.rbi +19 -26
- data/rbi/stripe/resources/billing/meter_event.rbi +4 -4
- data/rbi/stripe/resources/billing/meter_event_adjustment.rbi +5 -5
- data/rbi/stripe/resources/billing_portal/configuration.rbi +86 -81
- data/rbi/stripe/resources/billing_portal/session.rbi +31 -27
- data/rbi/stripe/resources/card.rbi +2 -5
- data/rbi/stripe/resources/charge.rbi +136 -1576
- data/rbi/stripe/resources/checkout/session.rbi +631 -748
- data/rbi/stripe/resources/climate/order.rbi +20 -25
- data/rbi/stripe/resources/climate/product.rbi +5 -12
- data/rbi/stripe/resources/climate/supplier.rbi +5 -12
- data/rbi/stripe/resources/confirmation_token.rbi +274 -268
- data/rbi/stripe/resources/country_spec.rbi +5 -12
- data/rbi/stripe/resources/coupon.rbi +34 -39
- data/rbi/stripe/resources/credit_note.rbi +134 -146
- data/rbi/stripe/resources/credit_note_line_item.rbi +20 -18
- data/rbi/stripe/resources/customer.rbi +172 -164
- data/rbi/stripe/resources/customer_balance_transaction.rbi +4 -1
- data/rbi/stripe/resources/customer_session.rbi +19 -15
- data/rbi/stripe/resources/dispute.rbi +92 -95
- data/rbi/stripe/resources/entitlements/active_entitlement.rbi +5 -12
- data/rbi/stripe/resources/entitlements/feature.rbi +15 -22
- data/rbi/stripe/resources/ephemeral_key.rbi +2 -2
- data/rbi/stripe/resources/event.rbi +16 -60
- data/rbi/stripe/resources/exchange_rate.rbi +5 -12
- data/rbi/stripe/resources/file.rbi +20 -25
- data/rbi/stripe/resources/file_link.rbi +23 -28
- data/rbi/stripe/resources/financial_connections/account.rbi +25 -44
- data/rbi/stripe/resources/financial_connections/session.rbi +12 -75
- data/rbi/stripe/resources/financial_connections/transaction.rbi +16 -19
- data/rbi/stripe/resources/forwarding/request.rbi +21 -24
- data/rbi/stripe/resources/identity/verification_report.rbi +18 -21
- data/rbi/stripe/resources/identity/verification_session.rbi +60 -61
- data/rbi/stripe/resources/invoice.rbi +723 -5918
- data/rbi/stripe/resources/invoice_item.rbi +138 -177
- data/rbi/stripe/resources/invoice_line_item.rbi +199 -264
- data/rbi/stripe/resources/invoice_payment.rbi +51 -7
- data/rbi/stripe/resources/invoice_rendering_template.rbi +10 -20
- data/rbi/stripe/resources/issuing/authorization.rbi +216 -199
- data/rbi/stripe/resources/issuing/card.rbi +104 -101
- data/rbi/stripe/resources/issuing/cardholder.rbi +120 -108
- data/rbi/stripe/resources/issuing/dispute.rbi +164 -151
- data/rbi/stripe/resources/issuing/personalization_design.rbi +61 -56
- data/rbi/stripe/resources/issuing/physical_bundle.rbi +7 -14
- data/rbi/stripe/resources/issuing/token.rbi +16 -21
- data/rbi/stripe/resources/issuing/transaction.rbi +180 -176
- data/rbi/stripe/resources/line_item.rbi +0 -36
- data/rbi/stripe/resources/mandate.rbi +8 -40
- data/rbi/stripe/resources/payment_intent.rbi +2252 -6482
- data/rbi/stripe/resources/payment_link.rbi +346 -211
- data/rbi/stripe/resources/payment_method.rbi +226 -330
- data/rbi/stripe/resources/payment_method_configuration.rbi +602 -685
- data/rbi/stripe/resources/payment_method_domain.rbi +26 -31
- data/rbi/stripe/resources/payout.rbi +43 -42
- data/rbi/stripe/resources/person.rbi +9 -9
- data/rbi/stripe/resources/plan.rbi +51 -63
- data/rbi/stripe/resources/price.rbi +114 -151
- data/rbi/stripe/resources/product.rbi +90 -152
- data/rbi/stripe/resources/promotion_code.rbi +42 -47
- data/rbi/stripe/resources/quote.rbi +168 -2231
- data/rbi/stripe/resources/radar/early_fraud_warning.rbi +17 -20
- data/rbi/stripe/resources/radar/value_list.rbi +24 -29
- data/rbi/stripe/resources/radar/value_list_item.rbi +18 -21
- data/rbi/stripe/resources/refund.rbi +52 -51
- data/rbi/stripe/resources/reporting/report_run.rbi +27 -30
- data/rbi/stripe/resources/reporting/report_type.rbi +2 -9
- data/rbi/stripe/resources/review.rbi +17 -22
- data/rbi/stripe/resources/setup_attempt.rbi +25 -32
- data/rbi/stripe/resources/setup_intent.rbi +900 -1102
- data/rbi/stripe/resources/shipping_rate.rbi +41 -46
- data/rbi/stripe/resources/sigma/scheduled_query_run.rbi +5 -12
- data/rbi/stripe/resources/source.rbi +132 -179
- data/rbi/stripe/resources/subscription.rbi +363 -707
- data/rbi/stripe/resources/subscription_item.rbi +69 -177
- data/rbi/stripe/resources/subscription_schedule.rbi +289 -1447
- data/rbi/stripe/resources/tax/calculation.rbi +43 -48
- data/rbi/stripe/resources/tax/registration.rbi +217 -170
- data/rbi/stripe/resources/tax/settings.rbi +14 -21
- data/rbi/stripe/resources/tax/transaction.rbi +20 -25
- data/rbi/stripe/resources/tax_code.rbi +5 -12
- data/rbi/stripe/resources/tax_id.rbi +15 -22
- data/rbi/stripe/resources/tax_rate.rbi +34 -39
- data/rbi/stripe/resources/terminal/configuration.rbi +457 -212
- data/rbi/stripe/resources/terminal/connection_token.rbi +3 -3
- data/rbi/stripe/resources/terminal/location.rbi +28 -35
- data/rbi/stripe/resources/terminal/reader.rbi +71 -441
- data/rbi/stripe/resources/test_helpers/test_clock.rbi +12 -17
- data/rbi/stripe/resources/token.rbi +288 -263
- data/rbi/stripe/resources/topup.rbi +35 -38
- data/rbi/stripe/resources/transfer.rbi +27 -32
- data/rbi/stripe/resources/treasury/credit_reversal.rbi +10 -17
- data/rbi/stripe/resources/treasury/debit_reversal.rbi +11 -18
- data/rbi/stripe/resources/treasury/financial_account.rbi +125 -130
- data/rbi/stripe/resources/treasury/financial_account_features.rbi +0 -3
- data/rbi/stripe/resources/treasury/inbound_transfer.rbi +22 -29
- data/rbi/stripe/resources/treasury/outbound_payment.rbi +82 -79
- data/rbi/stripe/resources/treasury/outbound_transfer.rbi +44 -86
- data/rbi/stripe/resources/treasury/received_credit.rbi +18 -64
- data/rbi/stripe/resources/treasury/received_debit.rbi +17 -66
- data/rbi/stripe/resources/treasury/transaction.rbi +27 -28
- data/rbi/stripe/resources/treasury/transaction_entry.rbi +25 -26
- data/rbi/stripe/resources/v2/amount.rbi +1 -1
- data/rbi/stripe/resources/v2/event.rbi +1 -0
- data/rbi/stripe/resources/v2/event_destination.rbi +1 -0
- data/rbi/stripe/resources/webhook_endpoint.rbi +18 -25
- data/rbi/stripe/services/account_capability_service.rbi +7 -7
- data/rbi/stripe/services/account_external_account_service.rbi +52 -52
- data/rbi/stripe/services/account_link_service.rbi +9 -9
- data/rbi/stripe/services/account_login_link_service.rbi +2 -2
- data/rbi/stripe/services/account_person_service.rbi +221 -201
- data/rbi/stripe/services/account_service.rbi +1221 -1345
- data/rbi/stripe/services/account_session_service.rbi +115 -346
- data/rbi/stripe/services/apple_pay_domain_service.rbi +10 -10
- data/rbi/stripe/services/application_fee_refund_service.rbi +16 -14
- data/rbi/stripe/services/application_fee_service.rbi +18 -14
- data/rbi/stripe/services/apps/secret_service.rbi +20 -20
- data/rbi/stripe/services/balance_service.rbi +2 -2
- data/rbi/stripe/services/balance_transaction_service.rbi +22 -18
- data/rbi/stripe/services/billing/alert_service.rbi +23 -23
- data/rbi/stripe/services/billing/credit_balance_summary_service.rbi +10 -10
- data/rbi/stripe/services/billing/credit_balance_transaction_service.rbi +8 -8
- data/rbi/stripe/services/billing/credit_grant_service.rbi +32 -30
- data/rbi/stripe/services/billing/meter_event_adjustment_service.rbi +7 -5
- data/rbi/stripe/services/billing/meter_event_service.rbi +4 -4
- data/rbi/stripe/services/billing/meter_event_summary_service.rbi +6 -6
- data/rbi/stripe/services/billing/meter_service.rbi +21 -21
- data/rbi/stripe/services/billing_portal/configuration_service.rbi +90 -76
- data/rbi/stripe/services/billing_portal/session_service.rbi +29 -27
- data/rbi/stripe/services/charge_service.rbi +96 -1464
- data/rbi/stripe/services/checkout/session_line_item_service.rbi +5 -5
- data/rbi/stripe/services/checkout/session_service.rbi +555 -591
- data/rbi/stripe/services/climate/order_service.rbi +22 -20
- data/rbi/stripe/services/climate/product_service.rbi +7 -7
- data/rbi/stripe/services/climate/supplier_service.rbi +7 -7
- data/rbi/stripe/services/confirmation_token_service.rbi +2 -2
- data/rbi/stripe/services/country_spec_service.rbi +7 -7
- data/rbi/stripe/services/coupon_service.rbi +40 -34
- data/rbi/stripe/services/credit_note_line_item_service.rbi +5 -5
- data/rbi/stripe/services/credit_note_preview_lines_service.rbi +35 -35
- data/rbi/stripe/services/credit_note_service.rbi +81 -85
- data/rbi/stripe/services/customer_balance_transaction_service.rbi +15 -15
- data/rbi/stripe/services/customer_cash_balance_service.rbi +7 -7
- data/rbi/stripe/services/customer_cash_balance_transaction_service.rbi +7 -7
- data/rbi/stripe/services/customer_funding_instructions_service.rbi +5 -5
- data/rbi/stripe/services/customer_payment_method_service.rbi +9 -9
- data/rbi/stripe/services/customer_payment_source_service.rbi +48 -44
- data/rbi/stripe/services/customer_service.rbi +143 -139
- data/rbi/stripe/services/customer_session_service.rbi +21 -15
- data/rbi/stripe/services/customer_tax_id_service.rbi +9 -9
- data/rbi/stripe/services/dispute_service.rbi +92 -90
- data/rbi/stripe/services/entitlements/active_entitlement_service.rbi +7 -7
- data/rbi/stripe/services/entitlements/feature_service.rbi +17 -17
- data/rbi/stripe/services/ephemeral_key_service.rbi +8 -8
- data/rbi/stripe/services/event_service.rbi +18 -16
- data/rbi/stripe/services/exchange_rate_service.rbi +7 -7
- data/rbi/stripe/services/file_link_service.rbi +25 -23
- data/rbi/stripe/services/file_service.rbi +22 -20
- data/rbi/stripe/services/financial_connections/account_owner_service.rbi +5 -5
- data/rbi/stripe/services/financial_connections/account_service.rbi +22 -21
- data/rbi/stripe/services/financial_connections/session_service.rbi +16 -39
- data/rbi/stripe/services/financial_connections/transaction_service.rbi +16 -14
- data/rbi/stripe/services/financial_connections_service.rbi +0 -1
- data/rbi/stripe/services/forwarding/request_service.rbi +21 -19
- data/rbi/stripe/services/identity/verification_report_service.rbi +18 -16
- data/rbi/stripe/services/identity/verification_session_service.rbi +62 -56
- data/rbi/stripe/services/invoice_item_service.rbi +99 -155
- data/rbi/stripe/services/invoice_line_item_service.rbi +71 -82
- data/rbi/stripe/services/invoice_payment_service.rbi +39 -12
- data/rbi/stripe/services/invoice_rendering_template_service.rbi +13 -13
- data/rbi/stripe/services/invoice_service.rbi +679 -3799
- data/rbi/stripe/services/issuing/authorization_service.rbi +32 -26
- data/rbi/stripe/services/issuing/card_service.rbi +102 -86
- data/rbi/stripe/services/issuing/cardholder_service.rbi +122 -103
- data/rbi/stripe/services/issuing/dispute_service.rbi +152 -146
- data/rbi/stripe/services/issuing/personalization_design_service.rbi +52 -42
- data/rbi/stripe/services/issuing/physical_bundle_service.rbi +9 -9
- data/rbi/stripe/services/issuing/token_service.rbi +20 -16
- data/rbi/stripe/services/issuing/transaction_service.rbi +25 -23
- data/rbi/stripe/services/issuing_service.rbi +0 -3
- data/rbi/stripe/services/mandate_service.rbi +2 -2
- data/rbi/stripe/services/payment_intent_service.rbi +2312 -6081
- data/rbi/stripe/services/payment_link_line_item_service.rbi +5 -5
- data/rbi/stripe/services/payment_link_service.rbi +303 -201
- data/rbi/stripe/services/payment_method_configuration_service.rbi +616 -620
- data/rbi/stripe/services/payment_method_domain_service.rbi +25 -23
- data/rbi/stripe/services/payment_method_service.rbi +192 -249
- data/rbi/stripe/services/payout_service.rbi +45 -37
- data/rbi/stripe/services/plan_service.rbi +53 -55
- data/rbi/stripe/services/price_service.rbi +124 -129
- data/rbi/stripe/services/product_feature_service.rbi +9 -9
- data/rbi/stripe/services/product_service.rbi +94 -122
- data/rbi/stripe/services/promotion_code_service.rbi +46 -42
- data/rbi/stripe/services/quote_computed_upfront_line_items_service.rbi +5 -5
- data/rbi/stripe/services/quote_line_item_service.rbi +5 -5
- data/rbi/stripe/services/quote_service.rbi +159 -1863
- data/rbi/stripe/services/radar/early_fraud_warning_service.rbi +17 -15
- data/rbi/stripe/services/radar/value_list_item_service.rbi +20 -16
- data/rbi/stripe/services/radar/value_list_service.rbi +28 -24
- data/rbi/stripe/services/refund_service.rbi +37 -33
- data/rbi/stripe/services/reporting/report_run_service.rbi +29 -25
- data/rbi/stripe/services/reporting/report_type_service.rbi +4 -4
- data/rbi/stripe/services/review_service.rbi +17 -15
- data/rbi/stripe/services/setup_attempt_service.rbi +13 -11
- data/rbi/stripe/services/setup_intent_service.rbi +1028 -1062
- data/rbi/stripe/services/shipping_rate_service.rbi +47 -41
- data/rbi/stripe/services/sigma/scheduled_query_run_service.rbi +7 -7
- data/rbi/stripe/services/source_service.rbi +149 -133
- data/rbi/stripe/services/source_transaction_service.rbi +5 -5
- data/rbi/stripe/services/subscription_item_service.rbi +61 -159
- data/rbi/stripe/services/subscription_schedule_service.rbi +289 -1305
- data/rbi/stripe/services/subscription_service.rbi +366 -640
- data/rbi/stripe/services/tax/calculation_line_item_service.rbi +5 -5
- data/rbi/stripe/services/tax/calculation_service.rbi +40 -38
- data/rbi/stripe/services/tax/registration_service.rbi +337 -165
- data/rbi/stripe/services/tax/settings_service.rbi +16 -16
- data/rbi/stripe/services/tax/transaction_line_item_service.rbi +5 -5
- data/rbi/stripe/services/tax/transaction_service.rbi +19 -15
- data/rbi/stripe/services/tax_code_service.rbi +7 -7
- data/rbi/stripe/services/tax_id_service.rbi +17 -17
- data/rbi/stripe/services/tax_rate_service.rbi +36 -34
- data/rbi/stripe/services/tax_service.rbi +0 -2
- data/rbi/stripe/services/terminal/configuration_service.rbi +464 -204
- data/rbi/stripe/services/terminal/connection_token_service.rbi +3 -3
- data/rbi/stripe/services/terminal/location_service.rbi +30 -30
- data/rbi/stripe/services/terminal/reader_service.rbi +57 -226
- data/rbi/stripe/services/terminal_service.rbi +0 -1
- data/rbi/stripe/services/test_helpers/confirmation_token_service.rbi +157 -198
- data/rbi/stripe/services/test_helpers/customer_service.rbi +3 -3
- data/rbi/stripe/services/test_helpers/issuing/authorization_service.rbi +180 -168
- data/rbi/stripe/services/test_helpers/issuing/card_service.rbi +10 -10
- data/rbi/stripe/services/test_helpers/issuing/personalization_design_service.rbi +11 -9
- data/rbi/stripe/services/test_helpers/issuing/transaction_service.rbi +151 -145
- data/rbi/stripe/services/test_helpers/refund_service.rbi +2 -2
- data/rbi/stripe/services/test_helpers/terminal/reader_service.rbi +10 -39
- data/rbi/stripe/services/test_helpers/test_clock_service.rbi +14 -12
- data/rbi/stripe/services/test_helpers/treasury/inbound_transfer_service.rbi +9 -9
- data/rbi/stripe/services/test_helpers/treasury/outbound_payment_service.rbi +20 -18
- data/rbi/stripe/services/test_helpers/treasury/outbound_transfer_service.rbi +20 -18
- data/rbi/stripe/services/test_helpers/treasury/received_credit_service.rbi +11 -38
- data/rbi/stripe/services/test_helpers/treasury/received_debit_service.rbi +11 -38
- data/rbi/stripe/services/token_service.rbi +292 -258
- data/rbi/stripe/services/topup_service.rbi +37 -33
- data/rbi/stripe/services/transfer_reversal_service.rbi +18 -16
- data/rbi/stripe/services/transfer_service.rbi +29 -27
- data/rbi/stripe/services/treasury/credit_reversal_service.rbi +12 -12
- data/rbi/stripe/services/treasury/debit_reversal_service.rbi +13 -13
- data/rbi/stripe/services/treasury/financial_account_features_service.rbi +23 -26
- data/rbi/stripe/services/treasury/financial_account_service.rbi +92 -96
- data/rbi/stripe/services/treasury/inbound_transfer_service.rbi +15 -15
- data/rbi/stripe/services/treasury/outbound_payment_service.rbi +60 -56
- data/rbi/stripe/services/treasury/outbound_transfer_service.rbi +24 -49
- data/rbi/stripe/services/treasury/received_credit_service.rbi +11 -9
- data/rbi/stripe/services/treasury/received_debit_service.rbi +8 -8
- data/rbi/stripe/services/treasury/transaction_entry_service.rbi +25 -21
- data/rbi/stripe/services/treasury/transaction_service.rbi +31 -23
- data/rbi/stripe/services/v1_services.rbi +1 -7
- data/rbi/stripe/services/v2/billing/meter_event_service.rbi +3 -3
- data/rbi/stripe/services/v2/billing/meter_event_stream_service.rbi +3 -3
- data/rbi/stripe/services/v2/core/event_destination_service.rbi +21 -24
- data/rbi/stripe/services/v2/core/event_service.rbi +3 -6
- data/rbi/stripe/services/webhook_endpoint_service.rbi +20 -20
- metadata +4 -109
- data/lib/stripe/request_signing_authenticator.rb +0 -79
- data/lib/stripe/resources/account_notice.rb +0 -132
- data/lib/stripe/resources/billing/meter_error_report.rb +0 -59
- data/lib/stripe/resources/capital/financing_offer.rb +0 -188
- data/lib/stripe/resources/capital/financing_summary.rb +0 -64
- data/lib/stripe/resources/capital/financing_transaction.rb +0 -123
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +0 -27
- data/lib/stripe/resources/financial_connections/institution.rb +0 -99
- data/lib/stripe/resources/gift_cards/card.rb +0 -217
- data/lib/stripe/resources/gift_cards/transaction.rb +0 -281
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +0 -611
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +0 -84
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +0 -95
- data/lib/stripe/resources/issuing/settlement.rb +0 -49
- data/lib/stripe/resources/margin.rb +0 -124
- data/lib/stripe/resources/order.rb +0 -2868
- data/lib/stripe/resources/payment_attempt_record.rb +0 -184
- data/lib/stripe/resources/payment_record.rb +0 -715
- data/lib/stripe/resources/quote_line.rb +0 -274
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -652
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -362
- data/lib/stripe/resources/tax/association.rb +0 -89
- data/lib/stripe/resources/tax/form.rb +0 -220
- data/lib/stripe/resources/terminal/reader_collected_data.rb +0 -40
- data/lib/stripe/resources/usage_record.rb +0 -30
- data/lib/stripe/resources/usage_record_summary.rb +0 -33
- data/lib/stripe/services/account_notice_service.rb +0 -101
- data/lib/stripe/services/capital/financing_offer_service.rb +0 -112
- data/lib/stripe/services/capital/financing_summary_service.rb +0 -28
- data/lib/stripe/services/capital/financing_transaction_service.rb +0 -79
- data/lib/stripe/services/capital_service.rb +0 -15
- data/lib/stripe/services/financial_connections/account_inferred_balance_service.rb +0 -37
- data/lib/stripe/services/financial_connections/institution_service.rb +0 -57
- data/lib/stripe/services/gift_cards/card_service.rb +0 -170
- data/lib/stripe/services/gift_cards/transaction_service.rb +0 -209
- data/lib/stripe/services/gift_cards_service.rb +0 -14
- data/lib/stripe/services/invoice_upcoming_lines_service.rb +0 -1881
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +0 -504
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +0 -66
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +0 -83
- data/lib/stripe/services/margin_service.rb +0 -119
- data/lib/stripe/services/order_line_item_service.rb +0 -35
- data/lib/stripe/services/order_service.rb +0 -2268
- data/lib/stripe/services/payment_attempt_record_service.rb +0 -49
- data/lib/stripe/services/payment_record_service.rb +0 -542
- data/lib/stripe/services/quote_line_service.rb +0 -35
- data/lib/stripe/services/quote_preview_invoice_service.rb +0 -35
- data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +0 -35
- data/lib/stripe/services/subscription_item_usage_record_service.rb +0 -41
- data/lib/stripe/services/subscription_item_usage_record_summary_service.rb +0 -37
- data/lib/stripe/services/tax/association_service.rb +0 -31
- data/lib/stripe/services/tax/form_service.rb +0 -100
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -28
- data/rbi/stripe/resources/account_notice.rbi +0 -139
- data/rbi/stripe/resources/billing/meter_error_report.rbi +0 -71
- data/rbi/stripe/resources/capital/financing_offer.rbi +0 -190
- data/rbi/stripe/resources/capital/financing_summary.rbi +0 -74
- data/rbi/stripe/resources/capital/financing_transaction.rbi +0 -130
- data/rbi/stripe/resources/financial_connections/account_inferred_balance.rbi +0 -27
- data/rbi/stripe/resources/financial_connections/institution.rbi +0 -99
- data/rbi/stripe/resources/gift_cards/card.rbi +0 -206
- data/rbi/stripe/resources/gift_cards/transaction.rbi +0 -257
- data/rbi/stripe/resources/issuing/credit_underwriting_record.rbi +0 -622
- data/rbi/stripe/resources/issuing/dispute_settlement_detail.rbi +0 -83
- data/rbi/stripe/resources/issuing/fraud_liability_debit.rbi +0 -90
- data/rbi/stripe/resources/issuing/settlement.rbi +0 -62
- data/rbi/stripe/resources/margin.rbi +0 -127
- data/rbi/stripe/resources/order.rbi +0 -3036
- data/rbi/stripe/resources/payment_attempt_record.rbi +0 -215
- data/rbi/stripe/resources/payment_record.rbi +0 -722
- data/rbi/stripe/resources/quote_line.rbi +0 -350
- data/rbi/stripe/resources/quote_preview_invoice.rbi +0 -850
- data/rbi/stripe/resources/quote_preview_subscription_schedule.rbi +0 -474
- data/rbi/stripe/resources/tax/association.rbi +0 -94
- data/rbi/stripe/resources/tax/form.rbi +0 -224
- data/rbi/stripe/resources/terminal/reader_collected_data.rbi +0 -41
- data/rbi/stripe/resources/usage_record.rbi +0 -32
- data/rbi/stripe/resources/usage_record_summary.rbi +0 -38
- data/rbi/stripe/services/account_notice_service.rbi +0 -90
- data/rbi/stripe/services/capital/financing_offer_service.rbi +0 -95
- data/rbi/stripe/services/capital/financing_summary_service.rbi +0 -22
- data/rbi/stripe/services/capital/financing_transaction_service.rbi +0 -68
- data/rbi/stripe/services/capital_service.rbi +0 -11
- data/rbi/stripe/services/financial_connections/account_inferred_balance_service.rbi +0 -33
- data/rbi/stripe/services/financial_connections/institution_service.rbi +0 -46
- data/rbi/stripe/services/gift_cards/card_service.rbi +0 -142
- data/rbi/stripe/services/gift_cards/transaction_service.rbi +0 -174
- data/rbi/stripe/services/gift_cards_service.rbi +0 -10
- data/rbi/stripe/services/invoice_upcoming_lines_service.rbi +0 -2023
- data/rbi/stripe/services/issuing/credit_underwriting_record_service.rbi +0 -498
- data/rbi/stripe/services/issuing/dispute_settlement_detail_service.rbi +0 -55
- data/rbi/stripe/services/issuing/fraud_liability_debit_service.rbi +0 -73
- data/rbi/stripe/services/margin_service.rbi +0 -104
- data/rbi/stripe/services/order_line_item_service.rbi +0 -31
- data/rbi/stripe/services/order_service.rbi +0 -2320
- data/rbi/stripe/services/payment_attempt_record_service.rbi +0 -36
- data/rbi/stripe/services/payment_record_service.rbi +0 -521
- data/rbi/stripe/services/quote_line_service.rbi +0 -31
- data/rbi/stripe/services/quote_preview_invoice_service.rbi +0 -31
- data/rbi/stripe/services/quote_preview_subscription_schedule_service.rbi +0 -31
- data/rbi/stripe/services/subscription_item_usage_record_service.rbi +0 -37
- data/rbi/stripe/services/subscription_item_usage_record_summary_service.rbi +0 -33
- data/rbi/stripe/services/tax/association_service.rbi +0 -25
- data/rbi/stripe/services/tax/form_service.rbi +0 -85
- data/rbi/stripe/services/terminal/reader_collected_data_service.rbi +0 -22
@@ -102,14 +102,14 @@ module Stripe
|
|
102
102
|
attr_reader :amazon_pay_payments
|
103
103
|
# The status of the BECS Direct Debit (AU) payments capability of the account, or whether the account can directly process BECS Direct Debit (AU) charges.
|
104
104
|
attr_reader :au_becs_debit_payments
|
105
|
-
# The status of the automatic_indirect_tax capability of the account.
|
106
|
-
attr_reader :automatic_indirect_tax
|
107
105
|
# The status of the Bacs Direct Debits payments capability of the account, or whether the account can directly process Bacs Direct Debits charges.
|
108
106
|
attr_reader :bacs_debit_payments
|
109
107
|
# The status of the Bancontact payments capability of the account, or whether the account can directly process Bancontact charges.
|
110
108
|
attr_reader :bancontact_payments
|
111
109
|
# The status of the customer_balance payments capability of the account, or whether the account can directly process customer_balance charges.
|
112
110
|
attr_reader :bank_transfer_payments
|
111
|
+
# The status of the Billie capability of the account, or whether the account can directly process Billie payments.
|
112
|
+
attr_reader :billie_payments
|
113
113
|
# The status of the blik payments capability of the account, or whether the account can directly process blik charges.
|
114
114
|
attr_reader :blik_payments
|
115
115
|
# The status of the boleto payments capability of the account, or whether the account can directly process boleto charges.
|
@@ -130,14 +130,8 @@ module Stripe
|
|
130
130
|
attr_reader :gb_bank_transfer_payments
|
131
131
|
# The status of the giropay payments capability of the account, or whether the account can directly process giropay charges.
|
132
132
|
attr_reader :giropay_payments
|
133
|
-
# The status of the Gopay capability of the account, or whether the account can directly process Gopay payments.
|
134
|
-
attr_reader :gopay_payments
|
135
133
|
# The status of the GrabPay payments capability of the account, or whether the account can directly process GrabPay charges.
|
136
134
|
attr_reader :grabpay_payments
|
137
|
-
# The status of the Indonesia Bank Transfer payments capability of the account, or whether the account can directly process Indonesia Bank Transfer charges.
|
138
|
-
attr_reader :id_bank_transfer_payments
|
139
|
-
# The status of Bank BCA onboarding of the account.
|
140
|
-
attr_reader :id_bank_transfer_payments_bca
|
141
135
|
# The status of the iDEAL payments capability of the account, or whether the account can directly process iDEAL charges.
|
142
136
|
attr_reader :ideal_payments
|
143
137
|
# The status of the india_international_payments capability of the account, or whether the account can process international charges (non INR) in India.
|
@@ -158,8 +152,6 @@ module Stripe
|
|
158
152
|
attr_reader :legacy_payments
|
159
153
|
# The status of the link_payments capability of the account, or whether the account can directly process Link charges.
|
160
154
|
attr_reader :link_payments
|
161
|
-
# The status of the MB WAY payments capability of the account, or whether the account can directly process MB WAY charges.
|
162
|
-
attr_reader :mb_way_payments
|
163
155
|
# The status of the MobilePay capability of the account, or whether the account can directly process MobilePay charges.
|
164
156
|
attr_reader :mobilepay_payments
|
165
157
|
# The status of the Multibanco payments capability of the account, or whether the account can directly process Multibanco charges.
|
@@ -168,6 +160,8 @@ module Stripe
|
|
168
160
|
attr_reader :mx_bank_transfer_payments
|
169
161
|
# The status of the NaverPay capability of the account, or whether the account can directly process NaverPay payments.
|
170
162
|
attr_reader :naver_pay_payments
|
163
|
+
# The status of the New Zealand BECS Direct Debit payments capability of the account, or whether the account can directly process New Zealand BECS Direct Debit charges.
|
164
|
+
attr_reader :nz_bank_account_becs_debit_payments
|
171
165
|
# The status of the OXXO payments capability of the account, or whether the account can directly process OXXO charges.
|
172
166
|
attr_reader :oxxo_payments
|
173
167
|
# The status of the P24 payments capability of the account, or whether the account can directly process P24 charges.
|
@@ -178,26 +172,18 @@ module Stripe
|
|
178
172
|
attr_reader :payco_payments
|
179
173
|
# The status of the paynow payments capability of the account, or whether the account can directly process paynow charges.
|
180
174
|
attr_reader :paynow_payments
|
181
|
-
# The status of the PayPal payments capability of the account, or whether the account can directly process PayPal charges.
|
182
|
-
attr_reader :paypal_payments
|
183
|
-
# The status of the PayTo capability of the account, or whether the account can directly process PayTo charges.
|
184
|
-
attr_reader :payto_payments
|
185
175
|
# The status of the promptpay payments capability of the account, or whether the account can directly process promptpay charges.
|
186
176
|
attr_reader :promptpay_payments
|
187
|
-
# The status of the Qris capability of the account, or whether the account can directly process Qris payments.
|
188
|
-
attr_reader :qris_payments
|
189
|
-
# The status of the Rechnung capability of the account, or whether the account can directly process Rechnung payments.
|
190
|
-
attr_reader :rechnung_payments
|
191
177
|
# The status of the RevolutPay capability of the account, or whether the account can directly process RevolutPay payments.
|
192
178
|
attr_reader :revolut_pay_payments
|
193
179
|
# The status of the SamsungPay capability of the account, or whether the account can directly process SamsungPay payments.
|
194
180
|
attr_reader :samsung_pay_payments
|
181
|
+
# The status of the Satispay capability of the account, or whether the account can directly process Satispay payments.
|
182
|
+
attr_reader :satispay_payments
|
195
183
|
# The status of the SEPA customer_balance payments (EUR currency) capability of the account, or whether the account can directly process SEPA customer_balance charges.
|
196
184
|
attr_reader :sepa_bank_transfer_payments
|
197
185
|
# The status of the SEPA Direct Debits payments capability of the account, or whether the account can directly process SEPA Direct Debits charges.
|
198
186
|
attr_reader :sepa_debit_payments
|
199
|
-
# The status of the ShopeePay capability of the account, or whether the account can directly process ShopeePay payments.
|
200
|
-
attr_reader :shopeepay_payments
|
201
187
|
# The status of the Sofort payments capability of the account, or whether the account can directly process Sofort charges.
|
202
188
|
attr_reader :sofort_payments
|
203
189
|
# The status of the Swish capability of the account, or whether the account can directly process Swish payments.
|
@@ -210,12 +196,6 @@ module Stripe
|
|
210
196
|
attr_reader :transfers
|
211
197
|
# The status of the banking capability, or whether the account can have bank accounts.
|
212
198
|
attr_reader :treasury
|
213
|
-
# The status of the treasury_evolve capability of the account.
|
214
|
-
attr_reader :treasury_evolve
|
215
|
-
# The status of the treasury_fifth_third capability of the account.
|
216
|
-
attr_reader :treasury_fifth_third
|
217
|
-
# The status of the treasury_goldman_sachs capability of the account.
|
218
|
-
attr_reader :treasury_goldman_sachs
|
219
199
|
# The status of the TWINT capability of the account, or whether the account can directly process TWINT charges.
|
220
200
|
attr_reader :twint_payments
|
221
201
|
# The status of the US bank account ACH payments capability of the account, or whether the account can directly process US bank account charges.
|
@@ -324,21 +304,21 @@ module Stripe
|
|
324
304
|
attr_reader :export_license_id
|
325
305
|
# The purpose code to use for export transactions (India only).
|
326
306
|
attr_reader :export_purpose_code
|
327
|
-
# The company's legal name.
|
307
|
+
# The company's legal name. Also available for accounts where [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection) is `stripe`.
|
328
308
|
attr_reader :name
|
329
|
-
# The Kana variation of the company's legal name (Japan only).
|
309
|
+
# The Kana variation of the company's legal name (Japan only). Also available for accounts where [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection) is `stripe`.
|
330
310
|
attr_reader :name_kana
|
331
|
-
# The Kanji variation of the company's legal name (Japan only).
|
311
|
+
# The Kanji variation of the company's legal name (Japan only). Also available for accounts where [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection) is `stripe`.
|
332
312
|
attr_reader :name_kanji
|
333
313
|
# Whether the company's owners have been provided. This Boolean will be `true` if you've manually indicated that all owners are provided via [the `owners_provided` parameter](https://stripe.com/docs/api/accounts/update#update_account-company-owners_provided), or if Stripe determined that sufficient owners were provided. Stripe determines ownership requirements using both the number of owners provided and their total percent ownership (calculated by adding the `percent_ownership` of each owner together).
|
334
314
|
attr_reader :owners_provided
|
335
315
|
# This hash is used to attest that the beneficial owner information provided to Stripe is both current and correct.
|
336
316
|
attr_reader :ownership_declaration
|
337
|
-
#
|
317
|
+
# This value is used to determine if a business is exempt from providing ultimate beneficial owners. See [this support article](https://support.stripe.com/questions/exemption-from-providing-ownership-details) and [changelog](https://docs.stripe.com/changelog/acacia/2025-01-27/ownership-exemption-reason-accounts-api) for more details.
|
338
318
|
attr_reader :ownership_exemption_reason
|
339
319
|
# The company's phone number (used for verification).
|
340
320
|
attr_reader :phone
|
341
|
-
# The category identifying the legal structure of the company or legal entity. See [Business structure](https://stripe.com/docs/connect/identity-verification#business-structure) for more details.
|
321
|
+
# The category identifying the legal structure of the company or legal entity. Also available for accounts where [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection) is `stripe`. See [Business structure](https://stripe.com/docs/connect/identity-verification#business-structure) for more details.
|
342
322
|
attr_reader :structure
|
343
323
|
# Whether the company's business ID number was provided.
|
344
324
|
attr_reader :tax_id_provided
|
@@ -351,20 +331,6 @@ module Stripe
|
|
351
331
|
end
|
352
332
|
|
353
333
|
class Controller < Stripe::StripeObject
|
354
|
-
class Application < Stripe::StripeObject
|
355
|
-
# `true` if the Connect application is responsible for negative balances and should manage credit and fraud risk on the account.
|
356
|
-
attr_reader :loss_liable
|
357
|
-
# `true` if the Connect application is responsible for onboarding the account.
|
358
|
-
attr_reader :onboarding_owner
|
359
|
-
# `true` if the Connect application is responsible for paying Stripe fees on pricing-control eligible products.
|
360
|
-
attr_reader :pricing_controls
|
361
|
-
end
|
362
|
-
|
363
|
-
class Dashboard < Stripe::StripeObject
|
364
|
-
# Whether this account has access to the full Stripe dashboard (`full`), to the Express dashboard (`express`), or to no dashboard (`none`).
|
365
|
-
attr_reader :type
|
366
|
-
end
|
367
|
-
|
368
334
|
class Fees < Stripe::StripeObject
|
369
335
|
# A value indicating the responsible payer of a bundle of Stripe fees for pricing-control eligible products on this account. Learn more about [fee behavior on connected accounts](https://docs.stripe.com/connect/direct-charges-fee-payer-behavior).
|
370
336
|
attr_reader :payer
|
@@ -379,10 +345,6 @@ module Stripe
|
|
379
345
|
# A value indicating the Stripe dashboard this account has access to independent of the Connect application.
|
380
346
|
attr_reader :type
|
381
347
|
end
|
382
|
-
# Attribute for field application
|
383
|
-
attr_reader :application
|
384
|
-
# Attribute for field dashboard
|
385
|
-
attr_reader :dashboard
|
386
348
|
# Attribute for field fees
|
387
349
|
attr_reader :fees
|
388
350
|
# `true` if the Connect application retrieving the resource controls the account and can therefore exercise [platform controls](https://stripe.com/docs/connect/platform-controls-for-standard-accounts). Otherwise, this field is null.
|
@@ -470,24 +432,6 @@ module Stripe
|
|
470
432
|
attr_reader :pending_verification
|
471
433
|
end
|
472
434
|
|
473
|
-
class RiskControls < Stripe::StripeObject
|
474
|
-
class Charges < Stripe::StripeObject
|
475
|
-
# Whether a pause of the risk control has been requested.
|
476
|
-
attr_reader :pause_requested
|
477
|
-
end
|
478
|
-
|
479
|
-
class Payouts < Stripe::StripeObject
|
480
|
-
# Whether a pause of the risk control has been requested.
|
481
|
-
attr_reader :pause_requested
|
482
|
-
end
|
483
|
-
# Attribute for field charges
|
484
|
-
attr_reader :charges
|
485
|
-
# Attribute for field payouts
|
486
|
-
attr_reader :payouts
|
487
|
-
# Represents the rejected reason of the account. Empty if account is not rejected, or rejected by Stripe. Please see [this page for more details](https://stripe.com/docs/connect/)
|
488
|
-
attr_reader :rejected_reason
|
489
|
-
end
|
490
|
-
|
491
435
|
class Settings < Stripe::StripeObject
|
492
436
|
class BacsDebitPayments < Stripe::StripeObject
|
493
437
|
# 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. The fee appears 5 business days after requesting Bacs. 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.
|
@@ -496,13 +440,6 @@ module Stripe
|
|
496
440
|
attr_reader :service_user_number
|
497
441
|
end
|
498
442
|
|
499
|
-
class BankBcaOnboarding < Stripe::StripeObject
|
500
|
-
# Bank BCA business account holder name.
|
501
|
-
attr_reader :account_holder_name
|
502
|
-
# Bank BCA business account number.
|
503
|
-
attr_reader :business_account_number
|
504
|
-
end
|
505
|
-
|
506
443
|
class Branding < Stripe::StripeObject
|
507
444
|
# (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.
|
508
445
|
attr_reader :icon
|
@@ -514,13 +451,6 @@ module Stripe
|
|
514
451
|
attr_reader :secondary_color
|
515
452
|
end
|
516
453
|
|
517
|
-
class Capital < Stripe::StripeObject
|
518
|
-
# Per-currency mapping of user-selected destination accounts used to pay out loans.
|
519
|
-
attr_reader :payout_destination
|
520
|
-
# Per-currency mapping of all destination accounts eligible to receive loan payouts.
|
521
|
-
attr_reader :payout_destination_selector
|
522
|
-
end
|
523
|
-
|
524
454
|
class CardIssuing < Stripe::StripeObject
|
525
455
|
class TosAcceptance < Stripe::StripeObject
|
526
456
|
# The Unix timestamp marking when the account representative accepted the service agreement.
|
@@ -561,6 +491,8 @@ module Stripe
|
|
561
491
|
class Invoices < Stripe::StripeObject
|
562
492
|
# The list of default Account Tax IDs to automatically include on invoices. Account Tax IDs get added when an invoice is finalized.
|
563
493
|
attr_reader :default_account_tax_ids
|
494
|
+
# Whether payment methods should be saved when a payment is completed for a one-time invoices on a hosted invoice page.
|
495
|
+
attr_reader :hosted_payment_method_save
|
564
496
|
end
|
565
497
|
|
566
498
|
class Payments < Stripe::StripeObject
|
@@ -600,11 +532,6 @@ module Stripe
|
|
600
532
|
attr_reader :creditor_id
|
601
533
|
end
|
602
534
|
|
603
|
-
class TaxForms < Stripe::StripeObject
|
604
|
-
# Whether the account opted out of receiving their tax forms by postal delivery.
|
605
|
-
attr_reader :consented_to_paperless_delivery
|
606
|
-
end
|
607
|
-
|
608
535
|
class Treasury < Stripe::StripeObject
|
609
536
|
class TosAcceptance < Stripe::StripeObject
|
610
537
|
# The Unix timestamp marking when the account representative accepted the service agreement.
|
@@ -619,12 +546,8 @@ module Stripe
|
|
619
546
|
end
|
620
547
|
# Attribute for field bacs_debit_payments
|
621
548
|
attr_reader :bacs_debit_payments
|
622
|
-
# Attribute for field bank_bca_onboarding
|
623
|
-
attr_reader :bank_bca_onboarding
|
624
549
|
# Attribute for field branding
|
625
550
|
attr_reader :branding
|
626
|
-
# Attribute for field capital
|
627
|
-
attr_reader :capital
|
628
551
|
# Attribute for field card_issuing
|
629
552
|
attr_reader :card_issuing
|
630
553
|
# Attribute for field card_payments
|
@@ -639,8 +562,6 @@ module Stripe
|
|
639
562
|
attr_reader :payouts
|
640
563
|
# Attribute for field sepa_debit_payments
|
641
564
|
attr_reader :sepa_debit_payments
|
642
|
-
# Attribute for field tax_forms
|
643
|
-
attr_reader :tax_forms
|
644
565
|
# Attribute for field treasury
|
645
566
|
attr_reader :treasury
|
646
567
|
end
|
@@ -659,15 +580,6 @@ module Stripe
|
|
659
580
|
class DeleteParams < Stripe::RequestParams
|
660
581
|
end
|
661
582
|
|
662
|
-
class RetrieveParams < Stripe::RequestParams
|
663
|
-
# Specifies which fields in the response should be expanded.
|
664
|
-
attr_accessor :expand
|
665
|
-
|
666
|
-
def initialize(expand: nil)
|
667
|
-
@expand = expand
|
668
|
-
end
|
669
|
-
end
|
670
|
-
|
671
583
|
class UpdateParams < Stripe::RequestParams
|
672
584
|
class BankAccount < Stripe::RequestParams
|
673
585
|
# Attribute for param field object
|
@@ -867,7 +779,7 @@ module Stripe
|
|
867
779
|
end
|
868
780
|
end
|
869
781
|
|
870
|
-
class
|
782
|
+
class BacsDebitPayments < Stripe::RequestParams
|
871
783
|
# 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.
|
872
784
|
attr_accessor :requested
|
873
785
|
|
@@ -876,7 +788,7 @@ module Stripe
|
|
876
788
|
end
|
877
789
|
end
|
878
790
|
|
879
|
-
class
|
791
|
+
class BancontactPayments < Stripe::RequestParams
|
880
792
|
# 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.
|
881
793
|
attr_accessor :requested
|
882
794
|
|
@@ -885,7 +797,7 @@ module Stripe
|
|
885
797
|
end
|
886
798
|
end
|
887
799
|
|
888
|
-
class
|
800
|
+
class BankTransferPayments < Stripe::RequestParams
|
889
801
|
# 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.
|
890
802
|
attr_accessor :requested
|
891
803
|
|
@@ -894,7 +806,7 @@ module Stripe
|
|
894
806
|
end
|
895
807
|
end
|
896
808
|
|
897
|
-
class
|
809
|
+
class BilliePayments < Stripe::RequestParams
|
898
810
|
# 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.
|
899
811
|
attr_accessor :requested
|
900
812
|
|
@@ -993,15 +905,6 @@ module Stripe
|
|
993
905
|
end
|
994
906
|
end
|
995
907
|
|
996
|
-
class GopayPayments < Stripe::RequestParams
|
997
|
-
# 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.
|
998
|
-
attr_accessor :requested
|
999
|
-
|
1000
|
-
def initialize(requested: nil)
|
1001
|
-
@requested = requested
|
1002
|
-
end
|
1003
|
-
end
|
1004
|
-
|
1005
908
|
class GrabpayPayments < Stripe::RequestParams
|
1006
909
|
# 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.
|
1007
910
|
attr_accessor :requested
|
@@ -1011,24 +914,6 @@ module Stripe
|
|
1011
914
|
end
|
1012
915
|
end
|
1013
916
|
|
1014
|
-
class IdBankTransferPayments < Stripe::RequestParams
|
1015
|
-
# 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.
|
1016
|
-
attr_accessor :requested
|
1017
|
-
|
1018
|
-
def initialize(requested: nil)
|
1019
|
-
@requested = requested
|
1020
|
-
end
|
1021
|
-
end
|
1022
|
-
|
1023
|
-
class IdBankTransferPaymentsBca < Stripe::RequestParams
|
1024
|
-
# 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.
|
1025
|
-
attr_accessor :requested
|
1026
|
-
|
1027
|
-
def initialize(requested: nil)
|
1028
|
-
@requested = requested
|
1029
|
-
end
|
1030
|
-
end
|
1031
|
-
|
1032
917
|
class IdealPayments < Stripe::RequestParams
|
1033
918
|
# 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.
|
1034
919
|
attr_accessor :requested
|
@@ -1119,7 +1004,7 @@ module Stripe
|
|
1119
1004
|
end
|
1120
1005
|
end
|
1121
1006
|
|
1122
|
-
class
|
1007
|
+
class MobilepayPayments < Stripe::RequestParams
|
1123
1008
|
# 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.
|
1124
1009
|
attr_accessor :requested
|
1125
1010
|
|
@@ -1128,7 +1013,7 @@ module Stripe
|
|
1128
1013
|
end
|
1129
1014
|
end
|
1130
1015
|
|
1131
|
-
class
|
1016
|
+
class MultibancoPayments < Stripe::RequestParams
|
1132
1017
|
# 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.
|
1133
1018
|
attr_accessor :requested
|
1134
1019
|
|
@@ -1137,7 +1022,7 @@ module Stripe
|
|
1137
1022
|
end
|
1138
1023
|
end
|
1139
1024
|
|
1140
|
-
class
|
1025
|
+
class MxBankTransferPayments < Stripe::RequestParams
|
1141
1026
|
# 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.
|
1142
1027
|
attr_accessor :requested
|
1143
1028
|
|
@@ -1146,7 +1031,7 @@ module Stripe
|
|
1146
1031
|
end
|
1147
1032
|
end
|
1148
1033
|
|
1149
|
-
class
|
1034
|
+
class NaverPayPayments < Stripe::RequestParams
|
1150
1035
|
# 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.
|
1151
1036
|
attr_accessor :requested
|
1152
1037
|
|
@@ -1155,7 +1040,7 @@ module Stripe
|
|
1155
1040
|
end
|
1156
1041
|
end
|
1157
1042
|
|
1158
|
-
class
|
1043
|
+
class NzBankAccountBecsDebitPayments < Stripe::RequestParams
|
1159
1044
|
# 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.
|
1160
1045
|
attr_accessor :requested
|
1161
1046
|
|
@@ -1209,24 +1094,6 @@ module Stripe
|
|
1209
1094
|
end
|
1210
1095
|
end
|
1211
1096
|
|
1212
|
-
class PaypalPayments < Stripe::RequestParams
|
1213
|
-
# 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.
|
1214
|
-
attr_accessor :requested
|
1215
|
-
|
1216
|
-
def initialize(requested: nil)
|
1217
|
-
@requested = requested
|
1218
|
-
end
|
1219
|
-
end
|
1220
|
-
|
1221
|
-
class PaytoPayments < Stripe::RequestParams
|
1222
|
-
# 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.
|
1223
|
-
attr_accessor :requested
|
1224
|
-
|
1225
|
-
def initialize(requested: nil)
|
1226
|
-
@requested = requested
|
1227
|
-
end
|
1228
|
-
end
|
1229
|
-
|
1230
1097
|
class PromptpayPayments < Stripe::RequestParams
|
1231
1098
|
# 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.
|
1232
1099
|
attr_accessor :requested
|
@@ -1236,24 +1103,6 @@ module Stripe
|
|
1236
1103
|
end
|
1237
1104
|
end
|
1238
1105
|
|
1239
|
-
class QrisPayments < Stripe::RequestParams
|
1240
|
-
# 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.
|
1241
|
-
attr_accessor :requested
|
1242
|
-
|
1243
|
-
def initialize(requested: nil)
|
1244
|
-
@requested = requested
|
1245
|
-
end
|
1246
|
-
end
|
1247
|
-
|
1248
|
-
class RechnungPayments < Stripe::RequestParams
|
1249
|
-
# 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.
|
1250
|
-
attr_accessor :requested
|
1251
|
-
|
1252
|
-
def initialize(requested: nil)
|
1253
|
-
@requested = requested
|
1254
|
-
end
|
1255
|
-
end
|
1256
|
-
|
1257
1106
|
class RevolutPayPayments < Stripe::RequestParams
|
1258
1107
|
# 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.
|
1259
1108
|
attr_accessor :requested
|
@@ -1272,7 +1121,7 @@ module Stripe
|
|
1272
1121
|
end
|
1273
1122
|
end
|
1274
1123
|
|
1275
|
-
class
|
1124
|
+
class SatispayPayments < Stripe::RequestParams
|
1276
1125
|
# 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.
|
1277
1126
|
attr_accessor :requested
|
1278
1127
|
|
@@ -1281,7 +1130,7 @@ module Stripe
|
|
1281
1130
|
end
|
1282
1131
|
end
|
1283
1132
|
|
1284
|
-
class
|
1133
|
+
class SepaBankTransferPayments < Stripe::RequestParams
|
1285
1134
|
# 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.
|
1286
1135
|
attr_accessor :requested
|
1287
1136
|
|
@@ -1290,7 +1139,7 @@ module Stripe
|
|
1290
1139
|
end
|
1291
1140
|
end
|
1292
1141
|
|
1293
|
-
class
|
1142
|
+
class SepaDebitPayments < Stripe::RequestParams
|
1294
1143
|
# 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.
|
1295
1144
|
attr_accessor :requested
|
1296
1145
|
|
@@ -1353,33 +1202,6 @@ module Stripe
|
|
1353
1202
|
end
|
1354
1203
|
end
|
1355
1204
|
|
1356
|
-
class TreasuryEvolve < Stripe::RequestParams
|
1357
|
-
# 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.
|
1358
|
-
attr_accessor :requested
|
1359
|
-
|
1360
|
-
def initialize(requested: nil)
|
1361
|
-
@requested = requested
|
1362
|
-
end
|
1363
|
-
end
|
1364
|
-
|
1365
|
-
class TreasuryFifthThird < Stripe::RequestParams
|
1366
|
-
# 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.
|
1367
|
-
attr_accessor :requested
|
1368
|
-
|
1369
|
-
def initialize(requested: nil)
|
1370
|
-
@requested = requested
|
1371
|
-
end
|
1372
|
-
end
|
1373
|
-
|
1374
|
-
class TreasuryGoldmanSachs < Stripe::RequestParams
|
1375
|
-
# 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.
|
1376
|
-
attr_accessor :requested
|
1377
|
-
|
1378
|
-
def initialize(requested: nil)
|
1379
|
-
@requested = requested
|
1380
|
-
end
|
1381
|
-
end
|
1382
|
-
|
1383
1205
|
class TwintPayments < Stripe::RequestParams
|
1384
1206
|
# 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.
|
1385
1207
|
attr_accessor :requested
|
@@ -1427,14 +1249,14 @@ module Stripe
|
|
1427
1249
|
attr_accessor :amazon_pay_payments
|
1428
1250
|
# The au_becs_debit_payments capability.
|
1429
1251
|
attr_accessor :au_becs_debit_payments
|
1430
|
-
# The automatic_indirect_tax capability.
|
1431
|
-
attr_accessor :automatic_indirect_tax
|
1432
1252
|
# The bacs_debit_payments capability.
|
1433
1253
|
attr_accessor :bacs_debit_payments
|
1434
1254
|
# The bancontact_payments capability.
|
1435
1255
|
attr_accessor :bancontact_payments
|
1436
1256
|
# The bank_transfer_payments capability.
|
1437
1257
|
attr_accessor :bank_transfer_payments
|
1258
|
+
# The billie_payments capability.
|
1259
|
+
attr_accessor :billie_payments
|
1438
1260
|
# The blik_payments capability.
|
1439
1261
|
attr_accessor :blik_payments
|
1440
1262
|
# The boleto_payments capability.
|
@@ -1455,14 +1277,8 @@ module Stripe
|
|
1455
1277
|
attr_accessor :gb_bank_transfer_payments
|
1456
1278
|
# The giropay_payments capability.
|
1457
1279
|
attr_accessor :giropay_payments
|
1458
|
-
# The gopay_payments capability.
|
1459
|
-
attr_accessor :gopay_payments
|
1460
1280
|
# The grabpay_payments capability.
|
1461
1281
|
attr_accessor :grabpay_payments
|
1462
|
-
# The id_bank_transfer_payments capability.
|
1463
|
-
attr_accessor :id_bank_transfer_payments
|
1464
|
-
# The id_bank_transfer_payments_bca capability.
|
1465
|
-
attr_accessor :id_bank_transfer_payments_bca
|
1466
1282
|
# The ideal_payments capability.
|
1467
1283
|
attr_accessor :ideal_payments
|
1468
1284
|
# The india_international_payments capability.
|
@@ -1483,8 +1299,6 @@ module Stripe
|
|
1483
1299
|
attr_accessor :legacy_payments
|
1484
1300
|
# The link_payments capability.
|
1485
1301
|
attr_accessor :link_payments
|
1486
|
-
# The mb_way_payments capability.
|
1487
|
-
attr_accessor :mb_way_payments
|
1488
1302
|
# The mobilepay_payments capability.
|
1489
1303
|
attr_accessor :mobilepay_payments
|
1490
1304
|
# The multibanco_payments capability.
|
@@ -1493,6 +1307,8 @@ module Stripe
|
|
1493
1307
|
attr_accessor :mx_bank_transfer_payments
|
1494
1308
|
# The naver_pay_payments capability.
|
1495
1309
|
attr_accessor :naver_pay_payments
|
1310
|
+
# The nz_bank_account_becs_debit_payments capability.
|
1311
|
+
attr_accessor :nz_bank_account_becs_debit_payments
|
1496
1312
|
# The oxxo_payments capability.
|
1497
1313
|
attr_accessor :oxxo_payments
|
1498
1314
|
# The p24_payments capability.
|
@@ -1503,26 +1319,18 @@ module Stripe
|
|
1503
1319
|
attr_accessor :payco_payments
|
1504
1320
|
# The paynow_payments capability.
|
1505
1321
|
attr_accessor :paynow_payments
|
1506
|
-
# The paypal_payments capability.
|
1507
|
-
attr_accessor :paypal_payments
|
1508
|
-
# The payto_payments capability.
|
1509
|
-
attr_accessor :payto_payments
|
1510
1322
|
# The promptpay_payments capability.
|
1511
1323
|
attr_accessor :promptpay_payments
|
1512
|
-
# The qris_payments capability.
|
1513
|
-
attr_accessor :qris_payments
|
1514
|
-
# The rechnung_payments capability.
|
1515
|
-
attr_accessor :rechnung_payments
|
1516
1324
|
# The revolut_pay_payments capability.
|
1517
1325
|
attr_accessor :revolut_pay_payments
|
1518
1326
|
# The samsung_pay_payments capability.
|
1519
1327
|
attr_accessor :samsung_pay_payments
|
1328
|
+
# The satispay_payments capability.
|
1329
|
+
attr_accessor :satispay_payments
|
1520
1330
|
# The sepa_bank_transfer_payments capability.
|
1521
1331
|
attr_accessor :sepa_bank_transfer_payments
|
1522
1332
|
# The sepa_debit_payments capability.
|
1523
1333
|
attr_accessor :sepa_debit_payments
|
1524
|
-
# The shopeepay_payments capability.
|
1525
|
-
attr_accessor :shopeepay_payments
|
1526
1334
|
# The sofort_payments capability.
|
1527
1335
|
attr_accessor :sofort_payments
|
1528
1336
|
# The swish_payments capability.
|
@@ -1535,12 +1343,6 @@ module Stripe
|
|
1535
1343
|
attr_accessor :transfers
|
1536
1344
|
# The treasury capability.
|
1537
1345
|
attr_accessor :treasury
|
1538
|
-
# The treasury_evolve capability.
|
1539
|
-
attr_accessor :treasury_evolve
|
1540
|
-
# The treasury_fifth_third capability.
|
1541
|
-
attr_accessor :treasury_fifth_third
|
1542
|
-
# The treasury_goldman_sachs capability.
|
1543
|
-
attr_accessor :treasury_goldman_sachs
|
1544
1346
|
# The twint_payments capability.
|
1545
1347
|
attr_accessor :twint_payments
|
1546
1348
|
# The us_bank_account_ach_payments capability.
|
@@ -1557,10 +1359,10 @@ module Stripe
|
|
1557
1359
|
alma_payments: nil,
|
1558
1360
|
amazon_pay_payments: nil,
|
1559
1361
|
au_becs_debit_payments: nil,
|
1560
|
-
automatic_indirect_tax: nil,
|
1561
1362
|
bacs_debit_payments: nil,
|
1562
1363
|
bancontact_payments: nil,
|
1563
1364
|
bank_transfer_payments: nil,
|
1365
|
+
billie_payments: nil,
|
1564
1366
|
blik_payments: nil,
|
1565
1367
|
boleto_payments: nil,
|
1566
1368
|
card_issuing: nil,
|
@@ -1571,10 +1373,7 @@ module Stripe
|
|
1571
1373
|
fpx_payments: nil,
|
1572
1374
|
gb_bank_transfer_payments: nil,
|
1573
1375
|
giropay_payments: nil,
|
1574
|
-
gopay_payments: nil,
|
1575
1376
|
grabpay_payments: nil,
|
1576
|
-
id_bank_transfer_payments: nil,
|
1577
|
-
id_bank_transfer_payments_bca: nil,
|
1578
1377
|
ideal_payments: nil,
|
1579
1378
|
india_international_payments: nil,
|
1580
1379
|
jcb_payments: nil,
|
@@ -1585,35 +1384,28 @@ module Stripe
|
|
1585
1384
|
kr_card_payments: nil,
|
1586
1385
|
legacy_payments: nil,
|
1587
1386
|
link_payments: nil,
|
1588
|
-
mb_way_payments: nil,
|
1589
1387
|
mobilepay_payments: nil,
|
1590
1388
|
multibanco_payments: nil,
|
1591
1389
|
mx_bank_transfer_payments: nil,
|
1592
1390
|
naver_pay_payments: nil,
|
1391
|
+
nz_bank_account_becs_debit_payments: nil,
|
1593
1392
|
oxxo_payments: nil,
|
1594
1393
|
p24_payments: nil,
|
1595
1394
|
pay_by_bank_payments: nil,
|
1596
1395
|
payco_payments: nil,
|
1597
1396
|
paynow_payments: nil,
|
1598
|
-
paypal_payments: nil,
|
1599
|
-
payto_payments: nil,
|
1600
1397
|
promptpay_payments: nil,
|
1601
|
-
qris_payments: nil,
|
1602
|
-
rechnung_payments: nil,
|
1603
1398
|
revolut_pay_payments: nil,
|
1604
1399
|
samsung_pay_payments: nil,
|
1400
|
+
satispay_payments: nil,
|
1605
1401
|
sepa_bank_transfer_payments: nil,
|
1606
1402
|
sepa_debit_payments: nil,
|
1607
|
-
shopeepay_payments: nil,
|
1608
1403
|
sofort_payments: nil,
|
1609
1404
|
swish_payments: nil,
|
1610
1405
|
tax_reporting_us_1099_k: nil,
|
1611
1406
|
tax_reporting_us_1099_misc: nil,
|
1612
1407
|
transfers: nil,
|
1613
1408
|
treasury: nil,
|
1614
|
-
treasury_evolve: nil,
|
1615
|
-
treasury_fifth_third: nil,
|
1616
|
-
treasury_goldman_sachs: nil,
|
1617
1409
|
twint_payments: nil,
|
1618
1410
|
us_bank_account_ach_payments: nil,
|
1619
1411
|
us_bank_transfer_payments: nil,
|
@@ -1625,10 +1417,10 @@ module Stripe
|
|
1625
1417
|
@alma_payments = alma_payments
|
1626
1418
|
@amazon_pay_payments = amazon_pay_payments
|
1627
1419
|
@au_becs_debit_payments = au_becs_debit_payments
|
1628
|
-
@automatic_indirect_tax = automatic_indirect_tax
|
1629
1420
|
@bacs_debit_payments = bacs_debit_payments
|
1630
1421
|
@bancontact_payments = bancontact_payments
|
1631
1422
|
@bank_transfer_payments = bank_transfer_payments
|
1423
|
+
@billie_payments = billie_payments
|
1632
1424
|
@blik_payments = blik_payments
|
1633
1425
|
@boleto_payments = boleto_payments
|
1634
1426
|
@card_issuing = card_issuing
|
@@ -1639,10 +1431,7 @@ module Stripe
|
|
1639
1431
|
@fpx_payments = fpx_payments
|
1640
1432
|
@gb_bank_transfer_payments = gb_bank_transfer_payments
|
1641
1433
|
@giropay_payments = giropay_payments
|
1642
|
-
@gopay_payments = gopay_payments
|
1643
1434
|
@grabpay_payments = grabpay_payments
|
1644
|
-
@id_bank_transfer_payments = id_bank_transfer_payments
|
1645
|
-
@id_bank_transfer_payments_bca = id_bank_transfer_payments_bca
|
1646
1435
|
@ideal_payments = ideal_payments
|
1647
1436
|
@india_international_payments = india_international_payments
|
1648
1437
|
@jcb_payments = jcb_payments
|
@@ -1653,35 +1442,28 @@ module Stripe
|
|
1653
1442
|
@kr_card_payments = kr_card_payments
|
1654
1443
|
@legacy_payments = legacy_payments
|
1655
1444
|
@link_payments = link_payments
|
1656
|
-
@mb_way_payments = mb_way_payments
|
1657
1445
|
@mobilepay_payments = mobilepay_payments
|
1658
1446
|
@multibanco_payments = multibanco_payments
|
1659
1447
|
@mx_bank_transfer_payments = mx_bank_transfer_payments
|
1660
1448
|
@naver_pay_payments = naver_pay_payments
|
1449
|
+
@nz_bank_account_becs_debit_payments = nz_bank_account_becs_debit_payments
|
1661
1450
|
@oxxo_payments = oxxo_payments
|
1662
1451
|
@p24_payments = p24_payments
|
1663
1452
|
@pay_by_bank_payments = pay_by_bank_payments
|
1664
1453
|
@payco_payments = payco_payments
|
1665
1454
|
@paynow_payments = paynow_payments
|
1666
|
-
@paypal_payments = paypal_payments
|
1667
|
-
@payto_payments = payto_payments
|
1668
1455
|
@promptpay_payments = promptpay_payments
|
1669
|
-
@qris_payments = qris_payments
|
1670
|
-
@rechnung_payments = rechnung_payments
|
1671
1456
|
@revolut_pay_payments = revolut_pay_payments
|
1672
1457
|
@samsung_pay_payments = samsung_pay_payments
|
1458
|
+
@satispay_payments = satispay_payments
|
1673
1459
|
@sepa_bank_transfer_payments = sepa_bank_transfer_payments
|
1674
1460
|
@sepa_debit_payments = sepa_debit_payments
|
1675
|
-
@shopeepay_payments = shopeepay_payments
|
1676
1461
|
@sofort_payments = sofort_payments
|
1677
1462
|
@swish_payments = swish_payments
|
1678
1463
|
@tax_reporting_us_1099_k = tax_reporting_us_1099_k
|
1679
1464
|
@tax_reporting_us_1099_misc = tax_reporting_us_1099_misc
|
1680
1465
|
@transfers = transfers
|
1681
1466
|
@treasury = treasury
|
1682
|
-
@treasury_evolve = treasury_evolve
|
1683
|
-
@treasury_fifth_third = treasury_fifth_third
|
1684
|
-
@treasury_goldman_sachs = treasury_goldman_sachs
|
1685
1467
|
@twint_payments = twint_payments
|
1686
1468
|
@us_bank_account_ach_payments = us_bank_account_ach_payments
|
1687
1469
|
@us_bank_transfer_payments = us_bank_transfer_payments
|
@@ -1948,7 +1730,7 @@ module Stripe
|
|
1948
1730
|
attr_accessor :owners_provided
|
1949
1731
|
# This hash is used to attest that the beneficial owner information provided to Stripe is both current and correct.
|
1950
1732
|
attr_accessor :ownership_declaration
|
1951
|
-
#
|
1733
|
+
# This value is used to determine if a business is exempt from providing ultimate beneficial owners. See [this support article](https://support.stripe.com/questions/exemption-from-providing-ownership-details) and [changelog](https://docs.stripe.com/changelog/acacia/2025-01-27/ownership-exemption-reason-accounts-api) for more details.
|
1952
1734
|
attr_accessor :ownership_exemption_reason
|
1953
1735
|
# The company's phone number (used for verification).
|
1954
1736
|
attr_accessor :phone
|
@@ -2438,37 +2220,6 @@ module Stripe
|
|
2438
2220
|
end
|
2439
2221
|
end
|
2440
2222
|
|
2441
|
-
class RiskControls < Stripe::RequestParams
|
2442
|
-
class Charges < Stripe::RequestParams
|
2443
|
-
# To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
2444
|
-
# There can be a delay before the risk control is paused or unpaused.
|
2445
|
-
attr_accessor :pause_requested
|
2446
|
-
|
2447
|
-
def initialize(pause_requested: nil)
|
2448
|
-
@pause_requested = pause_requested
|
2449
|
-
end
|
2450
|
-
end
|
2451
|
-
|
2452
|
-
class Payouts < Stripe::RequestParams
|
2453
|
-
# To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
2454
|
-
# There can be a delay before the risk control is paused or unpaused.
|
2455
|
-
attr_accessor :pause_requested
|
2456
|
-
|
2457
|
-
def initialize(pause_requested: nil)
|
2458
|
-
@pause_requested = pause_requested
|
2459
|
-
end
|
2460
|
-
end
|
2461
|
-
# 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).
|
2462
|
-
attr_accessor :charges
|
2463
|
-
# 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).
|
2464
|
-
attr_accessor :payouts
|
2465
|
-
|
2466
|
-
def initialize(charges: nil, payouts: nil)
|
2467
|
-
@charges = charges
|
2468
|
-
@payouts = payouts
|
2469
|
-
end
|
2470
|
-
end
|
2471
|
-
|
2472
2223
|
class Settings < Stripe::RequestParams
|
2473
2224
|
class BacsDebitPayments < Stripe::RequestParams
|
2474
2225
|
# 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.
|
@@ -2479,18 +2230,6 @@ module Stripe
|
|
2479
2230
|
end
|
2480
2231
|
end
|
2481
2232
|
|
2482
|
-
class BankBcaOnboarding < Stripe::RequestParams
|
2483
|
-
# Bank BCA business account holder name
|
2484
|
-
attr_accessor :account_holder_name
|
2485
|
-
# Bank BCA business account number
|
2486
|
-
attr_accessor :business_account_number
|
2487
|
-
|
2488
|
-
def initialize(account_holder_name: nil, business_account_number: nil)
|
2489
|
-
@account_holder_name = account_holder_name
|
2490
|
-
@business_account_number = business_account_number
|
2491
|
-
end
|
2492
|
-
end
|
2493
|
-
|
2494
2233
|
class Branding < Stripe::RequestParams
|
2495
2234
|
# (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.
|
2496
2235
|
attr_accessor :icon
|
@@ -2509,18 +2248,6 @@ module Stripe
|
|
2509
2248
|
end
|
2510
2249
|
end
|
2511
2250
|
|
2512
|
-
class Capital < Stripe::RequestParams
|
2513
|
-
# Per-currency mapping of user-selected destination accounts used to pay out loans.
|
2514
|
-
attr_accessor :payout_destination
|
2515
|
-
# Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.
|
2516
|
-
attr_accessor :payout_destination_selector
|
2517
|
-
|
2518
|
-
def initialize(payout_destination: nil, payout_destination_selector: nil)
|
2519
|
-
@payout_destination = payout_destination
|
2520
|
-
@payout_destination_selector = payout_destination_selector
|
2521
|
-
end
|
2522
|
-
end
|
2523
|
-
|
2524
2251
|
class CardIssuing < Stripe::RequestParams
|
2525
2252
|
class TosAcceptance < Stripe::RequestParams
|
2526
2253
|
# The Unix timestamp marking when the account representative accepted the service agreement.
|
@@ -2581,9 +2308,12 @@ module Stripe
|
|
2581
2308
|
class Invoices < Stripe::RequestParams
|
2582
2309
|
# The list of default Account Tax IDs to automatically include on invoices. Account Tax IDs get added when an invoice is finalized.
|
2583
2310
|
attr_accessor :default_account_tax_ids
|
2311
|
+
# Whether payment methods should be saved when a payment is completed for a one-time invoices on a hosted invoice page.
|
2312
|
+
attr_accessor :hosted_payment_method_save
|
2584
2313
|
|
2585
|
-
def initialize(default_account_tax_ids: nil)
|
2314
|
+
def initialize(default_account_tax_ids: nil, hosted_payment_method_save: nil)
|
2586
2315
|
@default_account_tax_ids = default_account_tax_ids
|
2316
|
+
@hosted_payment_method_save = hosted_payment_method_save
|
2587
2317
|
end
|
2588
2318
|
end
|
2589
2319
|
|
@@ -2638,15 +2368,6 @@ module Stripe
|
|
2638
2368
|
end
|
2639
2369
|
end
|
2640
2370
|
|
2641
|
-
class TaxForms < Stripe::RequestParams
|
2642
|
-
# Whether the account opted out of receiving their tax forms by postal delivery.
|
2643
|
-
attr_accessor :consented_to_paperless_delivery
|
2644
|
-
|
2645
|
-
def initialize(consented_to_paperless_delivery: nil)
|
2646
|
-
@consented_to_paperless_delivery = consented_to_paperless_delivery
|
2647
|
-
end
|
2648
|
-
end
|
2649
|
-
|
2650
2371
|
class Treasury < Stripe::RequestParams
|
2651
2372
|
class TosAcceptance < Stripe::RequestParams
|
2652
2373
|
# The Unix timestamp marking when the account representative accepted the service agreement.
|
@@ -2671,12 +2392,8 @@ module Stripe
|
|
2671
2392
|
end
|
2672
2393
|
# Settings specific to Bacs Direct Debit payments.
|
2673
2394
|
attr_accessor :bacs_debit_payments
|
2674
|
-
# Settings specific to bank BCA onboarding for Indonesia bank transfers payments method.
|
2675
|
-
attr_accessor :bank_bca_onboarding
|
2676
2395
|
# Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
|
2677
2396
|
attr_accessor :branding
|
2678
|
-
# Settings specific to the account's use of the Capital product.
|
2679
|
-
attr_accessor :capital
|
2680
2397
|
# Settings specific to the account's use of the Card Issuing product.
|
2681
2398
|
attr_accessor :card_issuing
|
2682
2399
|
# Settings specific to card charging on the account.
|
@@ -2687,34 +2404,26 @@ module Stripe
|
|
2687
2404
|
attr_accessor :payments
|
2688
2405
|
# Settings specific to the account's payouts.
|
2689
2406
|
attr_accessor :payouts
|
2690
|
-
# Settings specific to the account's tax forms.
|
2691
|
-
attr_accessor :tax_forms
|
2692
2407
|
# Settings specific to the account's Treasury FinancialAccounts.
|
2693
2408
|
attr_accessor :treasury
|
2694
2409
|
|
2695
2410
|
def initialize(
|
2696
2411
|
bacs_debit_payments: nil,
|
2697
|
-
bank_bca_onboarding: nil,
|
2698
2412
|
branding: nil,
|
2699
|
-
capital: nil,
|
2700
2413
|
card_issuing: nil,
|
2701
2414
|
card_payments: nil,
|
2702
2415
|
invoices: nil,
|
2703
2416
|
payments: nil,
|
2704
2417
|
payouts: nil,
|
2705
|
-
tax_forms: nil,
|
2706
2418
|
treasury: nil
|
2707
2419
|
)
|
2708
2420
|
@bacs_debit_payments = bacs_debit_payments
|
2709
|
-
@bank_bca_onboarding = bank_bca_onboarding
|
2710
2421
|
@branding = branding
|
2711
|
-
@capital = capital
|
2712
2422
|
@card_issuing = card_issuing
|
2713
2423
|
@card_payments = card_payments
|
2714
2424
|
@invoices = invoices
|
2715
2425
|
@payments = payments
|
2716
2426
|
@payouts = payouts
|
2717
|
-
@tax_forms = tax_forms
|
2718
2427
|
@treasury = treasury
|
2719
2428
|
end
|
2720
2429
|
end
|
@@ -2769,8 +2478,6 @@ module Stripe
|
|
2769
2478
|
attr_accessor :individual
|
2770
2479
|
# 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`.
|
2771
2480
|
attr_accessor :metadata
|
2772
|
-
# A hash to configure risk controls on the account. Please see [this page for more details](/connect/pausing-payments-or-payouts-on-connected-accounts).
|
2773
|
-
attr_accessor :risk_controls
|
2774
2481
|
# Options for customizing how the account functions within Stripe.
|
2775
2482
|
attr_accessor :settings
|
2776
2483
|
# 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.
|
@@ -2790,7 +2497,6 @@ module Stripe
|
|
2790
2497
|
groups: nil,
|
2791
2498
|
individual: nil,
|
2792
2499
|
metadata: nil,
|
2793
|
-
risk_controls: nil,
|
2794
2500
|
settings: nil,
|
2795
2501
|
tos_acceptance: nil
|
2796
2502
|
)
|
@@ -2807,7 +2513,6 @@ module Stripe
|
|
2807
2513
|
@groups = groups
|
2808
2514
|
@individual = individual
|
2809
2515
|
@metadata = metadata
|
2810
|
-
@risk_controls = risk_controls
|
2811
2516
|
@settings = settings
|
2812
2517
|
@tos_acceptance = tos_acceptance
|
2813
2518
|
end
|
@@ -3050,7 +2755,7 @@ module Stripe
|
|
3050
2755
|
end
|
3051
2756
|
end
|
3052
2757
|
|
3053
|
-
class
|
2758
|
+
class BacsDebitPayments < Stripe::RequestParams
|
3054
2759
|
# 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
2760
|
attr_accessor :requested
|
3056
2761
|
|
@@ -3059,7 +2764,7 @@ module Stripe
|
|
3059
2764
|
end
|
3060
2765
|
end
|
3061
2766
|
|
3062
|
-
class
|
2767
|
+
class BancontactPayments < Stripe::RequestParams
|
3063
2768
|
# 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
2769
|
attr_accessor :requested
|
3065
2770
|
|
@@ -3068,7 +2773,7 @@ module Stripe
|
|
3068
2773
|
end
|
3069
2774
|
end
|
3070
2775
|
|
3071
|
-
class
|
2776
|
+
class BankTransferPayments < Stripe::RequestParams
|
3072
2777
|
# 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.
|
3073
2778
|
attr_accessor :requested
|
3074
2779
|
|
@@ -3077,7 +2782,7 @@ module Stripe
|
|
3077
2782
|
end
|
3078
2783
|
end
|
3079
2784
|
|
3080
|
-
class
|
2785
|
+
class BilliePayments < Stripe::RequestParams
|
3081
2786
|
# 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.
|
3082
2787
|
attr_accessor :requested
|
3083
2788
|
|
@@ -3176,15 +2881,6 @@ module Stripe
|
|
3176
2881
|
end
|
3177
2882
|
end
|
3178
2883
|
|
3179
|
-
class GopayPayments < Stripe::RequestParams
|
3180
|
-
# 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.
|
3181
|
-
attr_accessor :requested
|
3182
|
-
|
3183
|
-
def initialize(requested: nil)
|
3184
|
-
@requested = requested
|
3185
|
-
end
|
3186
|
-
end
|
3187
|
-
|
3188
2884
|
class GrabpayPayments < Stripe::RequestParams
|
3189
2885
|
# 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.
|
3190
2886
|
attr_accessor :requested
|
@@ -3194,24 +2890,6 @@ module Stripe
|
|
3194
2890
|
end
|
3195
2891
|
end
|
3196
2892
|
|
3197
|
-
class IdBankTransferPayments < Stripe::RequestParams
|
3198
|
-
# 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.
|
3199
|
-
attr_accessor :requested
|
3200
|
-
|
3201
|
-
def initialize(requested: nil)
|
3202
|
-
@requested = requested
|
3203
|
-
end
|
3204
|
-
end
|
3205
|
-
|
3206
|
-
class IdBankTransferPaymentsBca < Stripe::RequestParams
|
3207
|
-
# 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.
|
3208
|
-
attr_accessor :requested
|
3209
|
-
|
3210
|
-
def initialize(requested: nil)
|
3211
|
-
@requested = requested
|
3212
|
-
end
|
3213
|
-
end
|
3214
|
-
|
3215
2893
|
class IdealPayments < Stripe::RequestParams
|
3216
2894
|
# 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.
|
3217
2895
|
attr_accessor :requested
|
@@ -3302,7 +2980,7 @@ module Stripe
|
|
3302
2980
|
end
|
3303
2981
|
end
|
3304
2982
|
|
3305
|
-
class
|
2983
|
+
class MobilepayPayments < Stripe::RequestParams
|
3306
2984
|
# 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.
|
3307
2985
|
attr_accessor :requested
|
3308
2986
|
|
@@ -3311,7 +2989,7 @@ module Stripe
|
|
3311
2989
|
end
|
3312
2990
|
end
|
3313
2991
|
|
3314
|
-
class
|
2992
|
+
class MultibancoPayments < Stripe::RequestParams
|
3315
2993
|
# 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.
|
3316
2994
|
attr_accessor :requested
|
3317
2995
|
|
@@ -3320,7 +2998,7 @@ module Stripe
|
|
3320
2998
|
end
|
3321
2999
|
end
|
3322
3000
|
|
3323
|
-
class
|
3001
|
+
class MxBankTransferPayments < Stripe::RequestParams
|
3324
3002
|
# 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.
|
3325
3003
|
attr_accessor :requested
|
3326
3004
|
|
@@ -3329,7 +3007,7 @@ module Stripe
|
|
3329
3007
|
end
|
3330
3008
|
end
|
3331
3009
|
|
3332
|
-
class
|
3010
|
+
class NaverPayPayments < Stripe::RequestParams
|
3333
3011
|
# 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.
|
3334
3012
|
attr_accessor :requested
|
3335
3013
|
|
@@ -3338,7 +3016,7 @@ module Stripe
|
|
3338
3016
|
end
|
3339
3017
|
end
|
3340
3018
|
|
3341
|
-
class
|
3019
|
+
class NzBankAccountBecsDebitPayments < Stripe::RequestParams
|
3342
3020
|
# 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.
|
3343
3021
|
attr_accessor :requested
|
3344
3022
|
|
@@ -3392,24 +3070,6 @@ module Stripe
|
|
3392
3070
|
end
|
3393
3071
|
end
|
3394
3072
|
|
3395
|
-
class PaypalPayments < Stripe::RequestParams
|
3396
|
-
# 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.
|
3397
|
-
attr_accessor :requested
|
3398
|
-
|
3399
|
-
def initialize(requested: nil)
|
3400
|
-
@requested = requested
|
3401
|
-
end
|
3402
|
-
end
|
3403
|
-
|
3404
|
-
class PaytoPayments < Stripe::RequestParams
|
3405
|
-
# 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.
|
3406
|
-
attr_accessor :requested
|
3407
|
-
|
3408
|
-
def initialize(requested: nil)
|
3409
|
-
@requested = requested
|
3410
|
-
end
|
3411
|
-
end
|
3412
|
-
|
3413
3073
|
class PromptpayPayments < Stripe::RequestParams
|
3414
3074
|
# 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.
|
3415
3075
|
attr_accessor :requested
|
@@ -3419,24 +3079,6 @@ module Stripe
|
|
3419
3079
|
end
|
3420
3080
|
end
|
3421
3081
|
|
3422
|
-
class QrisPayments < Stripe::RequestParams
|
3423
|
-
# 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.
|
3424
|
-
attr_accessor :requested
|
3425
|
-
|
3426
|
-
def initialize(requested: nil)
|
3427
|
-
@requested = requested
|
3428
|
-
end
|
3429
|
-
end
|
3430
|
-
|
3431
|
-
class RechnungPayments < Stripe::RequestParams
|
3432
|
-
# 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.
|
3433
|
-
attr_accessor :requested
|
3434
|
-
|
3435
|
-
def initialize(requested: nil)
|
3436
|
-
@requested = requested
|
3437
|
-
end
|
3438
|
-
end
|
3439
|
-
|
3440
3082
|
class RevolutPayPayments < Stripe::RequestParams
|
3441
3083
|
# 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.
|
3442
3084
|
attr_accessor :requested
|
@@ -3455,7 +3097,7 @@ module Stripe
|
|
3455
3097
|
end
|
3456
3098
|
end
|
3457
3099
|
|
3458
|
-
class
|
3100
|
+
class SatispayPayments < Stripe::RequestParams
|
3459
3101
|
# 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.
|
3460
3102
|
attr_accessor :requested
|
3461
3103
|
|
@@ -3464,7 +3106,7 @@ module Stripe
|
|
3464
3106
|
end
|
3465
3107
|
end
|
3466
3108
|
|
3467
|
-
class
|
3109
|
+
class SepaBankTransferPayments < Stripe::RequestParams
|
3468
3110
|
# 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.
|
3469
3111
|
attr_accessor :requested
|
3470
3112
|
|
@@ -3473,7 +3115,7 @@ module Stripe
|
|
3473
3115
|
end
|
3474
3116
|
end
|
3475
3117
|
|
3476
|
-
class
|
3118
|
+
class SepaDebitPayments < Stripe::RequestParams
|
3477
3119
|
# 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.
|
3478
3120
|
attr_accessor :requested
|
3479
3121
|
|
@@ -3536,33 +3178,6 @@ module Stripe
|
|
3536
3178
|
end
|
3537
3179
|
end
|
3538
3180
|
|
3539
|
-
class TreasuryEvolve < Stripe::RequestParams
|
3540
|
-
# 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.
|
3541
|
-
attr_accessor :requested
|
3542
|
-
|
3543
|
-
def initialize(requested: nil)
|
3544
|
-
@requested = requested
|
3545
|
-
end
|
3546
|
-
end
|
3547
|
-
|
3548
|
-
class TreasuryFifthThird < Stripe::RequestParams
|
3549
|
-
# 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.
|
3550
|
-
attr_accessor :requested
|
3551
|
-
|
3552
|
-
def initialize(requested: nil)
|
3553
|
-
@requested = requested
|
3554
|
-
end
|
3555
|
-
end
|
3556
|
-
|
3557
|
-
class TreasuryGoldmanSachs < Stripe::RequestParams
|
3558
|
-
# 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.
|
3559
|
-
attr_accessor :requested
|
3560
|
-
|
3561
|
-
def initialize(requested: nil)
|
3562
|
-
@requested = requested
|
3563
|
-
end
|
3564
|
-
end
|
3565
|
-
|
3566
3181
|
class TwintPayments < Stripe::RequestParams
|
3567
3182
|
# 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.
|
3568
3183
|
attr_accessor :requested
|
@@ -3610,14 +3225,14 @@ module Stripe
|
|
3610
3225
|
attr_accessor :amazon_pay_payments
|
3611
3226
|
# The au_becs_debit_payments capability.
|
3612
3227
|
attr_accessor :au_becs_debit_payments
|
3613
|
-
# The automatic_indirect_tax capability.
|
3614
|
-
attr_accessor :automatic_indirect_tax
|
3615
3228
|
# The bacs_debit_payments capability.
|
3616
3229
|
attr_accessor :bacs_debit_payments
|
3617
3230
|
# The bancontact_payments capability.
|
3618
3231
|
attr_accessor :bancontact_payments
|
3619
3232
|
# The bank_transfer_payments capability.
|
3620
3233
|
attr_accessor :bank_transfer_payments
|
3234
|
+
# The billie_payments capability.
|
3235
|
+
attr_accessor :billie_payments
|
3621
3236
|
# The blik_payments capability.
|
3622
3237
|
attr_accessor :blik_payments
|
3623
3238
|
# The boleto_payments capability.
|
@@ -3638,14 +3253,8 @@ module Stripe
|
|
3638
3253
|
attr_accessor :gb_bank_transfer_payments
|
3639
3254
|
# The giropay_payments capability.
|
3640
3255
|
attr_accessor :giropay_payments
|
3641
|
-
# The gopay_payments capability.
|
3642
|
-
attr_accessor :gopay_payments
|
3643
3256
|
# The grabpay_payments capability.
|
3644
3257
|
attr_accessor :grabpay_payments
|
3645
|
-
# The id_bank_transfer_payments capability.
|
3646
|
-
attr_accessor :id_bank_transfer_payments
|
3647
|
-
# The id_bank_transfer_payments_bca capability.
|
3648
|
-
attr_accessor :id_bank_transfer_payments_bca
|
3649
3258
|
# The ideal_payments capability.
|
3650
3259
|
attr_accessor :ideal_payments
|
3651
3260
|
# The india_international_payments capability.
|
@@ -3666,8 +3275,6 @@ module Stripe
|
|
3666
3275
|
attr_accessor :legacy_payments
|
3667
3276
|
# The link_payments capability.
|
3668
3277
|
attr_accessor :link_payments
|
3669
|
-
# The mb_way_payments capability.
|
3670
|
-
attr_accessor :mb_way_payments
|
3671
3278
|
# The mobilepay_payments capability.
|
3672
3279
|
attr_accessor :mobilepay_payments
|
3673
3280
|
# The multibanco_payments capability.
|
@@ -3676,6 +3283,8 @@ module Stripe
|
|
3676
3283
|
attr_accessor :mx_bank_transfer_payments
|
3677
3284
|
# The naver_pay_payments capability.
|
3678
3285
|
attr_accessor :naver_pay_payments
|
3286
|
+
# The nz_bank_account_becs_debit_payments capability.
|
3287
|
+
attr_accessor :nz_bank_account_becs_debit_payments
|
3679
3288
|
# The oxxo_payments capability.
|
3680
3289
|
attr_accessor :oxxo_payments
|
3681
3290
|
# The p24_payments capability.
|
@@ -3686,26 +3295,18 @@ module Stripe
|
|
3686
3295
|
attr_accessor :payco_payments
|
3687
3296
|
# The paynow_payments capability.
|
3688
3297
|
attr_accessor :paynow_payments
|
3689
|
-
# The paypal_payments capability.
|
3690
|
-
attr_accessor :paypal_payments
|
3691
|
-
# The payto_payments capability.
|
3692
|
-
attr_accessor :payto_payments
|
3693
3298
|
# The promptpay_payments capability.
|
3694
3299
|
attr_accessor :promptpay_payments
|
3695
|
-
# The qris_payments capability.
|
3696
|
-
attr_accessor :qris_payments
|
3697
|
-
# The rechnung_payments capability.
|
3698
|
-
attr_accessor :rechnung_payments
|
3699
3300
|
# The revolut_pay_payments capability.
|
3700
3301
|
attr_accessor :revolut_pay_payments
|
3701
3302
|
# The samsung_pay_payments capability.
|
3702
3303
|
attr_accessor :samsung_pay_payments
|
3304
|
+
# The satispay_payments capability.
|
3305
|
+
attr_accessor :satispay_payments
|
3703
3306
|
# The sepa_bank_transfer_payments capability.
|
3704
3307
|
attr_accessor :sepa_bank_transfer_payments
|
3705
3308
|
# The sepa_debit_payments capability.
|
3706
3309
|
attr_accessor :sepa_debit_payments
|
3707
|
-
# The shopeepay_payments capability.
|
3708
|
-
attr_accessor :shopeepay_payments
|
3709
3310
|
# The sofort_payments capability.
|
3710
3311
|
attr_accessor :sofort_payments
|
3711
3312
|
# The swish_payments capability.
|
@@ -3718,12 +3319,6 @@ module Stripe
|
|
3718
3319
|
attr_accessor :transfers
|
3719
3320
|
# The treasury capability.
|
3720
3321
|
attr_accessor :treasury
|
3721
|
-
# The treasury_evolve capability.
|
3722
|
-
attr_accessor :treasury_evolve
|
3723
|
-
# The treasury_fifth_third capability.
|
3724
|
-
attr_accessor :treasury_fifth_third
|
3725
|
-
# The treasury_goldman_sachs capability.
|
3726
|
-
attr_accessor :treasury_goldman_sachs
|
3727
3322
|
# The twint_payments capability.
|
3728
3323
|
attr_accessor :twint_payments
|
3729
3324
|
# The us_bank_account_ach_payments capability.
|
@@ -3740,10 +3335,10 @@ module Stripe
|
|
3740
3335
|
alma_payments: nil,
|
3741
3336
|
amazon_pay_payments: nil,
|
3742
3337
|
au_becs_debit_payments: nil,
|
3743
|
-
automatic_indirect_tax: nil,
|
3744
3338
|
bacs_debit_payments: nil,
|
3745
3339
|
bancontact_payments: nil,
|
3746
3340
|
bank_transfer_payments: nil,
|
3341
|
+
billie_payments: nil,
|
3747
3342
|
blik_payments: nil,
|
3748
3343
|
boleto_payments: nil,
|
3749
3344
|
card_issuing: nil,
|
@@ -3754,10 +3349,7 @@ module Stripe
|
|
3754
3349
|
fpx_payments: nil,
|
3755
3350
|
gb_bank_transfer_payments: nil,
|
3756
3351
|
giropay_payments: nil,
|
3757
|
-
gopay_payments: nil,
|
3758
3352
|
grabpay_payments: nil,
|
3759
|
-
id_bank_transfer_payments: nil,
|
3760
|
-
id_bank_transfer_payments_bca: nil,
|
3761
3353
|
ideal_payments: nil,
|
3762
3354
|
india_international_payments: nil,
|
3763
3355
|
jcb_payments: nil,
|
@@ -3768,35 +3360,28 @@ module Stripe
|
|
3768
3360
|
kr_card_payments: nil,
|
3769
3361
|
legacy_payments: nil,
|
3770
3362
|
link_payments: nil,
|
3771
|
-
mb_way_payments: nil,
|
3772
3363
|
mobilepay_payments: nil,
|
3773
3364
|
multibanco_payments: nil,
|
3774
3365
|
mx_bank_transfer_payments: nil,
|
3775
3366
|
naver_pay_payments: nil,
|
3367
|
+
nz_bank_account_becs_debit_payments: nil,
|
3776
3368
|
oxxo_payments: nil,
|
3777
3369
|
p24_payments: nil,
|
3778
3370
|
pay_by_bank_payments: nil,
|
3779
3371
|
payco_payments: nil,
|
3780
3372
|
paynow_payments: nil,
|
3781
|
-
paypal_payments: nil,
|
3782
|
-
payto_payments: nil,
|
3783
3373
|
promptpay_payments: nil,
|
3784
|
-
qris_payments: nil,
|
3785
|
-
rechnung_payments: nil,
|
3786
3374
|
revolut_pay_payments: nil,
|
3787
3375
|
samsung_pay_payments: nil,
|
3376
|
+
satispay_payments: nil,
|
3788
3377
|
sepa_bank_transfer_payments: nil,
|
3789
3378
|
sepa_debit_payments: nil,
|
3790
|
-
shopeepay_payments: nil,
|
3791
3379
|
sofort_payments: nil,
|
3792
3380
|
swish_payments: nil,
|
3793
3381
|
tax_reporting_us_1099_k: nil,
|
3794
3382
|
tax_reporting_us_1099_misc: nil,
|
3795
3383
|
transfers: nil,
|
3796
3384
|
treasury: nil,
|
3797
|
-
treasury_evolve: nil,
|
3798
|
-
treasury_fifth_third: nil,
|
3799
|
-
treasury_goldman_sachs: nil,
|
3800
3385
|
twint_payments: nil,
|
3801
3386
|
us_bank_account_ach_payments: nil,
|
3802
3387
|
us_bank_transfer_payments: nil,
|
@@ -3808,10 +3393,10 @@ module Stripe
|
|
3808
3393
|
@alma_payments = alma_payments
|
3809
3394
|
@amazon_pay_payments = amazon_pay_payments
|
3810
3395
|
@au_becs_debit_payments = au_becs_debit_payments
|
3811
|
-
@automatic_indirect_tax = automatic_indirect_tax
|
3812
3396
|
@bacs_debit_payments = bacs_debit_payments
|
3813
3397
|
@bancontact_payments = bancontact_payments
|
3814
3398
|
@bank_transfer_payments = bank_transfer_payments
|
3399
|
+
@billie_payments = billie_payments
|
3815
3400
|
@blik_payments = blik_payments
|
3816
3401
|
@boleto_payments = boleto_payments
|
3817
3402
|
@card_issuing = card_issuing
|
@@ -3822,10 +3407,7 @@ module Stripe
|
|
3822
3407
|
@fpx_payments = fpx_payments
|
3823
3408
|
@gb_bank_transfer_payments = gb_bank_transfer_payments
|
3824
3409
|
@giropay_payments = giropay_payments
|
3825
|
-
@gopay_payments = gopay_payments
|
3826
3410
|
@grabpay_payments = grabpay_payments
|
3827
|
-
@id_bank_transfer_payments = id_bank_transfer_payments
|
3828
|
-
@id_bank_transfer_payments_bca = id_bank_transfer_payments_bca
|
3829
3411
|
@ideal_payments = ideal_payments
|
3830
3412
|
@india_international_payments = india_international_payments
|
3831
3413
|
@jcb_payments = jcb_payments
|
@@ -3836,35 +3418,28 @@ module Stripe
|
|
3836
3418
|
@kr_card_payments = kr_card_payments
|
3837
3419
|
@legacy_payments = legacy_payments
|
3838
3420
|
@link_payments = link_payments
|
3839
|
-
@mb_way_payments = mb_way_payments
|
3840
3421
|
@mobilepay_payments = mobilepay_payments
|
3841
3422
|
@multibanco_payments = multibanco_payments
|
3842
3423
|
@mx_bank_transfer_payments = mx_bank_transfer_payments
|
3843
3424
|
@naver_pay_payments = naver_pay_payments
|
3425
|
+
@nz_bank_account_becs_debit_payments = nz_bank_account_becs_debit_payments
|
3844
3426
|
@oxxo_payments = oxxo_payments
|
3845
3427
|
@p24_payments = p24_payments
|
3846
3428
|
@pay_by_bank_payments = pay_by_bank_payments
|
3847
3429
|
@payco_payments = payco_payments
|
3848
3430
|
@paynow_payments = paynow_payments
|
3849
|
-
@paypal_payments = paypal_payments
|
3850
|
-
@payto_payments = payto_payments
|
3851
3431
|
@promptpay_payments = promptpay_payments
|
3852
|
-
@qris_payments = qris_payments
|
3853
|
-
@rechnung_payments = rechnung_payments
|
3854
3432
|
@revolut_pay_payments = revolut_pay_payments
|
3855
3433
|
@samsung_pay_payments = samsung_pay_payments
|
3434
|
+
@satispay_payments = satispay_payments
|
3856
3435
|
@sepa_bank_transfer_payments = sepa_bank_transfer_payments
|
3857
3436
|
@sepa_debit_payments = sepa_debit_payments
|
3858
|
-
@shopeepay_payments = shopeepay_payments
|
3859
3437
|
@sofort_payments = sofort_payments
|
3860
3438
|
@swish_payments = swish_payments
|
3861
3439
|
@tax_reporting_us_1099_k = tax_reporting_us_1099_k
|
3862
3440
|
@tax_reporting_us_1099_misc = tax_reporting_us_1099_misc
|
3863
3441
|
@transfers = transfers
|
3864
3442
|
@treasury = treasury
|
3865
|
-
@treasury_evolve = treasury_evolve
|
3866
|
-
@treasury_fifth_third = treasury_fifth_third
|
3867
|
-
@treasury_goldman_sachs = treasury_goldman_sachs
|
3868
3443
|
@twint_payments = twint_payments
|
3869
3444
|
@us_bank_account_ach_payments = us_bank_account_ach_payments
|
3870
3445
|
@us_bank_transfer_payments = us_bank_transfer_payments
|
@@ -4131,7 +3706,7 @@ module Stripe
|
|
4131
3706
|
attr_accessor :owners_provided
|
4132
3707
|
# This hash is used to attest that the beneficial owner information provided to Stripe is both current and correct.
|
4133
3708
|
attr_accessor :ownership_declaration
|
4134
|
-
#
|
3709
|
+
# This value is used to determine if a business is exempt from providing ultimate beneficial owners. See [this support article](https://support.stripe.com/questions/exemption-from-providing-ownership-details) and [changelog](https://docs.stripe.com/changelog/acacia/2025-01-27/ownership-exemption-reason-accounts-api) for more details.
|
4135
3710
|
attr_accessor :ownership_exemption_reason
|
4136
3711
|
# The company's phone number (used for verification).
|
4137
3712
|
attr_accessor :phone
|
@@ -4196,30 +3771,6 @@ module Stripe
|
|
4196
3771
|
end
|
4197
3772
|
|
4198
3773
|
class Controller < Stripe::RequestParams
|
4199
|
-
class Application < Stripe::RequestParams
|
4200
|
-
# Whether the controller is liable for losses on this account. For details, see [Understanding Connect Account Balances](https://stripe.com/docs/connect/account-balances).
|
4201
|
-
attr_accessor :loss_liable
|
4202
|
-
# Whether the controller owns onboarding for this account.
|
4203
|
-
attr_accessor :onboarding_owner
|
4204
|
-
# Whether the controller has pricing controls for this account.
|
4205
|
-
attr_accessor :pricing_controls
|
4206
|
-
|
4207
|
-
def initialize(loss_liable: nil, onboarding_owner: nil, pricing_controls: nil)
|
4208
|
-
@loss_liable = loss_liable
|
4209
|
-
@onboarding_owner = onboarding_owner
|
4210
|
-
@pricing_controls = pricing_controls
|
4211
|
-
end
|
4212
|
-
end
|
4213
|
-
|
4214
|
-
class Dashboard < Stripe::RequestParams
|
4215
|
-
# 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`.
|
4216
|
-
attr_accessor :type
|
4217
|
-
|
4218
|
-
def initialize(type: nil)
|
4219
|
-
@type = type
|
4220
|
-
end
|
4221
|
-
end
|
4222
|
-
|
4223
3774
|
class Fees < Stripe::RequestParams
|
4224
3775
|
# 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).
|
4225
3776
|
attr_accessor :payer
|
@@ -4246,10 +3797,6 @@ module Stripe
|
|
4246
3797
|
@type = type
|
4247
3798
|
end
|
4248
3799
|
end
|
4249
|
-
# A hash of configuration describing the Connect application that controls the account.
|
4250
|
-
attr_accessor :application
|
4251
|
-
# Properties of the account's dashboard.
|
4252
|
-
attr_accessor :dashboard
|
4253
3800
|
# A hash of configuration for who pays Stripe fees for product usage on this account.
|
4254
3801
|
attr_accessor :fees
|
4255
3802
|
# A hash of configuration for products that have negative balance liability, and whether Stripe or a Connect application is responsible for them.
|
@@ -4259,16 +3806,7 @@ module Stripe
|
|
4259
3806
|
# A hash of configuration for Stripe-hosted dashboards.
|
4260
3807
|
attr_accessor :stripe_dashboard
|
4261
3808
|
|
4262
|
-
def initialize(
|
4263
|
-
application: nil,
|
4264
|
-
dashboard: nil,
|
4265
|
-
fees: nil,
|
4266
|
-
losses: nil,
|
4267
|
-
requirement_collection: nil,
|
4268
|
-
stripe_dashboard: nil
|
4269
|
-
)
|
4270
|
-
@application = application
|
4271
|
-
@dashboard = dashboard
|
3809
|
+
def initialize(fees: nil, losses: nil, requirement_collection: nil, stripe_dashboard: nil)
|
4272
3810
|
@fees = fees
|
4273
3811
|
@losses = losses
|
4274
3812
|
@requirement_collection = requirement_collection
|
@@ -4702,37 +4240,6 @@ module Stripe
|
|
4702
4240
|
end
|
4703
4241
|
end
|
4704
4242
|
|
4705
|
-
class RiskControls < Stripe::RequestParams
|
4706
|
-
class Charges < Stripe::RequestParams
|
4707
|
-
# To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
4708
|
-
# There can be a delay before the risk control is paused or unpaused.
|
4709
|
-
attr_accessor :pause_requested
|
4710
|
-
|
4711
|
-
def initialize(pause_requested: nil)
|
4712
|
-
@pause_requested = pause_requested
|
4713
|
-
end
|
4714
|
-
end
|
4715
|
-
|
4716
|
-
class Payouts < Stripe::RequestParams
|
4717
|
-
# To request to pause a risk control, pass `true`. To request to unpause a risk control, pass `false`.
|
4718
|
-
# There can be a delay before the risk control is paused or unpaused.
|
4719
|
-
attr_accessor :pause_requested
|
4720
|
-
|
4721
|
-
def initialize(pause_requested: nil)
|
4722
|
-
@pause_requested = pause_requested
|
4723
|
-
end
|
4724
|
-
end
|
4725
|
-
# 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).
|
4726
|
-
attr_accessor :charges
|
4727
|
-
# 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).
|
4728
|
-
attr_accessor :payouts
|
4729
|
-
|
4730
|
-
def initialize(charges: nil, payouts: nil)
|
4731
|
-
@charges = charges
|
4732
|
-
@payouts = payouts
|
4733
|
-
end
|
4734
|
-
end
|
4735
|
-
|
4736
4243
|
class Settings < Stripe::RequestParams
|
4737
4244
|
class BacsDebitPayments < Stripe::RequestParams
|
4738
4245
|
# 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.
|
@@ -4743,18 +4250,6 @@ module Stripe
|
|
4743
4250
|
end
|
4744
4251
|
end
|
4745
4252
|
|
4746
|
-
class BankBcaOnboarding < Stripe::RequestParams
|
4747
|
-
# Bank BCA business account holder name
|
4748
|
-
attr_accessor :account_holder_name
|
4749
|
-
# Bank BCA business account number
|
4750
|
-
attr_accessor :business_account_number
|
4751
|
-
|
4752
|
-
def initialize(account_holder_name: nil, business_account_number: nil)
|
4753
|
-
@account_holder_name = account_holder_name
|
4754
|
-
@business_account_number = business_account_number
|
4755
|
-
end
|
4756
|
-
end
|
4757
|
-
|
4758
4253
|
class Branding < Stripe::RequestParams
|
4759
4254
|
# (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.
|
4760
4255
|
attr_accessor :icon
|
@@ -4773,18 +4268,6 @@ module Stripe
|
|
4773
4268
|
end
|
4774
4269
|
end
|
4775
4270
|
|
4776
|
-
class Capital < Stripe::RequestParams
|
4777
|
-
# Per-currency mapping of user-selected destination accounts used to pay out loans.
|
4778
|
-
attr_accessor :payout_destination
|
4779
|
-
# Per-currency mapping of all destination accounts eligible to receive Capital financing payouts.
|
4780
|
-
attr_accessor :payout_destination_selector
|
4781
|
-
|
4782
|
-
def initialize(payout_destination: nil, payout_destination_selector: nil)
|
4783
|
-
@payout_destination = payout_destination
|
4784
|
-
@payout_destination_selector = payout_destination_selector
|
4785
|
-
end
|
4786
|
-
end
|
4787
|
-
|
4788
4271
|
class CardIssuing < Stripe::RequestParams
|
4789
4272
|
class TosAcceptance < Stripe::RequestParams
|
4790
4273
|
# The Unix timestamp marking when the account representative accepted the service agreement.
|
@@ -4842,6 +4325,15 @@ module Stripe
|
|
4842
4325
|
end
|
4843
4326
|
end
|
4844
4327
|
|
4328
|
+
class Invoices < Stripe::RequestParams
|
4329
|
+
# Whether payment methods should be saved when a payment is completed for a one-time invoices on a hosted invoice page.
|
4330
|
+
attr_accessor :hosted_payment_method_save
|
4331
|
+
|
4332
|
+
def initialize(hosted_payment_method_save: nil)
|
4333
|
+
@hosted_payment_method_save = hosted_payment_method_save
|
4334
|
+
end
|
4335
|
+
end
|
4336
|
+
|
4845
4337
|
class Payments < Stripe::RequestParams
|
4846
4338
|
# The default text that appears on statements for non-card charges outside of Japan. For card charges, if you don't set a `statement_descriptor_prefix`, this text is also used as the statement descriptor prefix. In that case, if concatenating the statement descriptor suffix causes the combined statement descriptor to exceed 22 characters, we truncate the `statement_descriptor` text to limit the full descriptor to 22 characters. For more information about statement descriptors and their requirements, see the [account settings documentation](https://docs.stripe.com/get-started/account/statement-descriptors).
|
4847
4339
|
attr_accessor :statement_descriptor
|
@@ -4893,15 +4385,6 @@ module Stripe
|
|
4893
4385
|
end
|
4894
4386
|
end
|
4895
4387
|
|
4896
|
-
class TaxForms < Stripe::RequestParams
|
4897
|
-
# Whether the account opted out of receiving their tax forms by postal delivery.
|
4898
|
-
attr_accessor :consented_to_paperless_delivery
|
4899
|
-
|
4900
|
-
def initialize(consented_to_paperless_delivery: nil)
|
4901
|
-
@consented_to_paperless_delivery = consented_to_paperless_delivery
|
4902
|
-
end
|
4903
|
-
end
|
4904
|
-
|
4905
4388
|
class Treasury < Stripe::RequestParams
|
4906
4389
|
class TosAcceptance < Stripe::RequestParams
|
4907
4390
|
# The Unix timestamp marking when the account representative accepted the service agreement.
|
@@ -4926,46 +4409,38 @@ module Stripe
|
|
4926
4409
|
end
|
4927
4410
|
# Settings specific to Bacs Direct Debit.
|
4928
4411
|
attr_accessor :bacs_debit_payments
|
4929
|
-
# Settings specific to bank BCA onboarding for Indonesia bank transfers payments method.
|
4930
|
-
attr_accessor :bank_bca_onboarding
|
4931
4412
|
# Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
|
4932
4413
|
attr_accessor :branding
|
4933
|
-
# Settings specific to the account's use of the Capital product.
|
4934
|
-
attr_accessor :capital
|
4935
4414
|
# Settings specific to the account's use of the Card Issuing product.
|
4936
4415
|
attr_accessor :card_issuing
|
4937
4416
|
# Settings specific to card charging on the account.
|
4938
4417
|
attr_accessor :card_payments
|
4418
|
+
# Settings specific to the account’s use of Invoices.
|
4419
|
+
attr_accessor :invoices
|
4939
4420
|
# Settings that apply across payment methods for charging on the account.
|
4940
4421
|
attr_accessor :payments
|
4941
4422
|
# Settings specific to the account's payouts.
|
4942
4423
|
attr_accessor :payouts
|
4943
|
-
# Settings specific to the account's tax forms.
|
4944
|
-
attr_accessor :tax_forms
|
4945
4424
|
# Settings specific to the account's Treasury FinancialAccounts.
|
4946
4425
|
attr_accessor :treasury
|
4947
4426
|
|
4948
4427
|
def initialize(
|
4949
4428
|
bacs_debit_payments: nil,
|
4950
|
-
bank_bca_onboarding: nil,
|
4951
4429
|
branding: nil,
|
4952
|
-
capital: nil,
|
4953
4430
|
card_issuing: nil,
|
4954
4431
|
card_payments: nil,
|
4432
|
+
invoices: nil,
|
4955
4433
|
payments: nil,
|
4956
4434
|
payouts: nil,
|
4957
|
-
tax_forms: nil,
|
4958
4435
|
treasury: nil
|
4959
4436
|
)
|
4960
4437
|
@bacs_debit_payments = bacs_debit_payments
|
4961
|
-
@bank_bca_onboarding = bank_bca_onboarding
|
4962
4438
|
@branding = branding
|
4963
|
-
@capital = capital
|
4964
4439
|
@card_issuing = card_issuing
|
4965
4440
|
@card_payments = card_payments
|
4441
|
+
@invoices = invoices
|
4966
4442
|
@payments = payments
|
4967
4443
|
@payouts = payouts
|
4968
|
-
@tax_forms = tax_forms
|
4969
4444
|
@treasury = treasury
|
4970
4445
|
end
|
4971
4446
|
end
|
@@ -5024,8 +4499,6 @@ module Stripe
|
|
5024
4499
|
attr_accessor :individual
|
5025
4500
|
# 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`.
|
5026
4501
|
attr_accessor :metadata
|
5027
|
-
# A hash to configure risk controls on the account. Please see [this page for more details](/connect/pausing-payments-or-payouts-on-connected-accounts).
|
5028
|
-
attr_accessor :risk_controls
|
5029
4502
|
# Options for customizing how the account functions within Stripe.
|
5030
4503
|
attr_accessor :settings
|
5031
4504
|
# 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.
|
@@ -5049,7 +4522,6 @@ module Stripe
|
|
5049
4522
|
groups: nil,
|
5050
4523
|
individual: nil,
|
5051
4524
|
metadata: nil,
|
5052
|
-
risk_controls: nil,
|
5053
4525
|
settings: nil,
|
5054
4526
|
tos_acceptance: nil,
|
5055
4527
|
type: nil
|
@@ -5069,7 +4541,6 @@ module Stripe
|
|
5069
4541
|
@groups = groups
|
5070
4542
|
@individual = individual
|
5071
4543
|
@metadata = metadata
|
5072
|
-
@risk_controls = risk_controls
|
5073
4544
|
@settings = settings
|
5074
4545
|
@tos_acceptance = tos_acceptance
|
5075
4546
|
@type = type
|
@@ -5146,7 +4617,7 @@ module Stripe
|
|
5146
4617
|
end
|
5147
4618
|
# Business information about the account.
|
5148
4619
|
attr_reader :business_profile
|
5149
|
-
# The business type.
|
4620
|
+
# The business type.
|
5150
4621
|
attr_reader :business_type
|
5151
4622
|
# Attribute for field capabilities
|
5152
4623
|
attr_reader :capabilities
|
@@ -5176,7 +4647,7 @@ module Stripe
|
|
5176
4647
|
attr_reader :id
|
5177
4648
|
# This is an object representing a person associated with a Stripe account.
|
5178
4649
|
#
|
5179
|
-
# A platform
|
4650
|
+
# A platform can only access a subset of data in a person for an account where [account.controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection) is `stripe`, which includes Standard and Express accounts, after creating an Account Link or Account Session to start Connect onboarding.
|
5180
4651
|
#
|
5181
4652
|
# See the [Standard onboarding](/connect/standard-accounts) or [Express onboarding](/connect/express-accounts) documentation for information about prefilling information and account onboarding steps. Learn more about [handling identity verification with the API](/connect/handling-api-verification#person-information).
|
5182
4653
|
attr_reader :individual
|
@@ -5188,8 +4659,6 @@ module Stripe
|
|
5188
4659
|
attr_reader :payouts_enabled
|
5189
4660
|
# Attribute for field requirements
|
5190
4661
|
attr_reader :requirements
|
5191
|
-
# Attribute for field risk_controls
|
5192
|
-
attr_reader :risk_controls
|
5193
4662
|
# Options for customizing how the account functions within Stripe.
|
5194
4663
|
attr_reader :settings
|
5195
4664
|
# Attribute for field tos_acceptance
|