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
|
@@ -44,7 +44,7 @@ module Stripe
|
|
|
44
44
|
attr_reader :line2
|
|
45
45
|
# ZIP or postal code.
|
|
46
46
|
attr_reader :postal_code
|
|
47
|
-
# State, county, province, or region.
|
|
47
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
48
48
|
attr_reader :state
|
|
49
49
|
|
|
50
50
|
def self.inner_class_types
|
|
@@ -139,9 +139,9 @@ module Stripe
|
|
|
139
139
|
attr_reader :reference
|
|
140
140
|
# Indicates that you intend to make future payments with the payment method.
|
|
141
141
|
#
|
|
142
|
-
# Providing this parameter will [attach the payment method](https://stripe.com/
|
|
142
|
+
# Providing this parameter will [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the order's Customer, if present, after the order's PaymentIntent is confirmed and any required actions from the user are complete. If no Customer was provided, the payment method can still be [attached](https://docs.stripe.com/api/payment_methods/attach) to a Customer after the transaction completes.
|
|
143
143
|
#
|
|
144
|
-
# When processing card payments, Stripe also uses `setup_future_usage` to dynamically optimize your payment flow and comply with regional legislation and network rules, such as [SCA](https://stripe.com/
|
|
144
|
+
# When processing card payments, Stripe also uses `setup_future_usage` to dynamically optimize your payment flow and comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
|
|
145
145
|
#
|
|
146
146
|
# If `setup_future_usage` is already set and you are performing a request using a publishable key, you may only update the value from `on_session` to `off_session`.
|
|
147
147
|
attr_reader :setup_future_usage
|
|
@@ -200,9 +200,9 @@ module Stripe
|
|
|
200
200
|
attr_reader :capture_method
|
|
201
201
|
# Indicates that you intend to make future payments with the payment method.
|
|
202
202
|
#
|
|
203
|
-
# Providing this parameter will [attach the payment method](https://stripe.com/
|
|
203
|
+
# Providing this parameter will [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the order's Customer, if present, after the order's PaymentIntent is confirmed and any required actions from the user are complete. If no Customer was provided, the payment method can still be [attached](https://docs.stripe.com/api/payment_methods/attach) to a Customer after the transaction completes.
|
|
204
204
|
#
|
|
205
|
-
# When processing card payments, Stripe also uses `setup_future_usage` to dynamically optimize your payment flow and comply with regional legislation and network rules, such as [SCA](https://stripe.com/
|
|
205
|
+
# When processing card payments, Stripe also uses `setup_future_usage` to dynamically optimize your payment flow and comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
|
|
206
206
|
#
|
|
207
207
|
# If `setup_future_usage` is already set and you are performing a request using a publishable key, you may only update the value from `on_session` to `off_session`.
|
|
208
208
|
attr_reader :setup_future_usage
|
|
@@ -599,7 +599,7 @@ module Stripe
|
|
|
599
599
|
attr_reader :automatic_payment_methods
|
|
600
600
|
# PaymentMethod-specific configuration to provide to the order's PaymentIntent.
|
|
601
601
|
attr_reader :payment_method_options
|
|
602
|
-
# The list of [payment method types](https://stripe.com/
|
|
602
|
+
# The list of [payment method types](https://docs.stripe.com/payments/payment-methods/overview) to provide to the order's PaymentIntent. Do not include this attribute if you prefer to manage your payment methods from the [Stripe Dashboard](https://dashboard.stripe.com/settings/payment_methods).
|
|
603
603
|
attr_reader :payment_method_types
|
|
604
604
|
# The URL to redirect the customer to after they authenticate their payment.
|
|
605
605
|
attr_reader :return_url
|
|
@@ -691,7 +691,7 @@ module Stripe
|
|
|
691
691
|
attr_reader :line2
|
|
692
692
|
# ZIP or postal code.
|
|
693
693
|
attr_reader :postal_code
|
|
694
|
-
# State, county, province, or region.
|
|
694
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
695
695
|
attr_reader :state
|
|
696
696
|
|
|
697
697
|
def self.inner_class_types
|
|
@@ -752,10 +752,10 @@ module Stripe
|
|
|
752
752
|
class Discount < ::Stripe::StripeObject
|
|
753
753
|
# The amount discounted.
|
|
754
754
|
attr_reader :amount
|
|
755
|
-
# A discount represents the actual application of a [coupon](https://stripe.com
|
|
755
|
+
# A discount represents the actual application of a [coupon](https://api.stripe.com#coupons) or [promotion code](https://api.stripe.com#promotion_codes).
|
|
756
756
|
# It contains information about when the discount began, when it will end, and what it is applied to.
|
|
757
757
|
#
|
|
758
|
-
# Related guide: [Applying discounts to subscriptions](https://stripe.com/
|
|
758
|
+
# Related guide: [Applying discounts to subscriptions](https://docs.stripe.com/billing/subscriptions/discounts)
|
|
759
759
|
attr_reader :discount
|
|
760
760
|
|
|
761
761
|
def self.inner_class_types
|
|
@@ -817,9 +817,9 @@ module Stripe
|
|
|
817
817
|
@field_remappings = {}
|
|
818
818
|
end
|
|
819
819
|
end
|
|
820
|
-
# Order cost before any discounts or taxes are applied. A positive integer representing the subtotal of the order in the [smallest currency unit](https://stripe.com/
|
|
820
|
+
# Order cost before any discounts or taxes are applied. A positive integer representing the subtotal of the order in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal) (e.g., 100 cents to charge $1.00 or 100 to charge ¥100, a zero-decimal currency).
|
|
821
821
|
attr_reader :amount_subtotal
|
|
822
|
-
# Total order cost after discounts and taxes are applied. A positive integer representing the cost of the order in the [smallest currency unit](https://stripe.com/
|
|
822
|
+
# Total order cost after discounts and taxes are applied. A positive integer representing the cost of the order in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal) (e.g., 100 cents to charge $1.00 or 100 to charge ¥100, a zero-decimal currency). To submit an order, the total must be either 0 or at least $0.50 USD or [equivalent in charge currency](https://docs.stripe.com/currencies#minimum-and-maximum-charge-amounts).
|
|
823
823
|
attr_reader :amount_total
|
|
824
824
|
# ID of the Connect application that created the Order, if any.
|
|
825
825
|
attr_reader :application
|
|
@@ -831,7 +831,7 @@ module Stripe
|
|
|
831
831
|
#
|
|
832
832
|
# The client secret can be used to complete a payment for an Order from your frontend. It should not be stored, logged, embedded in URLs, or exposed to anyone other than the customer. Make sure that you have TLS enabled on any page that includes the client secret.
|
|
833
833
|
#
|
|
834
|
-
# Refer to our docs for [creating and processing an order](https://stripe.com/
|
|
834
|
+
# Refer to our docs for [creating and processing an order](https://docs.stripe.com/orders-beta/create-and-process) to learn about how client_secret should be handled.
|
|
835
835
|
attr_reader :client_secret
|
|
836
836
|
# Time at which the object was created. Measured in seconds since the Unix epoch.
|
|
837
837
|
attr_reader :created
|
|
@@ -851,7 +851,7 @@ module Stripe
|
|
|
851
851
|
attr_reader :line_items
|
|
852
852
|
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
|
853
853
|
attr_reader :livemode
|
|
854
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
854
|
+
# 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.
|
|
855
855
|
attr_reader :metadata
|
|
856
856
|
# String representing the object's type. Objects of the same type share the same value.
|
|
857
857
|
attr_reader :object
|
|
@@ -17,7 +17,7 @@ module Stripe
|
|
|
17
17
|
class Amount < ::Stripe::StripeObject
|
|
18
18
|
# 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).
|
|
19
19
|
attr_reader :currency
|
|
20
|
-
# A positive integer representing the amount in the currency's [minor unit](https://stripe.com/
|
|
20
|
+
# A positive integer representing the amount in the currency's [minor unit](https://docs.stripe.com/currencies#zero-decimal). For example, `100` can represent 1 USD or 100 JPY.
|
|
21
21
|
attr_reader :value
|
|
22
22
|
|
|
23
23
|
def self.inner_class_types
|
|
@@ -32,7 +32,7 @@ module Stripe
|
|
|
32
32
|
class AmountAuthorized < ::Stripe::StripeObject
|
|
33
33
|
# 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).
|
|
34
34
|
attr_reader :currency
|
|
35
|
-
# A positive integer representing the amount in the currency's [minor unit](https://stripe.com/
|
|
35
|
+
# A positive integer representing the amount in the currency's [minor unit](https://docs.stripe.com/currencies#zero-decimal). For example, `100` can represent 1 USD or 100 JPY.
|
|
36
36
|
attr_reader :value
|
|
37
37
|
|
|
38
38
|
def self.inner_class_types
|
|
@@ -47,7 +47,7 @@ module Stripe
|
|
|
47
47
|
class AmountCanceled < ::Stripe::StripeObject
|
|
48
48
|
# 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).
|
|
49
49
|
attr_reader :currency
|
|
50
|
-
# A positive integer representing the amount in the currency's [minor unit](https://stripe.com/
|
|
50
|
+
# A positive integer representing the amount in the currency's [minor unit](https://docs.stripe.com/currencies#zero-decimal). For example, `100` can represent 1 USD or 100 JPY.
|
|
51
51
|
attr_reader :value
|
|
52
52
|
|
|
53
53
|
def self.inner_class_types
|
|
@@ -62,7 +62,7 @@ module Stripe
|
|
|
62
62
|
class AmountFailed < ::Stripe::StripeObject
|
|
63
63
|
# 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).
|
|
64
64
|
attr_reader :currency
|
|
65
|
-
# A positive integer representing the amount in the currency's [minor unit](https://stripe.com/
|
|
65
|
+
# A positive integer representing the amount in the currency's [minor unit](https://docs.stripe.com/currencies#zero-decimal). For example, `100` can represent 1 USD or 100 JPY.
|
|
66
66
|
attr_reader :value
|
|
67
67
|
|
|
68
68
|
def self.inner_class_types
|
|
@@ -77,7 +77,7 @@ module Stripe
|
|
|
77
77
|
class AmountGuaranteed < ::Stripe::StripeObject
|
|
78
78
|
# 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).
|
|
79
79
|
attr_reader :currency
|
|
80
|
-
# A positive integer representing the amount in the currency's [minor unit](https://stripe.com/
|
|
80
|
+
# A positive integer representing the amount in the currency's [minor unit](https://docs.stripe.com/currencies#zero-decimal). For example, `100` can represent 1 USD or 100 JPY.
|
|
81
81
|
attr_reader :value
|
|
82
82
|
|
|
83
83
|
def self.inner_class_types
|
|
@@ -92,7 +92,7 @@ module Stripe
|
|
|
92
92
|
class AmountRefunded < ::Stripe::StripeObject
|
|
93
93
|
# 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).
|
|
94
94
|
attr_reader :currency
|
|
95
|
-
# A positive integer representing the amount in the currency's [minor unit](https://stripe.com/
|
|
95
|
+
# A positive integer representing the amount in the currency's [minor unit](https://docs.stripe.com/currencies#zero-decimal). For example, `100` can represent 1 USD or 100 JPY.
|
|
96
96
|
attr_reader :value
|
|
97
97
|
|
|
98
98
|
def self.inner_class_types
|
|
@@ -107,7 +107,7 @@ module Stripe
|
|
|
107
107
|
class AmountRequested < ::Stripe::StripeObject
|
|
108
108
|
# 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).
|
|
109
109
|
attr_reader :currency
|
|
110
|
-
# A positive integer representing the amount in the currency's [minor unit](https://stripe.com/
|
|
110
|
+
# A positive integer representing the amount in the currency's [minor unit](https://docs.stripe.com/currencies#zero-decimal). For example, `100` can represent 1 USD or 100 JPY.
|
|
111
111
|
attr_reader :value
|
|
112
112
|
|
|
113
113
|
def self.inner_class_types
|
|
@@ -184,6 +184,8 @@ module Stripe
|
|
|
184
184
|
class AcssDebit < ::Stripe::StripeObject
|
|
185
185
|
# Name of the bank associated with the bank account.
|
|
186
186
|
attr_reader :bank_name
|
|
187
|
+
# Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format.
|
|
188
|
+
attr_reader :expected_debit_date
|
|
187
189
|
# Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.
|
|
188
190
|
attr_reader :fingerprint
|
|
189
191
|
# Institution number of the bank account
|
|
@@ -205,9 +207,9 @@ module Stripe
|
|
|
205
207
|
end
|
|
206
208
|
|
|
207
209
|
class Affirm < ::Stripe::StripeObject
|
|
208
|
-
# ID of the [location](https://stripe.com/
|
|
210
|
+
# ID of the [location](https://docs.stripe.com/api/terminal/locations) that this transaction's reader is assigned to.
|
|
209
211
|
attr_reader :location
|
|
210
|
-
# ID of the [reader](https://stripe.com/
|
|
212
|
+
# ID of the [reader](https://docs.stripe.com/api/terminal/readers) this transaction was made on.
|
|
211
213
|
attr_reader :reader
|
|
212
214
|
# The Affirm transaction ID associated with this payment.
|
|
213
215
|
attr_reader :transaction_id
|
|
@@ -336,6 +338,8 @@ module Stripe
|
|
|
336
338
|
class AuBecsDebit < ::Stripe::StripeObject
|
|
337
339
|
# Bank-State-Branch number of the bank account.
|
|
338
340
|
attr_reader :bsb_number
|
|
341
|
+
# Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format.
|
|
342
|
+
attr_reader :expected_debit_date
|
|
339
343
|
# Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.
|
|
340
344
|
attr_reader :fingerprint
|
|
341
345
|
# Last four digits of the bank account number.
|
|
@@ -353,6 +357,8 @@ module Stripe
|
|
|
353
357
|
end
|
|
354
358
|
|
|
355
359
|
class BacsDebit < ::Stripe::StripeObject
|
|
360
|
+
# Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format.
|
|
361
|
+
attr_reader :expected_debit_date
|
|
356
362
|
# Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.
|
|
357
363
|
attr_reader :fingerprint
|
|
358
364
|
# Last four digits of the bank account number.
|
|
@@ -425,7 +431,7 @@ module Stripe
|
|
|
425
431
|
attr_reader :line2
|
|
426
432
|
# ZIP or postal code.
|
|
427
433
|
attr_reader :postal_code
|
|
428
|
-
# State, county, province, or region.
|
|
434
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
429
435
|
attr_reader :state
|
|
430
436
|
|
|
431
437
|
def self.inner_class_types
|
|
@@ -498,6 +504,35 @@ module Stripe
|
|
|
498
504
|
end
|
|
499
505
|
end
|
|
500
506
|
|
|
507
|
+
class Installments < ::Stripe::StripeObject
|
|
508
|
+
class Plan < ::Stripe::StripeObject
|
|
509
|
+
# For `fixed_count` installment plans, this is the number of installment payments your customer will make to their credit card.
|
|
510
|
+
attr_reader :count
|
|
511
|
+
# For `fixed_count` installment plans, this is the interval between installment payments your customer will make to their credit card. One of `month`.
|
|
512
|
+
attr_reader :interval
|
|
513
|
+
# Type of installment plan, one of `fixed_count`, `revolving`, or `bonus`.
|
|
514
|
+
attr_reader :type
|
|
515
|
+
|
|
516
|
+
def self.inner_class_types
|
|
517
|
+
@inner_class_types = {}
|
|
518
|
+
end
|
|
519
|
+
|
|
520
|
+
def self.field_remappings
|
|
521
|
+
@field_remappings = {}
|
|
522
|
+
end
|
|
523
|
+
end
|
|
524
|
+
# Attribute for field plan
|
|
525
|
+
attr_reader :plan
|
|
526
|
+
|
|
527
|
+
def self.inner_class_types
|
|
528
|
+
@inner_class_types = { plan: Plan }
|
|
529
|
+
end
|
|
530
|
+
|
|
531
|
+
def self.field_remappings
|
|
532
|
+
@field_remappings = {}
|
|
533
|
+
end
|
|
534
|
+
end
|
|
535
|
+
|
|
501
536
|
class NetworkToken < ::Stripe::StripeObject
|
|
502
537
|
# Indicates if Stripe used a network token, either user provided or Stripe managed when processing the transaction.
|
|
503
538
|
attr_reader :used
|
|
@@ -570,6 +605,8 @@ module Stripe
|
|
|
570
605
|
@field_remappings = {}
|
|
571
606
|
end
|
|
572
607
|
end
|
|
608
|
+
# The authorization code of the payment.
|
|
609
|
+
attr_reader :authorization_code
|
|
573
610
|
# Card brand. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa` or `unknown`.
|
|
574
611
|
attr_reader :brand
|
|
575
612
|
# When using manual capture, a future timestamp at which the charge will be automatically refunded if uncaptured.
|
|
@@ -578,6 +615,8 @@ module Stripe
|
|
|
578
615
|
attr_reader :checks
|
|
579
616
|
# Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.
|
|
580
617
|
attr_reader :country
|
|
618
|
+
# A high-level description of the type of cards issued in this range.
|
|
619
|
+
attr_reader :description
|
|
581
620
|
# Two-digit number representing the card's expiration month.
|
|
582
621
|
attr_reader :exp_month
|
|
583
622
|
# Four-digit number representing the card's expiration year.
|
|
@@ -588,16 +627,28 @@ module Stripe
|
|
|
588
627
|
attr_reader :fingerprint
|
|
589
628
|
# Card funding type. Can be `credit`, `debit`, `prepaid`, or `unknown`.
|
|
590
629
|
attr_reader :funding
|
|
630
|
+
# Issuer identification number of the card.
|
|
631
|
+
attr_reader :iin
|
|
632
|
+
# Installment details for this payment.
|
|
633
|
+
attr_reader :installments
|
|
634
|
+
# The name of the card's issuing bank.
|
|
635
|
+
attr_reader :issuer
|
|
591
636
|
# The last four digits of the card.
|
|
592
637
|
attr_reader :last4
|
|
593
638
|
# True if this payment was marked as MOTO and out of scope for SCA.
|
|
594
639
|
attr_reader :moto
|
|
595
640
|
# Identifies which network this charge was processed on. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `interac`, `jcb`, `link`, `mastercard`, `unionpay`, `visa`, or `unknown`.
|
|
596
641
|
attr_reader :network
|
|
642
|
+
# Advice code from the card network for the failed payment.
|
|
643
|
+
attr_reader :network_advice_code
|
|
644
|
+
# Decline code from the card network for the failed payment.
|
|
645
|
+
attr_reader :network_decline_code
|
|
597
646
|
# If this card has network token credentials, this contains the details of the network token credentials.
|
|
598
647
|
attr_reader :network_token
|
|
599
648
|
# This is used by the financial networks to identify a transaction. Visa calls this the Transaction ID, Mastercard calls this the Trace ID, and American Express calls this the Acquirer Reference Data. This value will be present if it is returned by the financial network in the authorization response, and null otherwise.
|
|
600
649
|
attr_reader :network_transaction_id
|
|
650
|
+
# The transaction type that was passed for an off-session, Merchant-Initiated transaction, one of `recurring` or `unscheduled`.
|
|
651
|
+
attr_reader :stored_credential_usage
|
|
601
652
|
# Populated if this transaction used 3D Secure authentication.
|
|
602
653
|
attr_reader :three_d_secure
|
|
603
654
|
# If this Card is part of a card wallet, this contains the details of the card wallet.
|
|
@@ -606,6 +657,7 @@ module Stripe
|
|
|
606
657
|
def self.inner_class_types
|
|
607
658
|
@inner_class_types = {
|
|
608
659
|
checks: Checks,
|
|
660
|
+
installments: Installments,
|
|
609
661
|
network_token: NetworkToken,
|
|
610
662
|
three_d_secure: ThreeDSecure,
|
|
611
663
|
wallet: Wallet,
|
|
@@ -704,7 +756,7 @@ module Stripe
|
|
|
704
756
|
attr_reader :generated_card
|
|
705
757
|
# Issuer identification number of the card. (For internal use only and not typically available in standard API requests.)
|
|
706
758
|
attr_reader :iin
|
|
707
|
-
# Whether this [PaymentIntent](https://stripe.com/
|
|
759
|
+
# Whether this [PaymentIntent](https://docs.stripe.com/api/payment_intents) is eligible for incremental authorizations. Request support using [request_incremental_authorization_support](https://docs.stripe.com/api/payment_intents/create#create_payment_intent-payment_method_options-card_present-request_incremental_authorization_support).
|
|
708
760
|
attr_reader :incremental_authorization_supported
|
|
709
761
|
# The name of the card's issuing bank. (For internal use only and not typically available in standard API requests.)
|
|
710
762
|
attr_reader :issuer
|
|
@@ -897,7 +949,7 @@ module Stripe
|
|
|
897
949
|
end
|
|
898
950
|
|
|
899
951
|
class Ideal < ::Stripe::StripeObject
|
|
900
|
-
# The customer's bank. Can be one of `abn_amro`, `asn_bank`, `bunq`, `buut`, `finom`, `handelsbanken`, `ing`, `knab`, `moneyou`, `n26`, `nn`, `rabobank`, `regiobank`, `revolut`, `sns_bank`, `triodos_bank`, `van_lanschot`, or `yoursafe`.
|
|
952
|
+
# The customer's bank. Can be one of `abn_amro`, `asn_bank`, `bunq`, `buut`, `finom`, `handelsbanken`, `ing`, `knab`, `mollie`, `moneyou`, `n26`, `nn`, `rabobank`, `regiobank`, `revolut`, `sns_bank`, `triodos_bank`, `van_lanschot`, or `yoursafe`.
|
|
901
953
|
attr_reader :bank
|
|
902
954
|
# The Bank Identifier Code of the customer's bank.
|
|
903
955
|
attr_reader :bic
|
|
@@ -1197,6 +1249,8 @@ module Stripe
|
|
|
1197
1249
|
attr_reader :bank_name
|
|
1198
1250
|
# The numeric code for the bank account's bank branch.
|
|
1199
1251
|
attr_reader :branch_code
|
|
1252
|
+
# Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format.
|
|
1253
|
+
attr_reader :expected_debit_date
|
|
1200
1254
|
# Last four digits of the bank account number.
|
|
1201
1255
|
attr_reader :last4
|
|
1202
1256
|
# The suffix of the bank account number.
|
|
@@ -1269,9 +1323,9 @@ module Stripe
|
|
|
1269
1323
|
end
|
|
1270
1324
|
|
|
1271
1325
|
class Paynow < ::Stripe::StripeObject
|
|
1272
|
-
# ID of the [location](https://stripe.com/
|
|
1326
|
+
# ID of the [location](https://docs.stripe.com/api/terminal/locations) that this transaction's reader is assigned to.
|
|
1273
1327
|
attr_reader :location
|
|
1274
|
-
# ID of the [reader](https://stripe.com/
|
|
1328
|
+
# ID of the [reader](https://docs.stripe.com/api/terminal/readers) this transaction was made on.
|
|
1275
1329
|
attr_reader :reader
|
|
1276
1330
|
# Reference number associated with this PayNow payment
|
|
1277
1331
|
attr_reader :reference
|
|
@@ -1312,7 +1366,7 @@ module Stripe
|
|
|
1312
1366
|
attr_reader :line2
|
|
1313
1367
|
# ZIP or postal code.
|
|
1314
1368
|
attr_reader :postal_code
|
|
1315
|
-
# State, county, province, or region.
|
|
1369
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
1316
1370
|
attr_reader :state
|
|
1317
1371
|
|
|
1318
1372
|
def self.inner_class_types
|
|
@@ -1335,7 +1389,7 @@ module Stripe
|
|
|
1335
1389
|
attr_reader :line2
|
|
1336
1390
|
# ZIP or postal code.
|
|
1337
1391
|
attr_reader :postal_code
|
|
1338
|
-
# State, county, province, or region.
|
|
1392
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
1339
1393
|
attr_reader :state
|
|
1340
1394
|
|
|
1341
1395
|
def self.inner_class_types
|
|
@@ -1573,11 +1627,13 @@ module Stripe
|
|
|
1573
1627
|
attr_reader :branch_code
|
|
1574
1628
|
# Two-letter ISO code representing the country the bank account is located in.
|
|
1575
1629
|
attr_reader :country
|
|
1630
|
+
# Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format.
|
|
1631
|
+
attr_reader :expected_debit_date
|
|
1576
1632
|
# Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.
|
|
1577
1633
|
attr_reader :fingerprint
|
|
1578
1634
|
# Last four characters of the IBAN.
|
|
1579
1635
|
attr_reader :last4
|
|
1580
|
-
# Find the ID of the mandate used for this payment under the [payment_method_details.sepa_debit.mandate](https://stripe.com/
|
|
1636
|
+
# Find the ID of the mandate used for this payment under the [payment_method_details.sepa_debit.mandate](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-sepa_debit-mandate) property on the Charge. Use this mandate ID to [retrieve the Mandate](https://docs.stripe.com/api/mandates/retrieve).
|
|
1581
1637
|
attr_reader :mandate
|
|
1582
1638
|
|
|
1583
1639
|
def self.inner_class_types
|
|
@@ -1689,6 +1745,8 @@ module Stripe
|
|
|
1689
1745
|
attr_reader :account_type
|
|
1690
1746
|
# Name of the bank associated with the bank account.
|
|
1691
1747
|
attr_reader :bank_name
|
|
1748
|
+
# Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format.
|
|
1749
|
+
attr_reader :expected_debit_date
|
|
1692
1750
|
# Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.
|
|
1693
1751
|
attr_reader :fingerprint
|
|
1694
1752
|
# Last four digits of the bank account number.
|
|
@@ -1722,9 +1780,9 @@ module Stripe
|
|
|
1722
1780
|
class WechatPay < ::Stripe::StripeObject
|
|
1723
1781
|
# Uniquely identifies this particular WeChat Pay account. You can use this attribute to check whether two WeChat accounts are the same.
|
|
1724
1782
|
attr_reader :fingerprint
|
|
1725
|
-
# ID of the [location](https://stripe.com/
|
|
1783
|
+
# ID of the [location](https://docs.stripe.com/api/terminal/locations) that this transaction's reader is assigned to.
|
|
1726
1784
|
attr_reader :location
|
|
1727
|
-
# ID of the [reader](https://stripe.com/
|
|
1785
|
+
# ID of the [reader](https://docs.stripe.com/api/terminal/readers) this transaction was made on.
|
|
1728
1786
|
attr_reader :reader
|
|
1729
1787
|
# Transaction ID of this particular WeChat Pay transaction.
|
|
1730
1788
|
attr_reader :transaction_id
|
|
@@ -1875,7 +1933,7 @@ module Stripe
|
|
|
1875
1933
|
attr_reader :swish
|
|
1876
1934
|
# Attribute for field twint
|
|
1877
1935
|
attr_reader :twint
|
|
1878
|
-
# The type of transaction-specific details of the payment method used in the payment. See [PaymentMethod.type](https://stripe.com/
|
|
1936
|
+
# The type of transaction-specific details of the payment method used in the payment. See [PaymentMethod.type](https://docs.stripe.com/api/payment_methods/object#payment_method_object-type) for the full list of possible types.
|
|
1879
1937
|
# An additional hash is included on `payment_method_details` with a name matching this value.
|
|
1880
1938
|
# It contains information specific to the payment method.
|
|
1881
1939
|
attr_reader :type
|
|
@@ -2005,7 +2063,7 @@ module Stripe
|
|
|
2005
2063
|
attr_reader :line2
|
|
2006
2064
|
# ZIP or postal code.
|
|
2007
2065
|
attr_reader :postal_code
|
|
2008
|
-
# State, county, province, or region.
|
|
2066
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
2009
2067
|
attr_reader :state
|
|
2010
2068
|
|
|
2011
2069
|
def self.inner_class_types
|
|
@@ -2059,7 +2117,7 @@ module Stripe
|
|
|
2059
2117
|
attr_reader :id
|
|
2060
2118
|
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
|
2061
2119
|
attr_reader :livemode
|
|
2062
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
2120
|
+
# 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.
|
|
2063
2121
|
attr_reader :metadata
|
|
2064
2122
|
# String representing the object's type. Objects of the same type share the same value.
|
|
2065
2123
|
attr_reader :object
|