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
|
@@ -7,7 +7,7 @@ module Stripe
|
|
|
7
7
|
attr_accessor :expand
|
|
8
8
|
# Credit note memo.
|
|
9
9
|
attr_accessor :memo
|
|
10
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
10
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
11
11
|
attr_accessor :metadata
|
|
12
12
|
|
|
13
13
|
def initialize(expand: nil, memo: nil, metadata: nil)
|
|
@@ -5,13 +5,13 @@ module Stripe
|
|
|
5
5
|
class CustomerBalanceTransactionCreateParams < ::Stripe::RequestParams
|
|
6
6
|
# The integer amount in **cents (or local equivalent)** to apply to the customer's credit balance.
|
|
7
7
|
attr_accessor :amount
|
|
8
|
-
# 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). Specifies the [`invoice_credit_balance`](https://stripe.com/
|
|
8
|
+
# 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). Specifies the [`invoice_credit_balance`](https://docs.stripe.com/api/customers/object#customer_object-invoice_credit_balance) that this transaction will apply to. If the customer's `currency` is not set, it will be updated to this value.
|
|
9
9
|
attr_accessor :currency
|
|
10
10
|
# An arbitrary string attached to the object. Often useful for displaying to users.
|
|
11
11
|
attr_accessor :description
|
|
12
12
|
# Specifies which fields in the response should be expanded.
|
|
13
13
|
attr_accessor :expand
|
|
14
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
14
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
15
15
|
attr_accessor :metadata
|
|
16
16
|
|
|
17
17
|
def initialize(amount: nil, currency: nil, description: nil, expand: nil, metadata: nil)
|
|
@@ -26,15 +26,25 @@ module Stripe
|
|
|
26
26
|
attr_accessor :ending_before
|
|
27
27
|
# Specifies which fields in the response should be expanded.
|
|
28
28
|
attr_accessor :expand
|
|
29
|
+
# Only return transactions that are related to the specified invoice.
|
|
30
|
+
attr_accessor :invoice
|
|
29
31
|
# A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
|
|
30
32
|
attr_accessor :limit
|
|
31
33
|
# A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.
|
|
32
34
|
attr_accessor :starting_after
|
|
33
35
|
|
|
34
|
-
def initialize(
|
|
36
|
+
def initialize(
|
|
37
|
+
created: nil,
|
|
38
|
+
ending_before: nil,
|
|
39
|
+
expand: nil,
|
|
40
|
+
invoice: nil,
|
|
41
|
+
limit: nil,
|
|
42
|
+
starting_after: nil
|
|
43
|
+
)
|
|
35
44
|
@created = created
|
|
36
45
|
@ending_before = ending_before
|
|
37
46
|
@expand = expand
|
|
47
|
+
@invoice = invoice
|
|
38
48
|
@limit = limit
|
|
39
49
|
@starting_after = starting_after
|
|
40
50
|
end
|
|
@@ -7,7 +7,7 @@ module Stripe
|
|
|
7
7
|
attr_accessor :description
|
|
8
8
|
# Specifies which fields in the response should be expanded.
|
|
9
9
|
attr_accessor :expand
|
|
10
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
10
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
11
11
|
attr_accessor :metadata
|
|
12
12
|
|
|
13
13
|
def initialize(description: nil, expand: nil, metadata: nil)
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
module Stripe
|
|
5
5
|
class CustomerCashBalanceUpdateParams < ::Stripe::RequestParams
|
|
6
6
|
class Settings < ::Stripe::RequestParams
|
|
7
|
-
# Controls how funds transferred by the customer are applied to payment intents and invoices. Valid options are `automatic`, `manual`, or `merchant_default`. For more information about these reconciliation modes, see [Reconciliation](https://stripe.com/
|
|
7
|
+
# Controls how funds transferred by the customer are applied to payment intents and invoices. Valid options are `automatic`, `manual`, or `merchant_default`. For more information about these reconciliation modes, see [Reconciliation](https://docs.stripe.com/payments/customer-balance/reconciliation).
|
|
8
8
|
attr_accessor :reconciliation_mode
|
|
9
9
|
|
|
10
10
|
def initialize(reconciliation_mode: nil)
|
|
@@ -14,7 +14,7 @@ module Stripe
|
|
|
14
14
|
attr_accessor :line2
|
|
15
15
|
# ZIP or postal code.
|
|
16
16
|
attr_accessor :postal_code
|
|
17
|
-
# State, county, province, or region.
|
|
17
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
18
18
|
attr_accessor :state
|
|
19
19
|
|
|
20
20
|
def initialize(city: nil, country: nil, line1: nil, line2: nil, postal_code: nil, state: nil)
|
|
@@ -29,7 +29,7 @@ module Stripe
|
|
|
29
29
|
|
|
30
30
|
class CashBalance < ::Stripe::RequestParams
|
|
31
31
|
class Settings < ::Stripe::RequestParams
|
|
32
|
-
# Controls how funds transferred by the customer are applied to payment intents and invoices. Valid options are `automatic`, `manual`, or `merchant_default`. For more information about these reconciliation modes, see [Reconciliation](https://stripe.com/
|
|
32
|
+
# Controls how funds transferred by the customer are applied to payment intents and invoices. Valid options are `automatic`, `manual`, or `merchant_default`. For more information about these reconciliation modes, see [Reconciliation](https://docs.stripe.com/payments/customer-balance/reconciliation).
|
|
33
33
|
attr_accessor :reconciliation_mode
|
|
34
34
|
|
|
35
35
|
def initialize(reconciliation_mode: nil)
|
|
@@ -103,7 +103,7 @@ module Stripe
|
|
|
103
103
|
attr_accessor :line2
|
|
104
104
|
# ZIP or postal code.
|
|
105
105
|
attr_accessor :postal_code
|
|
106
|
-
# State, county, province, or region.
|
|
106
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
107
107
|
attr_accessor :state
|
|
108
108
|
|
|
109
109
|
def initialize(
|
|
@@ -159,7 +159,7 @@ module Stripe
|
|
|
159
159
|
@value = value
|
|
160
160
|
end
|
|
161
161
|
end
|
|
162
|
-
# The customer's address.
|
|
162
|
+
# The customer's address. Learn about [country-specific requirements for calculating tax](https://docs.stripe.com/invoicing/taxes?dashboard-or-api=dashboard#set-up-customer).
|
|
163
163
|
attr_accessor :address
|
|
164
164
|
# An integer amount in cents (or local equivalent) that represents the customer's current balance, which affect the customer's future invoices. A negative amount represents a credit that decreases the amount due on an invoice; a positive amount increases the amount due on an invoice.
|
|
165
165
|
attr_accessor :balance
|
|
@@ -179,7 +179,7 @@ module Stripe
|
|
|
179
179
|
attr_accessor :invoice_prefix
|
|
180
180
|
# Default invoice settings for this customer.
|
|
181
181
|
attr_accessor :invoice_settings
|
|
182
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
182
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
183
183
|
attr_accessor :metadata
|
|
184
184
|
# The customer's full name or business name.
|
|
185
185
|
attr_accessor :name
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
|
|
4
4
|
module Stripe
|
|
5
5
|
class CustomerFundCashBalanceParams < ::Stripe::RequestParams
|
|
6
|
-
# Amount to be used for this test cash balance transaction. A positive integer representing how much to fund in the [smallest currency unit](https://stripe.com/
|
|
6
|
+
# Amount to be used for this test cash balance transaction. A positive integer representing how much to fund in the [smallest currency unit](https://docs.stripe.com/currencies#zero-decimal) (e.g., 100 cents to fund $1.00 or 100 to fund ¥100, a zero-decimal currency).
|
|
7
7
|
attr_accessor :amount
|
|
8
8
|
# 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).
|
|
9
9
|
attr_accessor :currency
|
|
10
10
|
# Specifies which fields in the response should be expanded.
|
|
11
11
|
attr_accessor :expand
|
|
12
|
-
# A description of the test funding. This simulates free-text references supplied by customers when making bank transfers to their cash balance. You can use this to test how Stripe's [reconciliation algorithm](https://stripe.com/
|
|
12
|
+
# A description of the test funding. This simulates free-text references supplied by customers when making bank transfers to their cash balance. You can use this to test how Stripe's [reconciliation algorithm](https://docs.stripe.com/payments/customer-balance/reconciliation) applies to different user inputs.
|
|
13
13
|
attr_accessor :reference
|
|
14
14
|
|
|
15
15
|
def initialize(amount: nil, currency: nil, expand: nil, reference: nil)
|
|
@@ -5,9 +5,9 @@ module Stripe
|
|
|
5
5
|
class CustomerPaymentSourceCreateParams < ::Stripe::RequestParams
|
|
6
6
|
# Specifies which fields in the response should be expanded.
|
|
7
7
|
attr_accessor :expand
|
|
8
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
8
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
9
9
|
attr_accessor :metadata
|
|
10
|
-
# Please refer to full [documentation](https://stripe.com
|
|
10
|
+
# Please refer to full [documentation](https://api.stripe.com) instead.
|
|
11
11
|
attr_accessor :source
|
|
12
12
|
# Attribute for param field validate
|
|
13
13
|
attr_accessor :validate
|
|
@@ -15,7 +15,7 @@ module Stripe
|
|
|
15
15
|
attr_accessor :line2
|
|
16
16
|
# ZIP or postal code.
|
|
17
17
|
attr_accessor :postal_code
|
|
18
|
-
# State, county, province, or region.
|
|
18
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
19
19
|
attr_accessor :state
|
|
20
20
|
|
|
21
21
|
def initialize(
|
|
@@ -72,7 +72,7 @@ module Stripe
|
|
|
72
72
|
attr_accessor :exp_year
|
|
73
73
|
# Specifies which fields in the response should be expanded.
|
|
74
74
|
attr_accessor :expand
|
|
75
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
75
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
76
76
|
attr_accessor :metadata
|
|
77
77
|
# Cardholder name.
|
|
78
78
|
attr_accessor :name
|
|
@@ -9,7 +9,7 @@ module Stripe
|
|
|
9
9
|
attr_accessor :limit
|
|
10
10
|
# A cursor for pagination across multiple pages of results. Don't include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.
|
|
11
11
|
attr_accessor :page
|
|
12
|
-
# The search query string. See [search query language](https://stripe.com/
|
|
12
|
+
# The search query string. See [search query language](https://docs.stripe.com/search#search-query-language) and the list of supported [query fields for customers](https://docs.stripe.com/search#query-fields-for-customers).
|
|
13
13
|
attr_accessor :query
|
|
14
14
|
|
|
15
15
|
def initialize(expand: nil, limit: nil, page: nil, query: nil)
|
|
@@ -14,7 +14,7 @@ module Stripe
|
|
|
14
14
|
attr_accessor :line2
|
|
15
15
|
# ZIP or postal code.
|
|
16
16
|
attr_accessor :postal_code
|
|
17
|
-
# State, county, province, or region.
|
|
17
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
18
18
|
attr_accessor :state
|
|
19
19
|
|
|
20
20
|
def initialize(city: nil, country: nil, line1: nil, line2: nil, postal_code: nil, state: nil)
|
|
@@ -29,7 +29,7 @@ module Stripe
|
|
|
29
29
|
|
|
30
30
|
class CashBalance < ::Stripe::RequestParams
|
|
31
31
|
class Settings < ::Stripe::RequestParams
|
|
32
|
-
# Controls how funds transferred by the customer are applied to payment intents and invoices. Valid options are `automatic`, `manual`, or `merchant_default`. For more information about these reconciliation modes, see [Reconciliation](https://stripe.com/
|
|
32
|
+
# Controls how funds transferred by the customer are applied to payment intents and invoices. Valid options are `automatic`, `manual`, or `merchant_default`. For more information about these reconciliation modes, see [Reconciliation](https://docs.stripe.com/payments/customer-balance/reconciliation).
|
|
33
33
|
attr_accessor :reconciliation_mode
|
|
34
34
|
|
|
35
35
|
def initialize(reconciliation_mode: nil)
|
|
@@ -103,7 +103,7 @@ module Stripe
|
|
|
103
103
|
attr_accessor :line2
|
|
104
104
|
# ZIP or postal code.
|
|
105
105
|
attr_accessor :postal_code
|
|
106
|
-
# State, county, province, or region.
|
|
106
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
107
107
|
attr_accessor :state
|
|
108
108
|
|
|
109
109
|
def initialize(
|
|
@@ -147,7 +147,7 @@ module Stripe
|
|
|
147
147
|
@validate_location = validate_location
|
|
148
148
|
end
|
|
149
149
|
end
|
|
150
|
-
# The customer's address.
|
|
150
|
+
# The customer's address. Learn about [country-specific requirements for calculating tax](https://docs.stripe.com/invoicing/taxes?dashboard-or-api=dashboard#set-up-customer).
|
|
151
151
|
attr_accessor :address
|
|
152
152
|
# An integer amount in cents (or local equivalent) that represents the customer's current balance, which affect the customer's future invoices. A negative amount represents a credit that decreases the amount due on an invoice; a positive amount increases the amount due on an invoice.
|
|
153
153
|
attr_accessor :balance
|
|
@@ -155,11 +155,11 @@ module Stripe
|
|
|
155
155
|
attr_accessor :business_name
|
|
156
156
|
# Balance information and default balance settings for this customer.
|
|
157
157
|
attr_accessor :cash_balance
|
|
158
|
-
# If you are using payment methods created via the PaymentMethods API, see the [invoice_settings.default_payment_method](https://stripe.com/
|
|
158
|
+
# If you are using payment methods created via the PaymentMethods API, see the [invoice_settings.default_payment_method](https://docs.stripe.com/api/customers/update#update_customer-invoice_settings-default_payment_method) parameter.
|
|
159
159
|
#
|
|
160
160
|
# Provide the ID of a payment source already attached to this customer to make it this customer's default payment source.
|
|
161
161
|
#
|
|
162
|
-
# If you want to add a new payment source and make it the default, see the [source](https://stripe.com/
|
|
162
|
+
# If you want to add a new payment source and make it the default, see the [source](https://docs.stripe.com/api/customers/update#update_customer-source) property.
|
|
163
163
|
attr_accessor :default_source
|
|
164
164
|
# An arbitrary string that you can attach to a customer object. It is displayed alongside the customer in the dashboard.
|
|
165
165
|
attr_accessor :description
|
|
@@ -173,7 +173,7 @@ module Stripe
|
|
|
173
173
|
attr_accessor :invoice_prefix
|
|
174
174
|
# Default invoice settings for this customer.
|
|
175
175
|
attr_accessor :invoice_settings
|
|
176
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
176
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
177
177
|
attr_accessor :metadata
|
|
178
178
|
# The customer's full name or business name.
|
|
179
179
|
attr_accessor :name
|
|
@@ -4,6 +4,86 @@
|
|
|
4
4
|
module Stripe
|
|
5
5
|
module DelegatedCheckout
|
|
6
6
|
class RequestedSessionConfirmParams < ::Stripe::RequestParams
|
|
7
|
+
class PaymentMethodData < ::Stripe::RequestParams
|
|
8
|
+
class BillingDetails < ::Stripe::RequestParams
|
|
9
|
+
class Address < ::Stripe::RequestParams
|
|
10
|
+
# City, district, suburb, town, or village.
|
|
11
|
+
attr_accessor :city
|
|
12
|
+
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
13
|
+
attr_accessor :country
|
|
14
|
+
# Address line 1, such as the street, PO Box, or company name.
|
|
15
|
+
attr_accessor :line1
|
|
16
|
+
# Address line 2, such as the apartment, suite, unit, or building.
|
|
17
|
+
attr_accessor :line2
|
|
18
|
+
# ZIP or postal code.
|
|
19
|
+
attr_accessor :postal_code
|
|
20
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
21
|
+
attr_accessor :state
|
|
22
|
+
|
|
23
|
+
def initialize(
|
|
24
|
+
city: nil,
|
|
25
|
+
country: nil,
|
|
26
|
+
line1: nil,
|
|
27
|
+
line2: nil,
|
|
28
|
+
postal_code: nil,
|
|
29
|
+
state: nil
|
|
30
|
+
)
|
|
31
|
+
@city = city
|
|
32
|
+
@country = country
|
|
33
|
+
@line1 = line1
|
|
34
|
+
@line2 = line2
|
|
35
|
+
@postal_code = postal_code
|
|
36
|
+
@state = state
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
# The address for the billing details.
|
|
40
|
+
attr_accessor :address
|
|
41
|
+
# The email for the billing details.
|
|
42
|
+
attr_accessor :email
|
|
43
|
+
# The name for the billing details.
|
|
44
|
+
attr_accessor :name
|
|
45
|
+
# The phone for the billing details.
|
|
46
|
+
attr_accessor :phone
|
|
47
|
+
|
|
48
|
+
def initialize(address: nil, email: nil, name: nil, phone: nil)
|
|
49
|
+
@address = address
|
|
50
|
+
@email = email
|
|
51
|
+
@name = name
|
|
52
|
+
@phone = phone
|
|
53
|
+
end
|
|
54
|
+
end
|
|
55
|
+
|
|
56
|
+
class Card < ::Stripe::RequestParams
|
|
57
|
+
# The CVC of the card.
|
|
58
|
+
attr_accessor :cvc
|
|
59
|
+
# The expiration month of the card.
|
|
60
|
+
attr_accessor :exp_month
|
|
61
|
+
# The expiration year of the card.
|
|
62
|
+
attr_accessor :exp_year
|
|
63
|
+
# The number of the card.
|
|
64
|
+
attr_accessor :number
|
|
65
|
+
|
|
66
|
+
def initialize(cvc: nil, exp_month: nil, exp_year: nil, number: nil)
|
|
67
|
+
@cvc = cvc
|
|
68
|
+
@exp_month = exp_month
|
|
69
|
+
@exp_year = exp_year
|
|
70
|
+
@number = number
|
|
71
|
+
end
|
|
72
|
+
end
|
|
73
|
+
# The billing details for the payment method data.
|
|
74
|
+
attr_accessor :billing_details
|
|
75
|
+
# The card for the payment method data.
|
|
76
|
+
attr_accessor :card
|
|
77
|
+
# The type of the payment method data.
|
|
78
|
+
attr_accessor :type
|
|
79
|
+
|
|
80
|
+
def initialize(billing_details: nil, card: nil, type: nil)
|
|
81
|
+
@billing_details = billing_details
|
|
82
|
+
@card = card
|
|
83
|
+
@type = type
|
|
84
|
+
end
|
|
85
|
+
end
|
|
86
|
+
|
|
7
87
|
class RiskDetails < ::Stripe::RequestParams
|
|
8
88
|
class ClientDeviceMetadataDetails < ::Stripe::RequestParams
|
|
9
89
|
# The radar session.
|
|
@@ -42,12 +122,15 @@ module Stripe
|
|
|
42
122
|
attr_accessor :expand
|
|
43
123
|
# The PaymentMethod to use with the requested session.
|
|
44
124
|
attr_accessor :payment_method
|
|
125
|
+
# The payment method data for this requested session.
|
|
126
|
+
attr_accessor :payment_method_data
|
|
45
127
|
# Risk details/signals associated with the requested session
|
|
46
128
|
attr_accessor :risk_details
|
|
47
129
|
|
|
48
|
-
def initialize(expand: nil, payment_method: nil, risk_details: nil)
|
|
130
|
+
def initialize(expand: nil, payment_method: nil, payment_method_data: nil, risk_details: nil)
|
|
49
131
|
@expand = expand
|
|
50
132
|
@payment_method = payment_method
|
|
133
|
+
@payment_method_data = payment_method_data
|
|
51
134
|
@risk_details = risk_details
|
|
52
135
|
end
|
|
53
136
|
end
|
|
@@ -18,7 +18,7 @@ module Stripe
|
|
|
18
18
|
attr_accessor :line2
|
|
19
19
|
# ZIP or postal code.
|
|
20
20
|
attr_accessor :postal_code
|
|
21
|
-
# State, county, province, or region.
|
|
21
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
22
22
|
attr_accessor :state
|
|
23
23
|
|
|
24
24
|
def initialize(
|
|
@@ -87,7 +87,7 @@ module Stripe
|
|
|
87
87
|
attr_accessor :line2
|
|
88
88
|
# ZIP or postal code.
|
|
89
89
|
attr_accessor :postal_code
|
|
90
|
-
# State, county, province, or region.
|
|
90
|
+
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
91
91
|
attr_accessor :state
|
|
92
92
|
|
|
93
93
|
def initialize(
|
|
@@ -295,7 +295,7 @@ module Stripe
|
|
|
295
295
|
attr_accessor :expand
|
|
296
296
|
# Intended submission method for the dispute.
|
|
297
297
|
attr_accessor :intended_submission_method
|
|
298
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
298
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
299
299
|
attr_accessor :metadata
|
|
300
300
|
# Whether to immediately submit evidence to the bank. If `false`, evidence is staged on the dispute. Staged evidence is visible in the API and Dashboard, and can be submitted to the bank by making another request with this attribute set to `true` (the default).
|
|
301
301
|
attr_accessor :submit
|
|
@@ -119,9 +119,9 @@ module Stripe
|
|
|
119
119
|
attr_accessor :default_for_currency
|
|
120
120
|
# Specifies which fields in the response should be expanded.
|
|
121
121
|
attr_accessor :expand
|
|
122
|
-
# Either a token, like the ones returned by [Stripe.js](https://stripe.com/
|
|
122
|
+
# Either a token, like the ones returned by [Stripe.js](https://docs.stripe.com/js), or a dictionary containing a user’s external account details (with the options shown below).
|
|
123
123
|
attr_accessor :external_account
|
|
124
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
124
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
125
125
|
attr_accessor :metadata
|
|
126
126
|
|
|
127
127
|
def initialize(default_for_currency: nil, expand: nil, external_account: nil, metadata: nil)
|
|
@@ -5,7 +5,7 @@ module Stripe
|
|
|
5
5
|
class ExternalAccountUpdateParams < ::Stripe::RequestParams
|
|
6
6
|
class Documents < ::Stripe::RequestParams
|
|
7
7
|
class BankAccountOwnershipVerification < ::Stripe::RequestParams
|
|
8
|
-
# One or more document ids returned by a [file upload](https://stripe.com
|
|
8
|
+
# One or more document ids returned by a [file upload](https://api.stripe.com#create_file) with a `purpose` value of `account_requirement`.
|
|
9
9
|
attr_accessor :files
|
|
10
10
|
|
|
11
11
|
def initialize(files: nil)
|
|
@@ -47,7 +47,7 @@ module Stripe
|
|
|
47
47
|
attr_accessor :exp_year
|
|
48
48
|
# Specifies which fields in the response should be expanded.
|
|
49
49
|
attr_accessor :expand
|
|
50
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
50
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
51
51
|
attr_accessor :metadata
|
|
52
52
|
# Cardholder name.
|
|
53
53
|
attr_accessor :name
|
|
@@ -8,7 +8,7 @@ module Stripe
|
|
|
8
8
|
attr_accessor :create
|
|
9
9
|
# The link isn't available after this future timestamp.
|
|
10
10
|
attr_accessor :expires_at
|
|
11
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
11
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
12
12
|
attr_accessor :metadata
|
|
13
13
|
|
|
14
14
|
def initialize(create: nil, expires_at: nil, metadata: nil)
|
|
@@ -21,9 +21,9 @@ module Stripe
|
|
|
21
21
|
attr_accessor :expand
|
|
22
22
|
# A file to upload. Make sure that the specifications follow RFC 2388, which defines file transfers for the `multipart/form-data` protocol.
|
|
23
23
|
attr_accessor :file
|
|
24
|
-
# Optional parameters that automatically create a [file link](https://stripe.com
|
|
24
|
+
# Optional parameters that automatically create a [file link](https://api.stripe.com#file_links) for the newly created file.
|
|
25
25
|
attr_accessor :file_link_data
|
|
26
|
-
# The [purpose](https://stripe.com/
|
|
26
|
+
# The [purpose](https://docs.stripe.com/file-upload#uploading-a-file) of the uploaded file.
|
|
27
27
|
attr_accessor :purpose
|
|
28
28
|
|
|
29
29
|
def initialize(expand: nil, file: nil, file_link_data: nil, purpose: nil)
|
|
@@ -9,7 +9,7 @@ module Stripe
|
|
|
9
9
|
attr_accessor :expires_at
|
|
10
10
|
# The ID of the file. The file's `purpose` must be one of the following: `business_icon`, `business_logo`, `customer_signature`, `dispute_evidence`, `finance_report_run`, `financial_account_statement`, `identity_document_downloadable`, `issuing_regulatory_reporting`, `pci_document`, `selfie`, `sigma_scheduled_query`, `tax_document_user_upload`, `terminal_android_apk`, or `terminal_reader_splashscreen`.
|
|
11
11
|
attr_accessor :file
|
|
12
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
12
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
13
13
|
attr_accessor :metadata
|
|
14
14
|
|
|
15
15
|
def initialize(expand: nil, expires_at: nil, file: nil, metadata: nil)
|
|
@@ -7,7 +7,7 @@ module Stripe
|
|
|
7
7
|
attr_accessor :expand
|
|
8
8
|
# A future timestamp after which the link will no longer be usable, or `now` to expire the link immediately.
|
|
9
9
|
attr_accessor :expires_at
|
|
10
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
10
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
11
11
|
attr_accessor :metadata
|
|
12
12
|
|
|
13
13
|
def initialize(expand: nil, expires_at: nil, metadata: nil)
|
|
@@ -5,11 +5,11 @@ module Stripe
|
|
|
5
5
|
module FinancialConnections
|
|
6
6
|
class AccountListParams < ::Stripe::RequestParams
|
|
7
7
|
class AccountHolder < ::Stripe::RequestParams
|
|
8
|
-
# The ID of the Stripe account whose accounts will
|
|
8
|
+
# The ID of the Stripe account whose accounts you will retrieve.
|
|
9
9
|
attr_accessor :account
|
|
10
|
-
# The ID of the Stripe customer whose accounts will
|
|
10
|
+
# The ID of the Stripe customer whose accounts you will retrieve.
|
|
11
11
|
attr_accessor :customer
|
|
12
|
-
# The
|
|
12
|
+
# The ID of the Account representing a customer whose accounts you will retrieve.
|
|
13
13
|
attr_accessor :customer_account
|
|
14
14
|
|
|
15
15
|
def initialize(account: nil, customer: nil, customer_account: nil)
|
|
@@ -5,11 +5,11 @@ module Stripe
|
|
|
5
5
|
module FinancialConnections
|
|
6
6
|
class SessionCreateParams < ::Stripe::RequestParams
|
|
7
7
|
class AccountHolder < ::Stripe::RequestParams
|
|
8
|
-
# The ID of the Stripe account whose accounts will
|
|
8
|
+
# The ID of the Stripe account whose accounts you will retrieve. Only available when `type` is `account`.
|
|
9
9
|
attr_accessor :account
|
|
10
|
-
# The ID of the Stripe customer whose accounts will
|
|
10
|
+
# The ID of the Stripe customer whose accounts you will retrieve. Only available when `type` is `customer`.
|
|
11
11
|
attr_accessor :customer
|
|
12
|
-
# The ID of
|
|
12
|
+
# The ID of Account representing a customer whose accounts you will retrieve. Only available when `type` is `customer`.
|
|
13
13
|
attr_accessor :customer_account
|
|
14
14
|
# Type of account holder to collect accounts for.
|
|
15
15
|
attr_accessor :type
|
|
@@ -28,7 +28,7 @@ module Stripe
|
|
|
28
28
|
end
|
|
29
29
|
# Specifies which fields in the response should be expanded.
|
|
30
30
|
attr_accessor :expand
|
|
31
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
31
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
32
32
|
attr_accessor :metadata
|
|
33
33
|
# The PaymentMethod to insert into the forwarded request. Forwarding previously consumed PaymentMethods is allowed.
|
|
34
34
|
attr_accessor :payment_method
|
|
@@ -8,11 +8,11 @@ module Stripe
|
|
|
8
8
|
class Document < ::Stripe::RequestParams
|
|
9
9
|
# Array of strings of allowed identity document types. If the provided identity document isn’t one of the allowed types, the verification check will fail with a document_type_not_allowed error code.
|
|
10
10
|
attr_accessor :allowed_types
|
|
11
|
-
# Collect an ID number and perform an [ID number check](https://stripe.com/
|
|
11
|
+
# Collect an ID number and perform an [ID number check](https://docs.stripe.com/identity/verification-checks?type=id-number) with the document’s extracted name and date of birth.
|
|
12
12
|
attr_accessor :require_id_number
|
|
13
13
|
# Disable image uploads, identity document images have to be captured using the device’s camera.
|
|
14
14
|
attr_accessor :require_live_capture
|
|
15
|
-
# Capture a face image and perform a [selfie check](https://stripe.com/
|
|
15
|
+
# Capture a face image and perform a [selfie check](https://docs.stripe.com/identity/verification-checks?type=selfie) comparing a photo ID and a picture of your user’s face. [Learn more](https://docs.stripe.com/identity/selfie).
|
|
16
16
|
attr_accessor :require_matching_selfie
|
|
17
17
|
|
|
18
18
|
def initialize(
|
|
@@ -27,7 +27,7 @@ module Stripe
|
|
|
27
27
|
@require_matching_selfie = require_matching_selfie
|
|
28
28
|
end
|
|
29
29
|
end
|
|
30
|
-
# Options that apply to the [document check](https://stripe.com/
|
|
30
|
+
# Options that apply to the [document check](https://docs.stripe.com/identity/verification-checks?type=document).
|
|
31
31
|
attr_accessor :document
|
|
32
32
|
|
|
33
33
|
def initialize(document: nil)
|
|
@@ -62,7 +62,7 @@ module Stripe
|
|
|
62
62
|
attr_accessor :client_reference_id
|
|
63
63
|
# Specifies which fields in the response should be expanded.
|
|
64
64
|
attr_accessor :expand
|
|
65
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
65
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
66
66
|
attr_accessor :metadata
|
|
67
67
|
# A set of options for the session’s verification checks.
|
|
68
68
|
attr_accessor :options
|
|
@@ -70,13 +70,13 @@ module Stripe
|
|
|
70
70
|
attr_accessor :provided_details
|
|
71
71
|
# Customer ID
|
|
72
72
|
attr_accessor :related_customer
|
|
73
|
-
#
|
|
73
|
+
# The ID of the Account representing a customer.
|
|
74
74
|
attr_accessor :related_customer_account
|
|
75
75
|
# Tokens referencing a Person resource and it's associated account.
|
|
76
76
|
attr_accessor :related_person
|
|
77
77
|
# The URL that the user will be redirected to upon completing the verification flow.
|
|
78
78
|
attr_accessor :return_url
|
|
79
|
-
# The type of [verification check](https://stripe.com/
|
|
79
|
+
# The type of [verification check](https://docs.stripe.com/identity/verification-checks) to be performed. You must provide a `type` if not passing `verification_flow`.
|
|
80
80
|
attr_accessor :type
|
|
81
81
|
# The ID of a verification flow from the Dashboard. See https://docs.stripe.com/identity/verification-flows.
|
|
82
82
|
attr_accessor :verification_flow
|
|
@@ -31,13 +31,13 @@ module Stripe
|
|
|
31
31
|
attr_accessor :expand
|
|
32
32
|
# A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
|
|
33
33
|
attr_accessor :limit
|
|
34
|
-
#
|
|
34
|
+
# Customer ID
|
|
35
35
|
attr_accessor :related_customer
|
|
36
|
-
#
|
|
36
|
+
# The ID of the Account representing a customer.
|
|
37
37
|
attr_accessor :related_customer_account
|
|
38
38
|
# A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list.
|
|
39
39
|
attr_accessor :starting_after
|
|
40
|
-
# Only return VerificationSessions with this status. [Learn more about the lifecycle of sessions](https://stripe.com/
|
|
40
|
+
# Only return VerificationSessions with this status. [Learn more about the lifecycle of sessions](https://docs.stripe.com/identity/how-sessions-work).
|
|
41
41
|
attr_accessor :status
|
|
42
42
|
|
|
43
43
|
def initialize(
|
|
@@ -8,11 +8,11 @@ module Stripe
|
|
|
8
8
|
class Document < ::Stripe::RequestParams
|
|
9
9
|
# Array of strings of allowed identity document types. If the provided identity document isn’t one of the allowed types, the verification check will fail with a document_type_not_allowed error code.
|
|
10
10
|
attr_accessor :allowed_types
|
|
11
|
-
# Collect an ID number and perform an [ID number check](https://stripe.com/
|
|
11
|
+
# Collect an ID number and perform an [ID number check](https://docs.stripe.com/identity/verification-checks?type=id-number) with the document’s extracted name and date of birth.
|
|
12
12
|
attr_accessor :require_id_number
|
|
13
13
|
# Disable image uploads, identity document images have to be captured using the device’s camera.
|
|
14
14
|
attr_accessor :require_live_capture
|
|
15
|
-
# Capture a face image and perform a [selfie check](https://stripe.com/
|
|
15
|
+
# Capture a face image and perform a [selfie check](https://docs.stripe.com/identity/verification-checks?type=selfie) comparing a photo ID and a picture of your user’s face. [Learn more](https://docs.stripe.com/identity/selfie).
|
|
16
16
|
attr_accessor :require_matching_selfie
|
|
17
17
|
|
|
18
18
|
def initialize(
|
|
@@ -27,7 +27,7 @@ module Stripe
|
|
|
27
27
|
@require_matching_selfie = require_matching_selfie
|
|
28
28
|
end
|
|
29
29
|
end
|
|
30
|
-
# Options that apply to the [document check](https://stripe.com/
|
|
30
|
+
# Options that apply to the [document check](https://docs.stripe.com/identity/verification-checks?type=document).
|
|
31
31
|
attr_accessor :document
|
|
32
32
|
|
|
33
33
|
def initialize(document: nil)
|
|
@@ -48,13 +48,13 @@ module Stripe
|
|
|
48
48
|
end
|
|
49
49
|
# Specifies which fields in the response should be expanded.
|
|
50
50
|
attr_accessor :expand
|
|
51
|
-
# Set of [key-value pairs](https://stripe.com/
|
|
51
|
+
# Set of [key-value pairs](https://docs.stripe.com/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
|
52
52
|
attr_accessor :metadata
|
|
53
53
|
# A set of options for the session’s verification checks.
|
|
54
54
|
attr_accessor :options
|
|
55
55
|
# Details provided about the user being verified. These details may be shown to the user.
|
|
56
56
|
attr_accessor :provided_details
|
|
57
|
-
# The type of [verification check](https://stripe.com/
|
|
57
|
+
# The type of [verification check](https://docs.stripe.com/identity/verification-checks) to be performed.
|
|
58
58
|
attr_accessor :type
|
|
59
59
|
|
|
60
60
|
def initialize(expand: nil, metadata: nil, options: nil, provided_details: nil, type: nil)
|