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
|
@@ -55,7 +55,7 @@ module Stripe
|
|
|
55
55
|
attr_reader :line2
|
|
56
56
|
# ZIP or postal code.
|
|
57
57
|
attr_reader :postal_code
|
|
58
|
-
# State, county, province, or region.
|
|
58
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
59
59
|
attr_reader :state
|
|
60
60
|
|
|
61
61
|
def self.inner_class_types
|
|
@@ -136,9 +136,9 @@ module Stripe
|
|
|
136
136
|
|
|
137
137
|
class FutureRequirements < ::Stripe::StripeObject
|
|
138
138
|
class Alternative < ::Stripe::StripeObject
|
|
139
|
-
# Fields that can be provided to
|
|
139
|
+
# Fields that can be provided to resolve all fields in `original_fields_due`.
|
|
140
140
|
attr_reader :alternative_fields_due
|
|
141
|
-
# Fields that are due and can be
|
|
141
|
+
# Fields that are due and can be resolved by providing all fields in `alternative_fields_due`.
|
|
142
142
|
attr_reader :original_fields_due
|
|
143
143
|
|
|
144
144
|
def self.inner_class_types
|
|
@@ -166,17 +166,17 @@ module Stripe
|
|
|
166
166
|
@field_remappings = {}
|
|
167
167
|
end
|
|
168
168
|
end
|
|
169
|
-
# Fields that are due and can be
|
|
169
|
+
# Fields that are due and can be resolved by providing the corresponding alternative fields instead. Many alternatives can list the same `original_fields_due`, and any of these alternatives can serve as a pathway for attempting to resolve the fields again. Re-providing `original_fields_due` also serves as a pathway for attempting to resolve the fields again.
|
|
170
170
|
attr_reader :alternatives
|
|
171
|
-
# Fields that need to be
|
|
171
|
+
# Fields that need to be resolved to keep the person's account enabled. If not resolved by the account's `future_requirements[current_deadline]`, these fields will transition to the main `requirements` hash, and may immediately become `past_due`, but the account may also be given a grace period depending on the account's enablement state prior to transition.
|
|
172
172
|
attr_reader :currently_due
|
|
173
|
-
#
|
|
173
|
+
# Details about validation and verification failures for `due` requirements that must be resolved.
|
|
174
174
|
attr_reader :errors
|
|
175
175
|
# Fields you must collect when all thresholds are reached. As they become required, they appear in `currently_due` as well, and the account's `future_requirements[current_deadline]` becomes set.
|
|
176
176
|
attr_reader :eventually_due
|
|
177
|
-
# Fields that
|
|
177
|
+
# Fields that haven't been resolved by the account's `requirements.current_deadline`. These fields need to be resolved to enable the person's account. `future_requirements.past_due` is a subset of `requirements.past_due`.
|
|
178
178
|
attr_reader :past_due
|
|
179
|
-
# Fields that might become required depending on the results of
|
|
179
|
+
# Fields that are being reviewed, or might become required depending on the results of a review. If the review fails, these fields can move to `eventually_due`, `currently_due`, `past_due` or `alternatives`. Fields might appear in `eventually_due`, `currently_due`, `past_due` or `alternatives` and in `pending_verification` if one verification fails but another is still pending.
|
|
180
180
|
attr_reader :pending_verification
|
|
181
181
|
|
|
182
182
|
def self.inner_class_types
|
|
@@ -199,7 +199,7 @@ module Stripe
|
|
|
199
199
|
attr_reader :line2
|
|
200
200
|
# ZIP or postal code.
|
|
201
201
|
attr_reader :postal_code
|
|
202
|
-
# State, county, province, or region.
|
|
202
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
203
203
|
attr_reader :state
|
|
204
204
|
|
|
205
205
|
def self.inner_class_types
|
|
@@ -240,9 +240,9 @@ module Stripe
|
|
|
240
240
|
|
|
241
241
|
class Requirements < ::Stripe::StripeObject
|
|
242
242
|
class Alternative < ::Stripe::StripeObject
|
|
243
|
-
# Fields that can be provided to
|
|
243
|
+
# Fields that can be provided to resolve all fields in `original_fields_due`.
|
|
244
244
|
attr_reader :alternative_fields_due
|
|
245
|
-
# Fields that are due and can be
|
|
245
|
+
# Fields that are due and can be resolved by providing all fields in `alternative_fields_due`.
|
|
246
246
|
attr_reader :original_fields_due
|
|
247
247
|
|
|
248
248
|
def self.inner_class_types
|
|
@@ -270,17 +270,17 @@ module Stripe
|
|
|
270
270
|
@field_remappings = {}
|
|
271
271
|
end
|
|
272
272
|
end
|
|
273
|
-
# Fields that are due and can be
|
|
273
|
+
# Fields that are due and can be resolved by providing the corresponding alternative fields instead. Many alternatives can list the same `original_fields_due`, and any of these alternatives can serve as a pathway for attempting to resolve the fields again. Re-providing `original_fields_due` also serves as a pathway for attempting to resolve the fields again.
|
|
274
274
|
attr_reader :alternatives
|
|
275
|
-
# Fields that need to be
|
|
275
|
+
# Fields that need to be resolved to keep the person's account enabled. If not resolved by the account's `current_deadline`, these fields will appear in `past_due` as well, and the account is disabled.
|
|
276
276
|
attr_reader :currently_due
|
|
277
|
-
#
|
|
277
|
+
# Details about validation and verification failures for `due` requirements that must be resolved.
|
|
278
278
|
attr_reader :errors
|
|
279
279
|
# Fields you must collect when all thresholds are reached. As they become required, they appear in `currently_due` as well, and the account's `current_deadline` becomes set.
|
|
280
280
|
attr_reader :eventually_due
|
|
281
|
-
# Fields that
|
|
281
|
+
# Fields that haven't been resolved by `current_deadline`. These fields need to be resolved to enable the person's account.
|
|
282
282
|
attr_reader :past_due
|
|
283
|
-
# Fields that might become required depending on the results of
|
|
283
|
+
# Fields that are being reviewed, or might become required depending on the results of a review. If the review fails, these fields can move to `eventually_due`, `currently_due`, `past_due` or `alternatives`. Fields might appear in `eventually_due`, `currently_due`, `past_due` or `alternatives` and in `pending_verification` if one verification fails but another is still pending.
|
|
284
284
|
attr_reader :pending_verification
|
|
285
285
|
|
|
286
286
|
def self.inner_class_types
|
|
@@ -370,13 +370,13 @@ module Stripe
|
|
|
370
370
|
|
|
371
371
|
class Verification < ::Stripe::StripeObject
|
|
372
372
|
class AdditionalDocument < ::Stripe::StripeObject
|
|
373
|
-
# The back of an ID returned by a [file upload](https://stripe.com
|
|
373
|
+
# The back of an ID returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`.
|
|
374
374
|
attr_reader :back
|
|
375
375
|
# A user-displayable string describing the verification state of this document. For example, if a document is uploaded and the picture is too fuzzy, this may say "Identity document is too unclear to read".
|
|
376
376
|
attr_reader :details
|
|
377
377
|
# One of `document_corrupt`, `document_country_not_supported`, `document_expired`, `document_failed_copy`, `document_failed_other`, `document_failed_test_mode`, `document_fraudulent`, `document_failed_greyscale`, `document_incomplete`, `document_invalid`, `document_manipulated`, `document_missing_back`, `document_missing_front`, `document_not_readable`, `document_not_uploaded`, `document_photo_mismatch`, `document_too_large`, or `document_type_not_supported`. A machine-readable code specifying the verification state for this document.
|
|
378
378
|
attr_reader :details_code
|
|
379
|
-
# The front of an ID returned by a [file upload](https://stripe.com
|
|
379
|
+
# The front of an ID returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`.
|
|
380
380
|
attr_reader :front
|
|
381
381
|
|
|
382
382
|
def self.inner_class_types
|
|
@@ -389,13 +389,13 @@ module Stripe
|
|
|
389
389
|
end
|
|
390
390
|
|
|
391
391
|
class Document < ::Stripe::StripeObject
|
|
392
|
-
# The back of an ID returned by a [file upload](https://stripe.com
|
|
392
|
+
# The back of an ID returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`.
|
|
393
393
|
attr_reader :back
|
|
394
394
|
# A user-displayable string describing the verification state of this document. For example, if a document is uploaded and the picture is too fuzzy, this may say "Identity document is too unclear to read".
|
|
395
395
|
attr_reader :details
|
|
396
396
|
# One of `document_corrupt`, `document_country_not_supported`, `document_expired`, `document_failed_copy`, `document_failed_other`, `document_failed_test_mode`, `document_fraudulent`, `document_failed_greyscale`, `document_incomplete`, `document_invalid`, `document_manipulated`, `document_missing_back`, `document_missing_front`, `document_not_readable`, `document_not_uploaded`, `document_photo_mismatch`, `document_too_large`, or `document_type_not_supported`. A machine-readable code specifying the verification state for this document.
|
|
397
397
|
attr_reader :details_code
|
|
398
|
-
# The front of an ID returned by a [file upload](https://stripe.com
|
|
398
|
+
# The front of an ID returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `identity_document`.
|
|
399
399
|
attr_reader :front
|
|
400
400
|
|
|
401
401
|
def self.inner_class_types
|
|
@@ -414,7 +414,7 @@ module Stripe
|
|
|
414
414
|
attr_reader :details_code
|
|
415
415
|
# Attribute for field document
|
|
416
416
|
attr_reader :document
|
|
417
|
-
# The state of verification for the person. Possible values are `unverified`, `pending`, or `verified`. Please refer [guide](https://stripe.com/
|
|
417
|
+
# The state of verification for the person. Possible values are `unverified`, `pending`, or `verified`. Please refer [guide](https://docs.stripe.com/connect/handling-api-verification) to handle verification updates.
|
|
418
418
|
attr_reader :status
|
|
419
419
|
|
|
420
420
|
def self.inner_class_types
|
|
@@ -449,7 +449,7 @@ module Stripe
|
|
|
449
449
|
attr_reader :first_name_kanji
|
|
450
450
|
# A list of alternate names or aliases that the person is known by. Also available for accounts where [controller.requirement_collection](/api/accounts/object#account_object-controller-requirement_collection) is `stripe`.
|
|
451
451
|
attr_reader :full_name_aliases
|
|
452
|
-
# Information about the [upcoming new requirements for this person](https://stripe.com/
|
|
452
|
+
# Information about the [upcoming new requirements for this person](https://docs.stripe.com/connect/custom-accounts/future-requirements), including what information needs to be collected, and by when.
|
|
453
453
|
attr_reader :future_requirements
|
|
454
454
|
# The person's gender.
|
|
455
455
|
attr_reader :gender
|
|
@@ -467,7 +467,7 @@ module Stripe
|
|
|
467
467
|
attr_reader :last_name_kanji
|
|
468
468
|
# The person's maiden name.
|
|
469
469
|
attr_reader :maiden_name
|
|
470
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
470
|
+
# 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.
|
|
471
471
|
attr_reader :metadata
|
|
472
472
|
# The country where the person is a national.
|
|
473
473
|
attr_reader :nationality
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
# frozen_string_literal: true
|
|
3
3
|
|
|
4
4
|
module Stripe
|
|
5
|
-
# You can now model subscriptions more flexibly using the [Prices API](https://stripe.com
|
|
5
|
+
# You can now model subscriptions more flexibly using the [Prices API](https://api.stripe.com#prices). It replaces the Plans API and is backwards compatible to simplify your migration.
|
|
6
6
|
#
|
|
7
7
|
# Plans define the base price, currency, and billing cycle for recurring purchases of products.
|
|
8
|
-
# [Products](https://stripe.com
|
|
8
|
+
# [Products](https://api.stripe.com#products) help you track inventory or provisioning, and plans help you track pricing. Different physical goods or levels of service should be represented by products, and pricing options should be represented by plans. This approach lets you change prices without having to change your provisioning scheme.
|
|
9
9
|
#
|
|
10
10
|
# For example, you might have a single "gold" product that has plans for $10/month, $100/year, €9/month, and €90/year.
|
|
11
11
|
#
|
|
12
|
-
# Related guides: [Set up a subscription](https://stripe.com/
|
|
12
|
+
# Related guides: [Set up a subscription](https://docs.stripe.com/billing/subscriptions/set-up-subscription) and more about [products and prices](https://docs.stripe.com/products-prices/overview).
|
|
13
13
|
class Plan < APIResource
|
|
14
14
|
extend Stripe::APIOperations::Create
|
|
15
15
|
include Stripe::APIOperations::Delete
|
|
@@ -76,7 +76,7 @@ module Stripe
|
|
|
76
76
|
attr_reader :interval_count
|
|
77
77
|
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
|
78
78
|
attr_reader :livemode
|
|
79
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
79
|
+
# 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.
|
|
80
80
|
attr_reader :metadata
|
|
81
81
|
# The meter tracking the usage of a metered price
|
|
82
82
|
attr_reader :meter
|
|
@@ -92,7 +92,7 @@ module Stripe
|
|
|
92
92
|
attr_reader :tiers_mode
|
|
93
93
|
# Apply a transformation to the reported usage or set quantity before computing the amount billed. Cannot be combined with `tiers`.
|
|
94
94
|
attr_reader :transform_usage
|
|
95
|
-
# Default number of trial days when subscribing a customer to this plan using [`trial_from_plan=true`](https://stripe.com/
|
|
95
|
+
# Default number of trial days when subscribing a customer to this plan using [`trial_from_plan=true`](https://docs.stripe.com/api#create_subscription-trial_from_plan).
|
|
96
96
|
attr_reader :trial_period_days
|
|
97
97
|
# Configures how the quantity per period should be determined. Can be either `metered` or `licensed`. `licensed` automatically bills the `quantity` set when adding it to a subscription. `metered` aggregates the total usage based on usage records. Defaults to `licensed`.
|
|
98
98
|
attr_reader :usage_type
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
|
|
4
4
|
module Stripe
|
|
5
5
|
# Prices define the unit cost, currency, and (optional) billing cycle for both recurring and one-time purchases of products.
|
|
6
|
-
# [Products](https://stripe.com
|
|
6
|
+
# [Products](https://api.stripe.com#products) help you track inventory or provisioning, and prices help you track payment terms. Different physical goods or levels of service should be represented by products, and pricing options should be represented by prices. This approach lets you change prices without having to change your provisioning scheme.
|
|
7
7
|
#
|
|
8
8
|
# For example, you might have a single "gold" product that has prices for $10/month, $100/year, and €9 once.
|
|
9
9
|
#
|
|
10
|
-
# Related guides: [Set up a subscription](https://stripe.com/
|
|
10
|
+
# Related guides: [Set up a subscription](https://docs.stripe.com/billing/subscriptions/set-up-subscription), [create an invoice](https://docs.stripe.com/billing/invoices/create), and more about [products and prices](https://docs.stripe.com/products-prices/overview).
|
|
11
11
|
class Price < APIResource
|
|
12
12
|
extend Stripe::APIOperations::Create
|
|
13
13
|
extend Stripe::APIOperations::List
|
|
@@ -59,7 +59,7 @@ module Stripe
|
|
|
59
59
|
end
|
|
60
60
|
# When set, provides configuration for the amount to be adjusted by the customer during Checkout Sessions and Payment Links.
|
|
61
61
|
attr_reader :custom_unit_amount
|
|
62
|
-
# Only required if a [default tax behavior](https://stripe.com/
|
|
62
|
+
# Only required if a [default tax behavior](https://docs.stripe.com/tax/products-prices-tax-categories-tax-behavior#setting-a-default-tax-behavior-(recommended)) was not provided in the Stripe Tax settings. Specifies whether the price is considered inclusive of taxes or exclusive of taxes. One of `inclusive`, `exclusive`, or `unspecified`. Once specified as either `inclusive` or `exclusive`, it cannot be changed.
|
|
63
63
|
attr_reader :tax_behavior
|
|
64
64
|
# Each element represents a pricing tier. This parameter requires `billing_scheme` to be set to `tiered`. See also the documentation for `billing_scheme`.
|
|
65
65
|
attr_reader :tiers
|
|
@@ -118,7 +118,7 @@ module Stripe
|
|
|
118
118
|
attr_reader :interval_count
|
|
119
119
|
# The meter tracking the usage of a metered price
|
|
120
120
|
attr_reader :meter
|
|
121
|
-
# Default number of trial days when subscribing a customer to this price using [`trial_from_plan=true`](https://stripe.com/
|
|
121
|
+
# Default number of trial days when subscribing a customer to this price using [`trial_from_plan=true`](https://docs.stripe.com/api#create_subscription-trial_from_plan).
|
|
122
122
|
attr_reader :trial_period_days
|
|
123
123
|
# Configures how the quantity per period should be determined. Can be either `metered` or `licensed`. `licensed` automatically bills the `quantity` set when adding it to a subscription. `metered` aggregates the total usage based on usage records. Defaults to `licensed`.
|
|
124
124
|
attr_reader :usage_type
|
|
@@ -185,7 +185,7 @@ module Stripe
|
|
|
185
185
|
attr_reader :livemode
|
|
186
186
|
# A lookup key used to retrieve prices dynamically from a static string. This may be up to 200 characters.
|
|
187
187
|
attr_reader :lookup_key
|
|
188
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
188
|
+
# 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.
|
|
189
189
|
attr_reader :metadata
|
|
190
190
|
# Subscriptions using this price will be migrated to use the new referenced price.
|
|
191
191
|
attr_reader :migrate_to
|
|
@@ -197,7 +197,7 @@ module Stripe
|
|
|
197
197
|
attr_reader :product
|
|
198
198
|
# The recurring components of a price such as `interval` and `usage_type`.
|
|
199
199
|
attr_reader :recurring
|
|
200
|
-
# Only required if a [default tax behavior](https://stripe.com/
|
|
200
|
+
# Only required if a [default tax behavior](https://docs.stripe.com/tax/products-prices-tax-categories-tax-behavior#setting-a-default-tax-behavior-(recommended)) was not provided in the Stripe Tax settings. Specifies whether the price is considered inclusive of taxes or exclusive of taxes. One of `inclusive`, `exclusive`, or `unspecified`. Once specified as either `inclusive` or `exclusive`, it cannot be changed.
|
|
201
201
|
attr_reader :tax_behavior
|
|
202
202
|
# Each element represents a pricing tier. This parameter requires `billing_scheme` to be set to `tiered`. See also the documentation for `billing_scheme`.
|
|
203
203
|
attr_reader :tiers
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
module Stripe
|
|
5
5
|
# Products describe the specific goods or services you offer to your customers.
|
|
6
6
|
# For example, you might offer a Standard and Premium version of your goods or service; each version would be a separate Product.
|
|
7
|
-
# They can be used in conjunction with [Prices](https://stripe.com
|
|
7
|
+
# They can be used in conjunction with [Prices](https://api.stripe.com#prices) to configure pricing in Payment Links, Checkout, and Subscriptions.
|
|
8
8
|
#
|
|
9
|
-
# Related guides: [Set up a subscription](https://stripe.com/
|
|
10
|
-
# [share a Payment Link](https://stripe.com/
|
|
11
|
-
# [accept payments with Checkout](https://stripe.com/
|
|
12
|
-
# and more about [Products and Prices](https://stripe.com/
|
|
9
|
+
# Related guides: [Set up a subscription](https://docs.stripe.com/billing/subscriptions/set-up-subscription),
|
|
10
|
+
# [share a Payment Link](https://docs.stripe.com/payment-links),
|
|
11
|
+
# [accept payments with Checkout](https://docs.stripe.com/payments/accept-a-payment#create-product-prices-upfront),
|
|
12
|
+
# and more about [Products and Prices](https://docs.stripe.com/products-prices/overview)
|
|
13
13
|
class Product < APIResource
|
|
14
14
|
extend Stripe::APIOperations::Create
|
|
15
15
|
include Stripe::APIOperations::Delete
|
|
@@ -60,7 +60,7 @@ module Stripe
|
|
|
60
60
|
attr_reader :active
|
|
61
61
|
# Time at which the object was created. Measured in seconds since the Unix epoch.
|
|
62
62
|
attr_reader :created
|
|
63
|
-
# The ID of the [Price](https://stripe.com/
|
|
63
|
+
# The ID of the [Price](https://docs.stripe.com/api/prices) object that is the default price for this product.
|
|
64
64
|
attr_reader :default_price
|
|
65
65
|
# The product's description, meant to be displayable to the customer. Use this field to optionally store a long form explanation of the product being sold for your own rendering purposes.
|
|
66
66
|
attr_reader :description
|
|
@@ -70,9 +70,9 @@ module Stripe
|
|
|
70
70
|
attr_reader :images
|
|
71
71
|
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
|
72
72
|
attr_reader :livemode
|
|
73
|
-
# A list of up to 15 marketing features for this product. These are displayed in [pricing tables](https://stripe.com/
|
|
73
|
+
# A list of up to 15 marketing features for this product. These are displayed in [pricing tables](https://docs.stripe.com/payments/checkout/pricing-table).
|
|
74
74
|
attr_reader :marketing_features
|
|
75
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
75
|
+
# 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.
|
|
76
76
|
attr_reader :metadata
|
|
77
77
|
# The product's name, meant to be displayable to the customer.
|
|
78
78
|
attr_reader :name
|
|
@@ -84,7 +84,7 @@ module Stripe
|
|
|
84
84
|
attr_reader :shippable
|
|
85
85
|
# Extra information about a product which will appear on your customer's credit card statement. In the case that multiple products are billed at once, the first statement descriptor will be used. Only used for subscription payments.
|
|
86
86
|
attr_reader :statement_descriptor
|
|
87
|
-
# A [tax code](https://stripe.com/
|
|
87
|
+
# A [tax code](https://docs.stripe.com/tax/tax-categories) ID.
|
|
88
88
|
attr_reader :tax_code
|
|
89
89
|
# The type of the product. The product is either of type `good`, which is eligible for use with Orders and SKUs, or `service`, which is eligible for use with Subscriptions and Plans.
|
|
90
90
|
attr_reader :type
|
|
@@ -5,7 +5,7 @@ module Stripe
|
|
|
5
5
|
# A Promotion Code represents a customer-redeemable code for an underlying promotion.
|
|
6
6
|
# You can create multiple codes for a single promotion.
|
|
7
7
|
#
|
|
8
|
-
# If you enable promotion codes in your [customer portal configuration](https://stripe.com/
|
|
8
|
+
# If you enable promotion codes in your [customer portal configuration](https://docs.stripe.com/customer-management/configure-portal), then customers can redeem a code themselves when updating a subscription in the portal.
|
|
9
9
|
# Customers can also view the currently active promotion codes and coupons on each of their subscriptions in the portal.
|
|
10
10
|
class PromotionCode < APIResource
|
|
11
11
|
extend Stripe::APIOperations::Create
|
|
@@ -68,9 +68,9 @@ module Stripe
|
|
|
68
68
|
attr_reader :code
|
|
69
69
|
# Time at which the object was created. Measured in seconds since the Unix epoch.
|
|
70
70
|
attr_reader :created
|
|
71
|
-
# The customer
|
|
71
|
+
# The customer who can use this promotion code.
|
|
72
72
|
attr_reader :customer
|
|
73
|
-
# The account
|
|
73
|
+
# The account representing the customer who can use this promotion code.
|
|
74
74
|
attr_reader :customer_account
|
|
75
75
|
# Date at which the promotion code can no longer be redeemed.
|
|
76
76
|
attr_reader :expires_at
|
|
@@ -80,7 +80,7 @@ module Stripe
|
|
|
80
80
|
attr_reader :livemode
|
|
81
81
|
# Maximum number of times this promotion code can be redeemed.
|
|
82
82
|
attr_reader :max_redemptions
|
|
83
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
83
|
+
# 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.
|
|
84
84
|
attr_reader :metadata
|
|
85
85
|
# String representing the object's type. Objects of the same type share the same value.
|
|
86
86
|
attr_reader :object
|
|
@@ -89,10 +89,10 @@ module Stripe
|
|
|
89
89
|
class Discount < ::Stripe::StripeObject
|
|
90
90
|
# The amount discounted.
|
|
91
91
|
attr_reader :amount
|
|
92
|
-
# A discount represents the actual application of a [coupon](https://stripe.com
|
|
92
|
+
# A discount represents the actual application of a [coupon](https://api.stripe.com#coupons) or [promotion code](https://api.stripe.com#promotion_codes).
|
|
93
93
|
# It contains information about when the discount began, when it will end, and what it is applied to.
|
|
94
94
|
#
|
|
95
|
-
# Related guide: [Applying discounts to subscriptions](https://stripe.com/
|
|
95
|
+
# Related guide: [Applying discounts to subscriptions](https://docs.stripe.com/billing/subscriptions/discounts)
|
|
96
96
|
attr_reader :discount
|
|
97
97
|
|
|
98
98
|
def self.inner_class_types
|
|
@@ -180,10 +180,10 @@ module Stripe
|
|
|
180
180
|
class Discount < ::Stripe::StripeObject
|
|
181
181
|
# The amount discounted.
|
|
182
182
|
attr_reader :amount
|
|
183
|
-
# A discount represents the actual application of a [coupon](https://stripe.com
|
|
183
|
+
# A discount represents the actual application of a [coupon](https://api.stripe.com#coupons) or [promotion code](https://api.stripe.com#promotion_codes).
|
|
184
184
|
# It contains information about when the discount began, when it will end, and what it is applied to.
|
|
185
185
|
#
|
|
186
|
-
# Related guide: [Applying discounts to subscriptions](https://stripe.com/
|
|
186
|
+
# Related guide: [Applying discounts to subscriptions](https://docs.stripe.com/billing/subscriptions/discounts)
|
|
187
187
|
attr_reader :discount
|
|
188
188
|
|
|
189
189
|
def self.inner_class_types
|
|
@@ -730,13 +730,13 @@ module Stripe
|
|
|
730
730
|
attr_reader :end_behavior
|
|
731
731
|
# The id of the subscription that will be updated when the quote is accepted.
|
|
732
732
|
attr_reader :from_subscription
|
|
733
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
733
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that will set metadata on the subscription or subscription schedule when the quote is accepted. If a recurring price is included in `line_items`, this field will be passed to the resulting subscription's `metadata` field. If `subscription_data.effective_date` is used, this field will be passed to the resulting subscription schedule's `phases.metadata` field. Unlike object-level metadata, this field is declarative. Updates will clear prior values.
|
|
734
734
|
attr_reader :metadata
|
|
735
735
|
# Configures how the quote handles billing for line transitions. Possible values are `line_start` (default) or `billing_period_start`. `line_start` bills based on the current state of the line, ignoring changes scheduled for future lines. `billing_period_start` bills predictively for upcoming line transitions within the current billing cycle, including pricing changes and service period adjustments that will occur before the next invoice.
|
|
736
736
|
attr_reader :phase_effective_at
|
|
737
737
|
# If specified, the invoicing for the given billing cycle iterations will be processed when the quote is accepted. Cannot be used with `effective_date`.
|
|
738
738
|
attr_reader :prebilling
|
|
739
|
-
# Determines how to handle [prorations](https://stripe.com/
|
|
739
|
+
# Determines how to handle [prorations](https://docs.stripe.com/subscriptions/billing-cycle#prorations) when the quote is accepted.
|
|
740
740
|
attr_reader :proration_behavior
|
|
741
741
|
# Integer representing the number of trial period days before the customer is charged for the first time.
|
|
742
742
|
attr_reader :trial_period_days
|
|
@@ -985,7 +985,7 @@ module Stripe
|
|
|
985
985
|
attr_reader :billing_behavior
|
|
986
986
|
# Billing schedules that will be applied to the subscription or subscription schedule created from this quote.
|
|
987
987
|
attr_reader :billing_schedules
|
|
988
|
-
# The customer
|
|
988
|
+
# The customer who received this quote. A customer is required to finalize the quote. Once specified, you can't change it.
|
|
989
989
|
attr_reader :customer
|
|
990
990
|
# The subscription's description, meant to be displayable to the customer. Use this field to optionally store an explanation of the subscription for rendering in Stripe surfaces and certain local payment methods UIs.
|
|
991
991
|
attr_reader :description
|
|
@@ -993,7 +993,7 @@ module Stripe
|
|
|
993
993
|
attr_reader :end_behavior
|
|
994
994
|
# Configures how the quote handles billing for line transitions. Possible values are `line_start` (default) or `billing_period_start`. `line_start` bills based on the current state of the line, ignoring changes scheduled for future lines. `billing_period_start` bills predictively for upcoming line transitions within the current billing cycle, including pricing changes and service period adjustments that will occur before the next invoice.
|
|
995
995
|
attr_reader :phase_effective_at
|
|
996
|
-
# Determines how to handle [prorations](https://stripe.com/
|
|
996
|
+
# Determines how to handle [prorations](https://docs.stripe.com/subscriptions/billing-cycle#prorations) when the quote is accepted.
|
|
997
997
|
attr_reader :proration_behavior
|
|
998
998
|
|
|
999
999
|
def self.inner_class_types
|
|
@@ -1045,10 +1045,10 @@ module Stripe
|
|
|
1045
1045
|
class Discount < ::Stripe::StripeObject
|
|
1046
1046
|
# The amount discounted.
|
|
1047
1047
|
attr_reader :amount
|
|
1048
|
-
# A discount represents the actual application of a [coupon](https://stripe.com
|
|
1048
|
+
# A discount represents the actual application of a [coupon](https://api.stripe.com#coupons) or [promotion code](https://api.stripe.com#promotion_codes).
|
|
1049
1049
|
# It contains information about when the discount began, when it will end, and what it is applied to.
|
|
1050
1050
|
#
|
|
1051
|
-
# Related guide: [Applying discounts to subscriptions](https://stripe.com/
|
|
1051
|
+
# Related guide: [Applying discounts to subscriptions](https://docs.stripe.com/billing/subscriptions/discounts)
|
|
1052
1052
|
attr_reader :discount
|
|
1053
1053
|
|
|
1054
1054
|
def self.inner_class_types
|
|
@@ -1149,9 +1149,9 @@ module Stripe
|
|
|
1149
1149
|
attr_reader :created
|
|
1150
1150
|
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
|
1151
1151
|
attr_reader :currency
|
|
1152
|
-
# The customer
|
|
1152
|
+
# The customer who received this quote. A customer is required to finalize the quote. Once specified, you can't change it.
|
|
1153
1153
|
attr_reader :customer
|
|
1154
|
-
# The account
|
|
1154
|
+
# The account representing the customer who received this quote. A customer or account is required to finalize the quote. Once specified, you can't change it.
|
|
1155
1155
|
attr_reader :customer_account
|
|
1156
1156
|
# The tax rates applied to this quote.
|
|
1157
1157
|
attr_reader :default_tax_rates
|
|
@@ -1163,7 +1163,7 @@ module Stripe
|
|
|
1163
1163
|
attr_reader :expires_at
|
|
1164
1164
|
# A footer that will be displayed on the quote PDF.
|
|
1165
1165
|
attr_reader :footer
|
|
1166
|
-
# Details of the quote that was cloned. See the [cloning documentation](https://stripe.com/
|
|
1166
|
+
# Details of the quote that was cloned. See the [cloning documentation](https://docs.stripe.com/quotes/clone) for more details.
|
|
1167
1167
|
attr_reader :from_quote
|
|
1168
1168
|
# A header that will be displayed on the quote PDF.
|
|
1169
1169
|
attr_reader :header
|
|
@@ -1179,9 +1179,9 @@ module Stripe
|
|
|
1179
1179
|
attr_reader :lines
|
|
1180
1180
|
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
|
1181
1181
|
attr_reader :livemode
|
|
1182
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
1182
|
+
# 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.
|
|
1183
1183
|
attr_reader :metadata
|
|
1184
|
-
# A unique number that identifies this particular quote. This number is assigned once the quote is [finalized](https://stripe.com/
|
|
1184
|
+
# A unique number that identifies this particular quote. This number is assigned once the quote is [finalized](https://docs.stripe.com/quotes/overview#finalize).
|
|
1185
1185
|
attr_reader :number
|
|
1186
1186
|
# String representing the object's type. Objects of the same type share the same value.
|
|
1187
1187
|
attr_reader :object
|
|
@@ -93,7 +93,7 @@ module Stripe
|
|
|
93
93
|
end
|
|
94
94
|
# The discounts applied to the subscription item. Subscription item discounts are applied before subscription discounts. Use `expand[]=discounts` to expand each discount.
|
|
95
95
|
attr_reader :discounts
|
|
96
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
96
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an item. Metadata on this item will update the underlying subscription item's `metadata` when the phase is entered.
|
|
97
97
|
attr_reader :metadata
|
|
98
98
|
# ID of the price to which the customer should be subscribed.
|
|
99
99
|
attr_reader :price
|
|
@@ -244,7 +244,7 @@ module Stripe
|
|
|
244
244
|
end
|
|
245
245
|
# The discounts applied to the subscription item. Subscription item discounts are applied before subscription discounts. Use `expand[]=discounts` to expand each discount.
|
|
246
246
|
attr_reader :discounts
|
|
247
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
247
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an item. Metadata on this item will update the underlying subscription item's `metadata` when the phase is entered.
|
|
248
248
|
attr_reader :metadata
|
|
249
249
|
# ID of the price to which the customer should be subscribed.
|
|
250
250
|
attr_reader :price
|
|
@@ -397,7 +397,7 @@ module Stripe
|
|
|
397
397
|
@field_remappings = {}
|
|
398
398
|
end
|
|
399
399
|
end
|
|
400
|
-
# If specified, payment collection for this subscription will be paused. Note that the subscription status will be unchanged and will not be updated to `paused`. Learn more about [pausing collection](https://stripe.com/
|
|
400
|
+
# If specified, payment collection for this subscription will be paused. Note that the subscription status will be unchanged and will not be updated to `paused`. Learn more about [pausing collection](https://docs.stripe.com/billing/subscriptions/pause-payment).
|
|
401
401
|
attr_reader :set
|
|
402
402
|
# Defines the type of the pause_collection behavior for the quote line.
|
|
403
403
|
attr_reader :type
|
|
@@ -489,6 +489,8 @@ module Stripe
|
|
|
489
489
|
attr_reader :billing_cycle_anchor
|
|
490
490
|
# A point-in-time operation that cancels an existing subscription schedule at the line's starts_at timestamp. Currently only compatible with `quote_acceptance_date` for `starts_at`. When using cancel_subscription_schedule, the subscription schedule on the quote remains unalterable, except for modifications to the metadata, collection_method or invoice_settings.
|
|
491
491
|
attr_reader :cancel_subscription_schedule
|
|
492
|
+
# Configures how the subscription schedule handles billing for phase transitions. Possible values are `phase_start` (default) or `billing_period_start`. `phase_start` bills based on the current state of the subscription, ignoring changes scheduled in future phases. `billing_period_start` bills predictively for upcoming phase transitions within the current billing cycle, including pricing changes and service period adjustments that will occur before the next invoice.
|
|
493
|
+
attr_reader :effective_at
|
|
492
494
|
# Details to identify the end of the time range modified by the proposed change. If not supplied, the quote line is considered a point-in-time operation that only affects the exact timestamp at `starts_at`, and a restricted set of attributes is supported on the quote line.
|
|
493
495
|
attr_reader :ends_at
|
|
494
496
|
# Unique identifier for the object.
|
|
@@ -505,8 +507,6 @@ module Stripe
|
|
|
505
507
|
attr_reader :starts_at
|
|
506
508
|
# Settings related to subscription trials.
|
|
507
509
|
attr_reader :trial_settings
|
|
508
|
-
# Configures how the subscription schedule handles billing for phase transitions. Possible values are `phase_start` (default) or `billing_period_start`. `phase_start` bills based on the current state of the subscription, ignoring changes scheduled in future phases. `billing_period_start` bills predictively for upcoming phase transitions within the current billing cycle, including pricing changes and service period adjustments that will occur before the next invoice.
|
|
509
|
-
attr_reader :effective_at
|
|
510
510
|
|
|
511
511
|
def self.inner_class_types
|
|
512
512
|
@inner_class_types = {
|