stripe 15.2.0 → 15.3.0.pre.beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1600 -670
- data/VERSION +1 -1
- data/lib/stripe/api_requestor.rb +28 -0
- data/lib/stripe/api_version.rb +1 -1
- data/lib/stripe/errors.rb +54 -0
- data/lib/stripe/event_types.rb +98 -0
- data/lib/stripe/events/v2_core_account_closed_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_created_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_defaults_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_identity_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_link_completed_event.rb +13 -0
- data/lib/stripe/events/v2_core_account_person_created_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_person_deleted_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_person_updated_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_updated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +23 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +23 -0
- data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_transaction_created_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +21 -0
- data/lib/stripe/events/v2_off_session_payment_requires_capture_event.rb +21 -0
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +21 -0
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +21 -0
- data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +21 -0
- data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +21 -0
- data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +21 -0
- data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +21 -0
- data/lib/stripe/object_types.rb +50 -0
- data/lib/stripe/resources/account.rb +653 -1
- data/lib/stripe/resources/account_notice.rb +123 -0
- data/lib/stripe/resources/account_session.rb +256 -1
- data/lib/stripe/resources/balance_settings.rb +105 -0
- data/lib/stripe/resources/billing/credit_balance_summary.rb +2 -0
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +4 -0
- data/lib/stripe/resources/billing/credit_grant.rb +10 -0
- data/lib/stripe/resources/billing_portal/session.rb +6 -0
- data/lib/stripe/resources/capital/financing_offer.rb +179 -0
- data/lib/stripe/resources/capital/financing_summary.rb +55 -0
- data/lib/stripe/resources/capital/financing_transaction.rb +114 -0
- data/lib/stripe/resources/card.rb +2 -0
- data/lib/stripe/resources/cash_balance.rb +2 -0
- data/lib/stripe/resources/charge.rb +1538 -0
- data/lib/stripe/resources/checkout/session.rb +330 -2
- data/lib/stripe/resources/confirmation_token.rb +170 -0
- data/lib/stripe/resources/coupon.rb +30 -1
- data/lib/stripe/resources/credit_note.rb +6 -0
- data/lib/stripe/resources/credit_note_line_item.rb +9 -0
- data/lib/stripe/resources/customer.rb +2 -0
- data/lib/stripe/resources/customer_balance_transaction.rb +2 -0
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +2 -0
- data/lib/stripe/resources/customer_session.rb +6 -1
- data/lib/stripe/resources/discount.rb +2 -0
- data/lib/stripe/resources/event.rb +31 -0
- data/lib/stripe/resources/financial_connections/account.rb +22 -1
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +27 -0
- data/lib/stripe/resources/financial_connections/institution.rb +92 -0
- data/lib/stripe/resources/financial_connections/session.rb +62 -2
- data/lib/stripe/resources/fx_quote.rb +184 -0
- data/lib/stripe/resources/identity/verification_session.rb +10 -0
- data/lib/stripe/resources/invoice.rb +1070 -16
- data/lib/stripe/resources/invoice_item.rb +78 -2
- data/lib/stripe/resources/invoice_line_item.rb +55 -1
- data/lib/stripe/resources/invoice_payment.rb +2 -53
- data/lib/stripe/resources/issuing/cardholder.rb +2 -1
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +602 -0
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +82 -0
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +86 -0
- data/lib/stripe/resources/issuing/settlement.rb +53 -0
- data/lib/stripe/resources/issuing/transaction.rb +6 -0
- data/lib/stripe/resources/line_item.rb +37 -0
- data/lib/stripe/resources/mandate.rb +24 -0
- data/lib/stripe/resources/margin.rb +115 -0
- data/lib/stripe/resources/order.rb +2806 -0
- data/lib/stripe/resources/payment_attempt_record.rb +1086 -0
- data/lib/stripe/resources/payment_intent.rb +7694 -2738
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +72 -0
- data/lib/stripe/resources/payment_method.rb +192 -1
- data/lib/stripe/resources/payment_method_configuration.rb +295 -0
- data/lib/stripe/resources/payment_record.rb +1615 -0
- data/lib/stripe/resources/payout.rb +6 -0
- data/lib/stripe/resources/price.rb +30 -0
- data/lib/stripe/resources/privacy/redaction_job.rb +298 -0
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +33 -0
- data/lib/stripe/resources/promotion_code.rb +10 -0
- data/lib/stripe/resources/quote.rb +2046 -6
- data/lib/stripe/resources/quote_line.rb +274 -0
- data/lib/stripe/resources/quote_preview_invoice.rb +663 -0
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +364 -0
- data/lib/stripe/resources/refund.rb +9 -0
- data/lib/stripe/resources/setup_attempt.rb +21 -0
- data/lib/stripe/resources/setup_intent.rb +578 -9
- data/lib/stripe/resources/source.rb +29 -0
- data/lib/stripe/resources/subscription.rb +333 -9
- data/lib/stripe/resources/subscription_item.rb +84 -3
- data/lib/stripe/resources/subscription_schedule.rb +1013 -10
- data/lib/stripe/resources/tax/association.rb +66 -0
- data/lib/stripe/resources/tax/form.rb +211 -0
- data/lib/stripe/resources/tax_id.rb +12 -2
- data/lib/stripe/resources/terminal/reader.rb +156 -0
- data/lib/stripe/resources/terminal/reader_collected_data.rb +31 -0
- data/lib/stripe/resources/transfer.rb +6 -0
- data/lib/stripe/resources/treasury/financial_account.rb +22 -3
- data/lib/stripe/resources/treasury/financial_account_features.rb +2 -0
- data/lib/stripe/resources/treasury/outbound_transfer.rb +37 -0
- data/lib/stripe/resources/treasury/received_credit.rb +38 -1
- data/lib/stripe/resources/treasury/received_debit.rb +40 -1
- data/lib/stripe/resources/v2/core/account.rb +1746 -0
- data/lib/stripe/resources/v2/core/account_link.rb +56 -0
- data/lib/stripe/resources/v2/core/person.rb +276 -0
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +74 -0
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +39 -0
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +20 -0
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +22 -0
- data/lib/stripe/resources/v2/money_management/adjustment.rb +51 -0
- data/lib/stripe/resources/v2/money_management/financial_account.rb +58 -0
- data/lib/stripe/resources/v2/money_management/financial_address.rb +68 -0
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +94 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +129 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +82 -0
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +45 -0
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +117 -0
- data/lib/stripe/resources/v2/money_management/payout_method.rb +75 -0
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +49 -0
- data/lib/stripe/resources/v2/money_management/received_credit.rb +116 -0
- data/lib/stripe/resources/v2/money_management/received_debit.rb +84 -0
- data/lib/stripe/resources/v2/money_management/transaction.rb +78 -0
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +68 -0
- data/lib/stripe/resources/v2/payments/off_session_payment.rb +74 -0
- data/lib/stripe/resources.rb +104 -0
- data/lib/stripe/services/account_notice_service.rb +101 -0
- data/lib/stripe/services/account_service.rb +562 -1
- data/lib/stripe/services/account_session_service.rb +226 -1
- data/lib/stripe/services/balance_settings_service.rb +96 -0
- data/lib/stripe/services/billing/credit_balance_summary_service.rb +4 -1
- data/lib/stripe/services/billing/credit_balance_transaction_service.rb +4 -0
- data/lib/stripe/services/billing/credit_grant_service.rb +8 -0
- data/lib/stripe/services/billing_portal/session_service.rb +4 -0
- data/lib/stripe/services/capital/financing_offer_service.rb +112 -0
- data/lib/stripe/services/capital/financing_summary_service.rb +28 -0
- data/lib/stripe/services/capital/financing_transaction_service.rb +79 -0
- data/lib/stripe/services/capital_service.rb +15 -0
- data/lib/stripe/services/charge_service.rb +1418 -0
- data/lib/stripe/services/checkout/session_service.rb +247 -2
- data/lib/stripe/services/coupon_service.rb +17 -1
- data/lib/stripe/services/credit_note_service.rb +4 -0
- data/lib/stripe/services/customer_session_service.rb +4 -1
- data/{rbi/stripe/services/account_external_account_service.rbi → lib/stripe/services/external_account_service.rb} +135 -122
- data/{rbi/stripe/services/tax/transaction_line_item_service.rbi → lib/stripe/services/financial_connections/account_inferred_balance_service.rb} +21 -17
- data/lib/stripe/services/financial_connections/account_service.rb +7 -2
- data/{rbi/stripe/services/climate/supplier_service.rbi → lib/stripe/services/financial_connections/institution_service.rb} +36 -25
- data/lib/stripe/services/financial_connections/session_service.rb +34 -2
- data/lib/stripe/services/financial_connections_service.rb +2 -1
- data/lib/stripe/services/fx_quote_service.rb +123 -0
- data/lib/stripe/services/identity/verification_session_service.rb +8 -0
- data/lib/stripe/services/invoice_item_service.rb +74 -2
- data/lib/stripe/services/invoice_line_item_service.rb +33 -1
- data/lib/stripe/services/invoice_service.rb +1021 -16
- data/lib/stripe/services/issuing/cardholder_service.rb +2 -1
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +504 -0
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +66 -0
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +83 -0
- data/lib/stripe/services/issuing/transaction_service.rb +4 -0
- data/lib/stripe/services/issuing_service.rb +5 -1
- data/lib/stripe/services/margin_service.rb +119 -0
- data/{rbi/stripe/services/source_transaction_service.rbi → lib/stripe/services/order_line_item_service.rb} +20 -16
- data/lib/stripe/services/order_service.rb +2236 -0
- data/lib/stripe/services/payment_attempt_record_service.rb +49 -0
- data/{rbi/stripe/services/quote_line_item_service.rbi → lib/stripe/services/payment_intent_amount_details_line_item_service.rb} +20 -16
- data/lib/stripe/services/payment_intent_service.rb +4733 -245
- data/lib/stripe/services/payment_method_configuration_service.rb +210 -0
- data/lib/stripe/services/payment_method_service.rb +120 -1
- data/lib/stripe/services/payment_record_service.rb +542 -0
- data/lib/stripe/services/payout_service.rb +4 -0
- data/lib/stripe/services/price_service.rb +19 -0
- data/lib/stripe/services/privacy/redaction_job_service.rb +240 -0
- data/{rbi/stripe/services/tax/calculation_line_item_service.rbi → lib/stripe/services/privacy/redaction_job_validation_error_service.rb} +21 -17
- data/lib/stripe/services/privacy_service.rb +13 -0
- data/lib/stripe/services/promotion_code_service.rb +8 -0
- data/{rbi/stripe/services/credit_note_line_item_service.rbi → lib/stripe/services/quote_line_service.rb} +20 -16
- data/{rbi/stripe/services/payment_link_line_item_service.rbi → lib/stripe/services/quote_preview_invoice_service.rb} +20 -16
- data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +35 -0
- data/lib/stripe/services/quote_service.rb +1730 -7
- data/lib/stripe/services/setup_intent_service.rb +538 -9
- data/lib/stripe/services/subscription_item_service.rb +75 -3
- data/lib/stripe/services/subscription_schedule_service.rb +915 -10
- data/lib/stripe/services/subscription_service.rb +276 -9
- data/lib/stripe/services/tax/association_service.rb +31 -0
- data/lib/stripe/services/tax/form_service.rb +100 -0
- data/lib/stripe/services/tax_id_service.rb +8 -2
- data/lib/stripe/services/tax_service.rb +3 -1
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +28 -0
- data/lib/stripe/services/terminal/reader_service.rb +90 -0
- data/lib/stripe/services/terminal_service.rb +2 -1
- data/lib/stripe/services/test_helpers/confirmation_token_service.rb +97 -0
- data/lib/stripe/services/test_helpers/treasury/received_credit_service.rb +25 -1
- data/lib/stripe/services/test_helpers/treasury/received_debit_service.rb +25 -1
- data/lib/stripe/services/transfer_service.rb +4 -0
- data/lib/stripe/services/treasury/financial_account_features_service.rb +4 -1
- data/lib/stripe/services/treasury/financial_account_service.rb +16 -2
- data/lib/stripe/services/treasury/outbound_transfer_service.rb +24 -0
- data/lib/stripe/services/v1_services.rb +11 -2
- data/lib/stripe/services/v2/core/account_link_service.rb +76 -0
- data/lib/stripe/services/v2/core/account_service.rb +4138 -0
- data/lib/stripe/services/v2/core/accounts/person_service.rb +1046 -0
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +131 -0
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +107 -0
- data/lib/stripe/services/v2/core/vault_service.rb +18 -0
- data/lib/stripe/services/v2/core_service.rb +4 -1
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +74 -0
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +43 -0
- data/lib/stripe/services/v2/money_management/financial_address_service.rb +81 -0
- data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +125 -0
- data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +95 -0
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +200 -0
- data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +235 -0
- data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +172 -0
- data/lib/stripe/services/v2/money_management/payout_method_service.rb +91 -0
- data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/received_credit_service.rb +70 -0
- data/lib/stripe/services/v2/money_management/received_debit_service.rb +43 -0
- data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +69 -0
- data/lib/stripe/services/v2/money_management/transaction_service.rb +73 -0
- data/lib/stripe/services/v2/money_management_service.rb +31 -0
- data/lib/stripe/services/v2/payment_service.rb +15 -0
- data/lib/stripe/services/v2/payments/off_session_payment_service.rb +138 -0
- data/lib/stripe/services/v2/test_helper_service.rb +15 -0
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +49 -0
- data/lib/stripe/services/v2_services.rb +5 -2
- data/lib/stripe/services.rb +53 -1
- data/lib/stripe/stripe_configuration.rb +3 -1
- data/lib/stripe/stripe_object.rb +1 -1
- data/lib/stripe/util.rb +7 -1
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +53 -0
- data/rbi/stripe.rbi +191639 -0
- data/stripe.gemspec +4 -1
- metadata +161 -324
- data/lib/stripe/services/invoice_payment_service.rb +0 -83
- data/rbi/stripe/resources/account.rbi +0 -4926
- data/rbi/stripe/resources/account_link.rbi +0 -74
- data/rbi/stripe/resources/account_session.rbi +0 -1013
- data/rbi/stripe/resources/apple_pay_domain.rbi +0 -88
- data/rbi/stripe/resources/application.rbi +0 -20
- data/rbi/stripe/resources/application_fee.rbi +0 -118
- data/rbi/stripe/resources/application_fee_refund.rbi +0 -37
- data/rbi/stripe/resources/apps/secret.rbi +0 -195
- data/rbi/stripe/resources/balance.rbi +0 -235
- data/rbi/stripe/resources/balance_transaction.rbi +0 -147
- data/rbi/stripe/resources/bank_account.rbi +0 -127
- data/rbi/stripe/resources/billing/alert.rbi +0 -201
- data/rbi/stripe/resources/billing/alert_triggered.rbi +0 -28
- data/rbi/stripe/resources/billing/credit_balance_summary.rbi +0 -63
- data/rbi/stripe/resources/billing/credit_balance_transaction.rbi +0 -147
- data/rbi/stripe/resources/billing/credit_grant.rbi +0 -291
- data/rbi/stripe/resources/billing/meter.rbi +0 -226
- data/rbi/stripe/resources/billing/meter_event.rbi +0 -64
- data/rbi/stripe/resources/billing/meter_event_adjustment.rbi +0 -64
- data/rbi/stripe/resources/billing/meter_event_summary.rbi +0 -35
- data/rbi/stripe/resources/billing_portal/configuration.rbi +0 -645
- data/rbi/stripe/resources/billing_portal/session.rbi +0 -345
- data/rbi/stripe/resources/capability.rbi +0 -125
- data/rbi/stripe/resources/card.rbi +0 -125
- data/rbi/stripe/resources/cash_balance.rbi +0 -32
- data/rbi/stripe/resources/charge.rbi +0 -2069
- data/rbi/stripe/resources/checkout/session.rbi +0 -4004
- data/rbi/stripe/resources/climate/order.rbi +0 -245
- data/rbi/stripe/resources/climate/product.rbi +0 -75
- data/rbi/stripe/resources/climate/supplier.rbi +0 -72
- data/rbi/stripe/resources/confirmation_token.rbi +0 -1807
- data/rbi/stripe/resources/connect_collection_transfer.rbi +0 -26
- data/rbi/stripe/resources/country_spec.rbi +0 -85
- data/rbi/stripe/resources/coupon.rbi +0 -250
- data/rbi/stripe/resources/credit_note.rbi +0 -752
- data/rbi/stripe/resources/credit_note_line_item.rbi +0 -101
- data/rbi/stripe/resources/customer.rbi +0 -1005
- data/rbi/stripe/resources/customer_balance_transaction.rbi +0 -56
- data/rbi/stripe/resources/customer_cash_balance_transaction.rbi +0 -151
- data/rbi/stripe/resources/customer_session.rbi +0 -200
- data/rbi/stripe/resources/discount.rbi +0 -53
- data/rbi/stripe/resources/dispute.rbi +0 -761
- data/rbi/stripe/resources/entitlements/active_entitlement.rbi +0 -58
- data/rbi/stripe/resources/entitlements/active_entitlement_summary.rbi +0 -23
- data/rbi/stripe/resources/entitlements/feature.rbi +0 -117
- data/rbi/stripe/resources/ephemeral_key.rbi +0 -44
- data/rbi/stripe/resources/event.rbi +0 -149
- data/rbi/stripe/resources/exchange_rate.rbi +0 -66
- data/rbi/stripe/resources/file.rbi +0 -143
- data/rbi/stripe/resources/file_link.rbi +0 -141
- data/rbi/stripe/resources/financial_connections/account.rbi +0 -339
- data/rbi/stripe/resources/financial_connections/account_owner.rbi +0 -35
- data/rbi/stripe/resources/financial_connections/account_ownership.rbi +0 -23
- data/rbi/stripe/resources/financial_connections/session.rbi +0 -123
- data/rbi/stripe/resources/financial_connections/transaction.rbi +0 -124
- data/rbi/stripe/resources/forwarding/request.rbi +0 -216
- data/rbi/stripe/resources/funding_instructions.rbi +0 -437
- data/rbi/stripe/resources/identity/verification_report.rbi +0 -360
- data/rbi/stripe/resources/identity/verification_session.rbi +0 -526
- data/rbi/stripe/resources/invoice.rbi +0 -3812
- data/rbi/stripe/resources/invoice_item.rbi +0 -473
- data/rbi/stripe/resources/invoice_line_item.rbi +0 -432
- data/rbi/stripe/resources/invoice_payment.rbi +0 -121
- data/rbi/stripe/resources/invoice_rendering_template.rbi +0 -104
- data/rbi/stripe/resources/issuing/authorization.rbi +0 -1283
- data/rbi/stripe/resources/issuing/card.rbi +0 -741
- data/rbi/stripe/resources/issuing/cardholder.rbi +0 -744
- data/rbi/stripe/resources/issuing/dispute.rbi +0 -913
- data/rbi/stripe/resources/issuing/personalization_design.rbi +0 -338
- data/rbi/stripe/resources/issuing/physical_bundle.rbi +0 -79
- data/rbi/stripe/resources/issuing/token.rbi +0 -226
- data/rbi/stripe/resources/issuing/transaction.rbi +0 -1061
- data/rbi/stripe/resources/line_item.rbi +0 -72
- data/rbi/stripe/resources/login_link.rbi +0 -19
- data/rbi/stripe/resources/mandate.rbi +0 -187
- data/rbi/stripe/resources/payment_intent.rbi +0 -9647
- data/rbi/stripe/resources/payment_link.rbi +0 -1801
- data/rbi/stripe/resources/payment_method.rbi +0 -1761
- data/rbi/stripe/resources/payment_method_configuration.rbi +0 -3550
- data/rbi/stripe/resources/payment_method_domain.rbi +0 -228
- data/rbi/stripe/resources/payout.rbi +0 -300
- data/rbi/stripe/resources/person.rbi +0 -401
- data/rbi/stripe/resources/plan.rbi +0 -371
- data/rbi/stripe/resources/price.rbi +0 -694
- data/rbi/stripe/resources/product.rbi +0 -555
- data/rbi/stripe/resources/product_feature.rbi +0 -26
- data/rbi/stripe/resources/promotion_code.rbi +0 -261
- data/rbi/stripe/resources/quote.rbi +0 -1126
- data/rbi/stripe/resources/radar/early_fraud_warning.rbi +0 -98
- data/rbi/stripe/resources/radar/value_list.rbi +0 -168
- data/rbi/stripe/resources/radar/value_list_item.rbi +0 -129
- data/rbi/stripe/resources/refund.rbi +0 -523
- data/rbi/stripe/resources/reporting/report_run.rbi +0 -191
- data/rbi/stripe/resources/reporting/report_type.rbi +0 -57
- data/rbi/stripe/resources/reserve_transaction.rbi +0 -23
- data/rbi/stripe/resources/reversal.rbi +0 -51
- data/rbi/stripe/resources/review.rbi +0 -154
- data/rbi/stripe/resources/setup_attempt.rbi +0 -477
- data/rbi/stripe/resources/setup_intent.rbi +0 -3655
- data/rbi/stripe/resources/shipping_rate.rbi +0 -305
- data/rbi/stripe/resources/sigma/scheduled_query_run.rbi +0 -75
- data/rbi/stripe/resources/source.rbi +0 -1496
- data/rbi/stripe/resources/source_mandate_notification.rbi +0 -77
- data/rbi/stripe/resources/source_transaction.rbi +0 -127
- data/rbi/stripe/resources/subscription.rbi +0 -2027
- data/rbi/stripe/resources/subscription_item.rbi +0 -404
- data/rbi/stripe/resources/subscription_schedule.rbi +0 -1623
- data/rbi/stripe/resources/tax/calculation.rbi +0 -478
- data/rbi/stripe/resources/tax/calculation_line_item.rbi +0 -91
- data/rbi/stripe/resources/tax/registration.rbi +0 -2713
- data/rbi/stripe/resources/tax/settings.rbi +0 -141
- data/rbi/stripe/resources/tax/transaction.rbi +0 -351
- data/rbi/stripe/resources/tax/transaction_line_item.rbi +0 -54
- data/rbi/stripe/resources/tax_code.rbi +0 -44
- data/rbi/stripe/resources/tax_deducted_at_source.rbi +0 -23
- data/rbi/stripe/resources/tax_id.rbi +0 -165
- data/rbi/stripe/resources/tax_rate.rbi +0 -239
- data/rbi/stripe/resources/terminal/configuration.rbi +0 -1386
- data/rbi/stripe/resources/terminal/connection_token.rbi +0 -37
- data/rbi/stripe/resources/terminal/location.rbi +0 -222
- data/rbi/stripe/resources/terminal/reader.rbi +0 -847
- data/rbi/stripe/resources/test_helpers/test_clock.rbi +0 -132
- data/rbi/stripe/resources/token.rbi +0 -1283
- data/rbi/stripe/resources/topup.rbi +0 -222
- data/rbi/stripe/resources/transfer.rbi +0 -199
- data/rbi/stripe/resources/treasury/credit_reversal.rbi +0 -119
- data/rbi/stripe/resources/treasury/debit_reversal.rbi +0 -131
- data/rbi/stripe/resources/treasury/financial_account.rbi +0 -865
- data/rbi/stripe/resources/treasury/financial_account_features.rbi +0 -260
- data/rbi/stripe/resources/treasury/inbound_transfer.rbi +0 -295
- data/rbi/stripe/resources/treasury/outbound_payment.rbi +0 -592
- data/rbi/stripe/resources/treasury/outbound_transfer.rbi +0 -431
- data/rbi/stripe/resources/treasury/received_credit.rbi +0 -302
- data/rbi/stripe/resources/treasury/received_debit.rbi +0 -256
- data/rbi/stripe/resources/treasury/transaction.rbi +0 -215
- data/rbi/stripe/resources/treasury/transaction_entry.rbi +0 -192
- data/rbi/stripe/resources/v2/amount.rbi +0 -14
- data/rbi/stripe/resources/v2/billing/meter_event.rbi +0 -37
- data/rbi/stripe/resources/v2/billing/meter_event_adjustment.rbi +0 -41
- data/rbi/stripe/resources/v2/billing/meter_event_session.rbi +0 -31
- data/rbi/stripe/resources/v2/event.rbi +0 -48
- data/rbi/stripe/resources/v2/event_destination.rbi +0 -91
- data/rbi/stripe/resources/webhook_endpoint.rbi +0 -168
- data/rbi/stripe/services/account_capability_service.rbi +0 -51
- data/rbi/stripe/services/account_link_service.rbi +0 -58
- data/rbi/stripe/services/account_login_link_service.rbi +0 -22
- data/rbi/stripe/services/account_person_service.rbi +0 -1011
- data/rbi/stripe/services/account_service.rbi +0 -4213
- data/rbi/stripe/services/account_session_service.rbi +0 -646
- data/rbi/stripe/services/apple_pay_domain_service.rbi +0 -76
- data/rbi/stripe/services/application_fee_refund_service.rbi +0 -93
- data/rbi/stripe/services/application_fee_service.rbi +0 -78
- data/rbi/stripe/services/apps/secret_service.rbi +0 -151
- data/rbi/stripe/services/apps_service.rbi +0 -9
- data/rbi/stripe/services/balance_service.rbi +0 -21
- data/rbi/stripe/services/balance_transaction_service.rbi +0 -93
- data/rbi/stripe/services/billing/alert_service.rbi +0 -152
- data/rbi/stripe/services/billing/credit_balance_summary_service.rbi +0 -68
- data/rbi/stripe/services/billing/credit_balance_transaction_service.rbi +0 -59
- data/rbi/stripe/services/billing/credit_grant_service.rbi +0 -211
- data/rbi/stripe/services/billing/meter_event_adjustment_service.rbi +0 -42
- data/rbi/stripe/services/billing/meter_event_service.rbi +0 -42
- data/rbi/stripe/services/billing/meter_event_summary_service.rbi +0 -54
- data/rbi/stripe/services/billing/meter_service.rbi +0 -163
- data/rbi/stripe/services/billing_portal/configuration_service.rbi +0 -511
- data/rbi/stripe/services/billing_portal/session_service.rbi +0 -204
- data/rbi/stripe/services/billing_portal_service.rbi +0 -10
- data/rbi/stripe/services/billing_service.rbi +0 -15
- data/rbi/stripe/services/charge_service.rbi +0 -448
- data/rbi/stripe/services/checkout/session_line_item_service.rbi +0 -33
- data/rbi/stripe/services/checkout/session_service.rbi +0 -2614
- data/rbi/stripe/services/checkout_service.rbi +0 -9
- data/rbi/stripe/services/climate/order_service.rbi +0 -142
- data/rbi/stripe/services/climate/product_service.rbi +0 -46
- data/rbi/stripe/services/climate_service.rbi +0 -11
- data/rbi/stripe/services/confirmation_token_service.rbi +0 -20
- data/rbi/stripe/services/country_spec_service.rbi +0 -44
- data/rbi/stripe/services/coupon_service.rbi +0 -194
- data/rbi/stripe/services/credit_note_preview_lines_service.rbi +0 -167
- data/rbi/stripe/services/credit_note_service.rbi +0 -415
- data/rbi/stripe/services/customer_balance_transaction_service.rbi +0 -92
- data/rbi/stripe/services/customer_cash_balance_service.rbi +0 -45
- data/rbi/stripe/services/customer_cash_balance_transaction_service.rbi +0 -44
- data/rbi/stripe/services/customer_funding_instructions_service.rbi +0 -59
- data/rbi/stripe/services/customer_payment_method_service.rbi +0 -57
- data/rbi/stripe/services/customer_payment_source_service.rbi +0 -232
- data/rbi/stripe/services/customer_service.rbi +0 -647
- data/rbi/stripe/services/customer_session_service.rbi +0 -116
- data/rbi/stripe/services/customer_tax_id_service.rbi +0 -70
- data/rbi/stripe/services/dispute_service.rbi +0 -424
- data/rbi/stripe/services/entitlements/active_entitlement_service.rbi +0 -55
- data/rbi/stripe/services/entitlements/feature_service.rbi +0 -107
- data/rbi/stripe/services/entitlements_service.rbi +0 -10
- data/rbi/stripe/services/ephemeral_key_service.rbi +0 -53
- data/rbi/stripe/services/event_service.rbi +0 -83
- data/rbi/stripe/services/exchange_rate_service.rbi +0 -44
- data/rbi/stripe/services/file_link_service.rbi +0 -124
- data/rbi/stripe/services/file_service.rbi +0 -116
- data/rbi/stripe/services/financial_connections/account_owner_service.rbi +0 -42
- data/rbi/stripe/services/financial_connections/account_service.rbi +0 -133
- data/rbi/stripe/services/financial_connections/session_service.rbi +0 -88
- data/rbi/stripe/services/financial_connections/transaction_service.rbi +0 -92
- data/rbi/stripe/services/financial_connections_service.rbi +0 -11
- data/rbi/stripe/services/forwarding/request_service.rbi +0 -134
- data/rbi/stripe/services/forwarding_service.rbi +0 -9
- data/rbi/stripe/services/identity/verification_report_service.rbi +0 -87
- data/rbi/stripe/services/identity/verification_session_service.rbi +0 -323
- data/rbi/stripe/services/identity_service.rbi +0 -10
- data/rbi/stripe/services/invoice_item_service.rbi +0 -366
- data/rbi/stripe/services/invoice_line_item_service.rbi +0 -259
- data/rbi/stripe/services/invoice_payment_service.rbi +0 -71
- data/rbi/stripe/services/invoice_rendering_template_service.rbi +0 -82
- data/rbi/stripe/services/invoice_service.rbi +0 -2981
- data/rbi/stripe/services/issuing/authorization_service.rbi +0 -146
- data/rbi/stripe/services/issuing/card_service.rbi +0 -495
- data/rbi/stripe/services/issuing/cardholder_service.rbi +0 -587
- data/rbi/stripe/services/issuing/dispute_service.rbi +0 -707
- data/rbi/stripe/services/issuing/personalization_design_service.rbi +0 -243
- data/rbi/stripe/services/issuing/physical_bundle_service.rbi +0 -59
- data/rbi/stripe/services/issuing/token_service.rbi +0 -99
- data/rbi/stripe/services/issuing/transaction_service.rbi +0 -105
- data/rbi/stripe/services/issuing_service.rbi +0 -16
- data/rbi/stripe/services/mandate_service.rbi +0 -20
- data/rbi/stripe/services/payment_intent_service.rbi +0 -7659
- data/rbi/stripe/services/payment_link_service.rbi +0 -1352
- data/rbi/stripe/services/payment_method_configuration_service.rbi +0 -2487
- data/rbi/stripe/services/payment_method_domain_service.rbi +0 -112
- data/rbi/stripe/services/payment_method_service.rbi +0 -776
- data/rbi/stripe/services/payout_service.rbi +0 -205
- data/rbi/stripe/services/plan_service.rbi +0 -282
- data/rbi/stripe/services/price_service.rbi +0 -546
- data/rbi/stripe/services/product_feature_service.rbi +0 -67
- data/rbi/stripe/services/product_service.rbi +0 -477
- data/rbi/stripe/services/promotion_code_service.rbi +0 -214
- data/rbi/stripe/services/quote_computed_upfront_line_items_service.rbi +0 -31
- data/rbi/stripe/services/quote_service.rbi +0 -686
- data/rbi/stripe/services/radar/early_fraud_warning_service.rbi +0 -85
- data/rbi/stripe/services/radar/value_list_item_service.rbi +0 -109
- data/rbi/stripe/services/radar/value_list_service.rbi +0 -141
- data/rbi/stripe/services/radar_service.rbi +0 -11
- data/rbi/stripe/services/refund_service.rbi +0 -185
- data/rbi/stripe/services/reporting/report_run_service.rbi +0 -135
- data/rbi/stripe/services/reporting/report_type_service.rbi +0 -35
- data/rbi/stripe/services/reporting_service.rbi +0 -10
- data/rbi/stripe/services/review_service.rbi +0 -84
- data/rbi/stripe/services/setup_attempt_service.rbi +0 -65
- data/rbi/stripe/services/setup_intent_service.rbi +0 -3391
- data/rbi/stripe/services/shipping_rate_service.rbi +0 -241
- data/rbi/stripe/services/sigma/scheduled_query_run_service.rbi +0 -46
- data/rbi/stripe/services/sigma_service.rbi +0 -9
- data/rbi/stripe/services/source_service.rbi +0 -663
- data/rbi/stripe/services/subscription_item_service.rbi +0 -350
- data/rbi/stripe/services/subscription_schedule_service.rbi +0 -1290
- data/rbi/stripe/services/subscription_service.rbi +0 -1648
- data/rbi/stripe/services/tax/calculation_service.rbi +0 -234
- data/rbi/stripe/services/tax/registration_service.rbi +0 -1845
- data/rbi/stripe/services/tax/settings_service.rbi +0 -93
- data/rbi/stripe/services/tax/transaction_service.rbi +0 -146
- data/rbi/stripe/services/tax_code_service.rbi +0 -44
- data/rbi/stripe/services/tax_id_service.rbi +0 -110
- data/rbi/stripe/services/tax_rate_service.rbi +0 -185
- data/rbi/stripe/services/tax_service.rbi +0 -12
- data/rbi/stripe/services/terminal/configuration_service.rbi +0 -1118
- data/rbi/stripe/services/terminal/connection_token_service.rbi +0 -25
- data/rbi/stripe/services/terminal/location_service.rbi +0 -182
- data/rbi/stripe/services/terminal/reader_service.rbi +0 -455
- data/rbi/stripe/services/terminal_service.rbi +0 -12
- data/rbi/stripe/services/test_helpers/confirmation_token_service.rbi +0 -739
- data/rbi/stripe/services/test_helpers/customer_service.rbi +0 -33
- data/rbi/stripe/services/test_helpers/issuing/authorization_service.rbi +0 -848
- data/rbi/stripe/services/test_helpers/issuing/card_service.rbi +0 -76
- data/rbi/stripe/services/test_helpers/issuing/personalization_design_service.rbi +0 -69
- data/rbi/stripe/services/test_helpers/issuing/transaction_service.rbi +0 -711
- data/rbi/stripe/services/test_helpers/issuing_service.rbi +0 -14
- data/rbi/stripe/services/test_helpers/refund_service.rbi +0 -22
- data/rbi/stripe/services/test_helpers/terminal/reader_service.rbi +0 -93
- data/rbi/stripe/services/test_helpers/terminal_service.rbi +0 -11
- data/rbi/stripe/services/test_helpers/test_clock_service.rbi +0 -90
- data/rbi/stripe/services/test_helpers/treasury/inbound_transfer_service.rbi +0 -64
- data/rbi/stripe/services/test_helpers/treasury/outbound_payment_service.rbi +0 -125
- data/rbi/stripe/services/test_helpers/treasury/outbound_transfer_service.rbi +0 -125
- data/rbi/stripe/services/test_helpers/treasury/received_credit_service.rbi +0 -87
- data/rbi/stripe/services/test_helpers/treasury/received_debit_service.rbi +0 -87
- data/rbi/stripe/services/test_helpers/treasury_service.rbi +0 -15
- data/rbi/stripe/services/test_helpers_service.rbi +0 -15
- data/rbi/stripe/services/token_service.rbi +0 -1257
- data/rbi/stripe/services/topup_service.rbi +0 -176
- data/rbi/stripe/services/transfer_reversal_service.rbi +0 -101
- data/rbi/stripe/services/transfer_service.rbi +0 -152
- data/rbi/stripe/services/treasury/credit_reversal_service.rbi +0 -84
- data/rbi/stripe/services/treasury/debit_reversal_service.rbi +0 -88
- data/rbi/stripe/services/treasury/financial_account_features_service.rbi +0 -198
- data/rbi/stripe/services/treasury/financial_account_service.rbi +0 -562
- data/rbi/stripe/services/treasury/inbound_transfer_service.rbi +0 -117
- data/rbi/stripe/services/treasury/outbound_payment_service.rbi +0 -304
- data/rbi/stripe/services/treasury/outbound_transfer_service.rbi +0 -157
- data/rbi/stripe/services/treasury/received_credit_service.rbi +0 -72
- data/rbi/stripe/services/treasury/received_debit_service.rbi +0 -59
- data/rbi/stripe/services/treasury/transaction_entry_service.rbi +0 -111
- data/rbi/stripe/services/treasury/transaction_service.rbi +0 -122
- data/rbi/stripe/services/treasury_service.rbi +0 -18
- data/rbi/stripe/services/v1_services.rbi +0 -77
- data/rbi/stripe/services/v2/billing/meter_event_adjustment_service.rbi +0 -39
- data/rbi/stripe/services/v2/billing/meter_event_service.rbi +0 -42
- data/rbi/stripe/services/v2/billing/meter_event_session_service.rbi +0 -18
- data/rbi/stripe/services/v2/billing/meter_event_stream_service.rbi +0 -55
- data/rbi/stripe/services/v2/billing_service.rbi +0 -14
- data/rbi/stripe/services/v2/core/event_destination_service.rbi +0 -192
- data/rbi/stripe/services/v2/core/event_service.rbi +0 -36
- data/rbi/stripe/services/v2/core_service.rbi +0 -12
- data/rbi/stripe/services/v2_services.rbi +0 -10
- data/rbi/stripe/services/webhook_endpoint_service.rbi +0 -129
@@ -341,6 +341,21 @@ module Stripe
|
|
341
341
|
attr_reader :display_preference
|
342
342
|
end
|
343
343
|
|
344
|
+
class Gopay < Stripe::StripeObject
|
345
|
+
class DisplayPreference < Stripe::StripeObject
|
346
|
+
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
347
|
+
attr_reader :overridable
|
348
|
+
# The account's display preference.
|
349
|
+
attr_reader :preference
|
350
|
+
# The effective display preference value.
|
351
|
+
attr_reader :value
|
352
|
+
end
|
353
|
+
# Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
|
354
|
+
attr_reader :available
|
355
|
+
# Attribute for field display_preference
|
356
|
+
attr_reader :display_preference
|
357
|
+
end
|
358
|
+
|
344
359
|
class Grabpay < Stripe::StripeObject
|
345
360
|
class DisplayPreference < Stripe::StripeObject
|
346
361
|
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
@@ -356,6 +371,21 @@ module Stripe
|
|
356
371
|
attr_reader :display_preference
|
357
372
|
end
|
358
373
|
|
374
|
+
class IdBankTransfer < Stripe::StripeObject
|
375
|
+
class DisplayPreference < Stripe::StripeObject
|
376
|
+
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
377
|
+
attr_reader :overridable
|
378
|
+
# The account's display preference.
|
379
|
+
attr_reader :preference
|
380
|
+
# The effective display preference value.
|
381
|
+
attr_reader :value
|
382
|
+
end
|
383
|
+
# Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
|
384
|
+
attr_reader :available
|
385
|
+
# Attribute for field display_preference
|
386
|
+
attr_reader :display_preference
|
387
|
+
end
|
388
|
+
|
359
389
|
class Ideal < Stripe::StripeObject
|
360
390
|
class DisplayPreference < Stripe::StripeObject
|
361
391
|
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
@@ -611,6 +641,21 @@ module Stripe
|
|
611
641
|
attr_reader :display_preference
|
612
642
|
end
|
613
643
|
|
644
|
+
class Payto < Stripe::StripeObject
|
645
|
+
class DisplayPreference < Stripe::StripeObject
|
646
|
+
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
647
|
+
attr_reader :overridable
|
648
|
+
# The account's display preference.
|
649
|
+
attr_reader :preference
|
650
|
+
# The effective display preference value.
|
651
|
+
attr_reader :value
|
652
|
+
end
|
653
|
+
# Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
|
654
|
+
attr_reader :available
|
655
|
+
# Attribute for field display_preference
|
656
|
+
attr_reader :display_preference
|
657
|
+
end
|
658
|
+
|
614
659
|
class Pix < Stripe::StripeObject
|
615
660
|
class DisplayPreference < Stripe::StripeObject
|
616
661
|
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
@@ -641,6 +686,21 @@ module Stripe
|
|
641
686
|
attr_reader :display_preference
|
642
687
|
end
|
643
688
|
|
689
|
+
class Qris < Stripe::StripeObject
|
690
|
+
class DisplayPreference < Stripe::StripeObject
|
691
|
+
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
692
|
+
attr_reader :overridable
|
693
|
+
# The account's display preference.
|
694
|
+
attr_reader :preference
|
695
|
+
# The effective display preference value.
|
696
|
+
attr_reader :value
|
697
|
+
end
|
698
|
+
# Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
|
699
|
+
attr_reader :available
|
700
|
+
# Attribute for field display_preference
|
701
|
+
attr_reader :display_preference
|
702
|
+
end
|
703
|
+
|
644
704
|
class RevolutPay < Stripe::StripeObject
|
645
705
|
class DisplayPreference < Stripe::StripeObject
|
646
706
|
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
@@ -701,6 +761,21 @@ module Stripe
|
|
701
761
|
attr_reader :display_preference
|
702
762
|
end
|
703
763
|
|
764
|
+
class Shopeepay < Stripe::StripeObject
|
765
|
+
class DisplayPreference < Stripe::StripeObject
|
766
|
+
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
767
|
+
attr_reader :overridable
|
768
|
+
# The account's display preference.
|
769
|
+
attr_reader :preference
|
770
|
+
# The effective display preference value.
|
771
|
+
attr_reader :value
|
772
|
+
end
|
773
|
+
# Whether this payment method may be offered at checkout. True if `display_preference` is `on` and the payment method's capability is active.
|
774
|
+
attr_reader :available
|
775
|
+
# Attribute for field display_preference
|
776
|
+
attr_reader :display_preference
|
777
|
+
end
|
778
|
+
|
704
779
|
class Sofort < Stripe::StripeObject
|
705
780
|
class DisplayPreference < Stripe::StripeObject
|
706
781
|
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
@@ -1193,6 +1268,23 @@ module Stripe
|
|
1193
1268
|
end
|
1194
1269
|
end
|
1195
1270
|
|
1271
|
+
class Gopay < Stripe::RequestParams
|
1272
|
+
class DisplayPreference < Stripe::RequestParams
|
1273
|
+
# The account's preference for whether or not to display this payment method.
|
1274
|
+
attr_accessor :preference
|
1275
|
+
|
1276
|
+
def initialize(preference: nil)
|
1277
|
+
@preference = preference
|
1278
|
+
end
|
1279
|
+
end
|
1280
|
+
# Whether or not the payment method should be displayed.
|
1281
|
+
attr_accessor :display_preference
|
1282
|
+
|
1283
|
+
def initialize(display_preference: nil)
|
1284
|
+
@display_preference = display_preference
|
1285
|
+
end
|
1286
|
+
end
|
1287
|
+
|
1196
1288
|
class Grabpay < Stripe::RequestParams
|
1197
1289
|
class DisplayPreference < Stripe::RequestParams
|
1198
1290
|
# The account's preference for whether or not to display this payment method.
|
@@ -1210,6 +1302,23 @@ module Stripe
|
|
1210
1302
|
end
|
1211
1303
|
end
|
1212
1304
|
|
1305
|
+
class IdBankTransfer < Stripe::RequestParams
|
1306
|
+
class DisplayPreference < Stripe::RequestParams
|
1307
|
+
# The account's preference for whether or not to display this payment method.
|
1308
|
+
attr_accessor :preference
|
1309
|
+
|
1310
|
+
def initialize(preference: nil)
|
1311
|
+
@preference = preference
|
1312
|
+
end
|
1313
|
+
end
|
1314
|
+
# Whether or not the payment method should be displayed.
|
1315
|
+
attr_accessor :display_preference
|
1316
|
+
|
1317
|
+
def initialize(display_preference: nil)
|
1318
|
+
@display_preference = display_preference
|
1319
|
+
end
|
1320
|
+
end
|
1321
|
+
|
1213
1322
|
class Ideal < Stripe::RequestParams
|
1214
1323
|
class DisplayPreference < Stripe::RequestParams
|
1215
1324
|
# The account's preference for whether or not to display this payment method.
|
@@ -1499,6 +1608,23 @@ module Stripe
|
|
1499
1608
|
end
|
1500
1609
|
end
|
1501
1610
|
|
1611
|
+
class Payto < Stripe::RequestParams
|
1612
|
+
class DisplayPreference < Stripe::RequestParams
|
1613
|
+
# The account's preference for whether or not to display this payment method.
|
1614
|
+
attr_accessor :preference
|
1615
|
+
|
1616
|
+
def initialize(preference: nil)
|
1617
|
+
@preference = preference
|
1618
|
+
end
|
1619
|
+
end
|
1620
|
+
# Whether or not the payment method should be displayed.
|
1621
|
+
attr_accessor :display_preference
|
1622
|
+
|
1623
|
+
def initialize(display_preference: nil)
|
1624
|
+
@display_preference = display_preference
|
1625
|
+
end
|
1626
|
+
end
|
1627
|
+
|
1502
1628
|
class Pix < Stripe::RequestParams
|
1503
1629
|
class DisplayPreference < Stripe::RequestParams
|
1504
1630
|
# The account's preference for whether or not to display this payment method.
|
@@ -1533,6 +1659,23 @@ module Stripe
|
|
1533
1659
|
end
|
1534
1660
|
end
|
1535
1661
|
|
1662
|
+
class Qris < Stripe::RequestParams
|
1663
|
+
class DisplayPreference < Stripe::RequestParams
|
1664
|
+
# The account's preference for whether or not to display this payment method.
|
1665
|
+
attr_accessor :preference
|
1666
|
+
|
1667
|
+
def initialize(preference: nil)
|
1668
|
+
@preference = preference
|
1669
|
+
end
|
1670
|
+
end
|
1671
|
+
# Whether or not the payment method should be displayed.
|
1672
|
+
attr_accessor :display_preference
|
1673
|
+
|
1674
|
+
def initialize(display_preference: nil)
|
1675
|
+
@display_preference = display_preference
|
1676
|
+
end
|
1677
|
+
end
|
1678
|
+
|
1536
1679
|
class RevolutPay < Stripe::RequestParams
|
1537
1680
|
class DisplayPreference < Stripe::RequestParams
|
1538
1681
|
# The account's preference for whether or not to display this payment method.
|
@@ -1601,6 +1744,23 @@ module Stripe
|
|
1601
1744
|
end
|
1602
1745
|
end
|
1603
1746
|
|
1747
|
+
class Shopeepay < Stripe::RequestParams
|
1748
|
+
class DisplayPreference < Stripe::RequestParams
|
1749
|
+
# The account's preference for whether or not to display this payment method.
|
1750
|
+
attr_accessor :preference
|
1751
|
+
|
1752
|
+
def initialize(preference: nil)
|
1753
|
+
@preference = preference
|
1754
|
+
end
|
1755
|
+
end
|
1756
|
+
# Whether or not the payment method should be displayed.
|
1757
|
+
attr_accessor :display_preference
|
1758
|
+
|
1759
|
+
def initialize(display_preference: nil)
|
1760
|
+
@display_preference = display_preference
|
1761
|
+
end
|
1762
|
+
end
|
1763
|
+
|
1604
1764
|
class Sofort < Stripe::RequestParams
|
1605
1765
|
class DisplayPreference < Stripe::RequestParams
|
1606
1766
|
# The account's preference for whether or not to display this payment method.
|
@@ -1748,8 +1908,12 @@ module Stripe
|
|
1748
1908
|
attr_accessor :giropay
|
1749
1909
|
# Google Pay allows customers to make payments in your app or website using any credit or debit card saved to their Google Account, including those from Google Play, YouTube, Chrome, or an Android device. Use the Google Pay API to request any credit or debit card stored in your customer's Google account. Check this [page](https://stripe.com/docs/google-pay) for more details.
|
1750
1910
|
attr_accessor :google_pay
|
1911
|
+
# GoPay is a [single use](https://stripe.com/docs/payments/payment-methods#usage) digital wallet payment method popular in Indonesia. When paying with GoPay, customers authenticate and approve payments using the Gojek app. Desktop checkout is performed by scanning a QR code. When checking out on mobile, customers are redirected to the Gojek app to confirm payment.
|
1912
|
+
attr_accessor :gopay
|
1751
1913
|
# GrabPay is a payment method developed by [Grab](https://www.grab.com/sg/consumer/finance/pay/). GrabPay is a digital wallet - customers maintain a balance in their wallets that they pay out with. Check this [page](https://stripe.com/docs/payments/grabpay) for more details.
|
1752
1914
|
attr_accessor :grabpay
|
1915
|
+
# Stripe users in Indonesia can receive bank transfers from customers in Indonesia. Bank transfers are a popular B2C and B2B payment method in Indonesia.
|
1916
|
+
attr_accessor :id_bank_transfer
|
1753
1917
|
# iDEAL is a Netherlands-based payment method that allows customers to complete transactions online using their bank credentials. All major Dutch banks are members of Currence, the scheme that operates iDEAL, making it the most popular online payment method in the Netherlands with a share of online transactions close to 55%. Check this [page](https://stripe.com/docs/payments/ideal) for more details.
|
1754
1918
|
attr_accessor :ideal
|
1755
1919
|
# JCB is a credit card company based in Japan. JCB is currently available in Japan to businesses approved by JCB, and available to all businesses in Australia, Canada, Hong Kong, Japan, New Zealand, Singapore, Switzerland, United Kingdom, United States, and all countries in the European Economic Area except Iceland. Check this [page](https://support.stripe.com/questions/accepting-japan-credit-bureau-%28jcb%29-payments) for more details.
|
@@ -1788,10 +1952,14 @@ module Stripe
|
|
1788
1952
|
attr_accessor :paynow
|
1789
1953
|
# PayPal, a digital wallet popular with customers in Europe, allows your customers worldwide to pay using their PayPal account. Check this [page](https://stripe.com/docs/payments/paypal) for more details.
|
1790
1954
|
attr_accessor :paypal
|
1955
|
+
# PayTo is a [real-time](https://docs.stripe.com/payments/real-time) payment method that enables customers in Australia to pay by providing their bank account details. Customers must accept a mandate authorizing you to debit their account. Check this [page](https://docs.stripe.com/payments/payto) for more details.
|
1956
|
+
attr_accessor :payto
|
1791
1957
|
# Pix is a payment method popular in Brazil. When paying with Pix, customers authenticate and approve payments by scanning a QR code in their preferred banking app. Check this [page](https://docs.stripe.com/payments/pix) for more details.
|
1792
1958
|
attr_accessor :pix
|
1793
1959
|
# PromptPay is a Thailand-based payment method that allows customers to make a payment using their preferred app from participating banks. Check this [page](https://stripe.com/docs/payments/promptpay) for more details.
|
1794
1960
|
attr_accessor :promptpay
|
1961
|
+
# QRIS is a [real-time](https://docs.stripe.com/payments/real-time) payment method popular in Indonesia. When paying with QRIS, customers authenticate and approve payments by scanning a QR code in their preferred digital wallet app.
|
1962
|
+
attr_accessor :qris
|
1795
1963
|
# Revolut Pay, developed by Revolut, a global finance app, is a digital wallet payment method. Revolut Pay uses the customer’s stored balance or cards to fund the payment, and offers the option for non-Revolut customers to save their details after their first purchase.
|
1796
1964
|
attr_accessor :revolut_pay
|
1797
1965
|
# Samsung Pay is a [single-use](https://docs.stripe.com/payments/payment-methods#usage local wallet available in South Korea.
|
@@ -1800,6 +1968,8 @@ module Stripe
|
|
1800
1968
|
attr_accessor :satispay
|
1801
1969
|
# The [Single Euro Payments Area (SEPA)](https://en.wikipedia.org/wiki/Single_Euro_Payments_Area) is an initiative of the European Union to simplify payments within and across member countries. SEPA established and enforced banking standards to allow for the direct debiting of every EUR-denominated bank account within the SEPA region, check this [page](https://stripe.com/docs/payments/sepa-debit) for more details.
|
1802
1970
|
attr_accessor :sepa_debit
|
1971
|
+
# ShopeePay is a [single use](https://stripe.com/docs/payments/payment-methods#usage) digital wallet payment method popular in Indonesia. When paying with GoPay, customers authenticate and approve payments using the Shopee app. Desktop checkout is performed by scanning a QR code. When checking out on mobile, customers are redirected to the Shopee app to confirm payment.
|
1972
|
+
attr_accessor :shopeepay
|
1803
1973
|
# Stripe users in Europe and the United States can use the [Payment Intents API](https://stripe.com/docs/payments/payment-intents)—a single integration path for creating payments using any supported method—to accept [Sofort](https://www.sofort.com/) payments from customers. Check this [page](https://stripe.com/docs/payments/sofort) for more details.
|
1804
1974
|
attr_accessor :sofort
|
1805
1975
|
# Swish is a [real-time](https://stripe.com/docs/payments/real-time) payment method popular in Sweden. It allows customers to [authenticate and approve](https://stripe.com/docs/payments/payment-methods#customer-actions) payments using the Swish mobile app and the Swedish BankID mobile app. Check this [page](https://stripe.com/docs/payments/swish) for more details.
|
@@ -1837,7 +2007,9 @@ module Stripe
|
|
1837
2007
|
fpx: nil,
|
1838
2008
|
giropay: nil,
|
1839
2009
|
google_pay: nil,
|
2010
|
+
gopay: nil,
|
1840
2011
|
grabpay: nil,
|
2012
|
+
id_bank_transfer: nil,
|
1841
2013
|
ideal: nil,
|
1842
2014
|
jcb: nil,
|
1843
2015
|
kakao_pay: nil,
|
@@ -1857,12 +2029,15 @@ module Stripe
|
|
1857
2029
|
payco: nil,
|
1858
2030
|
paynow: nil,
|
1859
2031
|
paypal: nil,
|
2032
|
+
payto: nil,
|
1860
2033
|
pix: nil,
|
1861
2034
|
promptpay: nil,
|
2035
|
+
qris: nil,
|
1862
2036
|
revolut_pay: nil,
|
1863
2037
|
samsung_pay: nil,
|
1864
2038
|
satispay: nil,
|
1865
2039
|
sepa_debit: nil,
|
2040
|
+
shopeepay: nil,
|
1866
2041
|
sofort: nil,
|
1867
2042
|
swish: nil,
|
1868
2043
|
twint: nil,
|
@@ -1893,7 +2068,9 @@ module Stripe
|
|
1893
2068
|
@fpx = fpx
|
1894
2069
|
@giropay = giropay
|
1895
2070
|
@google_pay = google_pay
|
2071
|
+
@gopay = gopay
|
1896
2072
|
@grabpay = grabpay
|
2073
|
+
@id_bank_transfer = id_bank_transfer
|
1897
2074
|
@ideal = ideal
|
1898
2075
|
@jcb = jcb
|
1899
2076
|
@kakao_pay = kakao_pay
|
@@ -1913,12 +2090,15 @@ module Stripe
|
|
1913
2090
|
@payco = payco
|
1914
2091
|
@paynow = paynow
|
1915
2092
|
@paypal = paypal
|
2093
|
+
@payto = payto
|
1916
2094
|
@pix = pix
|
1917
2095
|
@promptpay = promptpay
|
2096
|
+
@qris = qris
|
1918
2097
|
@revolut_pay = revolut_pay
|
1919
2098
|
@samsung_pay = samsung_pay
|
1920
2099
|
@satispay = satispay
|
1921
2100
|
@sepa_debit = sepa_debit
|
2101
|
+
@shopeepay = shopeepay
|
1922
2102
|
@sofort = sofort
|
1923
2103
|
@swish = swish
|
1924
2104
|
@twint = twint
|
@@ -2303,6 +2483,23 @@ module Stripe
|
|
2303
2483
|
end
|
2304
2484
|
end
|
2305
2485
|
|
2486
|
+
class Gopay < Stripe::RequestParams
|
2487
|
+
class DisplayPreference < Stripe::RequestParams
|
2488
|
+
# The account's preference for whether or not to display this payment method.
|
2489
|
+
attr_accessor :preference
|
2490
|
+
|
2491
|
+
def initialize(preference: nil)
|
2492
|
+
@preference = preference
|
2493
|
+
end
|
2494
|
+
end
|
2495
|
+
# Whether or not the payment method should be displayed.
|
2496
|
+
attr_accessor :display_preference
|
2497
|
+
|
2498
|
+
def initialize(display_preference: nil)
|
2499
|
+
@display_preference = display_preference
|
2500
|
+
end
|
2501
|
+
end
|
2502
|
+
|
2306
2503
|
class Grabpay < Stripe::RequestParams
|
2307
2504
|
class DisplayPreference < Stripe::RequestParams
|
2308
2505
|
# The account's preference for whether or not to display this payment method.
|
@@ -2320,6 +2517,23 @@ module Stripe
|
|
2320
2517
|
end
|
2321
2518
|
end
|
2322
2519
|
|
2520
|
+
class IdBankTransfer < Stripe::RequestParams
|
2521
|
+
class DisplayPreference < Stripe::RequestParams
|
2522
|
+
# The account's preference for whether or not to display this payment method.
|
2523
|
+
attr_accessor :preference
|
2524
|
+
|
2525
|
+
def initialize(preference: nil)
|
2526
|
+
@preference = preference
|
2527
|
+
end
|
2528
|
+
end
|
2529
|
+
# Whether or not the payment method should be displayed.
|
2530
|
+
attr_accessor :display_preference
|
2531
|
+
|
2532
|
+
def initialize(display_preference: nil)
|
2533
|
+
@display_preference = display_preference
|
2534
|
+
end
|
2535
|
+
end
|
2536
|
+
|
2323
2537
|
class Ideal < Stripe::RequestParams
|
2324
2538
|
class DisplayPreference < Stripe::RequestParams
|
2325
2539
|
# The account's preference for whether or not to display this payment method.
|
@@ -2609,6 +2823,23 @@ module Stripe
|
|
2609
2823
|
end
|
2610
2824
|
end
|
2611
2825
|
|
2826
|
+
class Payto < Stripe::RequestParams
|
2827
|
+
class DisplayPreference < Stripe::RequestParams
|
2828
|
+
# The account's preference for whether or not to display this payment method.
|
2829
|
+
attr_accessor :preference
|
2830
|
+
|
2831
|
+
def initialize(preference: nil)
|
2832
|
+
@preference = preference
|
2833
|
+
end
|
2834
|
+
end
|
2835
|
+
# Whether or not the payment method should be displayed.
|
2836
|
+
attr_accessor :display_preference
|
2837
|
+
|
2838
|
+
def initialize(display_preference: nil)
|
2839
|
+
@display_preference = display_preference
|
2840
|
+
end
|
2841
|
+
end
|
2842
|
+
|
2612
2843
|
class Pix < Stripe::RequestParams
|
2613
2844
|
class DisplayPreference < Stripe::RequestParams
|
2614
2845
|
# The account's preference for whether or not to display this payment method.
|
@@ -2643,6 +2874,23 @@ module Stripe
|
|
2643
2874
|
end
|
2644
2875
|
end
|
2645
2876
|
|
2877
|
+
class Qris < Stripe::RequestParams
|
2878
|
+
class DisplayPreference < Stripe::RequestParams
|
2879
|
+
# The account's preference for whether or not to display this payment method.
|
2880
|
+
attr_accessor :preference
|
2881
|
+
|
2882
|
+
def initialize(preference: nil)
|
2883
|
+
@preference = preference
|
2884
|
+
end
|
2885
|
+
end
|
2886
|
+
# Whether or not the payment method should be displayed.
|
2887
|
+
attr_accessor :display_preference
|
2888
|
+
|
2889
|
+
def initialize(display_preference: nil)
|
2890
|
+
@display_preference = display_preference
|
2891
|
+
end
|
2892
|
+
end
|
2893
|
+
|
2646
2894
|
class RevolutPay < Stripe::RequestParams
|
2647
2895
|
class DisplayPreference < Stripe::RequestParams
|
2648
2896
|
# The account's preference for whether or not to display this payment method.
|
@@ -2711,6 +2959,23 @@ module Stripe
|
|
2711
2959
|
end
|
2712
2960
|
end
|
2713
2961
|
|
2962
|
+
class Shopeepay < Stripe::RequestParams
|
2963
|
+
class DisplayPreference < Stripe::RequestParams
|
2964
|
+
# The account's preference for whether or not to display this payment method.
|
2965
|
+
attr_accessor :preference
|
2966
|
+
|
2967
|
+
def initialize(preference: nil)
|
2968
|
+
@preference = preference
|
2969
|
+
end
|
2970
|
+
end
|
2971
|
+
# Whether or not the payment method should be displayed.
|
2972
|
+
attr_accessor :display_preference
|
2973
|
+
|
2974
|
+
def initialize(display_preference: nil)
|
2975
|
+
@display_preference = display_preference
|
2976
|
+
end
|
2977
|
+
end
|
2978
|
+
|
2714
2979
|
class Sofort < Stripe::RequestParams
|
2715
2980
|
class DisplayPreference < Stripe::RequestParams
|
2716
2981
|
# The account's preference for whether or not to display this payment method.
|
@@ -2860,8 +3125,12 @@ module Stripe
|
|
2860
3125
|
attr_accessor :giropay
|
2861
3126
|
# Google Pay allows customers to make payments in your app or website using any credit or debit card saved to their Google Account, including those from Google Play, YouTube, Chrome, or an Android device. Use the Google Pay API to request any credit or debit card stored in your customer's Google account. Check this [page](https://stripe.com/docs/google-pay) for more details.
|
2862
3127
|
attr_accessor :google_pay
|
3128
|
+
# GoPay is a [single use](https://stripe.com/docs/payments/payment-methods#usage) digital wallet payment method popular in Indonesia. When paying with GoPay, customers authenticate and approve payments using the Gojek app. Desktop checkout is performed by scanning a QR code. When checking out on mobile, customers are redirected to the Gojek app to confirm payment.
|
3129
|
+
attr_accessor :gopay
|
2863
3130
|
# GrabPay is a payment method developed by [Grab](https://www.grab.com/sg/consumer/finance/pay/). GrabPay is a digital wallet - customers maintain a balance in their wallets that they pay out with. Check this [page](https://stripe.com/docs/payments/grabpay) for more details.
|
2864
3131
|
attr_accessor :grabpay
|
3132
|
+
# Stripe users in Indonesia can receive bank transfers from customers in Indonesia. Bank transfers are a popular B2C and B2B payment method in Indonesia.
|
3133
|
+
attr_accessor :id_bank_transfer
|
2865
3134
|
# iDEAL is a Netherlands-based payment method that allows customers to complete transactions online using their bank credentials. All major Dutch banks are members of Currence, the scheme that operates iDEAL, making it the most popular online payment method in the Netherlands with a share of online transactions close to 55%. Check this [page](https://stripe.com/docs/payments/ideal) for more details.
|
2866
3135
|
attr_accessor :ideal
|
2867
3136
|
# JCB is a credit card company based in Japan. JCB is currently available in Japan to businesses approved by JCB, and available to all businesses in Australia, Canada, Hong Kong, Japan, New Zealand, Singapore, Switzerland, United Kingdom, United States, and all countries in the European Economic Area except Iceland. Check this [page](https://support.stripe.com/questions/accepting-japan-credit-bureau-%28jcb%29-payments) for more details.
|
@@ -2898,10 +3167,14 @@ module Stripe
|
|
2898
3167
|
attr_accessor :paynow
|
2899
3168
|
# PayPal, a digital wallet popular with customers in Europe, allows your customers worldwide to pay using their PayPal account. Check this [page](https://stripe.com/docs/payments/paypal) for more details.
|
2900
3169
|
attr_accessor :paypal
|
3170
|
+
# PayTo is a [real-time](https://docs.stripe.com/payments/real-time) payment method that enables customers in Australia to pay by providing their bank account details. Customers must accept a mandate authorizing you to debit their account. Check this [page](https://docs.stripe.com/payments/payto) for more details.
|
3171
|
+
attr_accessor :payto
|
2901
3172
|
# Pix is a payment method popular in Brazil. When paying with Pix, customers authenticate and approve payments by scanning a QR code in their preferred banking app. Check this [page](https://docs.stripe.com/payments/pix) for more details.
|
2902
3173
|
attr_accessor :pix
|
2903
3174
|
# PromptPay is a Thailand-based payment method that allows customers to make a payment using their preferred app from participating banks. Check this [page](https://stripe.com/docs/payments/promptpay) for more details.
|
2904
3175
|
attr_accessor :promptpay
|
3176
|
+
# QRIS is a [real-time](https://docs.stripe.com/payments/real-time) payment method popular in Indonesia. When paying with QRIS, customers authenticate and approve payments by scanning a QR code in their preferred digital wallet app.
|
3177
|
+
attr_accessor :qris
|
2905
3178
|
# Revolut Pay, developed by Revolut, a global finance app, is a digital wallet payment method. Revolut Pay uses the customer’s stored balance or cards to fund the payment, and offers the option for non-Revolut customers to save their details after their first purchase.
|
2906
3179
|
attr_accessor :revolut_pay
|
2907
3180
|
# Samsung Pay is a [single-use](https://docs.stripe.com/payments/payment-methods#usage local wallet available in South Korea.
|
@@ -2910,6 +3183,8 @@ module Stripe
|
|
2910
3183
|
attr_accessor :satispay
|
2911
3184
|
# The [Single Euro Payments Area (SEPA)](https://en.wikipedia.org/wiki/Single_Euro_Payments_Area) is an initiative of the European Union to simplify payments within and across member countries. SEPA established and enforced banking standards to allow for the direct debiting of every EUR-denominated bank account within the SEPA region, check this [page](https://stripe.com/docs/payments/sepa-debit) for more details.
|
2912
3185
|
attr_accessor :sepa_debit
|
3186
|
+
# ShopeePay is a [single use](https://stripe.com/docs/payments/payment-methods#usage) digital wallet payment method popular in Indonesia. When paying with GoPay, customers authenticate and approve payments using the Shopee app. Desktop checkout is performed by scanning a QR code. When checking out on mobile, customers are redirected to the Shopee app to confirm payment.
|
3187
|
+
attr_accessor :shopeepay
|
2913
3188
|
# Stripe users in Europe and the United States can use the [Payment Intents API](https://stripe.com/docs/payments/payment-intents)—a single integration path for creating payments using any supported method—to accept [Sofort](https://www.sofort.com/) payments from customers. Check this [page](https://stripe.com/docs/payments/sofort) for more details.
|
2914
3189
|
attr_accessor :sofort
|
2915
3190
|
# Swish is a [real-time](https://stripe.com/docs/payments/real-time) payment method popular in Sweden. It allows customers to [authenticate and approve](https://stripe.com/docs/payments/payment-methods#customer-actions) payments using the Swish mobile app and the Swedish BankID mobile app. Check this [page](https://stripe.com/docs/payments/swish) for more details.
|
@@ -2948,7 +3223,9 @@ module Stripe
|
|
2948
3223
|
fpx: nil,
|
2949
3224
|
giropay: nil,
|
2950
3225
|
google_pay: nil,
|
3226
|
+
gopay: nil,
|
2951
3227
|
grabpay: nil,
|
3228
|
+
id_bank_transfer: nil,
|
2952
3229
|
ideal: nil,
|
2953
3230
|
jcb: nil,
|
2954
3231
|
kakao_pay: nil,
|
@@ -2967,12 +3244,15 @@ module Stripe
|
|
2967
3244
|
payco: nil,
|
2968
3245
|
paynow: nil,
|
2969
3246
|
paypal: nil,
|
3247
|
+
payto: nil,
|
2970
3248
|
pix: nil,
|
2971
3249
|
promptpay: nil,
|
3250
|
+
qris: nil,
|
2972
3251
|
revolut_pay: nil,
|
2973
3252
|
samsung_pay: nil,
|
2974
3253
|
satispay: nil,
|
2975
3254
|
sepa_debit: nil,
|
3255
|
+
shopeepay: nil,
|
2976
3256
|
sofort: nil,
|
2977
3257
|
swish: nil,
|
2978
3258
|
twint: nil,
|
@@ -3004,7 +3284,9 @@ module Stripe
|
|
3004
3284
|
@fpx = fpx
|
3005
3285
|
@giropay = giropay
|
3006
3286
|
@google_pay = google_pay
|
3287
|
+
@gopay = gopay
|
3007
3288
|
@grabpay = grabpay
|
3289
|
+
@id_bank_transfer = id_bank_transfer
|
3008
3290
|
@ideal = ideal
|
3009
3291
|
@jcb = jcb
|
3010
3292
|
@kakao_pay = kakao_pay
|
@@ -3023,12 +3305,15 @@ module Stripe
|
|
3023
3305
|
@payco = payco
|
3024
3306
|
@paynow = paynow
|
3025
3307
|
@paypal = paypal
|
3308
|
+
@payto = payto
|
3026
3309
|
@pix = pix
|
3027
3310
|
@promptpay = promptpay
|
3311
|
+
@qris = qris
|
3028
3312
|
@revolut_pay = revolut_pay
|
3029
3313
|
@samsung_pay = samsung_pay
|
3030
3314
|
@satispay = satispay
|
3031
3315
|
@sepa_debit = sepa_debit
|
3316
|
+
@shopeepay = shopeepay
|
3032
3317
|
@sofort = sofort
|
3033
3318
|
@swish = swish
|
3034
3319
|
@twint = twint
|
@@ -3083,10 +3368,14 @@ module Stripe
|
|
3083
3368
|
attr_reader :giropay
|
3084
3369
|
# Attribute for field google_pay
|
3085
3370
|
attr_reader :google_pay
|
3371
|
+
# Attribute for field gopay
|
3372
|
+
attr_reader :gopay
|
3086
3373
|
# Attribute for field grabpay
|
3087
3374
|
attr_reader :grabpay
|
3088
3375
|
# Unique identifier for the object.
|
3089
3376
|
attr_reader :id
|
3377
|
+
# Attribute for field id_bank_transfer
|
3378
|
+
attr_reader :id_bank_transfer
|
3090
3379
|
# Attribute for field ideal
|
3091
3380
|
attr_reader :ideal
|
3092
3381
|
# The default configuration is used whenever a payment method configuration is not specified.
|
@@ -3131,10 +3420,14 @@ module Stripe
|
|
3131
3420
|
attr_reader :paynow
|
3132
3421
|
# Attribute for field paypal
|
3133
3422
|
attr_reader :paypal
|
3423
|
+
# Attribute for field payto
|
3424
|
+
attr_reader :payto
|
3134
3425
|
# Attribute for field pix
|
3135
3426
|
attr_reader :pix
|
3136
3427
|
# Attribute for field promptpay
|
3137
3428
|
attr_reader :promptpay
|
3429
|
+
# Attribute for field qris
|
3430
|
+
attr_reader :qris
|
3138
3431
|
# Attribute for field revolut_pay
|
3139
3432
|
attr_reader :revolut_pay
|
3140
3433
|
# Attribute for field samsung_pay
|
@@ -3143,6 +3436,8 @@ module Stripe
|
|
3143
3436
|
attr_reader :satispay
|
3144
3437
|
# Attribute for field sepa_debit
|
3145
3438
|
attr_reader :sepa_debit
|
3439
|
+
# Attribute for field shopeepay
|
3440
|
+
attr_reader :shopeepay
|
3146
3441
|
# Attribute for field sofort
|
3147
3442
|
attr_reader :sofort
|
3148
3443
|
# Attribute for field swish
|