stripe 18.1.0.pre.alpha.4 → 18.2.0.pre.alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/data/ca-certificates.crt +682 -518
- data/lib/stripe/api_requestor.rb +2 -0
- data/lib/stripe/api_version.rb +1 -1
- data/lib/stripe/errors.rb +3 -0
- data/lib/stripe/event_types.rb +56 -0
- data/lib/stripe/events/v2_core_health_api_error_firing_event.rb +19 -1
- data/lib/stripe/events/v2_core_health_api_error_resolved_event.rb +19 -1
- data/lib/stripe/events/v2_core_health_api_latency_firing_event.rb +19 -1
- data/lib/stripe/events/v2_core_health_api_latency_resolved_event.rb +19 -1
- data/lib/stripe/events/v2_core_health_payment_method_error_firing_event.rb +19 -1
- data/lib/stripe/events/v2_core_health_payment_method_error_resolved_event.rb +19 -1
- data/lib/stripe/events/v2_core_health_sepa_debit_delayed_firing_event.rb +58 -0
- data/lib/stripe/events/v2_core_health_sepa_debit_delayed_resolved_event.rb +60 -0
- data/lib/stripe/events/v2_money_management_payout_method_created_event.rb +44 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_created_event.rb +44 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_errored_event.rb +65 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_funds_not_received_event.rb +44 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_matched_event.rb +44 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_not_found_event.rb +38 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_settled_event.rb +44 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_canceled_event.rb +61 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_created_event.rb +61 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_split_settled_event.rb +61 -0
- data/lib/stripe/events/v2_payments_settlement_allocation_intent_submitted_event.rb +44 -0
- data/lib/stripe/object_types.rb +6 -0
- data/lib/stripe/params/account_create_params.rb +50 -28
- data/lib/stripe/params/account_external_account_create_params.rb +2 -2
- data/lib/stripe/params/account_external_account_update_params.rb +2 -2
- data/lib/stripe/params/account_notice_update_params.rb +1 -1
- data/lib/stripe/params/account_person_create_params.rb +10 -10
- data/lib/stripe/params/account_person_update_params.rb +10 -10
- data/lib/stripe/params/account_session_create_params.rb +17 -0
- data/lib/stripe/params/account_update_params.rb +49 -27
- data/lib/stripe/params/application_fee_refund_create_params.rb +1 -1
- data/lib/stripe/params/application_fee_refund_update_params.rb +1 -1
- data/lib/stripe/params/balance_transfer_create_params.rb +1 -1
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +2 -2
- data/lib/stripe/params/billing/credit_balance_transaction_list_params.rb +2 -2
- data/lib/stripe/params/billing/credit_grant_create_params.rb +2 -2
- data/lib/stripe/params/billing/credit_grant_list_params.rb +1 -1
- data/lib/stripe/params/billing/meter_event_create_params.rb +1 -1
- data/lib/stripe/params/billing_portal/configuration_create_params.rb +7 -3
- data/lib/stripe/params/billing_portal/configuration_update_params.rb +7 -3
- data/lib/stripe/params/billing_portal/session_create_params.rb +7 -7
- data/lib/stripe/params/charge_capture_params.rb +9 -9
- data/lib/stripe/params/charge_create_params.rb +12 -12
- data/lib/stripe/params/charge_search_params.rb +1 -1
- data/lib/stripe/params/charge_update_params.rb +10 -10
- data/lib/stripe/params/checkout/session_create_params.rb +53 -41
- data/lib/stripe/params/checkout/session_update_params.rb +27 -15
- data/lib/stripe/params/climate/order_create_params.rb +1 -1
- data/lib/stripe/params/climate/order_update_params.rb +1 -1
- data/lib/stripe/params/confirmation_token_create_params.rb +6 -6
- data/lib/stripe/params/coupon_create_params.rb +1 -1
- data/lib/stripe/params/coupon_update_params.rb +1 -1
- data/lib/stripe/params/credit_note_create_params.rb +1 -1
- data/lib/stripe/params/credit_note_list_params.rb +1 -1
- data/lib/stripe/params/credit_note_list_preview_line_items_params.rb +1 -1
- data/lib/stripe/params/credit_note_preview_lines_list_params.rb +1 -1
- data/lib/stripe/params/credit_note_preview_params.rb +1 -1
- data/lib/stripe/params/credit_note_update_params.rb +1 -1
- data/lib/stripe/params/customer_balance_transaction_create_params.rb +2 -2
- data/lib/stripe/params/customer_balance_transaction_list_params.rb +11 -1
- data/lib/stripe/params/customer_balance_transaction_update_params.rb +1 -1
- data/lib/stripe/params/customer_cash_balance_update_params.rb +1 -1
- data/lib/stripe/params/customer_create_params.rb +5 -5
- data/lib/stripe/params/customer_fund_cash_balance_params.rb +2 -2
- data/lib/stripe/params/customer_payment_source_create_params.rb +2 -2
- data/lib/stripe/params/customer_payment_source_update_params.rb +2 -2
- data/lib/stripe/params/customer_search_params.rb +1 -1
- data/lib/stripe/params/customer_update_params.rb +7 -7
- data/lib/stripe/params/delegated_checkout/requested_session_confirm_params.rb +84 -1
- data/lib/stripe/params/dispute_update_params.rb +3 -3
- data/lib/stripe/params/external_account_create_params.rb +2 -2
- data/lib/stripe/params/external_account_update_params.rb +2 -2
- data/lib/stripe/params/file_create_params.rb +3 -3
- data/lib/stripe/params/file_link_create_params.rb +1 -1
- data/lib/stripe/params/file_link_update_params.rb +1 -1
- data/lib/stripe/params/financial_connections/account_list_params.rb +3 -3
- data/lib/stripe/params/financial_connections/session_create_params.rb +3 -3
- data/lib/stripe/params/forwarding/request_create_params.rb +1 -1
- data/lib/stripe/params/identity/verification_session_create_params.rb +6 -6
- data/lib/stripe/params/identity/verification_session_list_params.rb +3 -3
- data/lib/stripe/params/identity/verification_session_update_params.rb +5 -5
- data/lib/stripe/params/invoice_add_lines_params.rb +21 -9
- data/lib/stripe/params/invoice_attach_payment_params.rb +1 -1
- data/lib/stripe/params/invoice_create_params.rb +37 -13
- data/lib/stripe/params/invoice_create_preview_params.rb +60 -60
- data/lib/stripe/params/invoice_finalize_invoice_params.rb +1 -1
- data/lib/stripe/params/invoice_item_create_params.rb +8 -8
- data/lib/stripe/params/invoice_item_list_params.rb +2 -2
- data/lib/stripe/params/invoice_item_update_params.rb +6 -6
- data/lib/stripe/params/invoice_line_item_update_params.rb +20 -8
- data/lib/stripe/params/invoice_list_params.rb +2 -2
- data/lib/stripe/params/invoice_remove_lines_params.rb +1 -1
- data/lib/stripe/params/invoice_search_params.rb +1 -1
- data/lib/stripe/params/invoice_update_lines_params.rb +21 -9
- data/lib/stripe/params/invoice_update_params.rb +34 -10
- data/lib/stripe/params/issuing/authorization_approve_params.rb +2 -2
- data/lib/stripe/params/issuing/authorization_capture_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_create_params.rb +5 -5
- data/lib/stripe/params/issuing/authorization_decline_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_finalize_amount_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_increment_params.rb +2 -2
- data/lib/stripe/params/issuing/authorization_reverse_params.rb +1 -1
- data/lib/stripe/params/issuing/authorization_update_params.rb +1 -1
- data/lib/stripe/params/issuing/card_create_params.rb +7 -7
- data/lib/stripe/params/issuing/card_list_params.rb +34 -1
- data/lib/stripe/params/issuing/card_update_params.rb +6 -6
- data/lib/stripe/params/issuing/cardholder_create_params.rb +11 -11
- data/lib/stripe/params/issuing/cardholder_update_params.rb +10 -10
- data/lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb +5 -5
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb +1 -1
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb +5 -5
- data/lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb +4 -4
- data/lib/stripe/params/issuing/dispute_create_params.rb +2 -2
- data/lib/stripe/params/issuing/dispute_submit_params.rb +1 -1
- data/lib/stripe/params/issuing/dispute_update_params.rb +2 -2
- data/lib/stripe/params/issuing/personalization_design_create_params.rb +1 -1
- data/lib/stripe/params/issuing/personalization_design_update_params.rb +1 -1
- data/lib/stripe/params/issuing/program_update_params.rb +1 -1
- data/lib/stripe/params/issuing/transaction_create_force_capture_params.rb +2 -2
- data/lib/stripe/params/issuing/transaction_create_unlinked_refund_params.rb +2 -2
- data/lib/stripe/params/issuing/transaction_refund_params.rb +1 -1
- data/lib/stripe/params/issuing/transaction_update_params.rb +1 -1
- data/lib/stripe/params/mandate_list_params.rb +1 -1
- data/lib/stripe/params/margin_create_params.rb +1 -1
- data/lib/stripe/params/margin_update_params.rb +1 -1
- data/lib/stripe/params/order_create_params.rb +12 -12
- data/lib/stripe/params/order_update_params.rb +12 -12
- data/lib/stripe/params/payment_intent_apply_customer_balance_params.rb +1 -1
- data/lib/stripe/params/payment_intent_capture_params.rb +18 -18
- data/lib/stripe/params/payment_intent_confirm_params.rb +43 -39
- data/lib/stripe/params/payment_intent_create_params.rb +61 -57
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +4 -4
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +10 -10
- data/lib/stripe/params/payment_intent_list_params.rb +1 -1
- data/lib/stripe/params/payment_intent_search_params.rb +1 -1
- data/lib/stripe/params/payment_intent_update_params.rb +40 -40
- data/lib/stripe/params/payment_link_create_params.rb +32 -20
- data/lib/stripe/params/payment_link_update_params.rb +9 -9
- data/lib/stripe/params/payment_method_attach_params.rb +1 -1
- data/lib/stripe/params/payment_method_configuration_create_params.rb +40 -40
- data/lib/stripe/params/payment_method_configuration_update_params.rb +40 -40
- data/lib/stripe/params/payment_method_create_params.rb +4 -4
- data/lib/stripe/params/payment_method_update_params.rb +2 -2
- data/lib/stripe/params/payment_record_report_payment_attempt_informational_params.rb +2 -2
- data/lib/stripe/params/payment_record_report_payment_attempt_params.rb +3 -3
- data/lib/stripe/params/payment_record_report_payment_params.rb +4 -4
- data/lib/stripe/params/payment_record_report_refund_params.rb +3 -3
- data/lib/stripe/params/payout_create_params.rb +1 -1
- data/lib/stripe/params/payout_reverse_params.rb +1 -1
- data/lib/stripe/params/payout_update_params.rb +1 -1
- data/lib/stripe/params/plan_create_params.rb +4 -4
- data/lib/stripe/params/plan_update_params.rb +2 -2
- data/lib/stripe/params/price_create_params.rb +6 -6
- data/lib/stripe/params/price_search_params.rb +1 -1
- data/lib/stripe/params/price_update_params.rb +3 -3
- data/lib/stripe/params/product_create_params.rb +21 -8
- data/lib/stripe/params/product_feature_create_params.rb +1 -1
- data/lib/stripe/params/product_list_params.rb +1 -1
- data/lib/stripe/params/product_search_params.rb +1 -1
- data/lib/stripe/params/product_update_params.rb +18 -5
- data/lib/stripe/params/promotion_code_create_params.rb +3 -3
- data/lib/stripe/params/promotion_code_list_params.rb +1 -1
- data/lib/stripe/params/promotion_code_update_params.rb +1 -1
- data/lib/stripe/params/quote_create_params.rb +14 -14
- data/lib/stripe/params/quote_list_params.rb +2 -2
- data/lib/stripe/params/quote_update_params.rb +14 -14
- data/lib/stripe/params/radar/value_list_create_params.rb +1 -1
- data/lib/stripe/params/radar/value_list_update_params.rb +1 -1
- data/lib/stripe/params/refund_create_params.rb +2 -2
- data/lib/stripe/params/refund_update_params.rb +1 -1
- data/lib/stripe/params/reporting/report_run_create_params.rb +2 -2
- data/lib/stripe/params/setup_intent_confirm_params.rb +6 -6
- data/lib/stripe/params/setup_intent_create_params.rb +12 -12
- data/lib/stripe/params/setup_intent_update_params.rb +8 -8
- data/lib/stripe/params/shared_payment/granted_token_create_params.rb +47 -0
- data/lib/stripe/params/shared_payment/granted_token_retrieve_params.rb +15 -0
- data/lib/stripe/params/shared_payment/granted_token_update_params.rb +15 -0
- data/lib/stripe/params/shipping_rate_create_params.rb +2 -2
- data/lib/stripe/params/shipping_rate_update_params.rb +1 -1
- data/lib/stripe/params/source_create_params.rb +3 -3
- data/lib/stripe/params/source_update_params.rb +3 -3
- data/lib/stripe/params/subscription_create_params.rb +51 -27
- data/lib/stripe/params/subscription_item_create_params.rb +15 -15
- data/lib/stripe/params/subscription_item_delete_params.rb +2 -2
- data/lib/stripe/params/subscription_item_update_params.rb +15 -15
- data/lib/stripe/params/subscription_list_params.rb +3 -3
- data/lib/stripe/params/subscription_resume_params.rb +2 -2
- data/lib/stripe/params/subscription_schedule_amend_params.rb +10 -10
- data/lib/stripe/params/subscription_schedule_create_params.rb +31 -31
- data/lib/stripe/params/subscription_schedule_update_params.rb +31 -31
- data/lib/stripe/params/subscription_search_params.rb +1 -1
- data/lib/stripe/params/subscription_update_params.rb +49 -25
- data/lib/stripe/params/tax/association_find_params.rb +1 -1
- data/lib/stripe/params/tax/calculation_create_params.rb +7 -7
- data/lib/stripe/params/tax/settings_update_params.rb +1 -1
- data/lib/stripe/params/tax/transaction_create_from_calculation_params.rb +1 -1
- data/lib/stripe/params/tax/transaction_create_reversal_params.rb +9 -9
- data/lib/stripe/params/tax_id_create_params.rb +2 -2
- data/lib/stripe/params/tax_id_list_params.rb +2 -2
- data/lib/stripe/params/tax_rate_create_params.rb +1 -1
- data/lib/stripe/params/tax_rate_update_params.rb +1 -1
- data/lib/stripe/params/terminal/location_create_params.rb +2 -2
- data/lib/stripe/params/terminal/location_update_params.rb +2 -2
- data/lib/stripe/params/terminal/reader_collect_inputs_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_create_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_refund_payment_params.rb +1 -1
- data/lib/stripe/params/terminal/reader_set_reader_display_params.rb +3 -3
- data/lib/stripe/params/terminal/reader_update_params.rb +1 -1
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +6 -6
- data/lib/stripe/params/test_helpers/customer_fund_cash_balance_params.rb +2 -2
- data/lib/stripe/params/test_helpers/issuing/authorization_capture_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/authorization_create_params.rb +5 -5
- data/lib/stripe/params/test_helpers/issuing/authorization_finalize_amount_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/authorization_increment_params.rb +2 -2
- data/lib/stripe/params/test_helpers/issuing/authorization_reverse_params.rb +1 -1
- data/lib/stripe/params/test_helpers/issuing/transaction_create_force_capture_params.rb +2 -2
- data/lib/stripe/params/test_helpers/issuing/transaction_create_unlinked_refund_params.rb +2 -2
- data/lib/stripe/params/test_helpers/issuing/transaction_refund_params.rb +1 -1
- data/lib/stripe/params/test_helpers/shared_payment/granted_token_create_params.rb +49 -0
- data/lib/stripe/params/test_helpers/shared_payment/granted_token_update_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +1 -1
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +1 -1
- data/lib/stripe/params/token_create_params.rb +22 -22
- data/lib/stripe/params/topup_create_params.rb +2 -2
- data/lib/stripe/params/topup_update_params.rb +1 -1
- data/lib/stripe/params/transfer_create_params.rb +3 -3
- data/lib/stripe/params/transfer_reversal_create_params.rb +1 -1
- data/lib/stripe/params/transfer_reversal_update_params.rb +1 -1
- data/lib/stripe/params/transfer_update_params.rb +1 -1
- data/lib/stripe/params/treasury/credit_reversal_create_params.rb +1 -1
- data/lib/stripe/params/treasury/debit_reversal_create_params.rb +1 -1
- data/lib/stripe/params/treasury/financial_account_create_params.rb +1 -1
- data/lib/stripe/params/treasury/financial_account_update_params.rb +1 -1
- data/lib/stripe/params/treasury/inbound_transfer_create_params.rb +2 -2
- data/lib/stripe/params/treasury/outbound_payment_create_params.rb +5 -5
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +3 -3
- data/lib/stripe/params/treasury/received_credit_create_params.rb +1 -1
- data/lib/stripe/params/treasury/received_debit_create_params.rb +1 -1
- data/lib/stripe/params/v2/billing/intent_create_params.rb +110 -40
- data/lib/stripe/params/v2/core/account_create_params.rb +36 -24
- data/lib/stripe/params/v2/core/account_link_create_params.rb +5 -5
- data/lib/stripe/params/v2/core/account_token_create_params.rb +8 -8
- data/lib/stripe/params/v2/core/account_update_params.rb +41 -29
- data/lib/stripe/params/v2/core/accounts/person_create_params.rb +5 -5
- data/lib/stripe/params/v2/core/accounts/person_token_create_params.rb +5 -5
- data/lib/stripe/params/v2/core/accounts/person_update_params.rb +5 -5
- data/lib/stripe/params/v2/core/claimable_sandbox_create_params.rb +1 -1
- data/lib/stripe/params/v2/iam/api_key_create_params.rb +51 -0
- data/lib/stripe/params/v2/iam/api_key_expire_params.rb +10 -0
- data/lib/stripe/params/v2/iam/api_key_list_params.rb +20 -0
- data/lib/stripe/params/v2/iam/api_key_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/iam/api_key_rotate_params.rb +46 -0
- data/lib/stripe/params/v2/iam/api_key_update_params.rb +20 -0
- data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +4 -1
- data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +4 -1
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +4 -1
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_create_params.rb +46 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_submit_params.rb +10 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intent_update_params.rb +31 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_cancel_params.rb +12 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_create_params.rb +39 -0
- data/lib/stripe/params/v2/payments/settlement_allocation_intents/split_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/tax/manual_rule_create_params.rb +94 -0
- data/lib/stripe/params/v2/tax/manual_rule_deactivate_params.rb +10 -0
- data/lib/stripe/params/v2/tax/manual_rule_list_params.rb +17 -0
- data/lib/stripe/params/v2/tax/manual_rule_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/tax/manual_rule_update_params.rb +94 -0
- data/lib/stripe/params/webhook_endpoint_create_params.rb +1 -1
- data/lib/stripe/params/webhook_endpoint_update_params.rb +1 -1
- data/lib/stripe/params.rb +24 -0
- data/lib/stripe/resources/account.rb +27 -27
- data/lib/stripe/resources/account_link.rb +1 -1
- data/lib/stripe/resources/account_notice.rb +6 -6
- data/lib/stripe/resources/account_session.rb +5 -5
- data/lib/stripe/resources/application_fee_refund.rb +2 -2
- data/lib/stripe/resources/apps/secret.rb +1 -1
- data/lib/stripe/resources/balance.rb +2 -2
- data/lib/stripe/resources/balance_settings.rb +1 -1
- data/lib/stripe/resources/balance_transaction.rb +1 -1
- data/lib/stripe/resources/balance_transfer.rb +3 -3
- data/lib/stripe/resources/bank_account.rb +10 -10
- data/lib/stripe/resources/billing/alert.rb +2 -2
- data/lib/stripe/resources/billing/credit_balance_summary.rb +2 -2
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +2 -2
- data/lib/stripe/resources/billing/credit_grant.rb +3 -3
- data/lib/stripe/resources/billing/meter_event.rb +1 -1
- data/lib/stripe/resources/billing_portal/configuration.rb +5 -3
- data/lib/stripe/resources/billing_portal/session.rb +6 -6
- data/lib/stripe/resources/capability.rb +16 -16
- data/lib/stripe/resources/capital/financing_offer.rb +2 -2
- data/lib/stripe/resources/capital/financing_summary.rb +7 -4
- data/lib/stripe/resources/card.rb +2 -2
- data/lib/stripe/resources/cash_balance.rb +2 -2
- data/lib/stripe/resources/charge.rb +47 -35
- data/lib/stripe/resources/checkout/session.rb +19 -19
- data/lib/stripe/resources/climate/order.rb +1 -1
- data/lib/stripe/resources/confirmation_token.rb +11 -11
- data/lib/stripe/resources/coupon.rb +3 -3
- data/lib/stripe/resources/credit_note.rb +5 -5
- data/lib/stripe/resources/credit_note_line_item.rb +1 -1
- data/lib/stripe/resources/customer.rb +8 -8
- data/lib/stripe/resources/customer_balance_transaction.rb +6 -6
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +10 -10
- data/lib/stripe/resources/delegated_checkout/requested_session.rb +63 -10
- data/lib/stripe/resources/discount.rb +5 -5
- data/lib/stripe/resources/dispute.rb +5 -5
- data/lib/stripe/resources/entitlements/active_entitlement.rb +1 -1
- data/lib/stripe/resources/event.rb +1 -1
- data/lib/stripe/resources/exchange_rate.rb +2 -2
- data/lib/stripe/resources/file.rb +4 -4
- data/lib/stripe/resources/file_link.rb +1 -1
- data/lib/stripe/resources/financial_connections/account.rb +3 -3
- data/lib/stripe/resources/financial_connections/session.rb +2 -2
- data/lib/stripe/resources/forwarding/request.rb +1 -1
- data/lib/stripe/resources/funding_instructions.rb +14 -14
- data/lib/stripe/resources/identity/blocklist_entry.rb +1 -1
- data/lib/stripe/resources/identity/verification_report.rb +9 -9
- data/lib/stripe/resources/identity/verification_session.rb +11 -11
- data/lib/stripe/resources/invoice.rb +66 -34
- data/lib/stripe/resources/invoice_item.rb +9 -9
- data/lib/stripe/resources/invoice_line_item.rb +7 -7
- data/lib/stripe/resources/invoice_payment.rb +1 -1
- data/lib/stripe/resources/invoice_rendering_template.rb +1 -1
- data/lib/stripe/resources/issuing/authorization.rb +20 -20
- data/lib/stripe/resources/issuing/card.rb +16 -12
- data/lib/stripe/resources/issuing/cardholder.rb +14 -14
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +5 -5
- data/lib/stripe/resources/issuing/dispute.rb +7 -7
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +1 -1
- data/lib/stripe/resources/issuing/personalization_design.rb +1 -1
- data/lib/stripe/resources/issuing/program.rb +1 -1
- data/lib/stripe/resources/issuing/settlement.rb +2 -2
- data/lib/stripe/resources/issuing/token.rb +1 -1
- data/lib/stripe/resources/issuing/transaction.rb +13 -13
- data/lib/stripe/resources/line_item.rb +3 -3
- data/lib/stripe/resources/login_link.rb +1 -1
- data/lib/stripe/resources/margin.rb +1 -1
- data/lib/stripe/resources/order.rb +13 -13
- data/lib/stripe/resources/payment_attempt_record.rb +80 -22
- data/lib/stripe/resources/payment_intent.rb +117 -74
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +3 -3
- data/lib/stripe/resources/payment_link.rb +7 -7
- data/lib/stripe/resources/payment_method.rb +13 -13
- data/lib/stripe/resources/payment_method_configuration.rb +4 -4
- data/lib/stripe/resources/payment_method_domain.rb +1 -1
- data/lib/stripe/resources/payment_record.rb +82 -22
- data/lib/stripe/resources/payout.rb +7 -7
- data/lib/stripe/resources/person.rb +23 -23
- data/lib/stripe/resources/plan.rb +5 -5
- data/lib/stripe/resources/price.rb +6 -6
- data/lib/stripe/resources/product.rb +9 -9
- data/lib/stripe/resources/promotion_code.rb +4 -4
- data/lib/stripe/resources/quote.rb +15 -15
- data/lib/stripe/resources/quote_line.rb +5 -5
- data/lib/stripe/resources/quote_preview_invoice.rb +64 -32
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +100 -100
- data/lib/stripe/resources/radar/early_fraud_warning.rb +1 -1
- data/lib/stripe/resources/radar/value_list.rb +2 -2
- data/lib/stripe/resources/radar/value_list_item.rb +1 -1
- data/lib/stripe/resources/refund.rb +3 -3
- data/lib/stripe/resources/reporting/report_run.rb +3 -3
- data/lib/stripe/resources/reporting/report_type.rb +3 -3
- data/lib/stripe/resources/reversal.rb +4 -4
- data/lib/stripe/resources/review.rb +1 -1
- data/lib/stripe/resources/setup_attempt.rb +17 -17
- data/lib/stripe/resources/setup_intent.rb +19 -19
- data/lib/stripe/resources/shared_payment/granted_token.rb +126 -0
- data/lib/stripe/resources/shipping_rate.rb +3 -3
- data/lib/stripe/resources/sigma/scheduled_query_run.rb +1 -1
- data/lib/stripe/resources/source.rb +8 -8
- data/lib/stripe/resources/source_mandate_notification.rb +3 -3
- data/lib/stripe/resources/subscription.rb +46 -14
- data/lib/stripe/resources/subscription_item.rb +22 -22
- data/lib/stripe/resources/subscription_schedule.rb +101 -101
- data/lib/stripe/resources/tax/association.rb +3 -3
- data/lib/stripe/resources/tax/calculation.rb +12 -12
- data/lib/stripe/resources/tax/calculation_line_item.rb +7 -7
- data/lib/stripe/resources/tax/registration.rb +3 -3
- data/lib/stripe/resources/tax/settings.rb +2 -2
- data/lib/stripe/resources/tax/transaction.rb +9 -9
- data/lib/stripe/resources/tax/transaction_line_item.rb +5 -5
- data/lib/stripe/resources/tax_id.rb +4 -4
- data/lib/stripe/resources/tax_rate.rb +1 -1
- data/lib/stripe/resources/terminal/connection_token.rb +1 -1
- data/lib/stripe/resources/terminal/location.rb +3 -3
- data/lib/stripe/resources/terminal/reader.rb +10 -10
- data/lib/stripe/resources/token.rb +4 -4
- data/lib/stripe/resources/topup.rb +3 -3
- data/lib/stripe/resources/transfer.rb +5 -5
- data/lib/stripe/resources/treasury/credit_reversal.rb +3 -3
- data/lib/stripe/resources/treasury/debit_reversal.rb +3 -3
- data/lib/stripe/resources/treasury/financial_account.rb +1 -1
- data/lib/stripe/resources/treasury/inbound_transfer.rb +5 -5
- data/lib/stripe/resources/treasury/outbound_payment.rb +6 -6
- data/lib/stripe/resources/treasury/outbound_transfer.rb +5 -5
- data/lib/stripe/resources/treasury/received_credit.rb +10 -10
- data/lib/stripe/resources/treasury/received_debit.rb +7 -7
- data/lib/stripe/resources/treasury/transaction.rb +11 -11
- data/lib/stripe/resources/treasury/transaction_entry.rb +11 -11
- data/lib/stripe/resources/v2/billing/intent_action.rb +139 -51
- data/lib/stripe/resources/v2/core/account.rb +174 -289
- data/lib/stripe/resources/v2/core/account_link.rb +11 -11
- data/lib/stripe/resources/v2/core/account_person.rb +10 -10
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +21 -1
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +23 -1
- data/lib/stripe/resources/v2/iam/api_key.rb +129 -0
- data/lib/stripe/resources/v2/money_management/financial_account.rb +35 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +2 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +2 -0
- data/lib/stripe/resources/v2/money_management/payout_method.rb +20 -0
- data/lib/stripe/resources/v2/money_management/received_credit.rb +2 -0
- data/lib/stripe/resources/v2/payments/settlement_allocation_intent.rb +92 -0
- data/lib/stripe/resources/v2/payments/settlement_allocation_intent_split.rb +78 -0
- data/lib/stripe/resources/v2/tax/manual_rule.rb +115 -0
- data/lib/stripe/resources/webhook_endpoint.rb +1 -1
- data/lib/stripe/resources.rb +19 -0
- data/lib/stripe/services/capital/financing_summary_service.rb +1 -1
- data/lib/stripe/services/payment_method_service.rb +1 -1
- data/lib/stripe/services/shared_payment/granted_token_service.rb +19 -0
- data/lib/stripe/services/shared_payment_service.rb +13 -0
- data/lib/stripe/services/test_helpers/shared_payment/granted_token_service.rb +32 -0
- data/lib/stripe/services/test_helpers/shared_payment_service.rb +15 -0
- data/lib/stripe/services/test_helpers_service.rb +2 -1
- data/lib/stripe/services/v1_services.rb +2 -1
- data/lib/stripe/services/v2/core/account_link_service.rb +1 -1
- data/lib/stripe/services/v2/core/account_service.rb +0 -4
- data/lib/stripe/services/v2/core/accounts/person_service.rb +2 -2
- data/lib/stripe/services/v2/iam/api_key_service.rb +76 -0
- data/lib/stripe/services/v2/iam_service.rb +15 -0
- data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +2 -0
- data/lib/stripe/services/v2/money_management/payout_method_service.rb +2 -0
- data/lib/stripe/services/v2/payment_service.rb +3 -1
- data/lib/stripe/services/v2/payments/settlement_allocation_intent_service.rb +72 -0
- data/lib/stripe/services/v2/payments/settlement_allocation_intents/split_service.rb +45 -0
- data/lib/stripe/services/v2/tax/manual_rule_service.rb +65 -0
- data/lib/stripe/services/v2/tax_service.rb +15 -0
- data/lib/stripe/services/v2_services.rb +3 -1
- data/lib/stripe/services.rb +10 -0
- data/lib/stripe/stripe_object.rb +11 -3
- data/lib/stripe/version.rb +1 -1
- data/rbi/stripe.rbi +6022 -3221
- metadata +55 -2
|
@@ -119,9 +119,9 @@ module Stripe
|
|
|
119
119
|
attr_accessor :default_for_currency
|
|
120
120
|
# Specifies which fields in the response should be expanded.
|
|
121
121
|
attr_accessor :expand
|
|
122
|
-
# A token, like the ones returned by [Stripe.js](https://stripe.com/
|
|
122
|
+
# A token, like the ones returned by [Stripe.js](https://docs.stripe.com/js) or a dictionary containing a user's external account details (with the options shown below). Please refer to full [documentation](https://stripe.com/docs/api/external_accounts) instead.
|
|
123
123
|
attr_accessor :external_account
|
|
124
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
124
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
125
125
|
attr_accessor :metadata
|
|
126
126
|
|
|
127
127
|
def initialize(default_for_currency: nil, expand: nil, external_account: nil, metadata: nil)
|
|
@@ -5,7 +5,7 @@ module Stripe
|
|
|
5
5
|
class AccountExternalAccountUpdateParams < ::Stripe::RequestParams
|
|
6
6
|
class Documents < ::Stripe::RequestParams
|
|
7
7
|
class BankAccountOwnershipVerification < ::Stripe::RequestParams
|
|
8
|
-
# One or more document ids returned by a [file upload](https://stripe.com
|
|
8
|
+
# One or more document ids returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `account_requirement`.
|
|
9
9
|
attr_accessor :files
|
|
10
10
|
|
|
11
11
|
def initialize(files: nil)
|
|
@@ -47,7 +47,7 @@ module Stripe
|
|
|
47
47
|
attr_accessor :exp_year
|
|
48
48
|
# Specifies which fields in the response should be expanded.
|
|
49
49
|
attr_accessor :expand
|
|
50
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
50
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
51
51
|
attr_accessor :metadata
|
|
52
52
|
# Cardholder name.
|
|
53
53
|
attr_accessor :name
|
|
@@ -21,7 +21,7 @@ module Stripe
|
|
|
21
21
|
attr_accessor :email
|
|
22
22
|
# Specifies which fields in the response should be expanded.
|
|
23
23
|
attr_accessor :expand
|
|
24
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
24
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
25
25
|
attr_accessor :metadata
|
|
26
26
|
# Date when you sent the notice.
|
|
27
27
|
attr_accessor :sent_at
|
|
@@ -37,7 +37,7 @@ module Stripe
|
|
|
37
37
|
attr_accessor :line2
|
|
38
38
|
# ZIP or postal code.
|
|
39
39
|
attr_accessor :postal_code
|
|
40
|
-
# State, county, province, or region.
|
|
40
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
41
41
|
attr_accessor :state
|
|
42
42
|
|
|
43
43
|
def initialize(city: nil, country: nil, line1: nil, line2: nil, postal_code: nil, state: nil)
|
|
@@ -137,7 +137,7 @@ module Stripe
|
|
|
137
137
|
|
|
138
138
|
class Documents < ::Stripe::RequestParams
|
|
139
139
|
class CompanyAuthorization < ::Stripe::RequestParams
|
|
140
|
-
# One or more document ids returned by a [file upload](https://stripe.com
|
|
140
|
+
# One or more document ids returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `account_requirement`.
|
|
141
141
|
attr_accessor :files
|
|
142
142
|
|
|
143
143
|
def initialize(files: nil)
|
|
@@ -146,7 +146,7 @@ module Stripe
|
|
|
146
146
|
end
|
|
147
147
|
|
|
148
148
|
class Passport < ::Stripe::RequestParams
|
|
149
|
-
# One or more document ids returned by a [file upload](https://stripe.com
|
|
149
|
+
# One or more document ids returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `account_requirement`.
|
|
150
150
|
attr_accessor :files
|
|
151
151
|
|
|
152
152
|
def initialize(files: nil)
|
|
@@ -155,7 +155,7 @@ module Stripe
|
|
|
155
155
|
end
|
|
156
156
|
|
|
157
157
|
class Visa < ::Stripe::RequestParams
|
|
158
|
-
# One or more document ids returned by a [file upload](https://stripe.com
|
|
158
|
+
# One or more document ids returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `account_requirement`.
|
|
159
159
|
attr_accessor :files
|
|
160
160
|
|
|
161
161
|
def initialize(files: nil)
|
|
@@ -187,7 +187,7 @@ module Stripe
|
|
|
187
187
|
attr_accessor :line2
|
|
188
188
|
# ZIP or postal code.
|
|
189
189
|
attr_accessor :postal_code
|
|
190
|
-
# State, county, province, or region.
|
|
190
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
191
191
|
attr_accessor :state
|
|
192
192
|
|
|
193
193
|
def initialize(city: nil, country: nil, line1: nil, line2: nil, postal_code: nil, state: nil)
|
|
@@ -303,9 +303,9 @@ module Stripe
|
|
|
303
303
|
|
|
304
304
|
class Verification < ::Stripe::RequestParams
|
|
305
305
|
class AdditionalDocument < ::Stripe::RequestParams
|
|
306
|
-
# The back of an ID returned by a [file upload](https://stripe.com
|
|
306
|
+
# The back of an ID returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
|
|
307
307
|
attr_accessor :back
|
|
308
|
-
# The front of an ID returned by a [file upload](https://stripe.com
|
|
308
|
+
# The front of an ID returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
|
|
309
309
|
attr_accessor :front
|
|
310
310
|
|
|
311
311
|
def initialize(back: nil, front: nil)
|
|
@@ -315,9 +315,9 @@ module Stripe
|
|
|
315
315
|
end
|
|
316
316
|
|
|
317
317
|
class Document < ::Stripe::RequestParams
|
|
318
|
-
# The back of an ID returned by a [file upload](https://stripe.com
|
|
318
|
+
# The back of an ID returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
|
|
319
319
|
attr_accessor :back
|
|
320
|
-
# The front of an ID returned by a [file upload](https://stripe.com
|
|
320
|
+
# The front of an ID returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
|
|
321
321
|
attr_accessor :front
|
|
322
322
|
|
|
323
323
|
def initialize(back: nil, front: nil)
|
|
@@ -373,7 +373,7 @@ module Stripe
|
|
|
373
373
|
attr_accessor :last_name_kanji
|
|
374
374
|
# The person's maiden name.
|
|
375
375
|
attr_accessor :maiden_name
|
|
376
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
376
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
377
377
|
attr_accessor :metadata
|
|
378
378
|
# The country where the person is a national. Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)), or "XX" if unavailable.
|
|
379
379
|
attr_accessor :nationality
|
|
@@ -37,7 +37,7 @@ module Stripe
|
|
|
37
37
|
attr_accessor :line2
|
|
38
38
|
# ZIP or postal code.
|
|
39
39
|
attr_accessor :postal_code
|
|
40
|
-
# State, county, province, or region.
|
|
40
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
41
41
|
attr_accessor :state
|
|
42
42
|
|
|
43
43
|
def initialize(city: nil, country: nil, line1: nil, line2: nil, postal_code: nil, state: nil)
|
|
@@ -137,7 +137,7 @@ module Stripe
|
|
|
137
137
|
|
|
138
138
|
class Documents < ::Stripe::RequestParams
|
|
139
139
|
class CompanyAuthorization < ::Stripe::RequestParams
|
|
140
|
-
# One or more document ids returned by a [file upload](https://stripe.com
|
|
140
|
+
# One or more document ids returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `account_requirement`.
|
|
141
141
|
attr_accessor :files
|
|
142
142
|
|
|
143
143
|
def initialize(files: nil)
|
|
@@ -146,7 +146,7 @@ module Stripe
|
|
|
146
146
|
end
|
|
147
147
|
|
|
148
148
|
class Passport < ::Stripe::RequestParams
|
|
149
|
-
# One or more document ids returned by a [file upload](https://stripe.com
|
|
149
|
+
# One or more document ids returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `account_requirement`.
|
|
150
150
|
attr_accessor :files
|
|
151
151
|
|
|
152
152
|
def initialize(files: nil)
|
|
@@ -155,7 +155,7 @@ module Stripe
|
|
|
155
155
|
end
|
|
156
156
|
|
|
157
157
|
class Visa < ::Stripe::RequestParams
|
|
158
|
-
# One or more document ids returned by a [file upload](https://stripe.com
|
|
158
|
+
# One or more document ids returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `account_requirement`.
|
|
159
159
|
attr_accessor :files
|
|
160
160
|
|
|
161
161
|
def initialize(files: nil)
|
|
@@ -187,7 +187,7 @@ module Stripe
|
|
|
187
187
|
attr_accessor :line2
|
|
188
188
|
# ZIP or postal code.
|
|
189
189
|
attr_accessor :postal_code
|
|
190
|
-
# State, county, province, or region.
|
|
190
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
191
191
|
attr_accessor :state
|
|
192
192
|
|
|
193
193
|
def initialize(city: nil, country: nil, line1: nil, line2: nil, postal_code: nil, state: nil)
|
|
@@ -303,9 +303,9 @@ module Stripe
|
|
|
303
303
|
|
|
304
304
|
class Verification < ::Stripe::RequestParams
|
|
305
305
|
class AdditionalDocument < ::Stripe::RequestParams
|
|
306
|
-
# The back of an ID returned by a [file upload](https://stripe.com
|
|
306
|
+
# The back of an ID returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
|
|
307
307
|
attr_accessor :back
|
|
308
|
-
# The front of an ID returned by a [file upload](https://stripe.com
|
|
308
|
+
# The front of an ID returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
|
|
309
309
|
attr_accessor :front
|
|
310
310
|
|
|
311
311
|
def initialize(back: nil, front: nil)
|
|
@@ -315,9 +315,9 @@ module Stripe
|
|
|
315
315
|
end
|
|
316
316
|
|
|
317
317
|
class Document < ::Stripe::RequestParams
|
|
318
|
-
# The back of an ID returned by a [file upload](https://stripe.com
|
|
318
|
+
# The back of an ID returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
|
|
319
319
|
attr_accessor :back
|
|
320
|
-
# The front of an ID returned by a [file upload](https://stripe.com
|
|
320
|
+
# The front of an ID returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
|
|
321
321
|
attr_accessor :front
|
|
322
322
|
|
|
323
323
|
def initialize(back: nil, front: nil)
|
|
@@ -373,7 +373,7 @@ module Stripe
|
|
|
373
373
|
attr_accessor :last_name_kanji
|
|
374
374
|
# The person's maiden name.
|
|
375
375
|
attr_accessor :maiden_name
|
|
376
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
376
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
377
377
|
attr_accessor :metadata
|
|
378
378
|
# The country where the person is a national. Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)), or "XX" if unavailable.
|
|
379
379
|
attr_accessor :nationality
|
|
@@ -180,6 +180,19 @@ module Stripe
|
|
|
180
180
|
end
|
|
181
181
|
end
|
|
182
182
|
|
|
183
|
+
class CheckScanning < ::Stripe::RequestParams
|
|
184
|
+
class Features < ::Stripe::RequestParams; end
|
|
185
|
+
# Whether the embedded component is enabled.
|
|
186
|
+
attr_accessor :enabled
|
|
187
|
+
# An empty list, because this embedded component has no features.
|
|
188
|
+
attr_accessor :features
|
|
189
|
+
|
|
190
|
+
def initialize(enabled: nil, features: nil)
|
|
191
|
+
@enabled = enabled
|
|
192
|
+
@features = features
|
|
193
|
+
end
|
|
194
|
+
end
|
|
195
|
+
|
|
183
196
|
class DisputesList < ::Stripe::RequestParams
|
|
184
197
|
class Features < ::Stripe::RequestParams
|
|
185
198
|
# Whether to allow capturing and cancelling payment intents. This is `true` by default.
|
|
@@ -696,6 +709,8 @@ module Stripe
|
|
|
696
709
|
attr_accessor :capital_financing_promotion
|
|
697
710
|
# Configuration for the [Capital overview](/connect/supported-embedded-components/capital-overview/) embedded component.
|
|
698
711
|
attr_accessor :capital_overview
|
|
712
|
+
# Configuration for the [check scanning](/connect/supported-embedded-components/check-scanning/) embedded component.
|
|
713
|
+
attr_accessor :check_scanning
|
|
699
714
|
# Configuration for the [disputes list](/connect/supported-embedded-components/disputes-list/) embedded component.
|
|
700
715
|
attr_accessor :disputes_list
|
|
701
716
|
# Configuration for the [documents](/connect/supported-embedded-components/documents/) embedded component.
|
|
@@ -751,6 +766,7 @@ module Stripe
|
|
|
751
766
|
capital_financing_application: nil,
|
|
752
767
|
capital_financing_promotion: nil,
|
|
753
768
|
capital_overview: nil,
|
|
769
|
+
check_scanning: nil,
|
|
754
770
|
disputes_list: nil,
|
|
755
771
|
documents: nil,
|
|
756
772
|
export_tax_transactions: nil,
|
|
@@ -783,6 +799,7 @@ module Stripe
|
|
|
783
799
|
@capital_financing_application = capital_financing_application
|
|
784
800
|
@capital_financing_promotion = capital_financing_promotion
|
|
785
801
|
@capital_overview = capital_overview
|
|
802
|
+
@check_scanning = check_scanning
|
|
786
803
|
@disputes_list = disputes_list
|
|
787
804
|
@documents = documents
|
|
788
805
|
@export_tax_transactions = export_tax_transactions
|
|
@@ -77,7 +77,7 @@ module Stripe
|
|
|
77
77
|
attr_accessor :line2
|
|
78
78
|
# ZIP or postal code.
|
|
79
79
|
attr_accessor :postal_code
|
|
80
|
-
# State, county, province, or region.
|
|
80
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
81
81
|
attr_accessor :state
|
|
82
82
|
|
|
83
83
|
def initialize(
|
|
@@ -1216,7 +1216,7 @@ module Stripe
|
|
|
1216
1216
|
attr_accessor :line2
|
|
1217
1217
|
# ZIP or postal code.
|
|
1218
1218
|
attr_accessor :postal_code
|
|
1219
|
-
# State, county, province, or region.
|
|
1219
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
1220
1220
|
attr_accessor :state
|
|
1221
1221
|
|
|
1222
1222
|
def initialize(
|
|
@@ -1368,9 +1368,9 @@ module Stripe
|
|
|
1368
1368
|
|
|
1369
1369
|
class Verification < ::Stripe::RequestParams
|
|
1370
1370
|
class Document < ::Stripe::RequestParams
|
|
1371
|
-
# The back of a document returned by a [file upload](https://stripe.com
|
|
1371
|
+
# The back of a document returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `additional_verification`. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
|
|
1372
1372
|
attr_accessor :back
|
|
1373
|
-
# The front of a document returned by a [file upload](https://stripe.com
|
|
1373
|
+
# The front of a document returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `additional_verification`. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
|
|
1374
1374
|
attr_accessor :front
|
|
1375
1375
|
|
|
1376
1376
|
def initialize(back: nil, front: nil)
|
|
@@ -1485,7 +1485,7 @@ module Stripe
|
|
|
1485
1485
|
|
|
1486
1486
|
class Documents < ::Stripe::RequestParams
|
|
1487
1487
|
class BankAccountOwnershipVerification < ::Stripe::RequestParams
|
|
1488
|
-
# One or more document ids returned by a [file upload](https://stripe.com
|
|
1488
|
+
# One or more document ids returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `account_requirement`.
|
|
1489
1489
|
attr_accessor :files
|
|
1490
1490
|
|
|
1491
1491
|
def initialize(files: nil)
|
|
@@ -1494,7 +1494,7 @@ module Stripe
|
|
|
1494
1494
|
end
|
|
1495
1495
|
|
|
1496
1496
|
class CompanyLicense < ::Stripe::RequestParams
|
|
1497
|
-
# One or more document ids returned by a [file upload](https://stripe.com
|
|
1497
|
+
# One or more document ids returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `account_requirement`.
|
|
1498
1498
|
attr_accessor :files
|
|
1499
1499
|
|
|
1500
1500
|
def initialize(files: nil)
|
|
@@ -1503,7 +1503,7 @@ module Stripe
|
|
|
1503
1503
|
end
|
|
1504
1504
|
|
|
1505
1505
|
class CompanyMemorandumOfAssociation < ::Stripe::RequestParams
|
|
1506
|
-
# One or more document ids returned by a [file upload](https://stripe.com
|
|
1506
|
+
# One or more document ids returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `account_requirement`.
|
|
1507
1507
|
attr_accessor :files
|
|
1508
1508
|
|
|
1509
1509
|
def initialize(files: nil)
|
|
@@ -1512,7 +1512,7 @@ module Stripe
|
|
|
1512
1512
|
end
|
|
1513
1513
|
|
|
1514
1514
|
class CompanyMinisterialDecree < ::Stripe::RequestParams
|
|
1515
|
-
# One or more document ids returned by a [file upload](https://stripe.com
|
|
1515
|
+
# One or more document ids returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `account_requirement`.
|
|
1516
1516
|
attr_accessor :files
|
|
1517
1517
|
|
|
1518
1518
|
def initialize(files: nil)
|
|
@@ -1521,7 +1521,7 @@ module Stripe
|
|
|
1521
1521
|
end
|
|
1522
1522
|
|
|
1523
1523
|
class CompanyRegistrationVerification < ::Stripe::RequestParams
|
|
1524
|
-
# One or more document ids returned by a [file upload](https://stripe.com
|
|
1524
|
+
# One or more document ids returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `account_requirement`.
|
|
1525
1525
|
attr_accessor :files
|
|
1526
1526
|
|
|
1527
1527
|
def initialize(files: nil)
|
|
@@ -1530,7 +1530,7 @@ module Stripe
|
|
|
1530
1530
|
end
|
|
1531
1531
|
|
|
1532
1532
|
class CompanyTaxIdVerification < ::Stripe::RequestParams
|
|
1533
|
-
# One or more document ids returned by a [file upload](https://stripe.com
|
|
1533
|
+
# One or more document ids returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `account_requirement`.
|
|
1534
1534
|
attr_accessor :files
|
|
1535
1535
|
|
|
1536
1536
|
def initialize(files: nil)
|
|
@@ -1539,7 +1539,7 @@ module Stripe
|
|
|
1539
1539
|
end
|
|
1540
1540
|
|
|
1541
1541
|
class ProofOfAddress < ::Stripe::RequestParams
|
|
1542
|
-
# One or more document ids returned by a [file upload](https://stripe.com
|
|
1542
|
+
# One or more document ids returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `account_requirement`.
|
|
1543
1543
|
attr_accessor :files
|
|
1544
1544
|
|
|
1545
1545
|
def initialize(files: nil)
|
|
@@ -1548,20 +1548,42 @@ module Stripe
|
|
|
1548
1548
|
end
|
|
1549
1549
|
|
|
1550
1550
|
class ProofOfRegistration < ::Stripe::RequestParams
|
|
1551
|
-
|
|
1551
|
+
class Signer < ::Stripe::RequestParams
|
|
1552
|
+
# The token of the person signing the document, if applicable.
|
|
1553
|
+
attr_accessor :person
|
|
1554
|
+
|
|
1555
|
+
def initialize(person: nil)
|
|
1556
|
+
@person = person
|
|
1557
|
+
end
|
|
1558
|
+
end
|
|
1559
|
+
# One or more document ids returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `account_requirement`.
|
|
1552
1560
|
attr_accessor :files
|
|
1561
|
+
# Attribute for param field signer
|
|
1562
|
+
attr_accessor :signer
|
|
1553
1563
|
|
|
1554
|
-
def initialize(files: nil)
|
|
1564
|
+
def initialize(files: nil, signer: nil)
|
|
1555
1565
|
@files = files
|
|
1566
|
+
@signer = signer
|
|
1556
1567
|
end
|
|
1557
1568
|
end
|
|
1558
1569
|
|
|
1559
1570
|
class ProofOfUltimateBeneficialOwnership < ::Stripe::RequestParams
|
|
1560
|
-
|
|
1571
|
+
class Signer < ::Stripe::RequestParams
|
|
1572
|
+
# The token of the person signing the document, if applicable.
|
|
1573
|
+
attr_accessor :person
|
|
1574
|
+
|
|
1575
|
+
def initialize(person: nil)
|
|
1576
|
+
@person = person
|
|
1577
|
+
end
|
|
1578
|
+
end
|
|
1579
|
+
# One or more document ids returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `account_requirement`.
|
|
1561
1580
|
attr_accessor :files
|
|
1581
|
+
# Attribute for param field signer
|
|
1582
|
+
attr_accessor :signer
|
|
1562
1583
|
|
|
1563
|
-
def initialize(files: nil)
|
|
1584
|
+
def initialize(files: nil, signer: nil)
|
|
1564
1585
|
@files = files
|
|
1586
|
+
@signer = signer
|
|
1565
1587
|
end
|
|
1566
1588
|
end
|
|
1567
1589
|
# One or more documents that support the [Bank account ownership verification](https://support.stripe.com/questions/bank-account-ownership-verification) requirement. Must be a document associated with the account’s primary active bank account that displays the last 4 digits of the account number, either a statement or a check.
|
|
@@ -1607,7 +1629,7 @@ module Stripe
|
|
|
1607
1629
|
end
|
|
1608
1630
|
|
|
1609
1631
|
class Groups < ::Stripe::RequestParams
|
|
1610
|
-
# The group the account is in to determine their payments pricing, and null if the account is on customized pricing. [See the Platform pricing tool documentation](https://stripe.com/
|
|
1632
|
+
# The group the account is in to determine their payments pricing, and null if the account is on customized pricing. [See the Platform pricing tool documentation](https://docs.stripe.com/connect/platform-pricing-tools) for details.
|
|
1611
1633
|
attr_accessor :payments_pricing
|
|
1612
1634
|
|
|
1613
1635
|
def initialize(payments_pricing: nil)
|
|
@@ -1627,7 +1649,7 @@ module Stripe
|
|
|
1627
1649
|
attr_accessor :line2
|
|
1628
1650
|
# ZIP or postal code.
|
|
1629
1651
|
attr_accessor :postal_code
|
|
1630
|
-
# State, county, province, or region.
|
|
1652
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
1631
1653
|
attr_accessor :state
|
|
1632
1654
|
|
|
1633
1655
|
def initialize(
|
|
@@ -1743,7 +1765,7 @@ module Stripe
|
|
|
1743
1765
|
attr_accessor :line2
|
|
1744
1766
|
# ZIP or postal code.
|
|
1745
1767
|
attr_accessor :postal_code
|
|
1746
|
-
# State, county, province, or region.
|
|
1768
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
1747
1769
|
attr_accessor :state
|
|
1748
1770
|
|
|
1749
1771
|
def initialize(
|
|
@@ -1816,9 +1838,9 @@ module Stripe
|
|
|
1816
1838
|
|
|
1817
1839
|
class Verification < ::Stripe::RequestParams
|
|
1818
1840
|
class AdditionalDocument < ::Stripe::RequestParams
|
|
1819
|
-
# The back of an ID returned by a [file upload](https://stripe.com
|
|
1841
|
+
# The back of an ID returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
|
|
1820
1842
|
attr_accessor :back
|
|
1821
|
-
# The front of an ID returned by a [file upload](https://stripe.com
|
|
1843
|
+
# The front of an ID returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
|
|
1822
1844
|
attr_accessor :front
|
|
1823
1845
|
|
|
1824
1846
|
def initialize(back: nil, front: nil)
|
|
@@ -1828,9 +1850,9 @@ module Stripe
|
|
|
1828
1850
|
end
|
|
1829
1851
|
|
|
1830
1852
|
class Document < ::Stripe::RequestParams
|
|
1831
|
-
# The back of an ID returned by a [file upload](https://stripe.com
|
|
1853
|
+
# The back of an ID returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
|
|
1832
1854
|
attr_accessor :back
|
|
1833
|
-
# The front of an ID returned by a [file upload](https://stripe.com
|
|
1855
|
+
# The front of an ID returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
|
|
1834
1856
|
attr_accessor :front
|
|
1835
1857
|
|
|
1836
1858
|
def initialize(back: nil, front: nil)
|
|
@@ -1880,7 +1902,7 @@ module Stripe
|
|
|
1880
1902
|
attr_accessor :last_name_kanji
|
|
1881
1903
|
# The individual's maiden name.
|
|
1882
1904
|
attr_accessor :maiden_name
|
|
1883
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
1905
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
1884
1906
|
attr_accessor :metadata
|
|
1885
1907
|
# The individual's phone number.
|
|
1886
1908
|
attr_accessor :phone
|
|
@@ -1974,9 +1996,9 @@ module Stripe
|
|
|
1974
1996
|
@pause_requested = pause_requested
|
|
1975
1997
|
end
|
|
1976
1998
|
end
|
|
1977
|
-
# Represents the risk control status of charges. Please see [this page for more details](https://stripe.com/
|
|
1999
|
+
# Represents the risk control status of charges. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
1978
2000
|
attr_accessor :charges
|
|
1979
|
-
# Represents the risk control status of payouts. Please see [this page for more details](https://stripe.com/
|
|
2001
|
+
# Represents the risk control status of payouts. Please see [this page for more details](https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
1980
2002
|
attr_accessor :payouts
|
|
1981
2003
|
|
|
1982
2004
|
def initialize(charges: nil, payouts: nil)
|
|
@@ -2281,7 +2303,7 @@ module Stripe
|
|
|
2281
2303
|
@user_agent = user_agent
|
|
2282
2304
|
end
|
|
2283
2305
|
end
|
|
2284
|
-
# An [account token](https://stripe.com
|
|
2306
|
+
# An [account token](https://api.stripe.com#create_account_token), used to securely provide details to the account.
|
|
2285
2307
|
attr_accessor :account_token
|
|
2286
2308
|
# Business information about the account.
|
|
2287
2309
|
attr_accessor :business_profile
|
|
@@ -2312,7 +2334,7 @@ module Stripe
|
|
|
2312
2334
|
attr_accessor :groups
|
|
2313
2335
|
# Information about the person represented by the account. This field is null unless `business_type` is set to `individual`. Once you create an [Account Link](/api/account_links) or [Account Session](/api/account_sessions), 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.
|
|
2314
2336
|
attr_accessor :individual
|
|
2315
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
2337
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
2316
2338
|
attr_accessor :metadata
|
|
2317
2339
|
# A hash to configure risk controls on the account. Please see [this page for more details](/connect/pausing-payments-or-payouts-on-connected-accounts).
|
|
2318
2340
|
attr_accessor :risk_controls
|
|
@@ -7,7 +7,7 @@ module Stripe
|
|
|
7
7
|
attr_accessor :amount
|
|
8
8
|
# Specifies which fields in the response should be expanded.
|
|
9
9
|
attr_accessor :expand
|
|
10
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
10
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
11
11
|
attr_accessor :metadata
|
|
12
12
|
|
|
13
13
|
def initialize(amount: nil, expand: nil, metadata: nil)
|
|
@@ -5,7 +5,7 @@ module Stripe
|
|
|
5
5
|
class ApplicationFeeRefundUpdateParams < ::Stripe::RequestParams
|
|
6
6
|
# Specifies which fields in the response should be expanded.
|
|
7
7
|
attr_accessor :expand
|
|
8
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
8
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
9
9
|
attr_accessor :metadata
|
|
10
10
|
|
|
11
11
|
def initialize(expand: nil, metadata: nil)
|
|
@@ -42,7 +42,7 @@ module Stripe
|
|
|
42
42
|
attr_accessor :destination_balance
|
|
43
43
|
# Specifies which fields in the response should be expanded.
|
|
44
44
|
attr_accessor :expand
|
|
45
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
45
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
46
46
|
attr_accessor :metadata
|
|
47
47
|
# The balance from which funds are transferred, including details specific to the balance you choose.
|
|
48
48
|
attr_accessor :source_balance
|
|
@@ -49,9 +49,9 @@ module Stripe
|
|
|
49
49
|
@type = type
|
|
50
50
|
end
|
|
51
51
|
end
|
|
52
|
-
# The customer
|
|
52
|
+
# The customer whose credit balance summary you're retrieving.
|
|
53
53
|
attr_accessor :customer
|
|
54
|
-
# The account
|
|
54
|
+
# The account representing the customer whose credit balance summary you're retrieving.
|
|
55
55
|
attr_accessor :customer_account
|
|
56
56
|
# Specifies which fields in the response should be expanded.
|
|
57
57
|
attr_accessor :expand
|
|
@@ -6,9 +6,9 @@ module Stripe
|
|
|
6
6
|
class CreditBalanceTransactionListParams < ::Stripe::RequestParams
|
|
7
7
|
# The credit grant for which to fetch credit balance transactions.
|
|
8
8
|
attr_accessor :credit_grant
|
|
9
|
-
# The customer
|
|
9
|
+
# The customer whose credit balance transactions you're retrieving.
|
|
10
10
|
attr_accessor :customer
|
|
11
|
-
# The account
|
|
11
|
+
# The account representing the customer whose credit balance transactions you're retrieving.
|
|
12
12
|
attr_accessor :customer_account
|
|
13
13
|
# A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.
|
|
14
14
|
attr_accessor :ending_before
|
|
@@ -87,9 +87,9 @@ module Stripe
|
|
|
87
87
|
attr_accessor :applicability_config
|
|
88
88
|
# The category of this credit grant. It defaults to `paid` if not specified.
|
|
89
89
|
attr_accessor :category
|
|
90
|
-
# ID of the customer
|
|
90
|
+
# ID of the customer receiving the billing credits.
|
|
91
91
|
attr_accessor :customer
|
|
92
|
-
# ID of the account
|
|
92
|
+
# ID of the account representing the customer receiving the billing credits.
|
|
93
93
|
attr_accessor :customer_account
|
|
94
94
|
# The time when the billing credits become effective-when they're eligible for use. It defaults to the current timestamp if not specified.
|
|
95
95
|
attr_accessor :effective_at
|
|
@@ -6,7 +6,7 @@ module Stripe
|
|
|
6
6
|
class CreditGrantListParams < ::Stripe::RequestParams
|
|
7
7
|
# Only return credit grants for this customer.
|
|
8
8
|
attr_accessor :customer
|
|
9
|
-
# Only return credit grants for this account.
|
|
9
|
+
# Only return credit grants for this account representing the customer.
|
|
10
10
|
attr_accessor :customer_account
|
|
11
11
|
# A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.
|
|
12
12
|
attr_accessor :ending_before
|
|
@@ -10,7 +10,7 @@ module Stripe
|
|
|
10
10
|
attr_accessor :expand
|
|
11
11
|
# A unique identifier for the event. If not provided, one is generated. We recommend using UUID-like identifiers. We will enforce uniqueness within a rolling period of at least 24 hours. The enforcement of uniqueness primarily addresses issues arising from accidental retries or other problems occurring within extremely brief time intervals. This approach helps prevent duplicate entries and ensures data integrity in high-frequency operations.
|
|
12
12
|
attr_accessor :identifier
|
|
13
|
-
# The payload of the event. This must contain the fields corresponding to a meter's `customer_mapping.event_payload_key` (default is `stripe_customer_id`) and `value_settings.event_payload_key` (default is `value`). Read more about the [payload](https://docs.stripe.com/billing/subscriptions/usage-based/
|
|
13
|
+
# The payload of the event. This must contain the fields corresponding to a meter's `customer_mapping.event_payload_key` (default is `stripe_customer_id`) and `value_settings.event_payload_key` (default is `value`). Read more about the [payload](https://docs.stripe.com/billing/subscriptions/usage-based/meters/configure#meter-configuration-attributes).
|
|
14
14
|
attr_accessor :payload
|
|
15
15
|
# The time of the event. Measured in seconds since the Unix epoch. Must be within the past 35 calendar days or up to 5 minutes in the future. Defaults to current timestamp if not specified.
|
|
16
16
|
attr_accessor :timestamp
|
|
@@ -128,6 +128,8 @@ module Stripe
|
|
|
128
128
|
@conditions = conditions
|
|
129
129
|
end
|
|
130
130
|
end
|
|
131
|
+
# Determines the value to use for the billing cycle anchor on subscription updates. Valid values are `now` or `unchanged`, and the default value is `unchanged`. Setting the value to `now` resets the subscription's billing cycle anchor to the current time (in UTC). For more information, see the billing cycle [documentation](https://docs.stripe.com/billing/subscriptions/billing-cycle).
|
|
132
|
+
attr_accessor :billing_cycle_anchor
|
|
131
133
|
# The types of subscription updates that are supported. When empty, subscriptions are not updateable.
|
|
132
134
|
attr_accessor :default_allowed_updates
|
|
133
135
|
# Whether the feature is enabled.
|
|
@@ -142,6 +144,7 @@ module Stripe
|
|
|
142
144
|
attr_accessor :trial_update_behavior
|
|
143
145
|
|
|
144
146
|
def initialize(
|
|
147
|
+
billing_cycle_anchor: nil,
|
|
145
148
|
default_allowed_updates: nil,
|
|
146
149
|
enabled: nil,
|
|
147
150
|
products: nil,
|
|
@@ -149,6 +152,7 @@ module Stripe
|
|
|
149
152
|
schedule_at_period_end: nil,
|
|
150
153
|
trial_update_behavior: nil
|
|
151
154
|
)
|
|
155
|
+
@billing_cycle_anchor = billing_cycle_anchor
|
|
152
156
|
@default_allowed_updates = default_allowed_updates
|
|
153
157
|
@enabled = enabled
|
|
154
158
|
@products = products
|
|
@@ -184,7 +188,7 @@ module Stripe
|
|
|
184
188
|
end
|
|
185
189
|
|
|
186
190
|
class LoginPage < ::Stripe::RequestParams
|
|
187
|
-
# Set to `true` to generate a shareable URL [`login_page.url`](https://stripe.com/
|
|
191
|
+
# Set to `true` to generate a shareable URL [`login_page.url`](https://docs.stripe.com/api/customer_portal/configuration#portal_configuration_object-login_page-url) that will take your customers to a hosted login page for the customer portal.
|
|
188
192
|
attr_accessor :enabled
|
|
189
193
|
|
|
190
194
|
def initialize(enabled: nil)
|
|
@@ -193,7 +197,7 @@ module Stripe
|
|
|
193
197
|
end
|
|
194
198
|
# The business information shown to customers in the portal.
|
|
195
199
|
attr_accessor :business_profile
|
|
196
|
-
# The default URL to redirect customers to when they click on the portal's link to return to your website. This can be [overriden](https://stripe.com/
|
|
200
|
+
# The default URL to redirect customers to when they click on the portal's link to return to your website. This can be [overriden](https://docs.stripe.com/api/customer_portal/sessions/create#create_portal_session-return_url) when creating the session.
|
|
197
201
|
attr_accessor :default_return_url
|
|
198
202
|
# Specifies which fields in the response should be expanded.
|
|
199
203
|
attr_accessor :expand
|
|
@@ -201,7 +205,7 @@ module Stripe
|
|
|
201
205
|
attr_accessor :features
|
|
202
206
|
# The hosted login page for this configuration. Learn more about the portal login page in our [integration docs](https://stripe.com/docs/billing/subscriptions/integrating-customer-portal#share).
|
|
203
207
|
attr_accessor :login_page
|
|
204
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
208
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
205
209
|
attr_accessor :metadata
|
|
206
210
|
# The name of the configuration.
|
|
207
211
|
attr_accessor :name
|