stripe 16.1.0.pre.beta.1 → 17.0.0
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 +3 -35
- data/lib/stripe/api_version.rb +2 -1
- data/lib/stripe/errors.rb +0 -63
- data/lib/stripe/event_types.rb +0 -236
- data/lib/stripe/object_types.rb +0 -58
- data/lib/stripe/params/account_create_params.rb +1 -300
- data/lib/stripe/params/account_session_create_params.rb +1 -226
- data/lib/stripe/params/account_update_params.rb +0 -262
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +1 -4
- data/lib/stripe/params/billing/credit_balance_transaction_list_params.rb +0 -4
- data/lib/stripe/params/billing/credit_grant_create_params.rb +0 -4
- data/lib/stripe/params/billing/credit_grant_list_params.rb +0 -4
- data/lib/stripe/params/billing_portal/session_create_params.rb +0 -4
- data/lib/stripe/params/charge_capture_params.rb +0 -709
- data/lib/stripe/params/charge_update_params.rb +0 -709
- data/lib/stripe/params/checkout/session_create_params.rb +3 -193
- data/lib/stripe/params/checkout/session_list_params.rb +0 -4
- data/lib/stripe/params/checkout/session_update_params.rb +1 -288
- data/lib/stripe/params/confirmation_token_create_params.rb +0 -97
- data/lib/stripe/params/coupon_create_params.rb +1 -17
- data/lib/stripe/params/credit_note_list_params.rb +0 -4
- data/lib/stripe/params/customer_session_create_params.rb +1 -4
- data/lib/stripe/params/dispute_update_params.rb +1 -10
- data/lib/stripe/params/financial_connections/account_list_params.rb +1 -4
- data/lib/stripe/params/financial_connections/session_create_params.rb +2 -34
- data/lib/stripe/params/identity/verification_session_create_params.rb +0 -4
- data/lib/stripe/params/identity/verification_session_list_params.rb +0 -4
- data/lib/stripe/params/invoice_add_lines_params.rb +1 -33
- data/lib/stripe/params/invoice_attach_payment_params.rb +1 -46
- data/lib/stripe/params/invoice_create_params.rb +2 -112
- data/lib/stripe/params/invoice_create_preview_params.rb +9 -826
- data/lib/stripe/params/invoice_item_create_params.rb +1 -37
- data/lib/stripe/params/invoice_item_list_params.rb +0 -4
- data/lib/stripe/params/invoice_item_update_params.rb +1 -33
- data/lib/stripe/params/invoice_line_item_update_params.rb +1 -33
- data/lib/stripe/params/invoice_list_params.rb +0 -4
- data/lib/stripe/params/invoice_payment_list_params.rb +1 -4
- data/lib/stripe/params/invoice_update_lines_params.rb +1 -33
- data/lib/stripe/params/invoice_update_params.rb +2 -108
- data/lib/stripe/params/issuing/cardholder_create_params.rb +1 -2
- data/lib/stripe/params/issuing/transaction_list_params.rb +0 -4
- data/lib/stripe/params/payment_intent_capture_params.rb +0 -895
- data/lib/stripe/params/payment_intent_confirm_params.rb +18 -1384
- data/lib/stripe/params/payment_intent_create_params.rb +16 -1390
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +0 -223
- data/lib/stripe/params/payment_intent_list_params.rb +0 -4
- data/lib/stripe/params/payment_intent_update_params.rb +4 -1409
- data/lib/stripe/params/payment_method_attach_params.rb +1 -4
- data/lib/stripe/params/payment_method_configuration_create_params.rb +0 -126
- data/lib/stripe/params/payment_method_configuration_update_params.rb +0 -126
- data/lib/stripe/params/payment_method_create_params.rb +0 -97
- data/lib/stripe/params/payment_method_update_params.rb +0 -19
- data/lib/stripe/params/price_update_params.rb +0 -19
- data/lib/stripe/params/promotion_code_create_params.rb +0 -4
- data/lib/stripe/params/promotion_code_list_params.rb +0 -4
- data/lib/stripe/params/quote_create_params.rb +3 -805
- data/lib/stripe/params/quote_list_params.rb +0 -8
- data/lib/stripe/params/quote_update_params.rb +4 -813
- data/lib/stripe/params/setup_intent_confirm_params.rb +3 -225
- data/lib/stripe/params/setup_intent_create_params.rb +3 -231
- data/lib/stripe/params/setup_intent_list_params.rb +0 -4
- data/lib/stripe/params/setup_intent_update_params.rb +3 -231
- data/lib/stripe/params/subscription_create_params.rb +5 -259
- data/lib/stripe/params/subscription_item_create_params.rb +2 -46
- data/lib/stripe/params/subscription_item_update_params.rb +1 -29
- data/lib/stripe/params/subscription_list_params.rb +0 -4
- data/lib/stripe/params/subscription_schedule_create_params.rb +5 -167
- data/lib/stripe/params/subscription_schedule_list_params.rb +0 -4
- data/lib/stripe/params/subscription_schedule_update_params.rb +5 -163
- data/lib/stripe/params/subscription_update_params.rb +4 -238
- data/lib/stripe/params/tax_id_create_params.rb +1 -4
- data/lib/stripe/params/tax_id_list_params.rb +1 -4
- data/lib/stripe/params/terminal/configuration_create_params.rb +0 -13
- data/lib/stripe/params/terminal/configuration_update_params.rb +0 -13
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +0 -97
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +1 -25
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +1 -25
- data/lib/stripe/params/transfer_create_params.rb +0 -4
- data/lib/stripe/params/treasury/financial_account_create_params.rb +1 -8
- data/lib/stripe/params/treasury/financial_account_features_update_params.rb +1 -4
- data/lib/stripe/params/treasury/financial_account_update_features_params.rb +1 -4
- data/lib/stripe/params/treasury/financial_account_update_params.rb +1 -8
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +0 -24
- data/lib/stripe/params/treasury/received_credit_create_params.rb +1 -25
- data/lib/stripe/params/treasury/received_debit_create_params.rb +1 -25
- data/lib/stripe/params.rb +0 -169
- data/lib/stripe/request_options.rb +1 -3
- data/lib/stripe/resources/account.rb +1 -166
- data/lib/stripe/resources/account_session.rb +0 -81
- data/lib/stripe/resources/billing/credit_balance_summary.rb +0 -2
- data/lib/stripe/resources/billing/credit_grant.rb +0 -2
- data/lib/stripe/resources/billing_portal/session.rb +0 -2
- data/lib/stripe/resources/card.rb +0 -2
- data/lib/stripe/resources/cash_balance.rb +0 -2
- data/lib/stripe/resources/charge.rb +1 -234
- data/lib/stripe/resources/checkout/session.rb +4 -154
- data/lib/stripe/resources/confirmation_token.rb +0 -155
- data/lib/stripe/resources/coupon.rb +1 -26
- data/lib/stripe/resources/credit_note.rb +0 -2
- data/lib/stripe/resources/credit_note_line_item.rb +0 -18
- data/lib/stripe/resources/customer.rb +0 -2
- data/lib/stripe/resources/customer_balance_transaction.rb +0 -2
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +0 -2
- data/lib/stripe/resources/customer_session.rb +0 -2
- data/lib/stripe/resources/discount.rb +0 -2
- data/lib/stripe/resources/dispute.rb +0 -22
- data/lib/stripe/resources/event.rb +1 -64
- data/lib/stripe/resources/financial_connections/account.rb +0 -27
- data/lib/stripe/resources/financial_connections/session.rb +1 -67
- data/lib/stripe/resources/identity/verification_session.rb +0 -2
- data/lib/stripe/resources/invoice.rb +1 -152
- data/lib/stripe/resources/invoice_item.rb +0 -4
- data/lib/stripe/resources/invoice_line_item.rb +0 -40
- data/lib/stripe/resources/invoice_payment.rb +0 -2
- data/lib/stripe/resources/issuing/transaction.rb +0 -2
- data/lib/stripe/resources/line_item.rb +1 -68
- data/lib/stripe/resources/mandate.rb +0 -71
- data/lib/stripe/resources/payment_intent.rb +4 -848
- data/lib/stripe/resources/payment_method.rb +0 -157
- data/lib/stripe/resources/payment_method_configuration.rb +0 -204
- data/lib/stripe/resources/price.rb +0 -20
- data/lib/stripe/resources/promotion_code.rb +0 -2
- data/lib/stripe/resources/quote.rb +2 -571
- data/lib/stripe/resources/refund.rb +0 -18
- data/lib/stripe/resources/setup_attempt.rb +0 -63
- data/lib/stripe/resources/setup_intent.rb +1 -132
- data/lib/stripe/resources/source.rb +0 -38
- data/lib/stripe/resources/subscription.rb +0 -232
- data/lib/stripe/resources/subscription_item.rb +1 -20
- data/lib/stripe/resources/subscription_schedule.rb +3 -198
- data/lib/stripe/resources/tax_id.rb +0 -4
- data/lib/stripe/resources/terminal/configuration.rb +0 -16
- data/lib/stripe/resources/terminal/reader.rb +0 -8
- data/lib/stripe/resources/transfer.rb +0 -2
- data/lib/stripe/resources/treasury/financial_account.rb +0 -2
- data/lib/stripe/resources/treasury/financial_account_features.rb +0 -2
- data/lib/stripe/resources/treasury/outbound_transfer.rb +0 -30
- data/lib/stripe/resources/treasury/received_credit.rb +0 -30
- data/lib/stripe/resources/treasury/received_debit.rb +0 -32
- data/lib/stripe/resources.rb +0 -116
- data/lib/stripe/services/billing_service.rb +1 -2
- data/lib/stripe/services/financial_connections/account_service.rb +1 -3
- data/lib/stripe/services/financial_connections_service.rb +1 -2
- data/lib/stripe/services/issuing_service.rb +1 -5
- data/lib/stripe/services/mandate_service.rb +0 -5
- data/lib/stripe/services/payment_intent_service.rb +0 -44
- data/lib/stripe/services/quote_service.rb +1 -49
- data/lib/stripe/services/subscription_schedule_service.rb +0 -11
- data/lib/stripe/services/subscription_service.rb +0 -11
- data/lib/stripe/services/tax_service.rb +1 -3
- data/lib/stripe/services/terminal_service.rb +1 -3
- data/lib/stripe/services/v1_services.rb +1 -10
- data/lib/stripe/services/v2/billing_service.rb +1 -5
- data/lib/stripe/services/v2/core_service.rb +1 -4
- data/lib/stripe/services/v2_services.rb +1 -4
- data/lib/stripe/services.rb +0 -61
- data/lib/stripe/stripe_client.rb +1 -1
- data/lib/stripe/stripe_configuration.rb +2 -9
- data/lib/stripe/stripe_object.rb +15 -9
- data/lib/stripe/util.rb +3 -9
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +0 -53
- data/rbi/stripe.rbi +98094 -162674
- metadata +5 -351
- data/lib/stripe/events/v2_billing_bill_setting_updated_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_closed_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_created_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb +0 -63
- data/lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_defaults_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_identity_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_account_link_returned_event.rb +0 -42
- data/lib/stripe/events/v2_core_account_person_created_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_person_deleted_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_person_updated_event.rb +0 -61
- data/lib/stripe/events/v2_core_account_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +0 -61
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_payout_method_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +0 -61
- data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_transaction_created_event.rb +0 -44
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +0 -46
- data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_requires_capture_event.rb +0 -44
- data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +0 -44
- data/lib/stripe/params/account_notice_list_params.rb +0 -25
- data/lib/stripe/params/account_notice_retrieve_params.rb +0 -13
- data/lib/stripe/params/account_notice_update_params.rb +0 -36
- data/lib/stripe/params/billing/analytics/meter_usage_retrieve_params.rb +0 -65
- data/lib/stripe/params/capital/financing_offer_list_params.rb +0 -58
- data/lib/stripe/params/capital/financing_offer_mark_delivered_params.rb +0 -15
- data/lib/stripe/params/capital/financing_offer_retrieve_params.rb +0 -15
- data/lib/stripe/params/capital/financing_summary_retrieve_params.rb +0 -15
- data/lib/stripe/params/capital/financing_transaction_list_params.rb +0 -45
- data/lib/stripe/params/capital/financing_transaction_retrieve_params.rb +0 -15
- data/lib/stripe/params/external_account_create_params.rb +0 -134
- data/lib/stripe/params/external_account_delete_params.rb +0 -6
- data/lib/stripe/params/external_account_list_params.rb +0 -25
- data/lib/stripe/params/external_account_retrieve_params.rb +0 -13
- data/lib/stripe/params/external_account_update_params.rb +0 -91
- data/lib/stripe/params/financial_connections/account_inferred_balance_list_params.rb +0 -24
- data/lib/stripe/params/financial_connections/institution_list_params.rb +0 -24
- data/lib/stripe/params/financial_connections/institution_retrieve_params.rb +0 -15
- data/lib/stripe/params/fx_quote_create_params.rb +0 -73
- data/lib/stripe/params/fx_quote_list_params.rb +0 -22
- data/lib/stripe/params/fx_quote_retrieve_params.rb +0 -13
- data/lib/stripe/params/issuing/credit_underwriting_record_correct_params.rb +0 -163
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_application_params.rb +0 -50
- data/lib/stripe/params/issuing/credit_underwriting_record_create_from_proactive_review_params.rb +0 -128
- data/lib/stripe/params/issuing/credit_underwriting_record_list_params.rb +0 -24
- data/lib/stripe/params/issuing/credit_underwriting_record_report_decision_params.rb +0 -86
- data/lib/stripe/params/issuing/credit_underwriting_record_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/dispute_settlement_detail_list_params.rb +0 -33
- data/lib/stripe/params/issuing/dispute_settlement_detail_retrieve_params.rb +0 -15
- data/lib/stripe/params/issuing/fraud_liability_debit_list_params.rb +0 -44
- data/lib/stripe/params/issuing/fraud_liability_debit_retrieve_params.rb +0 -15
- data/lib/stripe/params/mandate_list_params.rb +0 -39
- data/lib/stripe/params/margin_create_params.rb +0 -25
- data/lib/stripe/params/margin_list_params.rb +0 -25
- data/lib/stripe/params/margin_retrieve_params.rb +0 -13
- data/lib/stripe/params/margin_update_params.rb +0 -22
- data/lib/stripe/params/order_cancel_params.rb +0 -13
- data/lib/stripe/params/order_create_params.rb +0 -1124
- data/lib/stripe/params/order_line_item_list_params.rb +0 -22
- data/lib/stripe/params/order_list_line_items_params.rb +0 -22
- data/lib/stripe/params/order_list_params.rb +0 -25
- data/lib/stripe/params/order_reopen_params.rb +0 -13
- data/lib/stripe/params/order_retrieve_params.rb +0 -13
- data/lib/stripe/params/order_submit_params.rb +0 -16
- data/lib/stripe/params/order_update_params.rb +0 -1128
- data/lib/stripe/params/payment_attempt_record_list_params.rb +0 -19
- data/lib/stripe/params/payment_attempt_record_retrieve_params.rb +0 -13
- data/lib/stripe/params/payment_intent_amount_details_line_item_list_params.rb +0 -22
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +0 -73
- data/lib/stripe/params/payment_intent_trigger_action_params.rb +0 -27
- data/lib/stripe/params/payment_record_report_payment_attempt_canceled_params.rb +0 -19
- data/lib/stripe/params/payment_record_report_payment_attempt_failed_params.rb +0 -19
- data/lib/stripe/params/payment_record_report_payment_attempt_guaranteed_params.rb +0 -19
- data/lib/stripe/params/payment_record_report_payment_attempt_informational_params.rb +0 -93
- data/lib/stripe/params/payment_record_report_payment_attempt_params.rb +0 -186
- data/lib/stripe/params/payment_record_report_payment_params.rb +0 -252
- data/lib/stripe/params/payment_record_retrieve_params.rb +0 -13
- data/lib/stripe/params/privacy/redaction_job_cancel_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_create_params.rb +0 -67
- data/lib/stripe/params/privacy/redaction_job_list_params.rb +0 -27
- data/lib/stripe/params/privacy/redaction_job_retrieve_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_run_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_update_params.rb +0 -18
- data/lib/stripe/params/privacy/redaction_job_validate_params.rb +0 -15
- data/lib/stripe/params/privacy/redaction_job_validation_error_list_params.rb +0 -24
- data/lib/stripe/params/quote_line_list_params.rb +0 -22
- data/lib/stripe/params/quote_list_lines_params.rb +0 -22
- data/lib/stripe/params/quote_list_preview_invoice_lines_params.rb +0 -22
- data/lib/stripe/params/quote_mark_draft_params.rb +0 -13
- data/lib/stripe/params/quote_mark_stale_params.rb +0 -16
- data/lib/stripe/params/quote_preview_invoice_list_params.rb +0 -22
- data/lib/stripe/params/quote_preview_subscription_schedule_list_params.rb +0 -22
- data/lib/stripe/params/quote_reestimate_params.rb +0 -13
- data/lib/stripe/params/subscription_attach_cadence_params.rb +0 -16
- data/lib/stripe/params/subscription_schedule_amend_params.rb +0 -570
- data/lib/stripe/params/tax/association_find_params.rb +0 -18
- data/lib/stripe/params/tax/form_list_params.rb +0 -51
- data/lib/stripe/params/tax/form_pdf_params.rb +0 -15
- data/lib/stripe/params/tax/form_retrieve_params.rb +0 -15
- data/lib/stripe/params/terminal/onboarding_link_create_params.rb +0 -43
- data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +0 -15
- data/lib/stripe/params/v2/billing/bill_setting_create_params.rb +0 -74
- data/lib/stripe/params/v2/billing/bill_setting_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/bill_setting_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/bill_setting_update_params.rb +0 -80
- data/lib/stripe/params/v2/billing/bill_settings/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/bill_settings/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/cadence_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/billing/cadence_create_params.rb +0 -253
- data/lib/stripe/params/v2/billing/cadence_list_params.rb +0 -43
- data/lib/stripe/params/v2/billing/cadence_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/billing/cadence_update_params.rb +0 -75
- data/lib/stripe/params/v2/billing/collection_setting_create_params.rb +0 -223
- data/lib/stripe/params/v2/billing/collection_setting_list_params.rb +0 -21
- data/lib/stripe/params/v2/billing/collection_setting_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/collection_setting_update_params.rb +0 -229
- data/lib/stripe/params/v2/billing/collection_settings/version_list_params.rb +0 -19
- data/lib/stripe/params/v2/billing/collection_settings/version_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/billing/profile_create_params.rb +0 -37
- data/lib/stripe/params/v2/billing/profile_list_params.rb +0 -40
- data/lib/stripe/params/v2/billing/profile_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/billing/profile_update_params.rb +0 -35
- data/lib/stripe/params/v2/core/account_close_params.rb +0 -17
- data/lib/stripe/params/v2/core/account_create_params.rb +0 -2217
- data/lib/stripe/params/v2/core/account_link_create_params.rb +0 -101
- data/lib/stripe/params/v2/core/account_list_params.rb +0 -20
- data/lib/stripe/params/v2/core/account_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/core/account_update_params.rb +0 -2245
- data/lib/stripe/params/v2/core/accounts/person_create_params.rb +0 -493
- data/lib/stripe/params/v2/core/accounts/person_delete_params.rb +0 -12
- data/lib/stripe/params/v2/core/accounts/person_list_params.rb +0 -19
- data/lib/stripe/params/v2/core/accounts/person_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/core/accounts/person_update_params.rb +0 -493
- data/lib/stripe/params/v2/core/vault/gb_bank_account_acknowledge_confirmation_of_payee_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/gb_bank_account_archive_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/gb_bank_account_create_params.rb +0 -50
- data/lib/stripe/params/v2/core/vault/gb_bank_account_initiate_confirmation_of_payee_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/gb_bank_account_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_archive_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb +0 -33
- data/lib/stripe/params/v2/core/vault/us_bank_account_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb +0 -22
- data/lib/stripe/params/v2/money_management/adjustment_list_params.rb +0 -48
- data/lib/stripe/params/v2/money_management/adjustment_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/financial_account_close_params.rb +0 -28
- data/lib/stripe/params/v2/money_management/financial_account_create_params.rb +0 -34
- data/lib/stripe/params/v2/money_management/financial_account_list_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/financial_account_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/financial_address_create_params.rb +0 -20
- data/lib/stripe/params/v2/money_management/financial_address_list_params.rb +0 -23
- data/lib/stripe/params/v2/money_management/financial_address_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/inbound_transfer_create_params.rb +0 -50
- data/lib/stripe/params/v2/money_management/inbound_transfer_list_params.rb +0 -44
- data/lib/stripe/params/v2/money_management/inbound_transfer_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_payment_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_payment_create_params.rb +0 -98
- data/lib/stripe/params/v2/money_management/outbound_payment_list_params.rb +0 -52
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb +0 -67
- data/lib/stripe/params/v2/money_management/outbound_payment_quote_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_payment_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_create_params.rb +0 -85
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_list_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_setup_intent_update_params.rb +0 -80
- data/lib/stripe/params/v2/money_management/outbound_transfer_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb +0 -77
- data/lib/stripe/params/v2/money_management/outbound_transfer_list_params.rb +0 -48
- data/lib/stripe/params/v2/money_management/outbound_transfer_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_method_archive_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_method_list_params.rb +0 -31
- data/lib/stripe/params/v2/money_management/payout_method_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_method_unarchive_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/payout_methods_bank_account_spec_retrieve_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/received_credit_list_params.rb +0 -44
- data/lib/stripe/params/v2/money_management/received_credit_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/received_debit_list_params.rb +0 -17
- data/lib/stripe/params/v2/money_management/received_debit_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/transaction_entry_list_params.rb +0 -43
- data/lib/stripe/params/v2/money_management/transaction_entry_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/money_management/transaction_list_params.rb +0 -47
- data/lib/stripe/params/v2/money_management/transaction_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/payments/off_session_payment_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/payments/off_session_payment_capture_params.rb +0 -61
- data/lib/stripe/params/v2/payments/off_session_payment_create_params.rb +0 -237
- data/lib/stripe/params/v2/payments/off_session_payment_list_params.rb +0 -17
- data/lib/stripe/params/v2/payments/off_session_payment_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/test_helpers/financial_address_credit_params.rb +0 -23
- data/lib/stripe/params/v2/test_helpers/financial_address_generate_microdeposits_params.rb +0 -10
- data/lib/stripe/resources/account_notice.rb +0 -94
- data/lib/stripe/resources/billing/analytics/meter_usage.rb +0 -33
- data/lib/stripe/resources/billing/analytics/meter_usage_row.rb +0 -38
- data/lib/stripe/resources/capital/financing_offer.rb +0 -142
- data/lib/stripe/resources/capital/financing_summary.rb +0 -79
- data/lib/stripe/resources/capital/financing_transaction.rb +0 -99
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +0 -35
- data/lib/stripe/resources/financial_connections/institution.rb +0 -127
- data/lib/stripe/resources/fx_quote.rb +0 -147
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +0 -263
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +0 -71
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +0 -51
- data/lib/stripe/resources/issuing/settlement.rb +0 -61
- data/lib/stripe/resources/margin.rb +0 -64
- data/lib/stripe/resources/order.rb +0 -987
- data/lib/stripe/resources/payment_attempt_record.rb +0 -2102
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +0 -128
- data/lib/stripe/resources/payment_record.rb +0 -2208
- data/lib/stripe/resources/privacy/redaction_job.rb +0 -187
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +0 -49
- data/lib/stripe/resources/quote_line.rb +0 -521
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -1150
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -732
- data/lib/stripe/resources/tax/association.rb +0 -86
- data/lib/stripe/resources/tax/form.rb +0 -264
- data/lib/stripe/resources/terminal/onboarding_link.rb +0 -71
- data/lib/stripe/resources/terminal/reader_collected_data.rb +0 -47
- data/lib/stripe/resources/v2/billing/bill_setting.rb +0 -102
- data/lib/stripe/resources/v2/billing/bill_setting_version.rb +0 -90
- data/lib/stripe/resources/v2/billing/cadence.rb +0 -609
- data/lib/stripe/resources/v2/billing/collection_setting.rb +0 -274
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +0 -262
- data/lib/stripe/resources/v2/billing/profile.rb +0 -46
- data/lib/stripe/resources/v2/core/account.rb +0 -3851
- data/lib/stripe/resources/v2/core/account_link.rb +0 -123
- data/lib/stripe/resources/v2/core/account_person.rb +0 -477
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +0 -114
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +0 -47
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +0 -28
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +0 -30
- data/lib/stripe/resources/v2/money_management/adjustment.rb +0 -67
- data/lib/stripe/resources/v2/money_management/financial_account.rb +0 -140
- data/lib/stripe/resources/v2/money_management/financial_address.rb +0 -132
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +0 -148
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -217
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +0 -144
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +0 -69
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +0 -196
- data/lib/stripe/resources/v2/money_management/payout_method.rb +0 -109
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +0 -81
- data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -228
- data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -136
- data/lib/stripe/resources/v2/money_management/transaction.rb +0 -116
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +0 -105
- data/lib/stripe/resources/v2/payments/off_session_payment.rb +0 -242
- data/lib/stripe/services/account_notice_service.rb +0 -39
- data/lib/stripe/services/billing/analytics/meter_usage_service.rb +0 -21
- data/lib/stripe/services/billing/analytics_service.rb +0 -15
- data/lib/stripe/services/capital/financing_offer_service.rb +0 -42
- data/lib/stripe/services/capital/financing_summary_service.rb +0 -19
- data/lib/stripe/services/capital/financing_transaction_service.rb +0 -31
- data/lib/stripe/services/capital_service.rb +0 -15
- data/lib/stripe/services/external_account_service.rb +0 -68
- data/lib/stripe/services/financial_connections/account_inferred_balance_service.rb +0 -19
- data/lib/stripe/services/financial_connections/institution_service.rb +0 -30
- data/lib/stripe/services/fx_quote_service.rb +0 -27
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +0 -74
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +0 -30
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +0 -30
- data/lib/stripe/services/margin_service.rb +0 -50
- data/lib/stripe/services/order_line_item_service.rb +0 -17
- data/lib/stripe/services/order_service.rb +0 -78
- data/lib/stripe/services/payment_attempt_record_service.rb +0 -28
- data/lib/stripe/services/payment_intent_amount_details_line_item_service.rb +0 -17
- data/lib/stripe/services/payment_record_service.rb +0 -89
- data/lib/stripe/services/privacy/redaction_job_service.rb +0 -104
- data/lib/stripe/services/privacy/redaction_job_validation_error_service.rb +0 -19
- data/lib/stripe/services/privacy_service.rb +0 -13
- data/lib/stripe/services/quote_line_service.rb +0 -17
- data/lib/stripe/services/quote_preview_invoice_service.rb +0 -17
- data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +0 -17
- data/lib/stripe/services/tax/association_service.rb +0 -19
- data/lib/stripe/services/tax/form_service.rb +0 -37
- data/lib/stripe/services/terminal/onboarding_link_service.rb +0 -19
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -19
- data/lib/stripe/services/v2/billing/bill_setting_service.rb +0 -61
- data/lib/stripe/services/v2/billing/bill_settings/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/cadence_service.rb +0 -65
- data/lib/stripe/services/v2/billing/collection_setting_service.rb +0 -61
- data/lib/stripe/services/v2/billing/collection_settings/version_service.rb +0 -34
- data/lib/stripe/services/v2/billing/profile_service.rb +0 -54
- data/lib/stripe/services/v2/core/account_link_service.rb +0 -21
- data/lib/stripe/services/v2/core/account_service.rb +0 -76
- data/lib/stripe/services/v2/core/accounts/person_service.rb +0 -67
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +0 -74
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +0 -68
- data/lib/stripe/services/v2/core/vault_service.rb +0 -18
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +0 -59
- data/lib/stripe/services/v2/money_management/financial_address_service.rb +0 -46
- data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +0 -45
- data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +0 -34
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +0 -62
- data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +0 -73
- data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +0 -60
- data/lib/stripe/services/v2/money_management/payout_method_service.rb +0 -63
- data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +0 -23
- data/lib/stripe/services/v2/money_management/received_credit_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/received_debit_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/transaction_service.rb +0 -32
- data/lib/stripe/services/v2/money_management_service.rb +0 -31
- data/lib/stripe/services/v2/payment_service.rb +0 -15
- data/lib/stripe/services/v2/payments/off_session_payment_service.rb +0 -65
- data/lib/stripe/services/v2/test_helper_service.rb +0 -15
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +0 -36
@@ -193,18 +193,8 @@ module Stripe
|
|
193
193
|
end
|
194
194
|
|
195
195
|
class Giropay < Stripe::RequestParams; end
|
196
|
-
class Gopay < Stripe::RequestParams; end
|
197
196
|
class Grabpay < Stripe::RequestParams; end
|
198
197
|
|
199
|
-
class IdBankTransfer < Stripe::RequestParams
|
200
|
-
# Bank where the account is held.
|
201
|
-
attr_accessor :bank
|
202
|
-
|
203
|
-
def initialize(bank: nil)
|
204
|
-
@bank = bank
|
205
|
-
end
|
206
|
-
end
|
207
|
-
|
208
198
|
class Ideal < Stripe::RequestParams
|
209
199
|
# The customer's bank. Only use this parameter for existing customers. Don't use it for new customers.
|
210
200
|
attr_accessor :bank
|
@@ -302,26 +292,8 @@ module Stripe
|
|
302
292
|
class Payco < Stripe::RequestParams; end
|
303
293
|
class Paynow < Stripe::RequestParams; end
|
304
294
|
class Paypal < Stripe::RequestParams; end
|
305
|
-
class Paypay < Stripe::RequestParams; end
|
306
|
-
|
307
|
-
class Payto < Stripe::RequestParams
|
308
|
-
# The account number for the bank account.
|
309
|
-
attr_accessor :account_number
|
310
|
-
# Bank-State-Branch number of the bank account.
|
311
|
-
attr_accessor :bsb_number
|
312
|
-
# The PayID alias for the bank account.
|
313
|
-
attr_accessor :pay_id
|
314
|
-
|
315
|
-
def initialize(account_number: nil, bsb_number: nil, pay_id: nil)
|
316
|
-
@account_number = account_number
|
317
|
-
@bsb_number = bsb_number
|
318
|
-
@pay_id = pay_id
|
319
|
-
end
|
320
|
-
end
|
321
|
-
|
322
295
|
class Pix < Stripe::RequestParams; end
|
323
296
|
class Promptpay < Stripe::RequestParams; end
|
324
|
-
class Qris < Stripe::RequestParams; end
|
325
297
|
|
326
298
|
class RadarOptions < Stripe::RequestParams
|
327
299
|
# A [Radar Session](https://stripe.com/docs/radar/radar-session) is a snapshot of the browser metadata and device details that help Radar make more accurate predictions on your payments.
|
@@ -332,29 +304,6 @@ module Stripe
|
|
332
304
|
end
|
333
305
|
end
|
334
306
|
|
335
|
-
class Rechnung < Stripe::RequestParams
|
336
|
-
class Dob < Stripe::RequestParams
|
337
|
-
# The day of birth, between 1 and 31.
|
338
|
-
attr_accessor :day
|
339
|
-
# The month of birth, between 1 and 12.
|
340
|
-
attr_accessor :month
|
341
|
-
# The four-digit year of birth.
|
342
|
-
attr_accessor :year
|
343
|
-
|
344
|
-
def initialize(day: nil, month: nil, year: nil)
|
345
|
-
@day = day
|
346
|
-
@month = month
|
347
|
-
@year = year
|
348
|
-
end
|
349
|
-
end
|
350
|
-
# Customer's date of birth
|
351
|
-
attr_accessor :dob
|
352
|
-
|
353
|
-
def initialize(dob: nil)
|
354
|
-
@dob = dob
|
355
|
-
end
|
356
|
-
end
|
357
|
-
|
358
307
|
class RevolutPay < Stripe::RequestParams; end
|
359
308
|
class SamsungPay < Stripe::RequestParams; end
|
360
309
|
class Satispay < Stripe::RequestParams; end
|
@@ -368,8 +317,6 @@ module Stripe
|
|
368
317
|
end
|
369
318
|
end
|
370
319
|
|
371
|
-
class Shopeepay < Stripe::RequestParams; end
|
372
|
-
|
373
320
|
class Sofort < Stripe::RequestParams
|
374
321
|
# Two-letter ISO code representing the country the bank account is located in.
|
375
322
|
attr_accessor :country
|
@@ -379,18 +326,6 @@ module Stripe
|
|
379
326
|
end
|
380
327
|
end
|
381
328
|
|
382
|
-
class StripeBalance < Stripe::RequestParams
|
383
|
-
# The connected account ID whose Stripe balance to use as the source of payment
|
384
|
-
attr_accessor :account
|
385
|
-
# The [source_type](https://docs.stripe.com/api/balance/balance_object#balance_object-available-source_types) of the balance
|
386
|
-
attr_accessor :source_type
|
387
|
-
|
388
|
-
def initialize(account: nil, source_type: nil)
|
389
|
-
@account = account
|
390
|
-
@source_type = source_type
|
391
|
-
end
|
392
|
-
end
|
393
|
-
|
394
329
|
class Swish < Stripe::RequestParams; end
|
395
330
|
class Twint < Stripe::RequestParams; end
|
396
331
|
|
@@ -463,12 +398,8 @@ module Stripe
|
|
463
398
|
attr_accessor :fpx
|
464
399
|
# If this is a `giropay` PaymentMethod, this hash contains details about the Giropay payment method.
|
465
400
|
attr_accessor :giropay
|
466
|
-
# If this is a Gopay PaymentMethod, this hash contains details about the Gopay payment method.
|
467
|
-
attr_accessor :gopay
|
468
401
|
# If this is a `grabpay` PaymentMethod, this hash contains details about the GrabPay payment method.
|
469
402
|
attr_accessor :grabpay
|
470
|
-
# If this is an `IdBankTransfer` PaymentMethod, this hash contains details about the IdBankTransfer payment method.
|
471
|
-
attr_accessor :id_bank_transfer
|
472
403
|
# If this is an `ideal` PaymentMethod, this hash contains details about the iDEAL payment method.
|
473
404
|
attr_accessor :ideal
|
474
405
|
# If this is an `interac_present` PaymentMethod, this hash contains details about the Interac Present payment method.
|
@@ -507,20 +438,12 @@ module Stripe
|
|
507
438
|
attr_accessor :paynow
|
508
439
|
# If this is a `paypal` PaymentMethod, this hash contains details about the PayPal payment method.
|
509
440
|
attr_accessor :paypal
|
510
|
-
# If this is a `paypay` PaymentMethod, this hash contains details about the PayPay payment method.
|
511
|
-
attr_accessor :paypay
|
512
|
-
# If this is a `payto` PaymentMethod, this hash contains details about the PayTo payment method.
|
513
|
-
attr_accessor :payto
|
514
441
|
# If this is a `pix` PaymentMethod, this hash contains details about the Pix payment method.
|
515
442
|
attr_accessor :pix
|
516
443
|
# If this is a `promptpay` PaymentMethod, this hash contains details about the PromptPay payment method.
|
517
444
|
attr_accessor :promptpay
|
518
|
-
# If this is a `qris` PaymentMethod, this hash contains details about the QRIS payment method.
|
519
|
-
attr_accessor :qris
|
520
445
|
# Options to configure Radar. See [Radar Session](https://stripe.com/docs/radar/radar-session) for more information.
|
521
446
|
attr_accessor :radar_options
|
522
|
-
# If this is a `rechnung` PaymentMethod, this hash contains details about the Rechnung payment method.
|
523
|
-
attr_accessor :rechnung
|
524
447
|
# If this is a `revolut_pay` PaymentMethod, this hash contains details about the Revolut Pay payment method.
|
525
448
|
attr_accessor :revolut_pay
|
526
449
|
# If this is a `samsung_pay` PaymentMethod, this hash contains details about the SamsungPay payment method.
|
@@ -529,12 +452,8 @@ module Stripe
|
|
529
452
|
attr_accessor :satispay
|
530
453
|
# If this is a `sepa_debit` PaymentMethod, this hash contains details about the SEPA debit bank account.
|
531
454
|
attr_accessor :sepa_debit
|
532
|
-
# If this is a Shopeepay PaymentMethod, this hash contains details about the Shopeepay payment method.
|
533
|
-
attr_accessor :shopeepay
|
534
455
|
# If this is a `sofort` PaymentMethod, this hash contains details about the SOFORT payment method.
|
535
456
|
attr_accessor :sofort
|
536
|
-
# This hash contains details about the Stripe balance payment method.
|
537
|
-
attr_accessor :stripe_balance
|
538
457
|
# If this is a `swish` PaymentMethod, this hash contains details about the Swish payment method.
|
539
458
|
attr_accessor :swish
|
540
459
|
# If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
|
@@ -569,9 +488,7 @@ module Stripe
|
|
569
488
|
eps: nil,
|
570
489
|
fpx: nil,
|
571
490
|
giropay: nil,
|
572
|
-
gopay: nil,
|
573
491
|
grabpay: nil,
|
574
|
-
id_bank_transfer: nil,
|
575
492
|
ideal: nil,
|
576
493
|
interac_present: nil,
|
577
494
|
kakao_pay: nil,
|
@@ -591,20 +508,14 @@ module Stripe
|
|
591
508
|
payco: nil,
|
592
509
|
paynow: nil,
|
593
510
|
paypal: nil,
|
594
|
-
paypay: nil,
|
595
|
-
payto: nil,
|
596
511
|
pix: nil,
|
597
512
|
promptpay: nil,
|
598
|
-
qris: nil,
|
599
513
|
radar_options: nil,
|
600
|
-
rechnung: nil,
|
601
514
|
revolut_pay: nil,
|
602
515
|
samsung_pay: nil,
|
603
516
|
satispay: nil,
|
604
517
|
sepa_debit: nil,
|
605
|
-
shopeepay: nil,
|
606
518
|
sofort: nil,
|
607
|
-
stripe_balance: nil,
|
608
519
|
swish: nil,
|
609
520
|
twint: nil,
|
610
521
|
type: nil,
|
@@ -632,9 +543,7 @@ module Stripe
|
|
632
543
|
@eps = eps
|
633
544
|
@fpx = fpx
|
634
545
|
@giropay = giropay
|
635
|
-
@gopay = gopay
|
636
546
|
@grabpay = grabpay
|
637
|
-
@id_bank_transfer = id_bank_transfer
|
638
547
|
@ideal = ideal
|
639
548
|
@interac_present = interac_present
|
640
549
|
@kakao_pay = kakao_pay
|
@@ -654,20 +563,14 @@ module Stripe
|
|
654
563
|
@payco = payco
|
655
564
|
@paynow = paynow
|
656
565
|
@paypal = paypal
|
657
|
-
@paypay = paypay
|
658
|
-
@payto = payto
|
659
566
|
@pix = pix
|
660
567
|
@promptpay = promptpay
|
661
|
-
@qris = qris
|
662
568
|
@radar_options = radar_options
|
663
|
-
@rechnung = rechnung
|
664
569
|
@revolut_pay = revolut_pay
|
665
570
|
@samsung_pay = samsung_pay
|
666
571
|
@satispay = satispay
|
667
572
|
@sepa_debit = sepa_debit
|
668
|
-
@shopeepay = shopeepay
|
669
573
|
@sofort = sofort
|
670
|
-
@stripe_balance = stripe_balance
|
671
574
|
@swish = swish
|
672
575
|
@twint = twint
|
673
576
|
@type = type
|
@@ -983,105 +886,9 @@ module Stripe
|
|
983
886
|
class Paypal < Stripe::RequestParams
|
984
887
|
# The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.
|
985
888
|
attr_accessor :billing_agreement_id
|
986
|
-
# Attribute for param field currency
|
987
|
-
attr_accessor :currency
|
988
|
-
# The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.
|
989
|
-
attr_accessor :subsellers
|
990
889
|
|
991
|
-
def initialize(billing_agreement_id: nil
|
890
|
+
def initialize(billing_agreement_id: nil)
|
992
891
|
@billing_agreement_id = billing_agreement_id
|
993
|
-
@currency = currency
|
994
|
-
@subsellers = subsellers
|
995
|
-
end
|
996
|
-
end
|
997
|
-
|
998
|
-
class Payto < Stripe::RequestParams
|
999
|
-
class MandateOptions < Stripe::RequestParams
|
1000
|
-
# Amount that will be collected. It is required when `amount_type` is `fixed`.
|
1001
|
-
attr_accessor :amount
|
1002
|
-
# The type of amount that will be collected. The amount charged must be exact or up to the value of `amount` param for `fixed` or `maximum` type respectively.
|
1003
|
-
attr_accessor :amount_type
|
1004
|
-
# Date, in YYYY-MM-DD format, after which payments will not be collected. Defaults to no end date.
|
1005
|
-
attr_accessor :end_date
|
1006
|
-
# The periodicity at which payments will be collected.
|
1007
|
-
attr_accessor :payment_schedule
|
1008
|
-
# The number of payments that will be made during a payment period. Defaults to 1 except for when `payment_schedule` is `adhoc`. In that case, it defaults to no limit.
|
1009
|
-
attr_accessor :payments_per_period
|
1010
|
-
# The purpose for which payments are made. Defaults to retail.
|
1011
|
-
attr_accessor :purpose
|
1012
|
-
# Date, in YYYY-MM-DD format, from which payments will be collected. Defaults to confirmation time.
|
1013
|
-
attr_accessor :start_date
|
1014
|
-
|
1015
|
-
def initialize(
|
1016
|
-
amount: nil,
|
1017
|
-
amount_type: nil,
|
1018
|
-
end_date: nil,
|
1019
|
-
payment_schedule: nil,
|
1020
|
-
payments_per_period: nil,
|
1021
|
-
purpose: nil,
|
1022
|
-
start_date: nil
|
1023
|
-
)
|
1024
|
-
@amount = amount
|
1025
|
-
@amount_type = amount_type
|
1026
|
-
@end_date = end_date
|
1027
|
-
@payment_schedule = payment_schedule
|
1028
|
-
@payments_per_period = payments_per_period
|
1029
|
-
@purpose = purpose
|
1030
|
-
@start_date = start_date
|
1031
|
-
end
|
1032
|
-
end
|
1033
|
-
# Additional fields for Mandate creation.
|
1034
|
-
attr_accessor :mandate_options
|
1035
|
-
|
1036
|
-
def initialize(mandate_options: nil)
|
1037
|
-
@mandate_options = mandate_options
|
1038
|
-
end
|
1039
|
-
end
|
1040
|
-
|
1041
|
-
class Pix < Stripe::RequestParams
|
1042
|
-
class MandateOptions < Stripe::RequestParams
|
1043
|
-
# Amount to be charged for future payments. Required when `amount_type=fixed`. If not provided for `amount_type=maximum`, defaults to 40000.
|
1044
|
-
attr_accessor :amount
|
1045
|
-
# Determines if the amount includes the IOF tax. Defaults to `never`.
|
1046
|
-
attr_accessor :amount_includes_iof
|
1047
|
-
# Type of amount. Defaults to `maximum`.
|
1048
|
-
attr_accessor :amount_type
|
1049
|
-
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Only `brl` is supported currently.
|
1050
|
-
attr_accessor :currency
|
1051
|
-
# Date when the mandate expires and no further payments will be charged, in `YYYY-MM-DD`. If not provided, the mandate will be active until canceled. If provided, end date should be after start date.
|
1052
|
-
attr_accessor :end_date
|
1053
|
-
# Schedule at which the future payments will be charged. Defaults to `weekly`.
|
1054
|
-
attr_accessor :payment_schedule
|
1055
|
-
# Subscription name displayed to buyers in their bank app. Defaults to the displayable business name.
|
1056
|
-
attr_accessor :reference
|
1057
|
-
# Start date of the mandate, in `YYYY-MM-DD`. Start date should be at least 3 days in the future. Defaults to 3 days after the current date.
|
1058
|
-
attr_accessor :start_date
|
1059
|
-
|
1060
|
-
def initialize(
|
1061
|
-
amount: nil,
|
1062
|
-
amount_includes_iof: nil,
|
1063
|
-
amount_type: nil,
|
1064
|
-
currency: nil,
|
1065
|
-
end_date: nil,
|
1066
|
-
payment_schedule: nil,
|
1067
|
-
reference: nil,
|
1068
|
-
start_date: nil
|
1069
|
-
)
|
1070
|
-
@amount = amount
|
1071
|
-
@amount_includes_iof = amount_includes_iof
|
1072
|
-
@amount_type = amount_type
|
1073
|
-
@currency = currency
|
1074
|
-
@end_date = end_date
|
1075
|
-
@payment_schedule = payment_schedule
|
1076
|
-
@reference = reference
|
1077
|
-
@start_date = start_date
|
1078
|
-
end
|
1079
|
-
end
|
1080
|
-
# Additional fields for mandate creation.
|
1081
|
-
attr_accessor :mandate_options
|
1082
|
-
|
1083
|
-
def initialize(mandate_options: nil)
|
1084
|
-
@mandate_options = mandate_options
|
1085
892
|
end
|
1086
893
|
end
|
1087
894
|
|
@@ -1107,27 +914,13 @@ module Stripe
|
|
1107
914
|
class Filters < Stripe::RequestParams
|
1108
915
|
# The account subcategories to use to filter for selectable accounts. Valid subcategories are `checking` and `savings`.
|
1109
916
|
attr_accessor :account_subcategories
|
1110
|
-
# ID of the institution to use to filter for selectable accounts.
|
1111
|
-
attr_accessor :institution
|
1112
917
|
|
1113
|
-
def initialize(account_subcategories: nil
|
918
|
+
def initialize(account_subcategories: nil)
|
1114
919
|
@account_subcategories = account_subcategories
|
1115
|
-
@institution = institution
|
1116
|
-
end
|
1117
|
-
end
|
1118
|
-
|
1119
|
-
class ManualEntry < Stripe::RequestParams
|
1120
|
-
# Settings for configuring manual entry of account details.
|
1121
|
-
attr_accessor :mode
|
1122
|
-
|
1123
|
-
def initialize(mode: nil)
|
1124
|
-
@mode = mode
|
1125
920
|
end
|
1126
921
|
end
|
1127
922
|
# Provide filters for the linked accounts that the customer can select for the payment method.
|
1128
923
|
attr_accessor :filters
|
1129
|
-
# Customize manual entry behavior
|
1130
|
-
attr_accessor :manual_entry
|
1131
924
|
# The list of permissions to request. If this parameter is passed, the `payment_method` permission must be included. Valid permissions include: `balances`, `ownership`, `payment_method`, and `transactions`.
|
1132
925
|
attr_accessor :permissions
|
1133
926
|
# List of data features that you would like to retrieve upon account creation.
|
@@ -1135,15 +928,8 @@ module Stripe
|
|
1135
928
|
# For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.
|
1136
929
|
attr_accessor :return_url
|
1137
930
|
|
1138
|
-
def initialize(
|
1139
|
-
filters: nil,
|
1140
|
-
manual_entry: nil,
|
1141
|
-
permissions: nil,
|
1142
|
-
prefetch: nil,
|
1143
|
-
return_url: nil
|
1144
|
-
)
|
931
|
+
def initialize(filters: nil, permissions: nil, prefetch: nil, return_url: nil)
|
1145
932
|
@filters = filters
|
1146
|
-
@manual_entry = manual_entry
|
1147
933
|
@permissions = permissions
|
1148
934
|
@prefetch = prefetch
|
1149
935
|
@return_url = return_url
|
@@ -1204,10 +990,6 @@ module Stripe
|
|
1204
990
|
attr_accessor :link
|
1205
991
|
# If this is a `paypal` PaymentMethod, this sub-hash contains details about the PayPal payment method options.
|
1206
992
|
attr_accessor :paypal
|
1207
|
-
# If this is a `payto` SetupIntent, this sub-hash contains details about the PayTo payment method options.
|
1208
|
-
attr_accessor :payto
|
1209
|
-
# If this is a `pix` SetupIntent, this sub-hash contains details about the Pix payment method options.
|
1210
|
-
attr_accessor :pix
|
1211
993
|
# If this is a `sepa_debit` SetupIntent, this sub-hash contains details about the SEPA Debit payment method options.
|
1212
994
|
attr_accessor :sepa_debit
|
1213
995
|
# If this is a `us_bank_account` SetupIntent, this sub-hash contains details about the US bank account payment method options.
|
@@ -1222,8 +1004,6 @@ module Stripe
|
|
1222
1004
|
klarna: nil,
|
1223
1005
|
link: nil,
|
1224
1006
|
paypal: nil,
|
1225
|
-
payto: nil,
|
1226
|
-
pix: nil,
|
1227
1007
|
sepa_debit: nil,
|
1228
1008
|
us_bank_account: nil
|
1229
1009
|
)
|
@@ -1235,8 +1015,6 @@ module Stripe
|
|
1235
1015
|
@klarna = klarna
|
1236
1016
|
@link = link
|
1237
1017
|
@paypal = paypal
|
1238
|
-
@payto = payto
|
1239
|
-
@pix = pix
|
1240
1018
|
@sepa_debit = sepa_debit
|
1241
1019
|
@us_bank_account = us_bank_account
|
1242
1020
|
end
|
@@ -1269,10 +1047,6 @@ module Stripe
|
|
1269
1047
|
#
|
1270
1048
|
# If present, the SetupIntent's payment method will be attached to the Customer on successful setup. Payment methods attached to other Customers cannot be used with this SetupIntent.
|
1271
1049
|
attr_accessor :customer
|
1272
|
-
# ID of the Account this SetupIntent belongs to, if one exists.
|
1273
|
-
#
|
1274
|
-
# If present, the SetupIntent's payment method will be attached to the Account on successful setup. Payment methods attached to other Accounts cannot be used with this SetupIntent.
|
1275
|
-
attr_accessor :customer_account
|
1276
1050
|
# An arbitrary string attached to the object. Often useful for displaying to users.
|
1277
1051
|
attr_accessor :description
|
1278
1052
|
# Specifies which fields in the response should be expanded.
|
@@ -1315,7 +1089,6 @@ module Stripe
|
|
1315
1089
|
confirm: nil,
|
1316
1090
|
confirmation_token: nil,
|
1317
1091
|
customer: nil,
|
1318
|
-
customer_account: nil,
|
1319
1092
|
description: nil,
|
1320
1093
|
expand: nil,
|
1321
1094
|
flow_directions: nil,
|
@@ -1337,7 +1110,6 @@ module Stripe
|
|
1337
1110
|
@confirm = confirm
|
1338
1111
|
@confirmation_token = confirmation_token
|
1339
1112
|
@customer = customer
|
1340
|
-
@customer_account = customer_account
|
1341
1113
|
@description = description
|
1342
1114
|
@expand = expand
|
1343
1115
|
@flow_directions = flow_directions
|
@@ -28,8 +28,6 @@ module Stripe
|
|
28
28
|
attr_accessor :created
|
29
29
|
# Only return SetupIntents for the customer specified by this customer ID.
|
30
30
|
attr_accessor :customer
|
31
|
-
# Only return SetupIntents for the account specified by this customer ID.
|
32
|
-
attr_accessor :customer_account
|
33
31
|
# A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.
|
34
32
|
attr_accessor :ending_before
|
35
33
|
# Specifies which fields in the response should be expanded.
|
@@ -45,7 +43,6 @@ module Stripe
|
|
45
43
|
attach_to_self: nil,
|
46
44
|
created: nil,
|
47
45
|
customer: nil,
|
48
|
-
customer_account: nil,
|
49
46
|
ending_before: nil,
|
50
47
|
expand: nil,
|
51
48
|
limit: nil,
|
@@ -55,7 +52,6 @@ module Stripe
|
|
55
52
|
@attach_to_self = attach_to_self
|
56
53
|
@created = created
|
57
54
|
@customer = customer
|
58
|
-
@customer_account = customer_account
|
59
55
|
@ending_before = ending_before
|
60
56
|
@expand = expand
|
61
57
|
@limit = limit
|