stripe 19.2.0 → 19.3.0.pre.beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/stripe/api_requestor.rb +36 -3
- data/lib/stripe/api_version.rb +1 -2
- data/lib/stripe/errors.rb +87 -0
- data/lib/stripe/event_types.rb +228 -0
- data/lib/stripe/events/unknown_event_notification.rb +1 -0
- data/lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb +63 -0
- data/lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_batch_failed_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_completed_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_created_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_ready_for_upload_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_timeout_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_updated_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_upload_timeout_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_validating_event.rb +44 -0
- data/lib/stripe/events/v2_core_batch_job_validation_failed_event.rb +44 -0
- data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +78 -0
- data/lib/stripe/events/v2_data_reporting_query_run_created_event.rb +44 -0
- data/lib/stripe/events/v2_data_reporting_query_run_failed_event.rb +44 -0
- data/lib/stripe/events/v2_data_reporting_query_run_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_data_reporting_query_run_updated_event.rb +44 -0
- data/lib/stripe/events/v2_extend_workflow_run_failed_event.rb +75 -0
- data/lib/stripe/events/v2_extend_workflow_run_started_event.rb +44 -0
- data/lib/stripe/events/v2_extend_workflow_run_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +61 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_payout_method_created_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_payout_method_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +61 -0
- data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +44 -0
- data/lib/stripe/events/v2_money_management_transaction_created_event.rb +63 -0
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +44 -0
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_confirmed_event.rb +97 -0
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_created_event.rb +97 -0
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_partially_confirmed_event.rb +97 -0
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_terminated_event.rb +97 -0
- data/lib/stripe/object_types.rb +61 -0
- data/lib/stripe/params/account_create_params.rb +374 -1
- data/lib/stripe/params/account_notice_list_params.rb +25 -0
- data/lib/stripe/params/account_notice_retrieve_params.rb +13 -0
- data/lib/stripe/params/account_notice_update_params.rb +36 -0
- data/lib/stripe/params/account_session_create_params.rb +226 -1
- data/lib/stripe/params/account_update_params.rb +336 -0
- data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +65 -0
- data/lib/stripe/params/capital/financing_offer_list_params.rb +58 -0
- data/lib/stripe/params/capital/financing_offer_mark_delivered_params.rb +15 -0
- data/lib/stripe/params/capital/financing_offer_retrieve_params.rb +15 -0
- data/lib/stripe/params/capital/financing_summary_retrieve_params.rb +15 -0
- data/lib/stripe/params/capital/financing_transaction_list_params.rb +45 -0
- data/lib/stripe/params/capital/financing_transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/charge_capture_params.rb +1646 -0
- data/lib/stripe/params/charge_update_params.rb +1646 -0
- data/lib/stripe/params/checkout/session_create_params.rb +126 -3
- data/lib/stripe/params/checkout/session_update_params.rb +176 -1
- data/lib/stripe/params/confirmation_token_create_params.rb +78 -0
- data/lib/stripe/params/coupon_create_params.rb +17 -1
- data/lib/stripe/params/customer_session_create_params.rb +32 -1
- data/lib/stripe/params/dispute_update_params.rb +10 -1
- data/lib/stripe/params/external_account_create_params.rb +134 -0
- data/lib/stripe/params/external_account_delete_params.rb +6 -0
- data/lib/stripe/params/external_account_list_params.rb +25 -0
- data/lib/stripe/params/external_account_retrieve_params.rb +13 -0
- data/lib/stripe/params/external_account_update_params.rb +91 -0
- data/lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb +24 -0
- data/lib/stripe/params/financial_connections/authorization_retrieve_params.rb +15 -0
- data/lib/stripe/params/financial_connections/institution_list_params.rb +24 -0
- data/lib/stripe/params/financial_connections/institution_retrieve_params.rb +15 -0
- data/lib/stripe/params/financial_connections/session_create_params.rb +64 -2
- data/lib/stripe/params/fx_quote_create_params.rb +73 -0
- data/lib/stripe/params/fx_quote_list_params.rb +22 -0
- data/lib/stripe/params/fx_quote_retrieve_params.rb +13 -0
- data/lib/stripe/params/invoice_add_lines_params.rb +48 -1
- data/lib/stripe/params/invoice_attach_payment_params.rb +43 -1
- data/lib/stripe/params/invoice_create_params.rb +70 -2
- data/lib/stripe/params/invoice_create_preview_params.rb +790 -9
- data/lib/stripe/params/invoice_detach_payment_params.rb +16 -0
- data/lib/stripe/params/invoice_item_create_params.rb +33 -1
- data/lib/stripe/params/invoice_item_update_params.rb +33 -1
- data/lib/stripe/params/invoice_line_item_update_params.rb +48 -1
- data/lib/stripe/params/invoice_update_lines_params.rb +48 -1
- data/lib/stripe/params/invoice_update_params.rb +70 -2
- data/lib/stripe/params/issuing/cardholder_create_params.rb +2 -1
- data/lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb +163 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb +50 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb +128 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_list_params.rb +24 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb +86 -0
- data/lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb +33 -0
- data/lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/fraud_liability_debit_list_params.rb +44 -0
- data/lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/transaction_list_params.rb +4 -0
- data/lib/stripe/params/mandate_list_params.rb +39 -0
- data/lib/stripe/params/margin_create_params.rb +25 -0
- data/lib/stripe/params/margin_list_params.rb +25 -0
- data/lib/stripe/params/margin_retrieve_params.rb +13 -0
- data/lib/stripe/params/margin_update_params.rb +22 -0
- data/lib/stripe/params/order_create_params.rb +2083 -0
- data/lib/stripe/params/order_list_params.rb +25 -0
- data/lib/stripe/params/order_retrieve_params.rb +13 -0
- data/lib/stripe/params/order_submit_params.rb +16 -0
- data/lib/stripe/params/order_update_params.rb +2087 -0
- data/lib/stripe/params/payment_intent_capture_params.rb +1643 -1
- data/lib/stripe/params/payment_intent_confirm_params.rb +3022 -87
- data/lib/stripe/params/payment_intent_create_params.rb +3034 -99
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +297 -0
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +37 -0
- data/lib/stripe/params/payment_intent_trigger_action_params.rb +27 -0
- data/lib/stripe/params/payment_intent_update_params.rb +3023 -57
- data/lib/stripe/params/payment_link_create_params.rb +15 -0
- data/lib/stripe/params/payment_method_configuration_create_params.rb +105 -0
- data/lib/stripe/params/payment_method_configuration_update_params.rb +105 -0
- data/lib/stripe/params/payment_method_create_params.rb +74 -0
- data/lib/stripe/params/plan_create_params.rb +15 -0
- data/lib/stripe/params/price_create_params.rb +15 -0
- data/lib/stripe/params/price_update_params.rb +19 -0
- data/lib/stripe/params/privacy/redaction_job_cancel_params.rb +15 -0
- data/lib/stripe/params/privacy/redaction_job_create_params.rb +67 -0
- data/lib/stripe/params/privacy/redaction_job_list_params.rb +27 -0
- data/lib/stripe/params/privacy/redaction_job_retrieve_params.rb +15 -0
- data/lib/stripe/params/privacy/redaction_job_run_params.rb +15 -0
- data/lib/stripe/params/privacy/redaction_job_update_params.rb +18 -0
- data/lib/stripe/params/privacy/redaction_job_validate_params.rb +15 -0
- data/lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb +24 -0
- data/lib/stripe/params/product_catalog/trial_offer_create_params.rb +63 -0
- data/lib/stripe/params/product_create_params.rb +16 -0
- data/lib/stripe/params/product_update_params.rb +16 -0
- data/lib/stripe/params/quote_create_params.rb +809 -3
- data/lib/stripe/params/quote_line_list_params.rb +22 -0
- data/lib/stripe/params/quote_list_lines_params.rb +22 -0
- data/lib/stripe/params/quote_list_params.rb +4 -0
- data/lib/stripe/params/quote_list_preview_invoice_lines_params.rb +22 -0
- data/lib/stripe/params/quote_mark_draft_params.rb +13 -0
- data/lib/stripe/params/quote_mark_stale_params.rb +16 -0
- data/lib/stripe/params/quote_preview_invoice_list_params.rb +22 -0
- data/lib/stripe/params/quote_preview_subscription_schedule_list_params.rb +22 -0
- data/lib/stripe/params/quote_reestimate_params.rb +13 -0
- data/lib/stripe/params/quote_update_params.rb +817 -4
- data/lib/stripe/params/reserve/hold_list_params.rb +53 -0
- data/lib/stripe/params/reserve/hold_retrieve_params.rb +15 -0
- data/lib/stripe/params/reserve/plan_retrieve_params.rb +15 -0
- data/lib/stripe/params/reserve/release_list_params.rb +41 -0
- data/lib/stripe/params/reserve/release_retrieve_params.rb +15 -0
- data/lib/stripe/params/setup_intent_confirm_params.rb +108 -3
- data/lib/stripe/params/setup_intent_create_params.rb +108 -3
- data/lib/stripe/params/setup_intent_update_params.rb +108 -3
- 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_revoke_params.rb +15 -0
- data/lib/stripe/params/shared_payment/issued_token_create_params.rb +67 -0
- data/lib/stripe/params/shared_payment/issued_token_retrieve_params.rb +15 -0
- data/lib/stripe/params/shared_payment/issued_token_revoke_params.rb +15 -0
- data/lib/stripe/params/subscription_create_params.rb +170 -6
- data/lib/stripe/params/subscription_item_create_params.rb +62 -2
- data/lib/stripe/params/subscription_item_update_params.rb +45 -1
- data/lib/stripe/params/subscription_pause_params.rb +50 -0
- data/lib/stripe/params/subscription_resume_params.rb +4 -0
- data/lib/stripe/params/subscription_schedule_amend_params.rb +578 -0
- data/lib/stripe/params/subscription_schedule_create_params.rb +167 -5
- data/lib/stripe/params/subscription_schedule_update_params.rb +167 -5
- data/lib/stripe/params/subscription_update_params.rb +153 -5
- data/lib/stripe/params/tax/calculation_create_params.rb +4 -0
- data/lib/stripe/params/tax/form_list_params.rb +51 -0
- data/lib/stripe/params/tax/form_pdf_params.rb +15 -0
- data/lib/stripe/params/tax/form_retrieve_params.rb +15 -0
- data/lib/stripe/params/tax/location_create_params.rb +54 -0
- data/lib/stripe/params/tax/location_list_params.rb +27 -0
- data/lib/stripe/params/tax/location_retrieve_params.rb +15 -0
- data/lib/stripe/params/tax/registration_create_params.rb +104 -0
- data/lib/stripe/params/terminal/configuration_create_params.rb +13 -0
- data/lib/stripe/params/terminal/configuration_update_params.rb +13 -0
- data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +15 -0
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +78 -0
- 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_revoke_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +25 -1
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +25 -1
- data/lib/stripe/params/transfer_create_params.rb +4 -0
- data/lib/stripe/params/treasury/financial_account_create_params.rb +8 -1
- data/lib/stripe/params/treasury/financial_account_features_update_params.rb +4 -1
- data/lib/stripe/params/treasury/financial_account_update_features_params.rb +4 -1
- data/lib/stripe/params/treasury/financial_account_update_params.rb +8 -1
- data/lib/stripe/params/treasury/outbound_payment_create_params.rb +4 -0
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +24 -0
- data/lib/stripe/params/treasury/received_credit_create_params.rb +25 -1
- data/lib/stripe/params/treasury/received_debit_create_params.rb +25 -1
- data/lib/stripe/params/v2/billing/bill_setting_create_params.rb +74 -0
- data/lib/stripe/params/v2/billing/bill_setting_list_params.rb +21 -0
- data/lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/bill_setting_update_params.rb +80 -0
- data/lib/stripe/params/v2/billing/bill_settings/version_list_params.rb +19 -0
- data/lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/billing/cadence_create_params.rb +253 -0
- data/lib/stripe/params/v2/billing/cadence_list_params.rb +43 -0
- data/lib/stripe/params/v2/billing/cadence_retrieve_params.rb +17 -0
- data/lib/stripe/params/v2/billing/cadence_update_params.rb +75 -0
- data/lib/stripe/params/v2/billing/collection_setting_create_params.rb +257 -0
- data/lib/stripe/params/v2/billing/collection_setting_list_params.rb +21 -0
- data/lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/collection_setting_update_params.rb +263 -0
- data/lib/stripe/params/v2/billing/collection_settings/version_list_params.rb +19 -0
- data/lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/billing/profile_create_params.rb +37 -0
- data/lib/stripe/params/v2/billing/profile_list_params.rb +40 -0
- data/lib/stripe/params/v2/billing/profile_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/billing/profile_update_params.rb +35 -0
- data/lib/stripe/params/v2/core/account_create_params.rb +282 -5
- data/lib/stripe/params/v2/core/account_token_create_params.rb +13 -1
- data/lib/stripe/params/v2/core/account_update_params.rb +274 -4
- data/lib/stripe/params/v2/core/batch_job_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/core/batch_job_create_params.rb +58 -0
- data/lib/stripe/params/v2/core/batch_job_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb +58 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb +22 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_list_params.rb +19 -0
- data/lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_confirm_microdeposits_params.rb +22 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb +37 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_list_params.rb +22 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_send_microdeposits_params.rb +12 -0
- data/lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb +22 -0
- data/lib/stripe/params/v2/data/reporting/query_run_create_params.rb +31 -0
- data/lib/stripe/params/v2/data/reporting/query_run_retrieve_params.rb +12 -0
- data/lib/stripe/params/v2/extend/workflow_invoke_params.rb +17 -0
- data/lib/stripe/params/v2/extend/workflow_list_params.rb +21 -0
- data/lib/stripe/params/v2/extend/workflow_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/extend/workflow_run_list_params.rb +23 -0
- data/lib/stripe/params/v2/extend/workflow_run_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/iam/activity_log_list_params.rb +23 -0
- data/lib/stripe/params/v2/iam/activity_log_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/adjustment_list_params.rb +48 -0
- data/lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/financial_account_close_params.rb +28 -0
- data/lib/stripe/params/v2/money_management/financial_account_create_params.rb +34 -0
- data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +20 -0
- data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/financial_account_update_params.rb +20 -0
- data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +20 -0
- data/lib/stripe/params/v2/money_management/financial_address_list_params.rb +23 -0
- data/lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb +17 -0
- data/lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb +50 -0
- data/lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb +44 -0
- data/lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +102 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_list_params.rb +52 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +67 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +92 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb +17 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb +88 -0
- data/lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +77 -0
- data/lib/stripe/params/v2/money_management/outbound_transfer_list_params.rb +48 -0
- data/lib/stripe/params/v2/money_management/outbound_transfer_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/payout_method_archive_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/payout_method_list_params.rb +31 -0
- data/lib/stripe/params/v2/money_management/payout_method_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/payout_method_unarchive_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/payout_methods_bank_account_spec_retrieve_params.rb +17 -0
- data/lib/stripe/params/v2/money_management/received_credit_list_params.rb +44 -0
- data/lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/received_debit_list_params.rb +17 -0
- data/lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/transaction_entry_list_params.rb +43 -0
- data/lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/money_management/transaction_list_params.rb +47 -0
- data/lib/stripe/params/v2/money_management/transaction_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/network/business_profile_me_params.rb +10 -0
- data/lib/stripe/params/v2/network/business_profile_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_confirm_params.rb +10 -0
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_create_params.rb +17 -0
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_list_params.rb +20 -0
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_retrieve_params.rb +10 -0
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_terminate_params.rb +10 -0
- data/lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb +23 -0
- data/lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb +10 -0
- data/lib/stripe/params.rb +426 -0
- data/lib/stripe/resources/account.rb +259 -1
- data/lib/stripe/resources/account_notice.rb +94 -0
- data/lib/stripe/resources/account_session.rb +81 -0
- data/lib/stripe/resources/balance.rb +83 -0
- data/lib/stripe/resources/billing/alert_triggered.rb +4 -0
- data/lib/stripe/resources/billing/analytics/meter_usage.rb +33 -0
- data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +38 -0
- data/lib/stripe/resources/capital/financing_offer.rb +142 -0
- data/lib/stripe/resources/capital/financing_summary.rb +82 -0
- data/lib/stripe/resources/capital/financing_transaction.rb +99 -0
- data/lib/stripe/resources/card.rb +2 -0
- data/lib/stripe/resources/charge.rb +211 -1
- data/lib/stripe/resources/checkout/session.rb +75 -3
- data/lib/stripe/resources/confirmation_token.rb +131 -0
- data/lib/stripe/resources/coupon.rb +26 -1
- data/lib/stripe/resources/credit_note_line_item.rb +18 -0
- data/lib/stripe/resources/customer_session.rb +36 -0
- data/lib/stripe/resources/dispute.rb +22 -0
- data/lib/stripe/resources/event.rb +64 -1
- data/lib/stripe/resources/financial_connections/account.rb +57 -0
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +35 -0
- data/lib/stripe/resources/financial_connections/authorization.rb +82 -0
- data/lib/stripe/resources/financial_connections/institution.rb +127 -0
- data/lib/stripe/resources/financial_connections/session.rb +125 -1
- data/lib/stripe/resources/fx_quote.rb +147 -0
- data/lib/stripe/resources/invoice.rb +117 -1
- data/lib/stripe/resources/invoice_item.rb +2 -0
- data/lib/stripe/resources/invoice_line_item.rb +40 -0
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +263 -0
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +71 -0
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +51 -0
- data/lib/stripe/resources/issuing/settlement.rb +61 -0
- data/lib/stripe/resources/issuing/transaction.rb +2 -0
- data/lib/stripe/resources/line_item.rb +42 -0
- data/lib/stripe/resources/mandate.rb +12 -0
- data/lib/stripe/resources/margin.rb +64 -0
- data/lib/stripe/resources/order.rb +927 -0
- data/lib/stripe/resources/payment_attempt_record.rb +177 -1
- data/lib/stripe/resources/payment_intent.rb +1561 -8
- data/lib/stripe/resources/payment_method.rb +135 -0
- data/lib/stripe/resources/payment_method_configuration.rb +170 -0
- data/lib/stripe/resources/payment_record.rb +177 -1
- data/lib/stripe/resources/price.rb +20 -0
- data/lib/stripe/resources/privacy/redaction_job.rb +189 -0
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +49 -0
- data/lib/stripe/resources/product.rb +18 -0
- data/lib/stripe/resources/product_catalog/trial_offer.rb +106 -0
- data/lib/stripe/resources/quote.rb +569 -2
- data/lib/stripe/resources/quote_line.rb +525 -0
- data/lib/stripe/resources/quote_preview_invoice.rb +1183 -0
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +736 -0
- data/lib/stripe/resources/refund.rb +18 -0
- data/lib/stripe/resources/reserve/hold.rb +7 -0
- data/lib/stripe/resources/reserve/release.rb +12 -0
- data/lib/stripe/resources/setup_attempt.rb +35 -0
- data/lib/stripe/resources/setup_intent.rb +22 -1
- data/lib/stripe/resources/shared_payment/granted_token.rb +1792 -0
- data/lib/stripe/resources/shared_payment/issued_token.rb +291 -0
- data/lib/stripe/resources/source.rb +38 -0
- data/lib/stripe/resources/subscription.rb +167 -0
- data/lib/stripe/resources/subscription_item.rb +41 -1
- data/lib/stripe/resources/subscription_schedule.rb +198 -3
- data/lib/stripe/resources/tax/calculation_line_item.rb +2 -0
- data/lib/stripe/resources/tax/form.rb +264 -0
- data/lib/stripe/resources/tax/location.rb +72 -0
- data/lib/stripe/resources/tax/registration.rb +128 -0
- data/lib/stripe/resources/tax_code.rb +15 -1
- data/lib/stripe/resources/terminal/configuration.rb +16 -0
- data/lib/stripe/resources/terminal/reader.rb +8 -0
- data/lib/stripe/resources/terminal/reader_collected_data.rb +47 -0
- data/lib/stripe/resources/transfer.rb +2 -0
- data/lib/stripe/resources/treasury/financial_account.rb +2 -0
- data/lib/stripe/resources/treasury/financial_account_features.rb +2 -0
- data/lib/stripe/resources/treasury/outbound_payment.rb +2 -0
- data/lib/stripe/resources/treasury/outbound_transfer.rb +30 -0
- data/lib/stripe/resources/treasury/received_credit.rb +30 -0
- data/lib/stripe/resources/treasury/received_debit.rb +32 -0
- data/lib/stripe/resources/v2/billing/bill_setting.rb +102 -0
- data/lib/stripe/resources/v2/billing/bill_setting_version.rb +91 -0
- data/lib/stripe/resources/v2/billing/cadence.rb +710 -0
- data/lib/stripe/resources/v2/billing/collection_setting.rb +327 -0
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +316 -0
- data/lib/stripe/resources/v2/billing/profile.rb +47 -0
- data/lib/stripe/resources/v2/core/account.rb +597 -3
- data/lib/stripe/resources/v2/core/batch_job.rb +488 -0
- data/lib/stripe/resources/v2/core/event_notification.rb +1 -0
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +136 -0
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +105 -0
- data/lib/stripe/resources/v2/data/reporting/query_run.rb +142 -0
- data/lib/stripe/resources/v2/extend/workflow.rb +80 -0
- data/lib/stripe/resources/v2/extend/workflow_run.rb +158 -0
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +29 -0
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +31 -0
- data/lib/stripe/resources/v2/iam/activity_log.rb +187 -0
- data/lib/stripe/resources/v2/money_management/adjustment.rb +67 -0
- data/lib/stripe/resources/v2/money_management/financial_account.rb +140 -0
- data/lib/stripe/resources/v2/money_management/financial_address.rb +160 -0
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +181 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +219 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +144 -0
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +69 -0
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +196 -0
- data/lib/stripe/resources/v2/money_management/payout_method.rb +145 -0
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +83 -0
- data/lib/stripe/resources/v2/money_management/received_credit.rb +230 -0
- data/lib/stripe/resources/v2/money_management/received_debit.rb +136 -0
- data/lib/stripe/resources/v2/money_management/transaction.rb +135 -0
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +105 -0
- data/lib/stripe/resources/v2/network/business_profile.rb +84 -0
- data/lib/stripe/resources/v2/orchestrated_commerce/agreement.rb +93 -0
- data/lib/stripe/resources.rb +417 -0
- data/lib/stripe/services/account_notice_service.rb +39 -0
- data/lib/stripe/services/account_service.rb +15 -0
- data/lib/stripe/services/billing/analytics/meter_usage_service.rb +21 -0
- data/lib/stripe/services/billing/analytics_service.rb +15 -0
- data/lib/stripe/services/billing_service.rb +2 -1
- data/lib/stripe/services/capital/financing_offer_service.rb +42 -0
- data/lib/stripe/services/capital/financing_summary_service.rb +19 -0
- data/lib/stripe/services/capital/financing_transaction_service.rb +31 -0
- data/lib/stripe/services/capital_service.rb +15 -0
- data/lib/stripe/services/coupon_service.rb +14 -0
- data/lib/stripe/services/customer_service.rb +15 -0
- data/lib/stripe/services/external_account_service.rb +68 -0
- data/lib/stripe/services/financial_connections/account_inferred_balance_service.rb +19 -0
- data/lib/stripe/services/financial_connections/account_service.rb +3 -1
- data/lib/stripe/services/financial_connections/authorization_service.rb +19 -0
- data/lib/stripe/services/financial_connections/institution_service.rb +30 -0
- data/lib/stripe/services/financial_connections_service.rb +3 -1
- data/lib/stripe/services/fx_quote_service.rb +27 -0
- data/lib/stripe/services/invoice_service.rb +11 -0
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +74 -0
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +30 -0
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +30 -0
- data/lib/stripe/services/issuing_service.rb +5 -1
- data/lib/stripe/services/mandate_service.rb +5 -0
- data/lib/stripe/services/margin_service.rb +50 -0
- data/lib/stripe/services/order_service.rb +53 -0
- data/lib/stripe/services/payment_intent_service.rb +37 -0
- data/lib/stripe/services/privacy/redaction_job_service.rb +104 -0
- data/lib/stripe/services/privacy/redaction_job_validation_error_service.rb +19 -0
- data/lib/stripe/services/privacy_service.rb +13 -0
- data/lib/stripe/services/product_catalog/trial_offer_service.rb +19 -0
- data/lib/stripe/services/product_catalog_service.rb +13 -0
- data/lib/stripe/services/promotion_code_service.rb +29 -0
- data/lib/stripe/services/quote_line_service.rb +17 -0
- data/lib/stripe/services/quote_preview_invoice_service.rb +17 -0
- data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +17 -0
- data/lib/stripe/services/quote_service.rb +49 -1
- data/lib/stripe/services/reserve/hold_service.rb +30 -0
- data/lib/stripe/services/reserve/plan_service.rb +19 -0
- data/lib/stripe/services/reserve/release_service.rb +30 -0
- data/lib/stripe/services/reserve_service.rb +15 -0
- data/lib/stripe/services/shared_payment/granted_token_service.rb +19 -0
- data/lib/stripe/services/shared_payment/issued_token_service.rb +41 -0
- data/lib/stripe/services/shared_payment_service.rb +14 -0
- data/lib/stripe/services/subscription_schedule_service.rb +11 -0
- data/lib/stripe/services/subscription_service.rb +56 -0
- data/lib/stripe/services/tax/form_service.rb +37 -0
- data/lib/stripe/services/tax/location_service.rb +45 -0
- data/lib/stripe/services/tax_service.rb +3 -1
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +19 -0
- data/lib/stripe/services/terminal_service.rb +2 -1
- 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 +11 -1
- data/lib/stripe/services/v2/billing/bill_setting_service.rb +61 -0
- data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +34 -0
- data/lib/stripe/services/v2/billing/cadence_service.rb +65 -0
- data/lib/stripe/services/v2/billing/collection_setting_service.rb +69 -0
- data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +34 -0
- data/lib/stripe/services/v2/billing/profile_service.rb +54 -0
- data/lib/stripe/services/v2/billing_service.rb +5 -1
- data/lib/stripe/services/v2/core/batch_job_service.rb +43 -0
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +85 -0
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +101 -0
- data/lib/stripe/services/v2/core/vault_service.rb +18 -0
- data/lib/stripe/services/v2/core_service.rb +3 -1
- data/lib/stripe/services/v2/data/reporting/query_run_service.rb +35 -0
- data/lib/stripe/services/v2/data/reporting_service.rb +17 -0
- data/lib/stripe/services/v2/data_service.rb +15 -0
- data/lib/stripe/services/v2/extend/workflow_run_service.rb +32 -0
- data/lib/stripe/services/v2/extend/workflow_service.rb +45 -0
- data/lib/stripe/services/v2/extend_service.rb +16 -0
- data/lib/stripe/services/v2/iam/activity_log_service.rb +32 -0
- data/lib/stripe/services/v2/iam_service.rb +15 -0
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +70 -0
- data/lib/stripe/services/v2/money_management/financial_address_service.rb +46 -0
- data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +45 -0
- data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +34 -0
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +62 -0
- data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +75 -0
- data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +60 -0
- data/lib/stripe/services/v2/money_management/payout_method_service.rb +66 -0
- data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +23 -0
- data/lib/stripe/services/v2/money_management/received_credit_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/received_debit_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/transaction_service.rb +32 -0
- data/lib/stripe/services/v2/money_management_service.rb +31 -0
- data/lib/stripe/services/v2/network/business_profile_service.rb +32 -0
- data/lib/stripe/services/v2/network_service.rb +15 -0
- data/lib/stripe/services/v2/orchestrated_commerce/agreement_service.rb +65 -0
- data/lib/stripe/services/v2/orchestrated_commerce_service.rb +15 -0
- data/lib/stripe/services/v2/test_helper_service.rb +15 -0
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +36 -0
- data/lib/stripe/services/v2_services.rb +8 -1
- data/lib/stripe/services.rb +209 -0
- data/lib/stripe/stripe_client.rb +8 -1
- data/lib/stripe/stripe_configuration.rb +3 -1
- data/lib/stripe/stripe_event_notification_handler.rb +582 -0
- data/lib/stripe/stripe_object.rb +1 -1
- data/lib/stripe/util.rb +7 -1
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +54 -0
- data/rbi/stripe/resources/v2/core/event_notification.rbi +3 -0
- data/rbi/stripe/stripe_client.rbi +13 -0
- data/rbi/stripe.rbi +124159 -57389
- metadata +378 -3
|
@@ -49,6 +49,33 @@ module Stripe
|
|
|
49
49
|
|
|
50
50
|
nested_resource_class_methods :line, operations: %i[list]
|
|
51
51
|
|
|
52
|
+
class AmountsDue < ::Stripe::StripeObject
|
|
53
|
+
# Incremental amount due for this payment in cents (or local equivalent).
|
|
54
|
+
attr_reader :amount
|
|
55
|
+
# The amount in cents (or local equivalent) that was paid for this payment.
|
|
56
|
+
attr_reader :amount_paid
|
|
57
|
+
# The difference between the payment’s amount and amount_paid, in cents (or local equivalent).
|
|
58
|
+
attr_reader :amount_remaining
|
|
59
|
+
# Number of days from when invoice is finalized until the payment is due.
|
|
60
|
+
attr_reader :days_until_due
|
|
61
|
+
# An arbitrary string attached to the object. Often useful for displaying to users.
|
|
62
|
+
attr_reader :description
|
|
63
|
+
# Date on which a payment plan’s payment is due.
|
|
64
|
+
attr_reader :due_date
|
|
65
|
+
# Timestamp when the payment was paid.
|
|
66
|
+
attr_reader :paid_at
|
|
67
|
+
# The status of the payment, one of `open`, `paid`, or `past_due`
|
|
68
|
+
attr_reader :status
|
|
69
|
+
|
|
70
|
+
def self.inner_class_types
|
|
71
|
+
@inner_class_types = {}
|
|
72
|
+
end
|
|
73
|
+
|
|
74
|
+
def self.field_remappings
|
|
75
|
+
@field_remappings = {}
|
|
76
|
+
end
|
|
77
|
+
end
|
|
78
|
+
|
|
52
79
|
class AutomaticTax < ::Stripe::StripeObject
|
|
53
80
|
class Liability < ::Stripe::StripeObject
|
|
54
81
|
# The connected account being referenced when `type` is `account`.
|
|
@@ -317,16 +344,32 @@ module Stripe
|
|
|
317
344
|
end
|
|
318
345
|
|
|
319
346
|
class SubscriptionDetails < ::Stripe::StripeObject
|
|
347
|
+
class PauseCollection < ::Stripe::StripeObject
|
|
348
|
+
# The payment collection behavior for this subscription while paused.
|
|
349
|
+
attr_reader :behavior
|
|
350
|
+
# The time after which the subscription will resume collecting payments.
|
|
351
|
+
attr_reader :resumes_at
|
|
352
|
+
|
|
353
|
+
def self.inner_class_types
|
|
354
|
+
@inner_class_types = {}
|
|
355
|
+
end
|
|
356
|
+
|
|
357
|
+
def self.field_remappings
|
|
358
|
+
@field_remappings = {}
|
|
359
|
+
end
|
|
360
|
+
end
|
|
320
361
|
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) defined as subscription metadata when an invoice is created. Becomes an immutable snapshot of the subscription metadata at the time of invoice finalization.
|
|
321
362
|
# *Note: This attribute is populated only for invoices created on or after June 29, 2023.*
|
|
322
363
|
attr_reader :metadata
|
|
364
|
+
# 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).
|
|
365
|
+
attr_reader :pause_collection
|
|
323
366
|
# The subscription that generated this invoice
|
|
324
367
|
attr_reader :subscription
|
|
325
368
|
# Only set for upcoming invoices that preview prorations. The time used to calculate prorations.
|
|
326
369
|
attr_reader :subscription_proration_date
|
|
327
370
|
|
|
328
371
|
def self.inner_class_types
|
|
329
|
-
@inner_class_types = {}
|
|
372
|
+
@inner_class_types = { pause_collection: PauseCollection }
|
|
330
373
|
end
|
|
331
374
|
|
|
332
375
|
def self.field_remappings
|
|
@@ -394,6 +437,16 @@ module Stripe
|
|
|
394
437
|
end
|
|
395
438
|
end
|
|
396
439
|
|
|
440
|
+
class Blik < ::Stripe::StripeObject
|
|
441
|
+
def self.inner_class_types
|
|
442
|
+
@inner_class_types = {}
|
|
443
|
+
end
|
|
444
|
+
|
|
445
|
+
def self.field_remappings
|
|
446
|
+
@field_remappings = {}
|
|
447
|
+
end
|
|
448
|
+
end
|
|
449
|
+
|
|
397
450
|
class Card < ::Stripe::StripeObject
|
|
398
451
|
class Installments < ::Stripe::StripeObject
|
|
399
452
|
# Whether Installments are enabled for this Invoice.
|
|
@@ -462,6 +515,16 @@ module Stripe
|
|
|
462
515
|
end
|
|
463
516
|
end
|
|
464
517
|
|
|
518
|
+
class IdBankTransfer < ::Stripe::StripeObject
|
|
519
|
+
def self.inner_class_types
|
|
520
|
+
@inner_class_types = {}
|
|
521
|
+
end
|
|
522
|
+
|
|
523
|
+
def self.field_remappings
|
|
524
|
+
@field_remappings = {}
|
|
525
|
+
end
|
|
526
|
+
end
|
|
527
|
+
|
|
465
528
|
class Konbini < ::Stripe::StripeObject
|
|
466
529
|
def self.inner_class_types
|
|
467
530
|
@inner_class_types = {}
|
|
@@ -562,6 +625,8 @@ module Stripe
|
|
|
562
625
|
class Filters < ::Stripe::StripeObject
|
|
563
626
|
# The account subcategories to use to filter for possible accounts to link. Valid subcategories are `checking` and `savings`.
|
|
564
627
|
attr_reader :account_subcategories
|
|
628
|
+
# The institution to use to filter for possible accounts to link.
|
|
629
|
+
attr_reader :institution
|
|
565
630
|
|
|
566
631
|
def self.inner_class_types
|
|
567
632
|
@inner_class_types = {}
|
|
@@ -603,10 +668,14 @@ module Stripe
|
|
|
603
668
|
attr_reader :acss_debit
|
|
604
669
|
# If paying by `bancontact`, this sub-hash contains details about the Bancontact payment method options to pass to the invoice’s PaymentIntent.
|
|
605
670
|
attr_reader :bancontact
|
|
671
|
+
# If paying by `blik`, this sub-hash contains details about the Blik payment method options to pass to the invoice’s PaymentIntent.
|
|
672
|
+
attr_reader :blik
|
|
606
673
|
# If paying by `card`, this sub-hash contains details about the Card payment method options to pass to the invoice’s PaymentIntent.
|
|
607
674
|
attr_reader :card
|
|
608
675
|
# If paying by `customer_balance`, this sub-hash contains details about the Bank transfer payment method options to pass to the invoice’s PaymentIntent.
|
|
609
676
|
attr_reader :customer_balance
|
|
677
|
+
# If paying by `id_bank_transfer`, this sub-hash contains details about the Indonesia bank transfer payment method options to pass to the invoice’s PaymentIntent.
|
|
678
|
+
attr_reader :id_bank_transfer
|
|
610
679
|
# If paying by `konbini`, this sub-hash contains details about the Konbini payment method options to pass to the invoice’s PaymentIntent.
|
|
611
680
|
attr_reader :konbini
|
|
612
681
|
# If paying by `payto`, this sub-hash contains details about the PayTo payment method options to pass to the invoice’s PaymentIntent.
|
|
@@ -624,8 +693,10 @@ module Stripe
|
|
|
624
693
|
@inner_class_types = {
|
|
625
694
|
acss_debit: AcssDebit,
|
|
626
695
|
bancontact: Bancontact,
|
|
696
|
+
blik: Blik,
|
|
627
697
|
card: Card,
|
|
628
698
|
customer_balance: CustomerBalance,
|
|
699
|
+
id_bank_transfer: IdBankTransfer,
|
|
629
700
|
konbini: Konbini,
|
|
630
701
|
payto: Payto,
|
|
631
702
|
pix: Pix,
|
|
@@ -833,6 +904,21 @@ module Stripe
|
|
|
833
904
|
end
|
|
834
905
|
end
|
|
835
906
|
|
|
907
|
+
class TotalMarginAmount < ::Stripe::StripeObject
|
|
908
|
+
# The amount, in cents (or local equivalent), of the reduction in line item amount.
|
|
909
|
+
attr_reader :amount
|
|
910
|
+
# The margin that was applied to get this margin amount.
|
|
911
|
+
attr_reader :margin
|
|
912
|
+
|
|
913
|
+
def self.inner_class_types
|
|
914
|
+
@inner_class_types = {}
|
|
915
|
+
end
|
|
916
|
+
|
|
917
|
+
def self.field_remappings
|
|
918
|
+
@field_remappings = {}
|
|
919
|
+
end
|
|
920
|
+
end
|
|
921
|
+
|
|
836
922
|
class TotalPretaxCreditAmount < ::Stripe::StripeObject
|
|
837
923
|
# The amount, in cents (or local equivalent), of the pretax credit amount.
|
|
838
924
|
attr_reader :amount
|
|
@@ -840,6 +926,8 @@ module Stripe
|
|
|
840
926
|
attr_reader :credit_balance_transaction
|
|
841
927
|
# The discount that was applied to get this pretax credit amount.
|
|
842
928
|
attr_reader :discount
|
|
929
|
+
# The margin that was applied to get this pretax credit amount.
|
|
930
|
+
attr_reader :margin
|
|
843
931
|
# Type of the pretax credit amount referenced.
|
|
844
932
|
attr_reader :type
|
|
845
933
|
|
|
@@ -904,6 +992,8 @@ module Stripe
|
|
|
904
992
|
attr_reader :amount_remaining
|
|
905
993
|
# This is the sum of all the shipping amounts.
|
|
906
994
|
attr_reader :amount_shipping
|
|
995
|
+
# List of expected payments and corresponding due dates. This value will be null for invoices where collection_method=charge_automatically.
|
|
996
|
+
attr_reader :amounts_due
|
|
907
997
|
# ID of the Connect Application that created the invoice.
|
|
908
998
|
attr_reader :application
|
|
909
999
|
# Number of payment attempts made for this invoice, from the perspective of the payment retry schedule. Any payment attempt counts as the first attempt, and subsequently only automatic retries increment the attempt count. In other words, manual payment attempts after the first attempt do not affect the retry schedule. If a failure is returned with a non-retryable return code, the invoice can no longer be retried unless a new payment method is obtained. Retries will continue to be scheduled, and attempt_count will continue to increment, but retries will only be executed if a new payment method is obtained.
|
|
@@ -954,6 +1044,8 @@ module Stripe
|
|
|
954
1044
|
attr_reader :customer_tax_exempt
|
|
955
1045
|
# The customer's tax IDs. Until the invoice is finalized, this field will contain the same tax IDs as `customer.tax_ids`. Once the invoice is finalized, this field will no longer be updated.
|
|
956
1046
|
attr_reader :customer_tax_ids
|
|
1047
|
+
# The margins applied to the invoice. Can be overridden by line item `margins`. Use `expand[]=default_margins` to expand each margin.
|
|
1048
|
+
attr_reader :default_margins
|
|
957
1049
|
# ID of the default payment method for the invoice. It must belong to the customer associated with the invoice. If not set, defaults to the subscription's default payment method, if any, or to the default payment method in the customer's invoice settings.
|
|
958
1050
|
attr_reader :default_payment_method
|
|
959
1051
|
# ID of the default payment source for the invoice. It must belong to the customer associated with the invoice and be in a chargeable state. If not set, defaults to the subscription's default source, if any, or to the customer's default source.
|
|
@@ -1046,6 +1138,8 @@ module Stripe
|
|
|
1046
1138
|
attr_reader :total_discount_amounts
|
|
1047
1139
|
# The integer amount in cents (or local equivalent) representing the total amount of the invoice including all discounts but excluding all tax.
|
|
1048
1140
|
attr_reader :total_excluding_tax
|
|
1141
|
+
# The aggregate amounts calculated per margin across all line items.
|
|
1142
|
+
attr_reader :total_margin_amounts
|
|
1049
1143
|
# Contains pretax credit amounts (ex: discount, credit grants, etc) that apply to this invoice. This is a combined list of total_pretax_credit_amounts across all invoice line items.
|
|
1050
1144
|
attr_reader :total_pretax_credit_amounts
|
|
1051
1145
|
# The aggregate tax information of all line items.
|
|
@@ -1154,6 +1248,26 @@ module Stripe
|
|
|
1154
1248
|
)
|
|
1155
1249
|
end
|
|
1156
1250
|
|
|
1251
|
+
# Detaches a payment from the invoice, removing it from the list of payments
|
|
1252
|
+
def detach_payment(params = {}, opts = {})
|
|
1253
|
+
request_stripe_object(
|
|
1254
|
+
method: :post,
|
|
1255
|
+
path: format("/v1/invoices/%<invoice>s/detach_payment", { invoice: CGI.escape(self["id"]) }),
|
|
1256
|
+
params: params,
|
|
1257
|
+
opts: opts
|
|
1258
|
+
)
|
|
1259
|
+
end
|
|
1260
|
+
|
|
1261
|
+
# Detaches a payment from the invoice, removing it from the list of payments
|
|
1262
|
+
def self.detach_payment(invoice, params = {}, opts = {})
|
|
1263
|
+
request_stripe_object(
|
|
1264
|
+
method: :post,
|
|
1265
|
+
path: format("/v1/invoices/%<invoice>s/detach_payment", { invoice: CGI.escape(invoice) }),
|
|
1266
|
+
params: params,
|
|
1267
|
+
opts: opts
|
|
1268
|
+
)
|
|
1269
|
+
end
|
|
1270
|
+
|
|
1157
1271
|
# Stripe automatically finalizes drafts before sending and attempting payment on invoices. However, if you'd like to finalize a draft invoice manually, you can do so using this method.
|
|
1158
1272
|
def finalize_invoice(params = {}, opts = {})
|
|
1159
1273
|
request_stripe_object(
|
|
@@ -1332,6 +1446,7 @@ module Stripe
|
|
|
1332
1446
|
|
|
1333
1447
|
def self.inner_class_types
|
|
1334
1448
|
@inner_class_types = {
|
|
1449
|
+
amounts_due: AmountsDue,
|
|
1335
1450
|
automatic_tax: AutomaticTax,
|
|
1336
1451
|
confirmation_secret: ConfirmationSecret,
|
|
1337
1452
|
custom_fields: CustomField,
|
|
@@ -1349,6 +1464,7 @@ module Stripe
|
|
|
1349
1464
|
status_transitions: StatusTransitions,
|
|
1350
1465
|
threshold_reason: ThresholdReason,
|
|
1351
1466
|
total_discount_amounts: TotalDiscountAmount,
|
|
1467
|
+
total_margin_amounts: TotalMarginAmount,
|
|
1352
1468
|
total_pretax_credit_amounts: TotalPretaxCreditAmount,
|
|
1353
1469
|
total_taxes: TotalTax,
|
|
1354
1470
|
}
|
|
@@ -183,6 +183,8 @@ module Stripe
|
|
|
183
183
|
attr_reader :invoice
|
|
184
184
|
# If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
|
|
185
185
|
attr_reader :livemode
|
|
186
|
+
# The margins which apply to the invoice item. When set, the `default_margins` on the invoice do not apply to this invoice item.
|
|
187
|
+
attr_reader :margins
|
|
186
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.
|
|
187
189
|
attr_reader :metadata
|
|
188
190
|
# The amount after discounts, but before credits and taxes. This field is `null` for `discountable=true` items.
|
|
@@ -28,6 +28,21 @@ module Stripe
|
|
|
28
28
|
end
|
|
29
29
|
end
|
|
30
30
|
|
|
31
|
+
class MarginAmount < ::Stripe::StripeObject
|
|
32
|
+
# The amount, in cents (or local equivalent), of the reduction in line item amount.
|
|
33
|
+
attr_reader :amount
|
|
34
|
+
# The margin that was applied to get this margin amount.
|
|
35
|
+
attr_reader :margin
|
|
36
|
+
|
|
37
|
+
def self.inner_class_types
|
|
38
|
+
@inner_class_types = {}
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
def self.field_remappings
|
|
42
|
+
@field_remappings = {}
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
|
|
31
46
|
class Parent < ::Stripe::StripeObject
|
|
32
47
|
class InvoiceItemDetails < ::Stripe::StripeObject
|
|
33
48
|
class ProrationDetails < ::Stripe::StripeObject
|
|
@@ -161,6 +176,8 @@ module Stripe
|
|
|
161
176
|
attr_reader :credit_balance_transaction
|
|
162
177
|
# The discount that was applied to get this pretax credit amount.
|
|
163
178
|
attr_reader :discount
|
|
179
|
+
# The margin that was applied to get this pretax credit amount.
|
|
180
|
+
attr_reader :margin
|
|
164
181
|
# Type of the pretax credit amount referenced.
|
|
165
182
|
attr_reader :type
|
|
166
183
|
|
|
@@ -208,6 +225,21 @@ module Stripe
|
|
|
208
225
|
end
|
|
209
226
|
end
|
|
210
227
|
|
|
228
|
+
class TaxCalculationReference < ::Stripe::StripeObject
|
|
229
|
+
# The calculation identifier for tax calculation response.
|
|
230
|
+
attr_reader :calculation_id
|
|
231
|
+
# The calculation identifier for tax calculation response line item.
|
|
232
|
+
attr_reader :calculation_item_id
|
|
233
|
+
|
|
234
|
+
def self.inner_class_types
|
|
235
|
+
@inner_class_types = {}
|
|
236
|
+
end
|
|
237
|
+
|
|
238
|
+
def self.field_remappings
|
|
239
|
+
@field_remappings = {}
|
|
240
|
+
end
|
|
241
|
+
end
|
|
242
|
+
|
|
211
243
|
class Tax < ::Stripe::StripeObject
|
|
212
244
|
class TaxRateDetails < ::Stripe::StripeObject
|
|
213
245
|
# ID of the tax rate
|
|
@@ -260,6 +292,10 @@ module Stripe
|
|
|
260
292
|
attr_reader :invoice
|
|
261
293
|
# If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
|
|
262
294
|
attr_reader :livemode
|
|
295
|
+
# The amount of margin calculated per margin for this line item.
|
|
296
|
+
attr_reader :margin_amounts
|
|
297
|
+
# The margins applied to the line item. When set, the `default_margins` on the invoice do not apply to the line item. Use `expand[]=margins` to expand each margin.
|
|
298
|
+
attr_reader :margins
|
|
263
299
|
# 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. Note that for line items with `type=subscription`, `metadata` reflects the current metadata from the subscription associated with the line item, unless the invoice line was directly updated with different metadata after creation.
|
|
264
300
|
attr_reader :metadata
|
|
265
301
|
# String representing the object's type. Objects of the same type share the same value.
|
|
@@ -280,6 +316,8 @@ module Stripe
|
|
|
280
316
|
attr_reader :subscription
|
|
281
317
|
# The subtotal of the line item, in cents (or local equivalent), before any discounts or taxes.
|
|
282
318
|
attr_reader :subtotal
|
|
319
|
+
# The tax calculation identifiers of the line item.
|
|
320
|
+
attr_reader :tax_calculation_reference
|
|
283
321
|
# The tax information of the line item.
|
|
284
322
|
attr_reader :taxes
|
|
285
323
|
|
|
@@ -299,10 +337,12 @@ module Stripe
|
|
|
299
337
|
def self.inner_class_types
|
|
300
338
|
@inner_class_types = {
|
|
301
339
|
discount_amounts: DiscountAmount,
|
|
340
|
+
margin_amounts: MarginAmount,
|
|
302
341
|
parent: Parent,
|
|
303
342
|
period: Period,
|
|
304
343
|
pretax_credit_amounts: PretaxCreditAmount,
|
|
305
344
|
pricing: Pricing,
|
|
345
|
+
tax_calculation_reference: TaxCalculationReference,
|
|
306
346
|
taxes: Tax,
|
|
307
347
|
}
|
|
308
348
|
end
|
|
@@ -0,0 +1,263 @@
|
|
|
1
|
+
# File generated from our OpenAPI spec
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
module Stripe
|
|
5
|
+
module Issuing
|
|
6
|
+
# Every time an applicant submits an application for a Charge Card product your platform offers, or every time your platform takes a proactive credit decision on an existing account, you must record the decision by creating a new `CreditUnderwritingRecord` object on a connected account.
|
|
7
|
+
#
|
|
8
|
+
# [Follow the guide](https://docs.stripe.com/issuing/credit/report-credit-decisions-and-manage-aans) to learn about your requirements as a platform.
|
|
9
|
+
class CreditUnderwritingRecord < APIResource
|
|
10
|
+
extend Stripe::APIOperations::List
|
|
11
|
+
|
|
12
|
+
OBJECT_NAME = "issuing.credit_underwriting_record"
|
|
13
|
+
def self.object_name
|
|
14
|
+
"issuing.credit_underwriting_record"
|
|
15
|
+
end
|
|
16
|
+
|
|
17
|
+
class Application < ::Stripe::StripeObject
|
|
18
|
+
# The channel through which the applicant has submitted their application.
|
|
19
|
+
attr_reader :application_method
|
|
20
|
+
# Scope of demand made by the applicant.
|
|
21
|
+
attr_reader :purpose
|
|
22
|
+
# Date when the applicant submitted their application.
|
|
23
|
+
attr_reader :submitted_at
|
|
24
|
+
|
|
25
|
+
def self.inner_class_types
|
|
26
|
+
@inner_class_types = {}
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
def self.field_remappings
|
|
30
|
+
@field_remappings = {}
|
|
31
|
+
end
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
class CreditUser < ::Stripe::StripeObject
|
|
35
|
+
# Email of the applicant or accountholder.
|
|
36
|
+
attr_reader :email
|
|
37
|
+
# Full name of the company or person.
|
|
38
|
+
attr_reader :name
|
|
39
|
+
|
|
40
|
+
def self.inner_class_types
|
|
41
|
+
@inner_class_types = {}
|
|
42
|
+
end
|
|
43
|
+
|
|
44
|
+
def self.field_remappings
|
|
45
|
+
@field_remappings = {}
|
|
46
|
+
end
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
class Decision < ::Stripe::StripeObject
|
|
50
|
+
class ApplicationRejected < ::Stripe::StripeObject
|
|
51
|
+
# Details about the `reasons.other` when present.
|
|
52
|
+
attr_reader :reason_other_explanation
|
|
53
|
+
# List of reasons why the application was rejected up to 4 reasons, in order of importance.
|
|
54
|
+
attr_reader :reasons
|
|
55
|
+
|
|
56
|
+
def self.inner_class_types
|
|
57
|
+
@inner_class_types = {}
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
def self.field_remappings
|
|
61
|
+
@field_remappings = {}
|
|
62
|
+
end
|
|
63
|
+
end
|
|
64
|
+
|
|
65
|
+
class CreditLimitApproved < ::Stripe::StripeObject
|
|
66
|
+
# Credit amount approved. An approved credit limit is required before you can set a amount in the [CreditPolicy API](https://docs.stripe.com/api/issuing/credit_policy).
|
|
67
|
+
attr_reader :amount
|
|
68
|
+
# 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).
|
|
69
|
+
attr_reader :currency
|
|
70
|
+
|
|
71
|
+
def self.inner_class_types
|
|
72
|
+
@inner_class_types = {}
|
|
73
|
+
end
|
|
74
|
+
|
|
75
|
+
def self.field_remappings
|
|
76
|
+
@field_remappings = {}
|
|
77
|
+
end
|
|
78
|
+
end
|
|
79
|
+
|
|
80
|
+
class CreditLimitDecreased < ::Stripe::StripeObject
|
|
81
|
+
# Credit amount approved after decrease. An approved credit limit is required before you can set a amount in the [CreditPolicy API](https://docs.stripe.com/api/issuing/credit_policy).
|
|
82
|
+
attr_reader :amount
|
|
83
|
+
# 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).
|
|
84
|
+
attr_reader :currency
|
|
85
|
+
# Details about the `reasons.other` when present.
|
|
86
|
+
attr_reader :reason_other_explanation
|
|
87
|
+
# List of reasons why the existing credit was decreased, up to 4 reasons, in order of importance.
|
|
88
|
+
attr_reader :reasons
|
|
89
|
+
|
|
90
|
+
def self.inner_class_types
|
|
91
|
+
@inner_class_types = {}
|
|
92
|
+
end
|
|
93
|
+
|
|
94
|
+
def self.field_remappings
|
|
95
|
+
@field_remappings = {}
|
|
96
|
+
end
|
|
97
|
+
end
|
|
98
|
+
|
|
99
|
+
class CreditLineClosed < ::Stripe::StripeObject
|
|
100
|
+
# Details about the `reasons.other` when present.
|
|
101
|
+
attr_reader :reason_other_explanation
|
|
102
|
+
# List of reasons why the existing account was closed, up to 4 reasons, in order of importance.
|
|
103
|
+
attr_reader :reasons
|
|
104
|
+
|
|
105
|
+
def self.inner_class_types
|
|
106
|
+
@inner_class_types = {}
|
|
107
|
+
end
|
|
108
|
+
|
|
109
|
+
def self.field_remappings
|
|
110
|
+
@field_remappings = {}
|
|
111
|
+
end
|
|
112
|
+
end
|
|
113
|
+
# Details about a decision application_rejected.
|
|
114
|
+
attr_reader :application_rejected
|
|
115
|
+
# Details about a decision credit_limit_approved.
|
|
116
|
+
attr_reader :credit_limit_approved
|
|
117
|
+
# Details about a decision credit_limit_decreased.
|
|
118
|
+
attr_reader :credit_limit_decreased
|
|
119
|
+
# Details about a decision credit_line_closed.
|
|
120
|
+
attr_reader :credit_line_closed
|
|
121
|
+
# Outcome of the decision.
|
|
122
|
+
attr_reader :type
|
|
123
|
+
|
|
124
|
+
def self.inner_class_types
|
|
125
|
+
@inner_class_types = {
|
|
126
|
+
application_rejected: ApplicationRejected,
|
|
127
|
+
credit_limit_approved: CreditLimitApproved,
|
|
128
|
+
credit_limit_decreased: CreditLimitDecreased,
|
|
129
|
+
credit_line_closed: CreditLineClosed,
|
|
130
|
+
}
|
|
131
|
+
end
|
|
132
|
+
|
|
133
|
+
def self.field_remappings
|
|
134
|
+
@field_remappings = {}
|
|
135
|
+
end
|
|
136
|
+
end
|
|
137
|
+
|
|
138
|
+
class UnderwritingException < ::Stripe::StripeObject
|
|
139
|
+
# Written explanation for the exception.
|
|
140
|
+
attr_reader :explanation
|
|
141
|
+
# The decision before the exception was applied.
|
|
142
|
+
attr_reader :original_decision_type
|
|
143
|
+
|
|
144
|
+
def self.inner_class_types
|
|
145
|
+
@inner_class_types = {}
|
|
146
|
+
end
|
|
147
|
+
|
|
148
|
+
def self.field_remappings
|
|
149
|
+
@field_remappings = {}
|
|
150
|
+
end
|
|
151
|
+
end
|
|
152
|
+
# For decisions triggered by an application, details about the submission.
|
|
153
|
+
attr_reader :application
|
|
154
|
+
# Time at which the object was created. Measured in seconds since the Unix epoch.
|
|
155
|
+
attr_reader :created
|
|
156
|
+
# The event that triggered the underwriting.
|
|
157
|
+
attr_reader :created_from
|
|
158
|
+
# Attribute for field credit_user
|
|
159
|
+
attr_reader :credit_user
|
|
160
|
+
# Date when a decision was made.
|
|
161
|
+
attr_reader :decided_at
|
|
162
|
+
# Details about the decision.
|
|
163
|
+
attr_reader :decision
|
|
164
|
+
# For underwriting initiated by an application, a decision must be taken 30 days after the submission.
|
|
165
|
+
attr_reader :decision_deadline
|
|
166
|
+
# Unique identifier for the object.
|
|
167
|
+
attr_reader :id
|
|
168
|
+
# If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
|
|
169
|
+
attr_reader :livemode
|
|
170
|
+
# 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.
|
|
171
|
+
attr_reader :metadata
|
|
172
|
+
# String representing the object's type. Objects of the same type share the same value.
|
|
173
|
+
attr_reader :object
|
|
174
|
+
# File containing regulatory reporting data for the decision. Required if you are subject to this [reporting requirement](https://docs.stripe.com/issuing/credit/report-required-regulatory-data-for-credit-decisions).
|
|
175
|
+
attr_reader :regulatory_reporting_file
|
|
176
|
+
# If an exception to the usual underwriting criteria was made for this application, details about the exception must be provided. Exceptions should only be granted in rare circumstances, in consultation with Stripe Compliance.
|
|
177
|
+
attr_reader :underwriting_exception
|
|
178
|
+
|
|
179
|
+
# Update a CreditUnderwritingRecord object to correct mistakes.
|
|
180
|
+
def correct(params = {}, opts = {})
|
|
181
|
+
request_stripe_object(
|
|
182
|
+
method: :post,
|
|
183
|
+
path: format("/v1/issuing/credit_underwriting_records/%<credit_underwriting_record>s/correct", { credit_underwriting_record: CGI.escape(self["id"]) }),
|
|
184
|
+
params: params,
|
|
185
|
+
opts: opts
|
|
186
|
+
)
|
|
187
|
+
end
|
|
188
|
+
|
|
189
|
+
# Update a CreditUnderwritingRecord object to correct mistakes.
|
|
190
|
+
def self.correct(credit_underwriting_record, params = {}, opts = {})
|
|
191
|
+
request_stripe_object(
|
|
192
|
+
method: :post,
|
|
193
|
+
path: format("/v1/issuing/credit_underwriting_records/%<credit_underwriting_record>s/correct", { credit_underwriting_record: CGI.escape(credit_underwriting_record) }),
|
|
194
|
+
params: params,
|
|
195
|
+
opts: opts
|
|
196
|
+
)
|
|
197
|
+
end
|
|
198
|
+
|
|
199
|
+
# Creates a CreditUnderwritingRecord object with information about a credit application submission.
|
|
200
|
+
def self.create_from_application(params = {}, opts = {})
|
|
201
|
+
request_stripe_object(
|
|
202
|
+
method: :post,
|
|
203
|
+
path: "/v1/issuing/credit_underwriting_records/create_from_application",
|
|
204
|
+
params: params,
|
|
205
|
+
opts: opts
|
|
206
|
+
)
|
|
207
|
+
end
|
|
208
|
+
|
|
209
|
+
# Creates a CreditUnderwritingRecord object from an underwriting decision coming from a proactive review of an existing accountholder.
|
|
210
|
+
def self.create_from_proactive_review(params = {}, opts = {})
|
|
211
|
+
request_stripe_object(
|
|
212
|
+
method: :post,
|
|
213
|
+
path: "/v1/issuing/credit_underwriting_records/create_from_proactive_review",
|
|
214
|
+
params: params,
|
|
215
|
+
opts: opts
|
|
216
|
+
)
|
|
217
|
+
end
|
|
218
|
+
|
|
219
|
+
# Retrieves a list of CreditUnderwritingRecord objects. The objects are sorted in descending order by creation date, with the most-recently-created object appearing first.
|
|
220
|
+
def self.list(params = {}, opts = {})
|
|
221
|
+
request_stripe_object(
|
|
222
|
+
method: :get,
|
|
223
|
+
path: "/v1/issuing/credit_underwriting_records",
|
|
224
|
+
params: params,
|
|
225
|
+
opts: opts
|
|
226
|
+
)
|
|
227
|
+
end
|
|
228
|
+
|
|
229
|
+
# Update a CreditUnderwritingRecord object from a decision made on a credit application.
|
|
230
|
+
def report_decision(params = {}, opts = {})
|
|
231
|
+
request_stripe_object(
|
|
232
|
+
method: :post,
|
|
233
|
+
path: format("/v1/issuing/credit_underwriting_records/%<credit_underwriting_record>s/report_decision", { credit_underwriting_record: CGI.escape(self["id"]) }),
|
|
234
|
+
params: params,
|
|
235
|
+
opts: opts
|
|
236
|
+
)
|
|
237
|
+
end
|
|
238
|
+
|
|
239
|
+
# Update a CreditUnderwritingRecord object from a decision made on a credit application.
|
|
240
|
+
def self.report_decision(credit_underwriting_record, params = {}, opts = {})
|
|
241
|
+
request_stripe_object(
|
|
242
|
+
method: :post,
|
|
243
|
+
path: format("/v1/issuing/credit_underwriting_records/%<credit_underwriting_record>s/report_decision", { credit_underwriting_record: CGI.escape(credit_underwriting_record) }),
|
|
244
|
+
params: params,
|
|
245
|
+
opts: opts
|
|
246
|
+
)
|
|
247
|
+
end
|
|
248
|
+
|
|
249
|
+
def self.inner_class_types
|
|
250
|
+
@inner_class_types = {
|
|
251
|
+
application: Application,
|
|
252
|
+
credit_user: CreditUser,
|
|
253
|
+
decision: Decision,
|
|
254
|
+
underwriting_exception: UnderwritingException,
|
|
255
|
+
}
|
|
256
|
+
end
|
|
257
|
+
|
|
258
|
+
def self.field_remappings
|
|
259
|
+
@field_remappings = {}
|
|
260
|
+
end
|
|
261
|
+
end
|
|
262
|
+
end
|
|
263
|
+
end
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
# File generated from our OpenAPI spec
|
|
2
|
+
# frozen_string_literal: true
|
|
3
|
+
|
|
4
|
+
module Stripe
|
|
5
|
+
module Issuing
|
|
6
|
+
# Represents a record from the card network of a money movement or change in state for an Issuing dispute. These records are included in the settlement reports that we receive from networks and expose to users as Settlement objects.
|
|
7
|
+
class DisputeSettlementDetail < APIResource
|
|
8
|
+
extend Stripe::APIOperations::List
|
|
9
|
+
|
|
10
|
+
OBJECT_NAME = "issuing.dispute_settlement_detail"
|
|
11
|
+
def self.object_name
|
|
12
|
+
"issuing.dispute_settlement_detail"
|
|
13
|
+
end
|
|
14
|
+
|
|
15
|
+
class NetworkData < ::Stripe::StripeObject
|
|
16
|
+
# The date the transaction was processed by the card network. This can be different from the date the seller recorded the transaction depending on when the acquirer submits the transaction to the network.
|
|
17
|
+
attr_reader :processing_date
|
|
18
|
+
|
|
19
|
+
def self.inner_class_types
|
|
20
|
+
@inner_class_types = {}
|
|
21
|
+
end
|
|
22
|
+
|
|
23
|
+
def self.field_remappings
|
|
24
|
+
@field_remappings = {}
|
|
25
|
+
end
|
|
26
|
+
end
|
|
27
|
+
# Disputed amount in the card’s currency and in the smallest currency unit. Usually the amount of the transaction, but can differ (usually because of currency fluctuation).
|
|
28
|
+
attr_reader :amount
|
|
29
|
+
# The card used to make the original transaction.
|
|
30
|
+
attr_reader :card
|
|
31
|
+
# Time at which the object was created. Measured in seconds since the Unix epoch.
|
|
32
|
+
attr_reader :created
|
|
33
|
+
# The currency the original transaction was made in. 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
|
+
attr_reader :currency
|
|
35
|
+
# The ID of the linked dispute.
|
|
36
|
+
attr_reader :dispute
|
|
37
|
+
# The type of event corresponding to this dispute settlement detail, representing the stage in the dispute network lifecycle.
|
|
38
|
+
attr_reader :event_type
|
|
39
|
+
# Unique identifier for the object.
|
|
40
|
+
attr_reader :id
|
|
41
|
+
# If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
|
|
42
|
+
attr_reader :livemode
|
|
43
|
+
# The card network for this dispute settlement detail. One of ["visa", "mastercard", "maestro"]
|
|
44
|
+
attr_reader :network
|
|
45
|
+
# Details about the transaction, such as processing dates, set by the card network.
|
|
46
|
+
attr_reader :network_data
|
|
47
|
+
# String representing the object's type. Objects of the same type share the same value.
|
|
48
|
+
attr_reader :object
|
|
49
|
+
# The ID of the linked card network settlement.
|
|
50
|
+
attr_reader :settlement
|
|
51
|
+
|
|
52
|
+
# Returns a list of Issuing DisputeSettlementDetail objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
|
|
53
|
+
def self.list(params = {}, opts = {})
|
|
54
|
+
request_stripe_object(
|
|
55
|
+
method: :get,
|
|
56
|
+
path: "/v1/issuing/dispute_settlement_details",
|
|
57
|
+
params: params,
|
|
58
|
+
opts: opts
|
|
59
|
+
)
|
|
60
|
+
end
|
|
61
|
+
|
|
62
|
+
def self.inner_class_types
|
|
63
|
+
@inner_class_types = { network_data: NetworkData }
|
|
64
|
+
end
|
|
65
|
+
|
|
66
|
+
def self.field_remappings
|
|
67
|
+
@field_remappings = {}
|
|
68
|
+
end
|
|
69
|
+
end
|
|
70
|
+
end
|
|
71
|
+
end
|