stripe 19.2.0.pre.beta.2 → 19.2.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 -36
- data/lib/stripe/api_version.rb +2 -1
- data/lib/stripe/errors.rb +0 -87
- data/lib/stripe/event_types.rb +0 -228
- data/lib/stripe/object_types.rb +0 -61
- data/lib/stripe/params/account_create_params.rb +17 -364
- data/lib/stripe/params/account_session_create_params.rb +1 -226
- data/lib/stripe/params/account_update_params.rb +16 -326
- data/lib/stripe/params/balance_settings_update_params.rb +42 -2
- data/lib/stripe/params/charge_capture_params.rb +0 -1646
- data/lib/stripe/params/charge_create_params.rb +4 -1
- data/lib/stripe/params/charge_update_params.rb +0 -1646
- data/lib/stripe/params/checkout/session_create_params.rb +31 -141
- data/lib/stripe/params/checkout/session_update_params.rb +1 -176
- data/lib/stripe/params/confirmation_token_create_params.rb +11 -79
- data/lib/stripe/params/coupon_create_params.rb +1 -17
- data/lib/stripe/params/customer_session_create_params.rb +1 -32
- data/lib/stripe/params/dispute_update_params.rb +1 -10
- data/lib/stripe/params/financial_connections/session_create_params.rb +2 -64
- data/lib/stripe/params/invoice_add_lines_params.rb +1 -48
- data/lib/stripe/params/invoice_attach_payment_params.rb +1 -43
- data/lib/stripe/params/invoice_create_params.rb +2 -70
- data/lib/stripe/params/invoice_create_preview_params.rb +13 -790
- data/lib/stripe/params/invoice_item_create_params.rb +1 -33
- data/lib/stripe/params/invoice_item_update_params.rb +1 -33
- data/lib/stripe/params/invoice_line_item_update_params.rb +1 -48
- data/lib/stripe/params/invoice_update_lines_params.rb +1 -48
- data/lib/stripe/params/invoice_update_params.rb +2 -70
- 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 +3 -1645
- data/lib/stripe/params/payment_intent_confirm_params.rb +136 -3038
- data/lib/stripe/params/payment_intent_create_params.rb +167 -3043
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +2 -39
- data/lib/stripe/params/payment_intent_update_params.rb +121 -3034
- data/lib/stripe/params/payment_link_create_params.rb +30 -16
- data/lib/stripe/params/payment_link_update_params.rb +29 -0
- data/lib/stripe/params/payment_method_configuration_create_params.rb +24 -87
- data/lib/stripe/params/payment_method_configuration_list_params.rb +4 -0
- data/lib/stripe/params/payment_method_configuration_update_params.rb +24 -87
- data/lib/stripe/params/payment_method_create_params.rb +11 -75
- data/lib/stripe/params/payout_create_params.rb +1 -1
- data/lib/stripe/params/plan_create_params.rb +0 -15
- data/lib/stripe/params/price_create_params.rb +0 -15
- data/lib/stripe/params/price_update_params.rb +0 -19
- data/lib/stripe/params/product_create_params.rb +0 -16
- data/lib/stripe/params/product_update_params.rb +0 -16
- data/lib/stripe/params/quote_create_params.rb +3 -809
- data/lib/stripe/params/quote_list_params.rb +0 -4
- data/lib/stripe/params/quote_update_params.rb +4 -817
- data/lib/stripe/params/setup_intent_confirm_params.rb +21 -110
- data/lib/stripe/params/setup_intent_create_params.rb +21 -110
- data/lib/stripe/params/setup_intent_update_params.rb +21 -110
- data/lib/stripe/params/subscription_create_params.rb +11 -181
- data/lib/stripe/params/subscription_item_create_params.rb +3 -69
- data/lib/stripe/params/subscription_item_delete_params.rb +1 -7
- data/lib/stripe/params/subscription_item_update_params.rb +2 -52
- data/lib/stripe/params/subscription_schedule_create_params.rb +9 -167
- data/lib/stripe/params/subscription_schedule_update_params.rb +9 -167
- data/lib/stripe/params/subscription_update_params.rb +11 -161
- data/lib/stripe/params/tax/calculation_create_params.rb +0 -4
- data/lib/stripe/params/tax/registration_create_params.rb +0 -104
- data/lib/stripe/params/terminal/configuration_create_params.rb +52 -13
- data/lib/stripe/params/terminal/configuration_update_params.rb +52 -13
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +11 -79
- data/lib/stripe/params/test_helpers/test_clock_create_params.rb +4 -1
- 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_payment_create_params.rb +0 -4
- 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/v2/core/account_create_params.rb +33 -288
- data/lib/stripe/params/v2/core/account_token_create_params.rb +28 -18
- data/lib/stripe/params/v2/core/account_update_params.rb +33 -281
- data/lib/stripe/params.rb +1342 -795
- data/lib/stripe/railtie.rb +8 -0
- data/lib/stripe/resources/account.rb +5 -259
- data/lib/stripe/resources/account_session.rb +0 -81
- data/lib/stripe/resources/balance.rb +0 -83
- data/lib/stripe/resources/balance_settings.rb +42 -2
- data/lib/stripe/resources/billing/alert_triggered.rb +0 -4
- data/lib/stripe/resources/card.rb +0 -2
- data/lib/stripe/resources/charge.rb +36 -211
- data/lib/stripe/resources/checkout/session.rb +26 -82
- data/lib/stripe/resources/confirmation_token.rb +20 -125
- data/lib/stripe/resources/coupon.rb +1 -26
- data/lib/stripe/resources/credit_note_line_item.rb +0 -18
- data/lib/stripe/resources/customer_session.rb +0 -36
- data/lib/stripe/resources/discount.rb +2 -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 -57
- data/lib/stripe/resources/financial_connections/session.rb +1 -125
- data/lib/stripe/resources/invoice.rb +3 -117
- data/lib/stripe/resources/invoice_item.rb +34 -3
- data/lib/stripe/resources/invoice_line_item.rb +0 -40
- data/lib/stripe/resources/issuing/dispute.rb +1 -1
- data/lib/stripe/resources/issuing/personalization_design.rb +1 -1
- data/lib/stripe/resources/issuing/transaction.rb +0 -2
- data/lib/stripe/resources/line_item.rb +0 -42
- data/lib/stripe/resources/mandate.rb +13 -12
- data/lib/stripe/resources/payment_attempt_record.rb +41 -187
- data/lib/stripe/resources/payment_intent.rb +96 -1583
- data/lib/stripe/resources/payment_link.rb +40 -0
- data/lib/stripe/resources/payment_method.rb +21 -130
- data/lib/stripe/resources/payment_method_configuration.rb +20 -122
- data/lib/stripe/resources/payment_record.rb +41 -187
- data/lib/stripe/resources/price.rb +0 -20
- data/lib/stripe/resources/product.rb +0 -18
- data/lib/stripe/resources/quote.rb +2 -569
- data/lib/stripe/resources/radar/payment_evaluation.rb +1 -1
- data/lib/stripe/resources/refund.rb +13 -18
- data/lib/stripe/resources/reserve/hold.rb +0 -7
- data/lib/stripe/resources/reserve/release.rb +0 -12
- data/lib/stripe/resources/setup_attempt.rb +4 -26
- data/lib/stripe/resources/setup_intent.rb +27 -22
- data/lib/stripe/resources/source.rb +0 -38
- data/lib/stripe/resources/subscription.rb +10 -107
- data/lib/stripe/resources/subscription_item.rb +1 -41
- data/lib/stripe/resources/subscription_schedule.rb +5 -198
- data/lib/stripe/resources/tax/calculation_line_item.rb +0 -2
- data/lib/stripe/resources/tax/registration.rb +0 -128
- data/lib/stripe/resources/tax_code.rb +1 -15
- data/lib/stripe/resources/terminal/configuration.rb +64 -16
- data/lib/stripe/resources/terminal/reader.rb +116 -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_payment.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/v2/commerce/product_catalog_import.rb +1 -1
- data/lib/stripe/resources/v2/core/account.rb +40 -607
- data/lib/stripe/resources/v2/core/account_token.rb +1 -1
- data/lib/stripe/resources/v2/core/event.rb +1 -0
- data/lib/stripe/resources.rb +500 -301
- data/lib/stripe/services/account_service.rb +0 -15
- data/lib/stripe/services/billing_service.rb +1 -2
- data/lib/stripe/services/credit_note_service.rb +0 -14
- data/lib/stripe/services/customer_service.rb +0 -15
- data/lib/stripe/services/financial_connections/account_service.rb +1 -3
- data/lib/stripe/services/financial_connections_service.rb +1 -3
- data/lib/stripe/services/invoice_service.rb +0 -41
- 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 +3 -38
- data/lib/stripe/services/promotion_code_service.rb +0 -29
- data/lib/stripe/services/quote_service.rb +1 -49
- data/lib/stripe/services/subscription_schedule_service.rb +0 -55
- data/lib/stripe/services/subscription_service.rb +2 -32
- data/lib/stripe/services/tax_service.rb +1 -3
- data/lib/stripe/services/terminal_service.rb +1 -2
- data/lib/stripe/services/test_helpers_service.rb +1 -2
- data/lib/stripe/services/v1_services.rb +1 -11
- data/lib/stripe/services/v2/billing_service.rb +1 -5
- data/lib/stripe/services/v2/core/account_service.rb +1 -1
- data/lib/stripe/services/v2/core/account_token_service.rb +5 -1
- data/lib/stripe/services/v2/core/event_service.rb +2 -1
- data/lib/stripe/services/v2/core_service.rb +1 -3
- data/lib/stripe/services/v2_services.rb +1 -8
- data/lib/stripe/services.rb +469 -268
- data/lib/stripe/stripe_client.rb +1 -8
- data/lib/stripe/stripe_configuration.rb +1 -3
- data/lib/stripe/stripe_object.rb +1 -1
- data/lib/stripe/util.rb +1 -7
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +25 -58
- data/rbi/stripe/stripe_client.rbi +0 -13
- data/rbi/stripe.rbi +53183 -118054
- metadata +5 -377
- 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_batch_job_batch_failed_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_canceled_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_completed_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_created_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_ready_for_upload_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_timeout_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_updated_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_upload_timeout_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_validating_event.rb +0 -44
- data/lib/stripe/events/v2_core_batch_job_validation_failed_event.rb +0 -44
- data/lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb +0 -78
- data/lib/stripe/events/v2_data_reporting_query_run_created_event.rb +0 -44
- data/lib/stripe/events/v2_data_reporting_query_run_failed_event.rb +0 -44
- data/lib/stripe/events/v2_data_reporting_query_run_succeeded_event.rb +0 -44
- data/lib/stripe/events/v2_data_reporting_query_run_updated_event.rb +0 -44
- data/lib/stripe/events/v2_extend_workflow_run_failed_event.rb +0 -75
- data/lib/stripe/events/v2_extend_workflow_run_started_event.rb +0 -44
- data/lib/stripe/events/v2_extend_workflow_run_succeeded_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_created_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 -63
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +0 -44
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_confirmed_event.rb +0 -97
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_created_event.rb +0 -97
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_partially_confirmed_event.rb +0 -97
- data/lib/stripe/events/v2_orchestrated_commerce_agreement_terminated_event.rb +0 -97
- 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/authorization_retrieve_params.rb +0 -15
- 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/invoice_detach_payment_params.rb +0 -16
- 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_create_params.rb +0 -2083
- data/lib/stripe/params/order_list_params.rb +0 -25
- 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 -2087
- data/lib/stripe/params/payment_intent_decrement_authorization_params.rb +0 -297
- data/lib/stripe/params/payment_intent_trigger_action_params.rb +0 -27
- 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/product_catalog/trial_offer_create_params.rb +0 -63
- 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/reserve/hold_list_params.rb +0 -53
- data/lib/stripe/params/reserve/hold_retrieve_params.rb +0 -15
- data/lib/stripe/params/reserve/plan_retrieve_params.rb +0 -15
- data/lib/stripe/params/reserve/release_list_params.rb +0 -41
- data/lib/stripe/params/reserve/release_retrieve_params.rb +0 -15
- data/lib/stripe/params/shared_payment/granted_token_create_params.rb +0 -47
- data/lib/stripe/params/shared_payment/granted_token_retrieve_params.rb +0 -15
- data/lib/stripe/params/shared_payment/granted_token_revoke_params.rb +0 -15
- data/lib/stripe/params/shared_payment/issued_token_create_params.rb +0 -67
- data/lib/stripe/params/shared_payment/issued_token_retrieve_params.rb +0 -15
- data/lib/stripe/params/shared_payment/issued_token_revoke_params.rb +0 -15
- data/lib/stripe/params/subscription_schedule_amend_params.rb +0 -578
- 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/tax/location_create_params.rb +0 -54
- data/lib/stripe/params/tax/location_list_params.rb +0 -27
- data/lib/stripe/params/tax/location_retrieve_params.rb +0 -15
- data/lib/stripe/params/terminal/reader_collected_data_retrieve_params.rb +0 -15
- data/lib/stripe/params/test_helpers/shared_payment/granted_token_create_params.rb +0 -49
- data/lib/stripe/params/test_helpers/shared_payment/granted_token_revoke_params.rb +0 -17
- 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 -257
- 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 -263
- 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/batch_job_cancel_params.rb +0 -10
- data/lib/stripe/params/v2/core/batch_job_create_params.rb +0 -58
- data/lib/stripe/params/v2/core/batch_job_retrieve_params.rb +0 -10
- 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 -58
- 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_list_params.rb +0 -19
- 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_confirm_microdeposits_params.rb +0 -22
- data/lib/stripe/params/v2/core/vault/us_bank_account_create_params.rb +0 -37
- data/lib/stripe/params/v2/core/vault/us_bank_account_list_params.rb +0 -22
- 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_send_microdeposits_params.rb +0 -12
- data/lib/stripe/params/v2/core/vault/us_bank_account_update_params.rb +0 -22
- data/lib/stripe/params/v2/data/reporting/query_run_create_params.rb +0 -31
- data/lib/stripe/params/v2/data/reporting/query_run_retrieve_params.rb +0 -12
- data/lib/stripe/params/v2/extend/workflow_invoke_params.rb +0 -17
- data/lib/stripe/params/v2/extend/workflow_list_params.rb +0 -21
- data/lib/stripe/params/v2/extend/workflow_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/extend/workflow_run_list_params.rb +0 -23
- data/lib/stripe/params/v2/extend/workflow_run_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/iam/activity_log_list_params.rb +0 -23
- 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_account_update_params.rb +0 -20
- 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 -102
- 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 -92
- 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 -87
- 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/network/business_profile_me_params.rb +0 -10
- data/lib/stripe/params/v2/network/business_profile_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_confirm_params.rb +0 -10
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_create_params.rb +0 -17
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_list_params.rb +0 -20
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_retrieve_params.rb +0 -10
- data/lib/stripe/params/v2/orchestrated_commerce/agreement_terminate_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 -82
- 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/authorization.rb +0 -82
- 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 -927
- data/lib/stripe/resources/privacy/redaction_job.rb +0 -189
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +0 -49
- data/lib/stripe/resources/product_catalog/trial_offer.rb +0 -103
- data/lib/stripe/resources/quote_line.rb +0 -525
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -1181
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -734
- data/lib/stripe/resources/shared_payment/granted_token.rb +0 -1766
- data/lib/stripe/resources/shared_payment/issued_token.rb +0 -291
- data/lib/stripe/resources/tax/form.rb +0 -264
- data/lib/stripe/resources/tax/location.rb +0 -72
- 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 -91
- data/lib/stripe/resources/v2/billing/cadence.rb +0 -710
- data/lib/stripe/resources/v2/billing/collection_setting.rb +0 -327
- data/lib/stripe/resources/v2/billing/collection_setting_version.rb +0 -316
- data/lib/stripe/resources/v2/billing/profile.rb +0 -47
- data/lib/stripe/resources/v2/core/batch_job.rb +0 -492
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +0 -136
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +0 -105
- data/lib/stripe/resources/v2/data/reporting/query_run.rb +0 -142
- data/lib/stripe/resources/v2/extend/workflow.rb +0 -80
- data/lib/stripe/resources/v2/extend/workflow_run.rb +0 -158
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +0 -29
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +0 -31
- data/lib/stripe/resources/v2/iam/activity_log.rb +0 -187
- 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 -160
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +0 -181
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -219
- 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 -145
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +0 -83
- data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -230
- data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -136
- data/lib/stripe/resources/v2/money_management/transaction.rb +0 -135
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +0 -105
- data/lib/stripe/resources/v2/network/business_profile.rb +0 -84
- data/lib/stripe/resources/v2/orchestrated_commerce/agreement.rb +0 -93
- 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/authorization_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_service.rb +0 -53
- 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/product_catalog/trial_offer_service.rb +0 -19
- data/lib/stripe/services/product_catalog_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/reserve/hold_service.rb +0 -30
- data/lib/stripe/services/reserve/plan_service.rb +0 -19
- data/lib/stripe/services/reserve/release_service.rb +0 -30
- data/lib/stripe/services/reserve_service.rb +0 -15
- data/lib/stripe/services/shared_payment/granted_token_service.rb +0 -19
- data/lib/stripe/services/shared_payment/issued_token_service.rb +0 -41
- data/lib/stripe/services/shared_payment_service.rb +0 -14
- data/lib/stripe/services/tax/form_service.rb +0 -37
- data/lib/stripe/services/tax/location_service.rb +0 -45
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -19
- data/lib/stripe/services/test_helpers/shared_payment/granted_token_service.rb +0 -32
- data/lib/stripe/services/test_helpers/shared_payment_service.rb +0 -15
- 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 -69
- 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/batch_job_service.rb +0 -43
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +0 -85
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +0 -101
- data/lib/stripe/services/v2/core/vault_service.rb +0 -18
- data/lib/stripe/services/v2/data/reporting/query_run_service.rb +0 -35
- data/lib/stripe/services/v2/data/reporting_service.rb +0 -17
- data/lib/stripe/services/v2/datum_service.rb +0 -15
- data/lib/stripe/services/v2/extend/workflow_run_service.rb +0 -32
- data/lib/stripe/services/v2/extend/workflow_service.rb +0 -45
- data/lib/stripe/services/v2/extend_service.rb +0 -16
- data/lib/stripe/services/v2/iam/activity_log_service.rb +0 -21
- data/lib/stripe/services/v2/iam_service.rb +0 -15
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +0 -70
- 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 -75
- 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 -66
- 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/network/business_profile_service.rb +0 -32
- data/lib/stripe/services/v2/network_service.rb +0 -15
- data/lib/stripe/services/v2/orchestrated_commerce/agreement_service.rb +0 -65
- data/lib/stripe/services/v2/orchestrated_commerce_service.rb +0 -15
- data/lib/stripe/services/v2/test_helper_service.rb +0 -15
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +0 -36
- data/lib/stripe/stripe_event_notification_handler.rb +0 -581
|
@@ -13,6 +13,23 @@ module Stripe
|
|
|
13
13
|
|
|
14
14
|
class Payments < ::Stripe::StripeObject
|
|
15
15
|
class Payouts < ::Stripe::StripeObject
|
|
16
|
+
class AutomaticTransferRulesByCurrency < ::Stripe::StripeObject
|
|
17
|
+
# The ID of the FinancialAccount that funds will be transferred to during automatic transfers.
|
|
18
|
+
attr_reader :payout_method
|
|
19
|
+
# The maximum amount in minor units to transfer to the FinancialAccount. Only applicable when `type` is `transfer_up_to_amount`.
|
|
20
|
+
attr_reader :transfer_up_to_amount
|
|
21
|
+
# The type of automatic transfer rule.
|
|
22
|
+
attr_reader :type
|
|
23
|
+
|
|
24
|
+
def self.inner_class_types
|
|
25
|
+
@inner_class_types = {}
|
|
26
|
+
end
|
|
27
|
+
|
|
28
|
+
def self.field_remappings
|
|
29
|
+
@field_remappings = {}
|
|
30
|
+
end
|
|
31
|
+
end
|
|
32
|
+
|
|
16
33
|
class Schedule < ::Stripe::StripeObject
|
|
17
34
|
# How frequently funds will be paid out. One of `manual` (payouts only created via API call), `daily`, `weekly`, or `monthly`.
|
|
18
35
|
attr_reader :interval
|
|
@@ -29,6 +46,8 @@ module Stripe
|
|
|
29
46
|
@field_remappings = {}
|
|
30
47
|
end
|
|
31
48
|
end
|
|
49
|
+
# Configures per-currency rules for automatically transferring funds from the payments balance to a FinancialAccount.
|
|
50
|
+
attr_reader :automatic_transfer_rules_by_currency
|
|
32
51
|
# The minimum balance amount to retain per currency after automatic payouts. Only funds that exceed these amounts are paid out. Learn more about the [minimum balances for automatic payouts](/payouts/minimum-balances-for-automatic-payouts).
|
|
33
52
|
attr_reader :minimum_balance_by_currency
|
|
34
53
|
# Details on when funds from charges are available, and when they are paid out to an external account. See our [Setting Bank and Debit Card Payouts](https://docs.stripe.com/connect/bank-transfers#payout-information) documentation for details.
|
|
@@ -39,7 +58,10 @@ module Stripe
|
|
|
39
58
|
attr_reader :status
|
|
40
59
|
|
|
41
60
|
def self.inner_class_types
|
|
42
|
-
@inner_class_types = {
|
|
61
|
+
@inner_class_types = {
|
|
62
|
+
automatic_transfer_rules_by_currency: AutomaticTransferRulesByCurrency,
|
|
63
|
+
schedule: Schedule,
|
|
64
|
+
}
|
|
43
65
|
end
|
|
44
66
|
|
|
45
67
|
def self.field_remappings
|
|
@@ -48,13 +70,31 @@ module Stripe
|
|
|
48
70
|
end
|
|
49
71
|
|
|
50
72
|
class SettlementTiming < ::Stripe::StripeObject
|
|
73
|
+
class StartOfDay < ::Stripe::StripeObject
|
|
74
|
+
# Hour at which the customized start of day begins according to the given timezone. Must be a [supported customized start of day hour](/connect/customized-start-of-day#available-timezones-and-cutoffs).
|
|
75
|
+
attr_reader :hour
|
|
76
|
+
# Minutes at which the customized start of day begins according to the given timezone. Must be either 0 or 30.
|
|
77
|
+
attr_reader :minutes
|
|
78
|
+
# Timezone for the customized start of day. Must be a [supported customized start of day timezone](/connect/customized-start-of-day#available-timezones-and-cutoffs).
|
|
79
|
+
attr_reader :timezone
|
|
80
|
+
|
|
81
|
+
def self.inner_class_types
|
|
82
|
+
@inner_class_types = {}
|
|
83
|
+
end
|
|
84
|
+
|
|
85
|
+
def self.field_remappings
|
|
86
|
+
@field_remappings = {}
|
|
87
|
+
end
|
|
88
|
+
end
|
|
51
89
|
# The number of days charge funds are held before becoming available.
|
|
52
90
|
attr_reader :delay_days
|
|
53
91
|
# The number of days charge funds are held before becoming available. If present, overrides the default, or minimum available, for the account.
|
|
54
92
|
attr_reader :delay_days_override
|
|
93
|
+
# Customized start of day configuration for automatic payouts to group and send payments in local timezones with a customized day starting time. For details, see our [Customized start of day](/connect/customized-start-of-day) documentation.
|
|
94
|
+
attr_reader :start_of_day
|
|
55
95
|
|
|
56
96
|
def self.inner_class_types
|
|
57
|
-
@inner_class_types = {}
|
|
97
|
+
@inner_class_types = { start_of_day: StartOfDay }
|
|
58
98
|
end
|
|
59
99
|
|
|
60
100
|
def self.field_remappings
|
|
@@ -53,8 +53,6 @@ module Stripe
|
|
|
53
53
|
attr_reader :available_payout_methods
|
|
54
54
|
# Card brand. Can be `American Express`, `Cartes Bancaires`, `Diners Club`, `Discover`, `Eftpos Australia`, `Girocard`, `JCB`, `MasterCard`, `UnionPay`, `Visa`, or `Unknown`.
|
|
55
55
|
attr_reader :brand
|
|
56
|
-
# The [product code](https://stripe.com/docs/card-product-codes) that identifies the specific program or product associated with a card. (For internal use only and not typically available in standard API requests.)
|
|
57
|
-
attr_reader :brand_product
|
|
58
56
|
# Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.
|
|
59
57
|
attr_reader :country
|
|
60
58
|
# Three-letter [ISO code for currency](https://www.iso.org/iso-4217-currency-codes.html) in lowercase. Must be a [supported currency](https://docs.stripe.com/currencies). Only applicable on accounts (not customers or recipients). The card can be used as a transfer destination for funds in this currency. This property is only available when returned as an [External Account](/api/external_account_cards/object) where [controller.is_controller](/api/accounts/object#account_object-controller-is_controller) is `true`.
|
|
@@ -318,8 +318,6 @@ module Stripe
|
|
|
318
318
|
class Card < ::Stripe::StripeObject
|
|
319
319
|
# Card brand. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa` or `unknown`.
|
|
320
320
|
attr_reader :brand
|
|
321
|
-
# The [product code](https://stripe.com/docs/card-product-codes) that identifies the specific program or product associated with a card. (For internal use only and not typically available in standard API requests.)
|
|
322
|
-
attr_reader :brand_product
|
|
323
321
|
# Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.
|
|
324
322
|
attr_reader :country
|
|
325
323
|
# Two-digit number representing the card's expiration month.
|
|
@@ -450,6 +448,19 @@ module Stripe
|
|
|
450
448
|
end
|
|
451
449
|
end
|
|
452
450
|
|
|
451
|
+
class Bizum < ::Stripe::StripeObject
|
|
452
|
+
# The Bizum transaction ID associated with this payment.
|
|
453
|
+
attr_reader :transaction_id
|
|
454
|
+
|
|
455
|
+
def self.inner_class_types
|
|
456
|
+
@inner_class_types = {}
|
|
457
|
+
end
|
|
458
|
+
|
|
459
|
+
def self.field_remappings
|
|
460
|
+
@field_remappings = {}
|
|
461
|
+
end
|
|
462
|
+
end
|
|
463
|
+
|
|
453
464
|
class Blik < ::Stripe::StripeObject
|
|
454
465
|
# A unique and immutable identifier assigned by BLIK to every buyer.
|
|
455
466
|
attr_reader :buyer_id
|
|
@@ -494,19 +505,6 @@ module Stripe
|
|
|
494
505
|
end
|
|
495
506
|
end
|
|
496
507
|
|
|
497
|
-
class DecrementalAuthorization < ::Stripe::StripeObject
|
|
498
|
-
# Indicates whether or not the decremental authorization feature is supported.
|
|
499
|
-
attr_reader :status
|
|
500
|
-
|
|
501
|
-
def self.inner_class_types
|
|
502
|
-
@inner_class_types = {}
|
|
503
|
-
end
|
|
504
|
-
|
|
505
|
-
def self.field_remappings
|
|
506
|
-
@field_remappings = {}
|
|
507
|
-
end
|
|
508
|
-
end
|
|
509
|
-
|
|
510
508
|
class ExtendedAuthorization < ::Stripe::StripeObject
|
|
511
509
|
# Indicates whether or not the capture window is extended beyond the standard authorization.
|
|
512
510
|
attr_reader :status
|
|
@@ -604,19 +602,6 @@ module Stripe
|
|
|
604
602
|
end
|
|
605
603
|
end
|
|
606
604
|
|
|
607
|
-
class PartialAuthorization < ::Stripe::StripeObject
|
|
608
|
-
# Indicates whether the transaction requested for partial authorization feature and the authorization outcome.
|
|
609
|
-
attr_reader :status
|
|
610
|
-
|
|
611
|
-
def self.inner_class_types
|
|
612
|
-
@inner_class_types = {}
|
|
613
|
-
end
|
|
614
|
-
|
|
615
|
-
def self.field_remappings
|
|
616
|
-
@field_remappings = {}
|
|
617
|
-
end
|
|
618
|
-
end
|
|
619
|
-
|
|
620
605
|
class ThreeDSecure < ::Stripe::StripeObject
|
|
621
606
|
# For authenticated transactions: how the customer was authenticated by
|
|
622
607
|
# the issuing bank.
|
|
@@ -870,8 +855,6 @@ module Stripe
|
|
|
870
855
|
end
|
|
871
856
|
# The authorized amount.
|
|
872
857
|
attr_reader :amount_authorized
|
|
873
|
-
# The latest amount intended to be authorized by this charge.
|
|
874
|
-
attr_reader :amount_requested
|
|
875
858
|
# Authorization code on the charge.
|
|
876
859
|
attr_reader :authorization_code
|
|
877
860
|
# Card brand. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa` or `unknown`.
|
|
@@ -882,8 +865,6 @@ module Stripe
|
|
|
882
865
|
attr_reader :checks
|
|
883
866
|
# Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.
|
|
884
867
|
attr_reader :country
|
|
885
|
-
# Attribute for field decremental_authorization
|
|
886
|
-
attr_reader :decremental_authorization
|
|
887
868
|
# A high-level description of the type of cards issued in this range. (For internal use only and not typically available in standard API requests.)
|
|
888
869
|
attr_reader :description
|
|
889
870
|
# Two-digit number representing the card's expiration month.
|
|
@@ -924,8 +905,6 @@ module Stripe
|
|
|
924
905
|
attr_reader :network_transaction_id
|
|
925
906
|
# Attribute for field overcapture
|
|
926
907
|
attr_reader :overcapture
|
|
927
|
-
# Attribute for field partial_authorization
|
|
928
|
-
attr_reader :partial_authorization
|
|
929
908
|
# Status of a card based on the card issuer.
|
|
930
909
|
attr_reader :regulated_status
|
|
931
910
|
# Populated if this transaction used 3D Secure authentication.
|
|
@@ -936,14 +915,12 @@ module Stripe
|
|
|
936
915
|
def self.inner_class_types
|
|
937
916
|
@inner_class_types = {
|
|
938
917
|
checks: Checks,
|
|
939
|
-
decremental_authorization: DecrementalAuthorization,
|
|
940
918
|
extended_authorization: ExtendedAuthorization,
|
|
941
919
|
incremental_authorization: IncrementalAuthorization,
|
|
942
920
|
installments: Installments,
|
|
943
921
|
multicapture: Multicapture,
|
|
944
922
|
network_token: NetworkToken,
|
|
945
923
|
overcapture: Overcapture,
|
|
946
|
-
partial_authorization: PartialAuthorization,
|
|
947
924
|
three_d_secure: ThreeDSecure,
|
|
948
925
|
wallet: Wallet,
|
|
949
926
|
}
|
|
@@ -1178,16 +1155,6 @@ module Stripe
|
|
|
1178
1155
|
end
|
|
1179
1156
|
end
|
|
1180
1157
|
|
|
1181
|
-
class Gopay < ::Stripe::StripeObject
|
|
1182
|
-
def self.inner_class_types
|
|
1183
|
-
@inner_class_types = {}
|
|
1184
|
-
end
|
|
1185
|
-
|
|
1186
|
-
def self.field_remappings
|
|
1187
|
-
@field_remappings = {}
|
|
1188
|
-
end
|
|
1189
|
-
end
|
|
1190
|
-
|
|
1191
1158
|
class Grabpay < ::Stripe::StripeObject
|
|
1192
1159
|
# Unique transaction id generated by GrabPay
|
|
1193
1160
|
attr_reader :transaction_id
|
|
@@ -1201,27 +1168,6 @@ module Stripe
|
|
|
1201
1168
|
end
|
|
1202
1169
|
end
|
|
1203
1170
|
|
|
1204
|
-
class IdBankTransfer < ::Stripe::StripeObject
|
|
1205
|
-
# Account number of the bank account to transfer funds to.
|
|
1206
|
-
attr_reader :account_number
|
|
1207
|
-
# Bank where the account is located.
|
|
1208
|
-
attr_reader :bank
|
|
1209
|
-
# Local bank code of the bank.
|
|
1210
|
-
attr_reader :bank_code
|
|
1211
|
-
# Name of the bank associated with the bank account.
|
|
1212
|
-
attr_reader :bank_name
|
|
1213
|
-
# Merchant name and billing details name, for the customer to check for the correct merchant when performing the bank transfer.
|
|
1214
|
-
attr_reader :display_name
|
|
1215
|
-
|
|
1216
|
-
def self.inner_class_types
|
|
1217
|
-
@inner_class_types = {}
|
|
1218
|
-
end
|
|
1219
|
-
|
|
1220
|
-
def self.field_remappings
|
|
1221
|
-
@field_remappings = {}
|
|
1222
|
-
end
|
|
1223
|
-
end
|
|
1224
|
-
|
|
1225
1171
|
class Ideal < ::Stripe::StripeObject
|
|
1226
1172
|
# The customer's bank. Can be one of `abn_amro`, `adyen`, `asn_bank`, `bunq`, `buut`, `finom`, `handelsbanken`, `ing`, `knab`, `mollie`, `moneyou`, `n26`, `nn`, `rabobank`, `regiobank`, `revolut`, `sns_bank`, `triodos_bank`, `van_lanschot`, or `yoursafe`.
|
|
1227
1173
|
attr_reader :bank
|
|
@@ -1636,52 +1582,6 @@ module Stripe
|
|
|
1636
1582
|
@field_remappings = {}
|
|
1637
1583
|
end
|
|
1638
1584
|
end
|
|
1639
|
-
|
|
1640
|
-
class Shipping < ::Stripe::StripeObject
|
|
1641
|
-
# City, district, suburb, town, or village.
|
|
1642
|
-
attr_reader :city
|
|
1643
|
-
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
1644
|
-
attr_reader :country
|
|
1645
|
-
# Address line 1, such as the street, PO Box, or company name.
|
|
1646
|
-
attr_reader :line1
|
|
1647
|
-
# Address line 2, such as the apartment, suite, unit, or building.
|
|
1648
|
-
attr_reader :line2
|
|
1649
|
-
# ZIP or postal code.
|
|
1650
|
-
attr_reader :postal_code
|
|
1651
|
-
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
1652
|
-
attr_reader :state
|
|
1653
|
-
|
|
1654
|
-
def self.inner_class_types
|
|
1655
|
-
@inner_class_types = {}
|
|
1656
|
-
end
|
|
1657
|
-
|
|
1658
|
-
def self.field_remappings
|
|
1659
|
-
@field_remappings = {}
|
|
1660
|
-
end
|
|
1661
|
-
end
|
|
1662
|
-
|
|
1663
|
-
class VerifiedAddress < ::Stripe::StripeObject
|
|
1664
|
-
# City, district, suburb, town, or village.
|
|
1665
|
-
attr_reader :city
|
|
1666
|
-
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
|
1667
|
-
attr_reader :country
|
|
1668
|
-
# Address line 1, such as the street, PO Box, or company name.
|
|
1669
|
-
attr_reader :line1
|
|
1670
|
-
# Address line 2, such as the apartment, suite, unit, or building.
|
|
1671
|
-
attr_reader :line2
|
|
1672
|
-
# ZIP or postal code.
|
|
1673
|
-
attr_reader :postal_code
|
|
1674
|
-
# State, county, province, or region ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
|
|
1675
|
-
attr_reader :state
|
|
1676
|
-
|
|
1677
|
-
def self.inner_class_types
|
|
1678
|
-
@inner_class_types = {}
|
|
1679
|
-
end
|
|
1680
|
-
|
|
1681
|
-
def self.field_remappings
|
|
1682
|
-
@field_remappings = {}
|
|
1683
|
-
end
|
|
1684
|
-
end
|
|
1685
1585
|
# Two-letter ISO code representing the buyer's country. Values are provided by PayPal directly (if supported) at the time of authorization or settlement. They cannot be set or mutated.
|
|
1686
1586
|
attr_reader :country
|
|
1687
1587
|
# Owner's email. Values are provided by PayPal directly
|
|
@@ -1694,39 +1594,11 @@ module Stripe
|
|
|
1694
1594
|
attr_reader :payer_name
|
|
1695
1595
|
# The level of protection offered as defined by PayPal Seller Protection for Merchants, for this transaction.
|
|
1696
1596
|
attr_reader :seller_protection
|
|
1697
|
-
# The shipping address for the customer, as supplied by the merchant at the point of payment
|
|
1698
|
-
# execution. This shipping address will not be updated if the merchant updates the shipping
|
|
1699
|
-
# address on the PaymentIntent after the PaymentIntent was successfully confirmed.
|
|
1700
|
-
attr_reader :shipping
|
|
1701
1597
|
# A unique ID generated by PayPal for this transaction.
|
|
1702
1598
|
attr_reader :transaction_id
|
|
1703
|
-
# The shipping address for the customer, as supplied by the merchant at the point of payment
|
|
1704
|
-
# execution. This shipping address will not be updated if the merchant updates the shipping
|
|
1705
|
-
# address on the PaymentIntent after the PaymentIntent was successfully confirmed.
|
|
1706
|
-
attr_reader :verified_address
|
|
1707
|
-
# Owner's verified email. Values are verified or provided by PayPal directly
|
|
1708
|
-
# (if supported) at the time of authorization or settlement. They cannot be set or mutated.
|
|
1709
|
-
attr_reader :verified_email
|
|
1710
|
-
# Owner's verified full name. Values are verified or provided by PayPal directly
|
|
1711
|
-
# (if supported) at the time of authorization or settlement. They cannot be set or mutated.
|
|
1712
|
-
attr_reader :verified_name
|
|
1713
|
-
|
|
1714
|
-
def self.inner_class_types
|
|
1715
|
-
@inner_class_types = {
|
|
1716
|
-
seller_protection: SellerProtection,
|
|
1717
|
-
shipping: Shipping,
|
|
1718
|
-
verified_address: VerifiedAddress,
|
|
1719
|
-
}
|
|
1720
|
-
end
|
|
1721
|
-
|
|
1722
|
-
def self.field_remappings
|
|
1723
|
-
@field_remappings = {}
|
|
1724
|
-
end
|
|
1725
|
-
end
|
|
1726
1599
|
|
|
1727
|
-
class Paypay < ::Stripe::StripeObject
|
|
1728
1600
|
def self.inner_class_types
|
|
1729
|
-
@inner_class_types = {}
|
|
1601
|
+
@inner_class_types = { seller_protection: SellerProtection }
|
|
1730
1602
|
end
|
|
1731
1603
|
|
|
1732
1604
|
def self.field_remappings
|
|
@@ -1781,36 +1653,11 @@ module Stripe
|
|
|
1781
1653
|
end
|
|
1782
1654
|
end
|
|
1783
1655
|
|
|
1784
|
-
class Qris < ::Stripe::StripeObject
|
|
1785
|
-
def self.inner_class_types
|
|
1786
|
-
@inner_class_types = {}
|
|
1787
|
-
end
|
|
1788
|
-
|
|
1789
|
-
def self.field_remappings
|
|
1790
|
-
@field_remappings = {}
|
|
1791
|
-
end
|
|
1792
|
-
end
|
|
1793
|
-
|
|
1794
|
-
class Rechnung < ::Stripe::StripeObject
|
|
1795
|
-
# Payment portal URL.
|
|
1796
|
-
attr_reader :payment_portal_url
|
|
1797
|
-
|
|
1798
|
-
def self.inner_class_types
|
|
1799
|
-
@inner_class_types = {}
|
|
1800
|
-
end
|
|
1801
|
-
|
|
1802
|
-
def self.field_remappings
|
|
1803
|
-
@field_remappings = {}
|
|
1804
|
-
end
|
|
1805
|
-
end
|
|
1806
|
-
|
|
1807
1656
|
class RevolutPay < ::Stripe::StripeObject
|
|
1808
1657
|
class Funding < ::Stripe::StripeObject
|
|
1809
1658
|
class Card < ::Stripe::StripeObject
|
|
1810
1659
|
# Card brand. Can be `amex`, `cartes_bancaires`, `diners`, `discover`, `eftpos_au`, `jcb`, `link`, `mastercard`, `unionpay`, `visa` or `unknown`.
|
|
1811
1660
|
attr_reader :brand
|
|
1812
|
-
# The [product code](https://stripe.com/docs/card-product-codes) that identifies the specific program or product associated with a card. (For internal use only and not typically available in standard API requests.)
|
|
1813
|
-
attr_reader :brand_product
|
|
1814
1661
|
# Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.
|
|
1815
1662
|
attr_reader :country
|
|
1816
1663
|
# Two-digit number representing the card's expiration month.
|
|
@@ -1885,6 +1732,19 @@ module Stripe
|
|
|
1885
1732
|
end
|
|
1886
1733
|
end
|
|
1887
1734
|
|
|
1735
|
+
class Scalapay < ::Stripe::StripeObject
|
|
1736
|
+
# The Scalapay transaction ID associated with this payment.
|
|
1737
|
+
attr_reader :transaction_id
|
|
1738
|
+
|
|
1739
|
+
def self.inner_class_types
|
|
1740
|
+
@inner_class_types = {}
|
|
1741
|
+
end
|
|
1742
|
+
|
|
1743
|
+
def self.field_remappings
|
|
1744
|
+
@field_remappings = {}
|
|
1745
|
+
end
|
|
1746
|
+
end
|
|
1747
|
+
|
|
1888
1748
|
class SepaCreditTransfer < ::Stripe::StripeObject
|
|
1889
1749
|
# Name of the bank associated with the bank account.
|
|
1890
1750
|
attr_reader :bank_name
|
|
@@ -1927,16 +1787,6 @@ module Stripe
|
|
|
1927
1787
|
end
|
|
1928
1788
|
end
|
|
1929
1789
|
|
|
1930
|
-
class Shopeepay < ::Stripe::StripeObject
|
|
1931
|
-
def self.inner_class_types
|
|
1932
|
-
@inner_class_types = {}
|
|
1933
|
-
end
|
|
1934
|
-
|
|
1935
|
-
def self.field_remappings
|
|
1936
|
-
@field_remappings = {}
|
|
1937
|
-
end
|
|
1938
|
-
end
|
|
1939
|
-
|
|
1940
1790
|
class Sofort < ::Stripe::StripeObject
|
|
1941
1791
|
# Bank code of bank associated with the bank account.
|
|
1942
1792
|
attr_reader :bank_code
|
|
@@ -1978,19 +1828,6 @@ module Stripe
|
|
|
1978
1828
|
end
|
|
1979
1829
|
end
|
|
1980
1830
|
|
|
1981
|
-
class StripeBalance < ::Stripe::StripeObject
|
|
1982
|
-
# The connected account ID whose Stripe balance to use as the source of payment
|
|
1983
|
-
attr_reader :account
|
|
1984
|
-
|
|
1985
|
-
def self.inner_class_types
|
|
1986
|
-
@inner_class_types = {}
|
|
1987
|
-
end
|
|
1988
|
-
|
|
1989
|
-
def self.field_remappings
|
|
1990
|
-
@field_remappings = {}
|
|
1991
|
-
end
|
|
1992
|
-
end
|
|
1993
|
-
|
|
1994
1831
|
class Sunbit < ::Stripe::StripeObject
|
|
1995
1832
|
# The Sunbit transaction ID associated with this payment.
|
|
1996
1833
|
attr_reader :transaction_id
|
|
@@ -2022,6 +1859,9 @@ module Stripe
|
|
|
2022
1859
|
end
|
|
2023
1860
|
|
|
2024
1861
|
class Twint < ::Stripe::StripeObject
|
|
1862
|
+
# ID of the multi use Mandate generated by the PaymentIntent
|
|
1863
|
+
attr_reader :mandate
|
|
1864
|
+
|
|
2025
1865
|
def self.inner_class_types
|
|
2026
1866
|
@inner_class_types = {}
|
|
2027
1867
|
end
|
|
@@ -2135,6 +1975,8 @@ module Stripe
|
|
|
2135
1975
|
attr_reader :bancontact
|
|
2136
1976
|
# Attribute for field billie
|
|
2137
1977
|
attr_reader :billie
|
|
1978
|
+
# Attribute for field bizum
|
|
1979
|
+
attr_reader :bizum
|
|
2138
1980
|
# Attribute for field blik
|
|
2139
1981
|
attr_reader :blik
|
|
2140
1982
|
# Attribute for field boleto
|
|
@@ -2155,12 +1997,8 @@ module Stripe
|
|
|
2155
1997
|
attr_reader :fpx
|
|
2156
1998
|
# Attribute for field giropay
|
|
2157
1999
|
attr_reader :giropay
|
|
2158
|
-
# Attribute for field gopay
|
|
2159
|
-
attr_reader :gopay
|
|
2160
2000
|
# Attribute for field grabpay
|
|
2161
2001
|
attr_reader :grabpay
|
|
2162
|
-
# Attribute for field id_bank_transfer
|
|
2163
|
-
attr_reader :id_bank_transfer
|
|
2164
2002
|
# Attribute for field ideal
|
|
2165
2003
|
attr_reader :ideal
|
|
2166
2004
|
# Attribute for field interac_present
|
|
@@ -2197,36 +2035,28 @@ module Stripe
|
|
|
2197
2035
|
attr_reader :paynow
|
|
2198
2036
|
# Attribute for field paypal
|
|
2199
2037
|
attr_reader :paypal
|
|
2200
|
-
# Attribute for field paypay
|
|
2201
|
-
attr_reader :paypay
|
|
2202
2038
|
# Attribute for field payto
|
|
2203
2039
|
attr_reader :payto
|
|
2204
2040
|
# Attribute for field pix
|
|
2205
2041
|
attr_reader :pix
|
|
2206
2042
|
# Attribute for field promptpay
|
|
2207
2043
|
attr_reader :promptpay
|
|
2208
|
-
# Attribute for field qris
|
|
2209
|
-
attr_reader :qris
|
|
2210
|
-
# Attribute for field rechnung
|
|
2211
|
-
attr_reader :rechnung
|
|
2212
2044
|
# Attribute for field revolut_pay
|
|
2213
2045
|
attr_reader :revolut_pay
|
|
2214
2046
|
# Attribute for field samsung_pay
|
|
2215
2047
|
attr_reader :samsung_pay
|
|
2216
2048
|
# Attribute for field satispay
|
|
2217
2049
|
attr_reader :satispay
|
|
2050
|
+
# Attribute for field scalapay
|
|
2051
|
+
attr_reader :scalapay
|
|
2218
2052
|
# Attribute for field sepa_credit_transfer
|
|
2219
2053
|
attr_reader :sepa_credit_transfer
|
|
2220
2054
|
# Attribute for field sepa_debit
|
|
2221
2055
|
attr_reader :sepa_debit
|
|
2222
|
-
# Attribute for field shopeepay
|
|
2223
|
-
attr_reader :shopeepay
|
|
2224
2056
|
# Attribute for field sofort
|
|
2225
2057
|
attr_reader :sofort
|
|
2226
2058
|
# Attribute for field stripe_account
|
|
2227
2059
|
attr_reader :stripe_account
|
|
2228
|
-
# Attribute for field stripe_balance
|
|
2229
|
-
attr_reader :stripe_balance
|
|
2230
2060
|
# Attribute for field sunbit
|
|
2231
2061
|
attr_reader :sunbit
|
|
2232
2062
|
# Attribute for field swish
|
|
@@ -2262,6 +2092,7 @@ module Stripe
|
|
|
2262
2092
|
bacs_debit: BacsDebit,
|
|
2263
2093
|
bancontact: Bancontact,
|
|
2264
2094
|
billie: Billie,
|
|
2095
|
+
bizum: Bizum,
|
|
2265
2096
|
blik: Blik,
|
|
2266
2097
|
boleto: Boleto,
|
|
2267
2098
|
card: Card,
|
|
@@ -2272,9 +2103,7 @@ module Stripe
|
|
|
2272
2103
|
eps: Eps,
|
|
2273
2104
|
fpx: Fpx,
|
|
2274
2105
|
giropay: Giropay,
|
|
2275
|
-
gopay: Gopay,
|
|
2276
2106
|
grabpay: Grabpay,
|
|
2277
|
-
id_bank_transfer: IdBankTransfer,
|
|
2278
2107
|
ideal: Ideal,
|
|
2279
2108
|
interac_present: InteracPresent,
|
|
2280
2109
|
kakao_pay: KakaoPay,
|
|
@@ -2293,21 +2122,17 @@ module Stripe
|
|
|
2293
2122
|
payco: Payco,
|
|
2294
2123
|
paynow: Paynow,
|
|
2295
2124
|
paypal: Paypal,
|
|
2296
|
-
paypay: Paypay,
|
|
2297
2125
|
payto: Payto,
|
|
2298
2126
|
pix: Pix,
|
|
2299
2127
|
promptpay: Promptpay,
|
|
2300
|
-
qris: Qris,
|
|
2301
|
-
rechnung: Rechnung,
|
|
2302
2128
|
revolut_pay: RevolutPay,
|
|
2303
2129
|
samsung_pay: SamsungPay,
|
|
2304
2130
|
satispay: Satispay,
|
|
2131
|
+
scalapay: Scalapay,
|
|
2305
2132
|
sepa_credit_transfer: SepaCreditTransfer,
|
|
2306
2133
|
sepa_debit: SepaDebit,
|
|
2307
|
-
shopeepay: Shopeepay,
|
|
2308
2134
|
sofort: Sofort,
|
|
2309
2135
|
stripe_account: StripeAccount,
|
|
2310
|
-
stripe_balance: StripeBalance,
|
|
2311
2136
|
sunbit: Sunbit,
|
|
2312
2137
|
swish: Swish,
|
|
2313
2138
|
twint: Twint,
|