stripe 15.2.0.pre.beta.1 → 15.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/CHANGELOG.md +718 -1556
- data/CONTRIBUTING.md +25 -0
- data/OPENAPI_VERSION +1 -1
- data/README.md +10 -7
- data/VERSION +1 -1
- data/lib/stripe/api_requestor.rb +0 -28
- data/lib/stripe/api_version.rb +1 -1
- data/lib/stripe/errors.rb +0 -54
- data/lib/stripe/event_types.rb +0 -89
- data/lib/stripe/object_types.rb +0 -52
- data/lib/stripe/resources/account.rb +32 -657
- data/lib/stripe/resources/account_session.rb +59 -253
- data/lib/stripe/resources/apple_pay_domain.rb +1 -2
- data/lib/stripe/resources/balance.rb +42 -0
- data/lib/stripe/resources/balance_transaction.rb +2 -0
- data/lib/stripe/resources/bank_account.rb +2 -2
- data/lib/stripe/resources/billing/credit_balance_summary.rb +0 -2
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +0 -4
- data/lib/stripe/resources/billing/credit_grant.rb +0 -10
- data/lib/stripe/resources/billing_portal/session.rb +1 -7
- data/lib/stripe/resources/capability.rb +1 -1
- data/lib/stripe/resources/card.rb +0 -2
- data/lib/stripe/resources/cash_balance.rb +0 -2
- data/lib/stripe/resources/charge.rb +13 -1475
- data/lib/stripe/resources/checkout/session.rb +21 -333
- data/lib/stripe/resources/confirmation_token.rb +33 -263
- data/lib/stripe/resources/country_spec.rb +1 -1
- data/lib/stripe/resources/coupon.rb +2 -32
- data/lib/stripe/resources/credit_note.rb +10 -17
- data/lib/stripe/resources/credit_note_line_item.rb +0 -9
- data/lib/stripe/resources/customer.rb +2 -6
- data/lib/stripe/resources/customer_balance_transaction.rb +0 -2
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +0 -2
- data/lib/stripe/resources/customer_session.rb +4 -9
- data/lib/stripe/resources/discount.rb +0 -2
- data/lib/stripe/resources/dispute.rb +2 -2
- data/lib/stripe/resources/event.rb +1 -32
- data/lib/stripe/resources/file.rb +1 -1
- data/lib/stripe/resources/financial_connections/account.rb +1 -20
- data/lib/stripe/resources/financial_connections/session.rb +2 -62
- data/lib/stripe/resources/identity/verification_report.rb +6 -0
- data/lib/stripe/resources/identity/verification_session.rb +17 -21
- data/lib/stripe/resources/invoice.rb +79 -1106
- data/lib/stripe/resources/invoice_item.rb +4 -81
- data/lib/stripe/resources/invoice_line_item.rb +2 -56
- data/lib/stripe/resources/invoice_payment.rb +62 -4
- data/lib/stripe/resources/issuing/authorization.rb +8 -8
- data/lib/stripe/resources/issuing/card.rb +1 -1
- data/lib/stripe/resources/issuing/cardholder.rb +1 -2
- data/lib/stripe/resources/issuing/dispute.rb +3 -3
- data/lib/stripe/resources/issuing/transaction.rb +0 -6
- data/lib/stripe/resources/line_item.rb +0 -37
- data/lib/stripe/resources/mandate.rb +0 -24
- data/lib/stripe/resources/payment_intent.rb +1912 -6840
- data/lib/stripe/resources/payment_method.rb +47 -301
- data/lib/stripe/resources/payment_method_configuration.rb +112 -112
- data/lib/stripe/resources/payment_method_domain.rb +2 -2
- data/lib/stripe/resources/payout.rb +4 -10
- data/lib/stripe/resources/person.rb +2 -2
- data/lib/stripe/resources/plan.rb +2 -3
- data/lib/stripe/resources/price.rb +1 -31
- data/lib/stripe/resources/product.rb +1 -61
- data/lib/stripe/resources/promotion_code.rb +0 -10
- data/lib/stripe/resources/quote.rb +6 -2046
- data/lib/stripe/resources/radar/value_list.rb +1 -2
- data/lib/stripe/resources/radar/value_list_item.rb +1 -2
- data/lib/stripe/resources/refund.rb +6 -10
- data/lib/stripe/resources/reversal.rb +1 -1
- data/lib/stripe/resources/review.rb +1 -1
- data/lib/stripe/resources/setup_attempt.rb +0 -21
- data/lib/stripe/resources/setup_intent.rb +120 -877
- data/lib/stripe/resources/source.rb +1 -30
- data/lib/stripe/resources/subscription.rb +97 -326
- data/lib/stripe/resources/subscription_item.rb +32 -80
- data/lib/stripe/resources/subscription_schedule.rb +127 -1015
- data/lib/stripe/resources/tax/calculation.rb +4 -0
- data/lib/stripe/resources/tax/calculation_line_item.rb +2 -0
- data/lib/stripe/resources/tax/registration.rb +1 -1
- data/lib/stripe/resources/tax_id.rb +3 -14
- data/lib/stripe/resources/tax_rate.rb +2 -2
- data/lib/stripe/resources/terminal/configuration.rb +1 -2
- data/lib/stripe/resources/terminal/location.rb +2 -3
- data/lib/stripe/resources/terminal/reader.rb +8 -142
- data/lib/stripe/resources/test_helpers/test_clock.rb +1 -2
- data/lib/stripe/resources/token.rb +2 -2
- data/lib/stripe/resources/transfer.rb +1 -7
- data/lib/stripe/resources/treasury/financial_account.rb +3 -22
- data/lib/stripe/resources/treasury/financial_account_features.rb +0 -2
- data/lib/stripe/resources/treasury/outbound_transfer.rb +0 -37
- data/lib/stripe/resources/treasury/received_credit.rb +1 -38
- data/lib/stripe/resources/treasury/received_debit.rb +1 -40
- data/lib/stripe/resources/webhook_endpoint.rb +1 -2
- data/lib/stripe/resources.rb +0 -99
- data/lib/stripe/services/account_external_account_service.rb +2 -3
- data/lib/stripe/services/account_login_link_service.rb +1 -1
- data/lib/stripe/services/account_person_service.rb +1 -2
- data/lib/stripe/services/account_service.rb +23 -559
- data/lib/stripe/services/account_session_service.rb +29 -229
- data/lib/stripe/services/apple_pay_domain_service.rb +1 -2
- data/lib/stripe/services/balance_service.rb +1 -1
- data/lib/stripe/services/billing/credit_balance_summary_service.rb +1 -4
- data/lib/stripe/services/billing/credit_balance_transaction_service.rb +0 -4
- data/lib/stripe/services/billing/credit_grant_service.rb +0 -8
- data/lib/stripe/services/billing_portal/session_service.rb +0 -4
- data/lib/stripe/services/charge_service.rb +4 -1354
- data/lib/stripe/services/checkout/session_service.rb +13 -250
- data/lib/stripe/services/coupon_service.rb +2 -19
- data/lib/stripe/services/credit_note_service.rb +7 -12
- data/lib/stripe/services/customer_balance_transaction_service.rb +3 -3
- data/lib/stripe/services/customer_cash_balance_transaction_service.rb +2 -2
- data/lib/stripe/services/customer_payment_source_service.rb +1 -1
- data/lib/stripe/services/customer_service.rb +3 -5
- data/lib/stripe/services/customer_session_service.rb +1 -4
- data/lib/stripe/services/customer_tax_id_service.rb +1 -2
- data/lib/stripe/services/dispute_service.rb +1 -1
- data/lib/stripe/services/file_service.rb +1 -1
- data/lib/stripe/services/financial_connections/account_service.rb +2 -7
- data/lib/stripe/services/financial_connections/session_service.rb +2 -34
- data/lib/stripe/services/financial_connections_service.rb +1 -2
- data/lib/stripe/services/identity/verification_session_service.rb +5 -13
- data/lib/stripe/services/invoice_item_service.rb +3 -76
- data/lib/stripe/services/invoice_line_item_service.rb +1 -33
- data/lib/stripe/services/invoice_payment_service.rb +83 -0
- data/lib/stripe/services/invoice_service.rb +74 -1049
- data/lib/stripe/services/issuing/authorization_service.rb +4 -4
- data/lib/stripe/services/issuing/card_service.rb +1 -1
- data/lib/stripe/services/issuing/cardholder_service.rb +1 -2
- data/lib/stripe/services/issuing/dispute_service.rb +2 -2
- data/lib/stripe/services/issuing/transaction_service.rb +0 -4
- data/lib/stripe/services/issuing_service.rb +1 -5
- data/lib/stripe/services/payment_intent_service.rb +439 -4928
- data/lib/stripe/services/payment_method_configuration_service.rb +82 -82
- data/lib/stripe/services/payment_method_domain_service.rb +1 -1
- data/lib/stripe/services/payment_method_service.rb +44 -226
- data/lib/stripe/services/payout_service.rb +2 -6
- data/lib/stripe/services/plan_service.rb +2 -3
- data/lib/stripe/services/price_service.rb +2 -21
- data/lib/stripe/services/product_feature_service.rb +1 -2
- data/lib/stripe/services/product_service.rb +2 -41
- data/lib/stripe/services/promotion_code_service.rb +1 -9
- data/lib/stripe/services/quote_service.rb +7 -1730
- data/lib/stripe/services/radar/early_fraud_warning_service.rb +1 -1
- data/lib/stripe/services/radar/value_list_item_service.rb +1 -2
- data/lib/stripe/services/radar/value_list_service.rb +1 -2
- data/lib/stripe/services/setup_intent_service.rb +119 -836
- data/lib/stripe/services/source_service.rb +1 -1
- data/lib/stripe/services/subscription_item_service.rb +27 -73
- data/lib/stripe/services/subscription_schedule_service.rb +101 -916
- data/lib/stripe/services/subscription_service.rb +85 -282
- data/lib/stripe/services/tax/calculation_service.rb +4 -0
- data/lib/stripe/services/tax/registration_service.rb +1 -1
- data/lib/stripe/services/tax_id_service.rb +3 -10
- data/lib/stripe/services/tax_service.rb +1 -3
- data/lib/stripe/services/terminal/configuration_service.rb +1 -2
- data/lib/stripe/services/terminal/location_service.rb +2 -3
- data/lib/stripe/services/terminal/reader_service.rb +5 -81
- data/lib/stripe/services/terminal_service.rb +1 -2
- data/lib/stripe/services/test_helpers/confirmation_token_service.rb +33 -190
- data/lib/stripe/services/test_helpers/test_clock_service.rb +1 -2
- data/lib/stripe/services/test_helpers/treasury/received_credit_service.rb +1 -25
- data/lib/stripe/services/test_helpers/treasury/received_debit_service.rb +1 -25
- data/lib/stripe/services/token_service.rb +1 -1
- data/lib/stripe/services/transfer_service.rb +1 -5
- data/lib/stripe/services/treasury/financial_account_features_service.rb +1 -4
- data/lib/stripe/services/treasury/financial_account_service.rb +2 -16
- data/lib/stripe/services/treasury/outbound_transfer_service.rb +0 -24
- data/lib/stripe/services/v1_services.rb +2 -12
- data/lib/stripe/services/v2/billing/meter_event_session_service.rb +1 -2
- data/lib/stripe/services/v2/core/event_destination_service.rb +4 -10
- data/lib/stripe/services/v2/core/event_service.rb +1 -2
- data/lib/stripe/services/v2/core_service.rb +1 -4
- data/lib/stripe/services/v2_services.rb +2 -4
- data/lib/stripe/services/webhook_endpoint_service.rb +1 -2
- data/lib/stripe/services.rb +1 -54
- 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 +0 -53
- data/rbi/stripe/resources/account.rbi +4926 -0
- data/rbi/stripe/resources/account_link.rbi +74 -0
- data/rbi/stripe/resources/account_session.rbi +1013 -0
- data/rbi/stripe/resources/apple_pay_domain.rbi +88 -0
- data/rbi/stripe/resources/application.rbi +20 -0
- data/rbi/stripe/resources/application_fee.rbi +118 -0
- data/rbi/stripe/resources/application_fee_refund.rbi +37 -0
- data/rbi/stripe/resources/apps/secret.rbi +195 -0
- data/rbi/stripe/resources/balance.rbi +235 -0
- data/rbi/stripe/resources/balance_transaction.rbi +147 -0
- data/rbi/stripe/resources/bank_account.rbi +127 -0
- data/rbi/stripe/resources/billing/alert.rbi +201 -0
- data/rbi/stripe/resources/billing/alert_triggered.rbi +28 -0
- data/rbi/stripe/resources/billing/credit_balance_summary.rbi +63 -0
- data/rbi/stripe/resources/billing/credit_balance_transaction.rbi +147 -0
- data/rbi/stripe/resources/billing/credit_grant.rbi +291 -0
- data/rbi/stripe/resources/billing/meter.rbi +226 -0
- data/rbi/stripe/resources/billing/meter_event.rbi +64 -0
- data/rbi/stripe/resources/billing/meter_event_adjustment.rbi +64 -0
- data/rbi/stripe/resources/billing/meter_event_summary.rbi +35 -0
- data/rbi/stripe/resources/billing_portal/configuration.rbi +645 -0
- data/rbi/stripe/resources/billing_portal/session.rbi +345 -0
- data/rbi/stripe/resources/capability.rbi +125 -0
- data/rbi/stripe/resources/card.rbi +125 -0
- data/rbi/stripe/resources/cash_balance.rbi +32 -0
- data/rbi/stripe/resources/charge.rbi +2069 -0
- data/rbi/stripe/resources/checkout/session.rbi +4004 -0
- data/rbi/stripe/resources/climate/order.rbi +245 -0
- data/rbi/stripe/resources/climate/product.rbi +75 -0
- data/rbi/stripe/resources/climate/supplier.rbi +72 -0
- data/rbi/stripe/resources/confirmation_token.rbi +1807 -0
- data/rbi/stripe/resources/connect_collection_transfer.rbi +26 -0
- data/rbi/stripe/resources/country_spec.rbi +85 -0
- data/rbi/stripe/resources/coupon.rbi +250 -0
- data/rbi/stripe/resources/credit_note.rbi +752 -0
- data/rbi/stripe/resources/credit_note_line_item.rbi +101 -0
- data/rbi/stripe/resources/customer.rbi +1005 -0
- data/rbi/stripe/resources/customer_balance_transaction.rbi +56 -0
- data/rbi/stripe/resources/customer_cash_balance_transaction.rbi +151 -0
- data/rbi/stripe/resources/customer_session.rbi +200 -0
- data/rbi/stripe/resources/discount.rbi +53 -0
- data/rbi/stripe/resources/dispute.rbi +761 -0
- data/rbi/stripe/resources/entitlements/active_entitlement.rbi +58 -0
- data/rbi/stripe/resources/entitlements/active_entitlement_summary.rbi +23 -0
- data/rbi/stripe/resources/entitlements/feature.rbi +117 -0
- data/rbi/stripe/resources/ephemeral_key.rbi +44 -0
- data/rbi/stripe/resources/event.rbi +149 -0
- data/rbi/stripe/resources/exchange_rate.rbi +66 -0
- data/rbi/stripe/resources/file.rbi +143 -0
- data/rbi/stripe/resources/file_link.rbi +141 -0
- data/rbi/stripe/resources/financial_connections/account.rbi +339 -0
- data/rbi/stripe/resources/financial_connections/account_owner.rbi +35 -0
- data/rbi/stripe/resources/financial_connections/account_ownership.rbi +23 -0
- data/rbi/stripe/resources/financial_connections/session.rbi +123 -0
- data/rbi/stripe/resources/financial_connections/transaction.rbi +124 -0
- data/rbi/stripe/resources/forwarding/request.rbi +216 -0
- data/rbi/stripe/resources/funding_instructions.rbi +437 -0
- data/rbi/stripe/resources/identity/verification_report.rbi +360 -0
- data/rbi/stripe/resources/identity/verification_session.rbi +526 -0
- data/rbi/stripe/resources/invoice.rbi +3812 -0
- data/rbi/stripe/resources/invoice_item.rbi +473 -0
- data/rbi/stripe/resources/invoice_line_item.rbi +432 -0
- data/rbi/stripe/resources/invoice_payment.rbi +121 -0
- data/rbi/stripe/resources/invoice_rendering_template.rbi +104 -0
- data/rbi/stripe/resources/issuing/authorization.rbi +1283 -0
- data/rbi/stripe/resources/issuing/card.rbi +741 -0
- data/rbi/stripe/resources/issuing/cardholder.rbi +744 -0
- data/rbi/stripe/resources/issuing/dispute.rbi +913 -0
- data/rbi/stripe/resources/issuing/personalization_design.rbi +338 -0
- data/rbi/stripe/resources/issuing/physical_bundle.rbi +79 -0
- data/rbi/stripe/resources/issuing/token.rbi +226 -0
- data/rbi/stripe/resources/issuing/transaction.rbi +1061 -0
- data/rbi/stripe/resources/line_item.rbi +72 -0
- data/rbi/stripe/resources/login_link.rbi +19 -0
- data/rbi/stripe/resources/mandate.rbi +187 -0
- data/rbi/stripe/resources/payment_intent.rbi +9647 -0
- data/rbi/stripe/resources/payment_link.rbi +1801 -0
- data/rbi/stripe/resources/payment_method.rbi +1761 -0
- data/rbi/stripe/resources/payment_method_configuration.rbi +3550 -0
- data/rbi/stripe/resources/payment_method_domain.rbi +228 -0
- data/rbi/stripe/resources/payout.rbi +300 -0
- data/rbi/stripe/resources/person.rbi +401 -0
- data/rbi/stripe/resources/plan.rbi +371 -0
- data/rbi/stripe/resources/price.rbi +694 -0
- data/rbi/stripe/resources/product.rbi +555 -0
- data/rbi/stripe/resources/product_feature.rbi +26 -0
- data/rbi/stripe/resources/promotion_code.rbi +261 -0
- data/rbi/stripe/resources/quote.rbi +1126 -0
- data/rbi/stripe/resources/radar/early_fraud_warning.rbi +98 -0
- data/rbi/stripe/resources/radar/value_list.rbi +168 -0
- data/rbi/stripe/resources/radar/value_list_item.rbi +129 -0
- data/rbi/stripe/resources/refund.rbi +523 -0
- data/rbi/stripe/resources/reporting/report_run.rbi +191 -0
- data/rbi/stripe/resources/reporting/report_type.rbi +57 -0
- data/rbi/stripe/resources/reserve_transaction.rbi +23 -0
- data/rbi/stripe/resources/reversal.rbi +51 -0
- data/rbi/stripe/resources/review.rbi +154 -0
- data/rbi/stripe/resources/setup_attempt.rbi +477 -0
- data/rbi/stripe/resources/setup_intent.rbi +3655 -0
- data/rbi/stripe/resources/shipping_rate.rbi +305 -0
- data/rbi/stripe/resources/sigma/scheduled_query_run.rbi +75 -0
- data/rbi/stripe/resources/source.rbi +1496 -0
- data/rbi/stripe/resources/source_mandate_notification.rbi +77 -0
- data/rbi/stripe/resources/source_transaction.rbi +127 -0
- data/rbi/stripe/resources/subscription.rbi +2027 -0
- data/rbi/stripe/resources/subscription_item.rbi +404 -0
- data/rbi/stripe/resources/subscription_schedule.rbi +1623 -0
- data/rbi/stripe/resources/tax/calculation.rbi +478 -0
- data/rbi/stripe/resources/tax/calculation_line_item.rbi +91 -0
- data/rbi/stripe/resources/tax/registration.rbi +2713 -0
- data/rbi/stripe/resources/tax/settings.rbi +141 -0
- data/rbi/stripe/resources/tax/transaction.rbi +351 -0
- data/rbi/stripe/resources/tax/transaction_line_item.rbi +54 -0
- data/rbi/stripe/resources/tax_code.rbi +44 -0
- data/rbi/stripe/resources/tax_deducted_at_source.rbi +23 -0
- data/rbi/stripe/resources/tax_id.rbi +165 -0
- data/rbi/stripe/resources/tax_rate.rbi +239 -0
- data/rbi/stripe/resources/terminal/configuration.rbi +1386 -0
- data/rbi/stripe/resources/terminal/connection_token.rbi +37 -0
- data/rbi/stripe/resources/terminal/location.rbi +222 -0
- data/rbi/stripe/resources/terminal/reader.rbi +847 -0
- data/rbi/stripe/resources/test_helpers/test_clock.rbi +132 -0
- data/rbi/stripe/resources/token.rbi +1283 -0
- data/rbi/stripe/resources/topup.rbi +222 -0
- data/rbi/stripe/resources/transfer.rbi +199 -0
- data/rbi/stripe/resources/treasury/credit_reversal.rbi +119 -0
- data/rbi/stripe/resources/treasury/debit_reversal.rbi +131 -0
- data/rbi/stripe/resources/treasury/financial_account.rbi +865 -0
- data/rbi/stripe/resources/treasury/financial_account_features.rbi +260 -0
- data/rbi/stripe/resources/treasury/inbound_transfer.rbi +295 -0
- data/rbi/stripe/resources/treasury/outbound_payment.rbi +592 -0
- data/rbi/stripe/resources/treasury/outbound_transfer.rbi +431 -0
- data/rbi/stripe/resources/treasury/received_credit.rbi +302 -0
- data/rbi/stripe/resources/treasury/received_debit.rbi +256 -0
- data/rbi/stripe/resources/treasury/transaction.rbi +215 -0
- data/rbi/stripe/resources/treasury/transaction_entry.rbi +192 -0
- data/rbi/stripe/resources/v2/amount.rbi +14 -0
- data/rbi/stripe/resources/v2/billing/meter_event.rbi +37 -0
- data/rbi/stripe/resources/v2/billing/meter_event_adjustment.rbi +41 -0
- data/rbi/stripe/resources/v2/billing/meter_event_session.rbi +31 -0
- data/rbi/stripe/resources/v2/event.rbi +48 -0
- data/rbi/stripe/resources/v2/event_destination.rbi +91 -0
- data/rbi/stripe/resources/webhook_endpoint.rbi +168 -0
- data/rbi/stripe/services/account_capability_service.rbi +51 -0
- data/{lib/stripe/services/external_account_service.rb → rbi/stripe/services/account_external_account_service.rbi} +124 -138
- data/rbi/stripe/services/account_link_service.rbi +58 -0
- data/rbi/stripe/services/account_login_link_service.rbi +22 -0
- data/rbi/stripe/services/account_person_service.rbi +1011 -0
- data/rbi/stripe/services/account_service.rbi +4213 -0
- data/rbi/stripe/services/account_session_service.rbi +646 -0
- data/rbi/stripe/services/apple_pay_domain_service.rbi +76 -0
- data/rbi/stripe/services/application_fee_refund_service.rbi +93 -0
- data/rbi/stripe/services/application_fee_service.rbi +78 -0
- data/rbi/stripe/services/apps/secret_service.rbi +151 -0
- data/rbi/stripe/services/apps_service.rbi +9 -0
- data/rbi/stripe/services/balance_service.rbi +21 -0
- data/rbi/stripe/services/balance_transaction_service.rbi +93 -0
- data/rbi/stripe/services/billing/alert_service.rbi +152 -0
- data/rbi/stripe/services/billing/credit_balance_summary_service.rbi +68 -0
- data/rbi/stripe/services/billing/credit_balance_transaction_service.rbi +59 -0
- data/rbi/stripe/services/billing/credit_grant_service.rbi +211 -0
- data/rbi/stripe/services/billing/meter_event_adjustment_service.rbi +42 -0
- data/rbi/stripe/services/billing/meter_event_service.rbi +42 -0
- data/rbi/stripe/services/billing/meter_event_summary_service.rbi +54 -0
- data/rbi/stripe/services/billing/meter_service.rbi +163 -0
- data/rbi/stripe/services/billing_portal/configuration_service.rbi +511 -0
- data/rbi/stripe/services/billing_portal/session_service.rbi +204 -0
- data/rbi/stripe/services/billing_portal_service.rbi +10 -0
- data/rbi/stripe/services/billing_service.rbi +15 -0
- data/rbi/stripe/services/charge_service.rbi +448 -0
- data/rbi/stripe/services/checkout/session_line_item_service.rbi +33 -0
- data/rbi/stripe/services/checkout/session_service.rbi +2614 -0
- data/rbi/stripe/services/checkout_service.rbi +9 -0
- data/rbi/stripe/services/climate/order_service.rbi +142 -0
- data/rbi/stripe/services/climate/product_service.rbi +46 -0
- data/{lib/stripe/services/financial_connections/institution_service.rb → rbi/stripe/services/climate/supplier_service.rbi} +25 -36
- data/rbi/stripe/services/climate_service.rbi +11 -0
- data/rbi/stripe/services/confirmation_token_service.rbi +20 -0
- data/rbi/stripe/services/country_spec_service.rbi +44 -0
- data/rbi/stripe/services/coupon_service.rbi +194 -0
- data/{lib/stripe/services/quote_preview_invoice_service.rb → rbi/stripe/services/credit_note_line_item_service.rbi} +16 -20
- data/rbi/stripe/services/credit_note_preview_lines_service.rbi +167 -0
- data/rbi/stripe/services/credit_note_service.rbi +415 -0
- data/rbi/stripe/services/customer_balance_transaction_service.rbi +92 -0
- data/rbi/stripe/services/customer_cash_balance_service.rbi +45 -0
- data/rbi/stripe/services/customer_cash_balance_transaction_service.rbi +44 -0
- data/rbi/stripe/services/customer_funding_instructions_service.rbi +59 -0
- data/rbi/stripe/services/customer_payment_method_service.rbi +57 -0
- data/rbi/stripe/services/customer_payment_source_service.rbi +232 -0
- data/rbi/stripe/services/customer_service.rbi +647 -0
- data/rbi/stripe/services/customer_session_service.rbi +116 -0
- data/rbi/stripe/services/customer_tax_id_service.rbi +70 -0
- data/rbi/stripe/services/dispute_service.rbi +424 -0
- data/rbi/stripe/services/entitlements/active_entitlement_service.rbi +55 -0
- data/rbi/stripe/services/entitlements/feature_service.rbi +107 -0
- data/rbi/stripe/services/entitlements_service.rbi +10 -0
- data/rbi/stripe/services/ephemeral_key_service.rbi +53 -0
- data/rbi/stripe/services/event_service.rbi +83 -0
- data/rbi/stripe/services/exchange_rate_service.rbi +44 -0
- data/rbi/stripe/services/file_link_service.rbi +124 -0
- data/rbi/stripe/services/file_service.rbi +116 -0
- data/rbi/stripe/services/financial_connections/account_owner_service.rbi +42 -0
- data/rbi/stripe/services/financial_connections/account_service.rbi +133 -0
- data/rbi/stripe/services/financial_connections/session_service.rbi +88 -0
- data/rbi/stripe/services/financial_connections/transaction_service.rbi +92 -0
- data/rbi/stripe/services/financial_connections_service.rbi +11 -0
- data/rbi/stripe/services/forwarding/request_service.rbi +134 -0
- data/rbi/stripe/services/forwarding_service.rbi +9 -0
- data/rbi/stripe/services/identity/verification_report_service.rbi +87 -0
- data/rbi/stripe/services/identity/verification_session_service.rbi +323 -0
- data/rbi/stripe/services/identity_service.rbi +10 -0
- data/rbi/stripe/services/invoice_item_service.rbi +366 -0
- data/rbi/stripe/services/invoice_line_item_service.rbi +259 -0
- data/rbi/stripe/services/invoice_payment_service.rbi +71 -0
- data/rbi/stripe/services/invoice_rendering_template_service.rbi +82 -0
- data/rbi/stripe/services/invoice_service.rbi +2981 -0
- data/rbi/stripe/services/issuing/authorization_service.rbi +146 -0
- data/rbi/stripe/services/issuing/card_service.rbi +495 -0
- data/rbi/stripe/services/issuing/cardholder_service.rbi +587 -0
- data/rbi/stripe/services/issuing/dispute_service.rbi +707 -0
- data/rbi/stripe/services/issuing/personalization_design_service.rbi +243 -0
- data/rbi/stripe/services/issuing/physical_bundle_service.rbi +59 -0
- data/rbi/stripe/services/issuing/token_service.rbi +99 -0
- data/rbi/stripe/services/issuing/transaction_service.rbi +105 -0
- data/rbi/stripe/services/issuing_service.rbi +16 -0
- data/rbi/stripe/services/mandate_service.rbi +20 -0
- data/rbi/stripe/services/payment_intent_service.rbi +7659 -0
- data/{lib/stripe/services/payment_intent_amount_details_line_item_service.rb → rbi/stripe/services/payment_link_line_item_service.rbi} +16 -20
- data/rbi/stripe/services/payment_link_service.rbi +1352 -0
- data/rbi/stripe/services/payment_method_configuration_service.rbi +2487 -0
- data/rbi/stripe/services/payment_method_domain_service.rbi +112 -0
- data/rbi/stripe/services/payment_method_service.rbi +776 -0
- data/rbi/stripe/services/payout_service.rbi +205 -0
- data/rbi/stripe/services/plan_service.rbi +282 -0
- data/rbi/stripe/services/price_service.rbi +546 -0
- data/rbi/stripe/services/product_feature_service.rbi +67 -0
- data/rbi/stripe/services/product_service.rbi +477 -0
- data/rbi/stripe/services/promotion_code_service.rbi +214 -0
- data/rbi/stripe/services/quote_computed_upfront_line_items_service.rbi +31 -0
- data/{lib/stripe/services/order_line_item_service.rb → rbi/stripe/services/quote_line_item_service.rbi} +16 -20
- data/rbi/stripe/services/quote_service.rbi +686 -0
- data/rbi/stripe/services/radar/early_fraud_warning_service.rbi +85 -0
- data/rbi/stripe/services/radar/value_list_item_service.rbi +109 -0
- data/rbi/stripe/services/radar/value_list_service.rbi +141 -0
- data/rbi/stripe/services/radar_service.rbi +11 -0
- data/rbi/stripe/services/refund_service.rbi +185 -0
- data/rbi/stripe/services/reporting/report_run_service.rbi +135 -0
- data/rbi/stripe/services/reporting/report_type_service.rbi +35 -0
- data/rbi/stripe/services/reporting_service.rbi +10 -0
- data/rbi/stripe/services/review_service.rbi +84 -0
- data/rbi/stripe/services/setup_attempt_service.rbi +65 -0
- data/rbi/stripe/services/setup_intent_service.rbi +3391 -0
- data/rbi/stripe/services/shipping_rate_service.rbi +241 -0
- data/rbi/stripe/services/sigma/scheduled_query_run_service.rbi +46 -0
- data/rbi/stripe/services/sigma_service.rbi +9 -0
- data/rbi/stripe/services/source_service.rbi +663 -0
- data/{lib/stripe/services/quote_line_service.rb → rbi/stripe/services/source_transaction_service.rbi} +16 -20
- data/rbi/stripe/services/subscription_item_service.rbi +350 -0
- data/rbi/stripe/services/subscription_schedule_service.rbi +1290 -0
- data/rbi/stripe/services/subscription_service.rbi +1648 -0
- data/{lib/stripe/services/financial_connections/account_inferred_balance_service.rb → rbi/stripe/services/tax/calculation_line_item_service.rbi} +17 -21
- data/rbi/stripe/services/tax/calculation_service.rbi +234 -0
- data/rbi/stripe/services/tax/registration_service.rbi +1845 -0
- data/rbi/stripe/services/tax/settings_service.rbi +93 -0
- data/{lib/stripe/services/privacy/redaction_job_validation_error_service.rb → rbi/stripe/services/tax/transaction_line_item_service.rbi} +17 -21
- data/rbi/stripe/services/tax/transaction_service.rbi +146 -0
- data/rbi/stripe/services/tax_code_service.rbi +44 -0
- data/rbi/stripe/services/tax_id_service.rbi +110 -0
- data/rbi/stripe/services/tax_rate_service.rbi +185 -0
- data/rbi/stripe/services/tax_service.rbi +12 -0
- data/rbi/stripe/services/terminal/configuration_service.rbi +1118 -0
- data/rbi/stripe/services/terminal/connection_token_service.rbi +25 -0
- data/rbi/stripe/services/terminal/location_service.rbi +182 -0
- data/rbi/stripe/services/terminal/reader_service.rbi +455 -0
- data/rbi/stripe/services/terminal_service.rbi +12 -0
- data/rbi/stripe/services/test_helpers/confirmation_token_service.rbi +739 -0
- data/rbi/stripe/services/test_helpers/customer_service.rbi +33 -0
- data/rbi/stripe/services/test_helpers/issuing/authorization_service.rbi +848 -0
- data/rbi/stripe/services/test_helpers/issuing/card_service.rbi +76 -0
- data/rbi/stripe/services/test_helpers/issuing/personalization_design_service.rbi +69 -0
- data/rbi/stripe/services/test_helpers/issuing/transaction_service.rbi +711 -0
- data/rbi/stripe/services/test_helpers/issuing_service.rbi +14 -0
- data/rbi/stripe/services/test_helpers/refund_service.rbi +22 -0
- data/rbi/stripe/services/test_helpers/terminal/reader_service.rbi +93 -0
- data/rbi/stripe/services/test_helpers/terminal_service.rbi +11 -0
- data/rbi/stripe/services/test_helpers/test_clock_service.rbi +90 -0
- data/rbi/stripe/services/test_helpers/treasury/inbound_transfer_service.rbi +64 -0
- data/rbi/stripe/services/test_helpers/treasury/outbound_payment_service.rbi +125 -0
- data/rbi/stripe/services/test_helpers/treasury/outbound_transfer_service.rbi +125 -0
- data/rbi/stripe/services/test_helpers/treasury/received_credit_service.rbi +87 -0
- data/rbi/stripe/services/test_helpers/treasury/received_debit_service.rbi +87 -0
- data/rbi/stripe/services/test_helpers/treasury_service.rbi +15 -0
- data/rbi/stripe/services/test_helpers_service.rbi +15 -0
- data/rbi/stripe/services/token_service.rbi +1257 -0
- data/rbi/stripe/services/topup_service.rbi +176 -0
- data/rbi/stripe/services/transfer_reversal_service.rbi +101 -0
- data/rbi/stripe/services/transfer_service.rbi +152 -0
- data/rbi/stripe/services/treasury/credit_reversal_service.rbi +84 -0
- data/rbi/stripe/services/treasury/debit_reversal_service.rbi +88 -0
- data/rbi/stripe/services/treasury/financial_account_features_service.rbi +198 -0
- data/rbi/stripe/services/treasury/financial_account_service.rbi +562 -0
- data/rbi/stripe/services/treasury/inbound_transfer_service.rbi +117 -0
- data/rbi/stripe/services/treasury/outbound_payment_service.rbi +304 -0
- data/rbi/stripe/services/treasury/outbound_transfer_service.rbi +157 -0
- data/rbi/stripe/services/treasury/received_credit_service.rbi +72 -0
- data/rbi/stripe/services/treasury/received_debit_service.rbi +59 -0
- data/rbi/stripe/services/treasury/transaction_entry_service.rbi +111 -0
- data/rbi/stripe/services/treasury/transaction_service.rbi +122 -0
- data/rbi/stripe/services/treasury_service.rbi +18 -0
- data/rbi/stripe/services/v1_services.rbi +77 -0
- data/rbi/stripe/services/v2/billing/meter_event_adjustment_service.rbi +39 -0
- data/rbi/stripe/services/v2/billing/meter_event_service.rbi +42 -0
- data/rbi/stripe/services/v2/billing/meter_event_session_service.rbi +18 -0
- data/rbi/stripe/services/v2/billing/meter_event_stream_service.rbi +55 -0
- data/rbi/stripe/services/v2/billing_service.rbi +14 -0
- data/rbi/stripe/services/v2/core/event_destination_service.rbi +192 -0
- data/rbi/stripe/services/v2/core/event_service.rbi +36 -0
- data/rbi/stripe/services/v2/core_service.rbi +12 -0
- data/rbi/stripe/services/v2_services.rbi +10 -0
- data/rbi/stripe/services/webhook_endpoint_service.rbi +129 -0
- data/stripe.gemspec +1 -4
- metadata +326 -158
- data/lib/stripe/events/v2_core_account_closed_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_created_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_defaults_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_identity_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_link_completed_event.rb +0 -13
- data/lib/stripe/events/v2_core_account_person_created_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_person_deleted_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_person_updated_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_updated_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +0 -23
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +0 -23
- data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_transaction_created_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +0 -21
- data/lib/stripe/resources/account_notice.rb +0 -123
- data/lib/stripe/resources/balance_settings.rb +0 -105
- data/lib/stripe/resources/billing/meter_error_report.rb +0 -59
- data/lib/stripe/resources/capital/financing_offer.rb +0 -179
- data/lib/stripe/resources/capital/financing_summary.rb +0 -55
- data/lib/stripe/resources/capital/financing_transaction.rb +0 -114
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +0 -27
- data/lib/stripe/resources/financial_connections/institution.rb +0 -90
- data/lib/stripe/resources/fx_quote.rb +0 -184
- data/lib/stripe/resources/gift_cards/card.rb +0 -208
- data/lib/stripe/resources/gift_cards/transaction.rb +0 -272
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +0 -602
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +0 -82
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +0 -86
- data/lib/stripe/resources/issuing/settlement.rb +0 -53
- data/lib/stripe/resources/margin.rb +0 -115
- data/lib/stripe/resources/order.rb +0 -2859
- data/lib/stripe/resources/payment_attempt_record.rb +0 -1078
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +0 -65
- data/lib/stripe/resources/payment_record.rb +0 -1607
- data/lib/stripe/resources/privacy/redaction_job.rb +0 -275
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +0 -25
- data/lib/stripe/resources/quote_line.rb +0 -274
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -663
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -339
- data/lib/stripe/resources/tax/association.rb +0 -89
- data/lib/stripe/resources/tax/form.rb +0 -211
- data/lib/stripe/resources/terminal/reader_collected_data.rb +0 -31
- data/lib/stripe/resources/v2/core/account.rb +0 -1746
- data/lib/stripe/resources/v2/core/account_link.rb +0 -56
- data/lib/stripe/resources/v2/core/person.rb +0 -276
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +0 -74
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +0 -39
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +0 -20
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +0 -22
- data/lib/stripe/resources/v2/money_management/adjustment.rb +0 -51
- data/lib/stripe/resources/v2/money_management/financial_account.rb +0 -58
- data/lib/stripe/resources/v2/money_management/financial_address.rb +0 -68
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +0 -94
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -129
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +0 -82
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +0 -45
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +0 -117
- data/lib/stripe/resources/v2/money_management/payout_method.rb +0 -75
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +0 -49
- data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -136
- data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -108
- data/lib/stripe/resources/v2/money_management/transaction.rb +0 -78
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +0 -68
- data/lib/stripe/services/account_notice_service.rb +0 -101
- data/lib/stripe/services/balance_settings_service.rb +0 -96
- data/lib/stripe/services/capital/financing_offer_service.rb +0 -112
- data/lib/stripe/services/capital/financing_summary_service.rb +0 -28
- data/lib/stripe/services/capital/financing_transaction_service.rb +0 -79
- data/lib/stripe/services/capital_service.rb +0 -15
- data/lib/stripe/services/fx_quote_service.rb +0 -123
- data/lib/stripe/services/gift_cards/card_service.rb +0 -170
- data/lib/stripe/services/gift_cards/transaction_service.rb +0 -209
- data/lib/stripe/services/gift_cards_service.rb +0 -14
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +0 -504
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +0 -66
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +0 -83
- data/lib/stripe/services/margin_service.rb +0 -119
- data/lib/stripe/services/order_service.rb +0 -2268
- data/lib/stripe/services/payment_attempt_record_service.rb +0 -49
- data/lib/stripe/services/payment_record_service.rb +0 -542
- data/lib/stripe/services/privacy/redaction_job_service.rb +0 -231
- data/lib/stripe/services/privacy_service.rb +0 -13
- data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +0 -35
- data/lib/stripe/services/tax/association_service.rb +0 -31
- data/lib/stripe/services/tax/form_service.rb +0 -100
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -28
- data/lib/stripe/services/v2/core/account_link_service.rb +0 -76
- data/lib/stripe/services/v2/core/account_service.rb +0 -4138
- data/lib/stripe/services/v2/core/accounts/person_service.rb +0 -1048
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +0 -135
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +0 -109
- data/lib/stripe/services/v2/core/vault_service.rb +0 -18
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +0 -75
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +0 -44
- data/lib/stripe/services/v2/money_management/financial_address_service.rb +0 -81
- data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +0 -126
- data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +0 -96
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +0 -202
- data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +0 -237
- data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +0 -174
- data/lib/stripe/services/v2/money_management/payout_method_service.rb +0 -95
- data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/received_credit_service.rb +0 -71
- data/lib/stripe/services/v2/money_management/received_debit_service.rb +0 -44
- data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +0 -70
- data/lib/stripe/services/v2/money_management/transaction_service.rb +0 -74
- data/lib/stripe/services/v2/money_management_service.rb +0 -31
- data/lib/stripe/services/v2/test_helper_service.rb +0 -15
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +0 -50
- data/rbi/stripe.rbi +0 -191867
@@ -341,7 +341,7 @@ module Stripe
|
|
341
341
|
attr_reader :display_preference
|
342
342
|
end
|
343
343
|
|
344
|
-
class
|
344
|
+
class Grabpay < Stripe::StripeObject
|
345
345
|
class DisplayPreference < Stripe::StripeObject
|
346
346
|
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
347
347
|
attr_reader :overridable
|
@@ -356,7 +356,7 @@ module Stripe
|
|
356
356
|
attr_reader :display_preference
|
357
357
|
end
|
358
358
|
|
359
|
-
class
|
359
|
+
class Ideal < Stripe::StripeObject
|
360
360
|
class DisplayPreference < Stripe::StripeObject
|
361
361
|
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
362
362
|
attr_reader :overridable
|
@@ -371,7 +371,7 @@ module Stripe
|
|
371
371
|
attr_reader :display_preference
|
372
372
|
end
|
373
373
|
|
374
|
-
class
|
374
|
+
class Jcb < Stripe::StripeObject
|
375
375
|
class DisplayPreference < Stripe::StripeObject
|
376
376
|
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
377
377
|
attr_reader :overridable
|
@@ -386,7 +386,7 @@ module Stripe
|
|
386
386
|
attr_reader :display_preference
|
387
387
|
end
|
388
388
|
|
389
|
-
class
|
389
|
+
class KakaoPay < Stripe::StripeObject
|
390
390
|
class DisplayPreference < Stripe::StripeObject
|
391
391
|
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
392
392
|
attr_reader :overridable
|
@@ -401,7 +401,7 @@ module Stripe
|
|
401
401
|
attr_reader :display_preference
|
402
402
|
end
|
403
403
|
|
404
|
-
class
|
404
|
+
class Klarna < Stripe::StripeObject
|
405
405
|
class DisplayPreference < Stripe::StripeObject
|
406
406
|
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
407
407
|
attr_reader :overridable
|
@@ -416,7 +416,7 @@ module Stripe
|
|
416
416
|
attr_reader :display_preference
|
417
417
|
end
|
418
418
|
|
419
|
-
class
|
419
|
+
class Konbini < Stripe::StripeObject
|
420
420
|
class DisplayPreference < Stripe::StripeObject
|
421
421
|
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
422
422
|
attr_reader :overridable
|
@@ -431,7 +431,7 @@ module Stripe
|
|
431
431
|
attr_reader :display_preference
|
432
432
|
end
|
433
433
|
|
434
|
-
class
|
434
|
+
class KrCard < Stripe::StripeObject
|
435
435
|
class DisplayPreference < Stripe::StripeObject
|
436
436
|
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
437
437
|
attr_reader :overridable
|
@@ -491,7 +491,7 @@ module Stripe
|
|
491
491
|
attr_reader :display_preference
|
492
492
|
end
|
493
493
|
|
494
|
-
class
|
494
|
+
class NaverPay < Stripe::StripeObject
|
495
495
|
class DisplayPreference < Stripe::StripeObject
|
496
496
|
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
497
497
|
attr_reader :overridable
|
@@ -506,7 +506,7 @@ module Stripe
|
|
506
506
|
attr_reader :display_preference
|
507
507
|
end
|
508
508
|
|
509
|
-
class
|
509
|
+
class NzBankAccount < Stripe::StripeObject
|
510
510
|
class DisplayPreference < Stripe::StripeObject
|
511
511
|
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
512
512
|
attr_reader :overridable
|
@@ -521,7 +521,7 @@ module Stripe
|
|
521
521
|
attr_reader :display_preference
|
522
522
|
end
|
523
523
|
|
524
|
-
class
|
524
|
+
class Oxxo < Stripe::StripeObject
|
525
525
|
class DisplayPreference < Stripe::StripeObject
|
526
526
|
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
527
527
|
attr_reader :overridable
|
@@ -536,7 +536,7 @@ module Stripe
|
|
536
536
|
attr_reader :display_preference
|
537
537
|
end
|
538
538
|
|
539
|
-
class
|
539
|
+
class P24 < Stripe::StripeObject
|
540
540
|
class DisplayPreference < Stripe::StripeObject
|
541
541
|
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
542
542
|
attr_reader :overridable
|
@@ -551,7 +551,7 @@ module Stripe
|
|
551
551
|
attr_reader :display_preference
|
552
552
|
end
|
553
553
|
|
554
|
-
class
|
554
|
+
class PayByBank < Stripe::StripeObject
|
555
555
|
class DisplayPreference < Stripe::StripeObject
|
556
556
|
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
557
557
|
attr_reader :overridable
|
@@ -566,7 +566,7 @@ module Stripe
|
|
566
566
|
attr_reader :display_preference
|
567
567
|
end
|
568
568
|
|
569
|
-
class
|
569
|
+
class Payco < Stripe::StripeObject
|
570
570
|
class DisplayPreference < Stripe::StripeObject
|
571
571
|
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
572
572
|
attr_reader :overridable
|
@@ -581,7 +581,7 @@ module Stripe
|
|
581
581
|
attr_reader :display_preference
|
582
582
|
end
|
583
583
|
|
584
|
-
class
|
584
|
+
class Paynow < Stripe::StripeObject
|
585
585
|
class DisplayPreference < Stripe::StripeObject
|
586
586
|
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
587
587
|
attr_reader :overridable
|
@@ -596,7 +596,7 @@ module Stripe
|
|
596
596
|
attr_reader :display_preference
|
597
597
|
end
|
598
598
|
|
599
|
-
class
|
599
|
+
class Paypal < Stripe::StripeObject
|
600
600
|
class DisplayPreference < Stripe::StripeObject
|
601
601
|
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
602
602
|
attr_reader :overridable
|
@@ -611,7 +611,7 @@ module Stripe
|
|
611
611
|
attr_reader :display_preference
|
612
612
|
end
|
613
613
|
|
614
|
-
class
|
614
|
+
class Pix < Stripe::StripeObject
|
615
615
|
class DisplayPreference < Stripe::StripeObject
|
616
616
|
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
617
617
|
attr_reader :overridable
|
@@ -626,7 +626,7 @@ module Stripe
|
|
626
626
|
attr_reader :display_preference
|
627
627
|
end
|
628
628
|
|
629
|
-
class
|
629
|
+
class Promptpay < Stripe::StripeObject
|
630
630
|
class DisplayPreference < Stripe::StripeObject
|
631
631
|
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
632
632
|
attr_reader :overridable
|
@@ -656,7 +656,7 @@ module Stripe
|
|
656
656
|
attr_reader :display_preference
|
657
657
|
end
|
658
658
|
|
659
|
-
class
|
659
|
+
class SamsungPay < Stripe::StripeObject
|
660
660
|
class DisplayPreference < Stripe::StripeObject
|
661
661
|
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
662
662
|
attr_reader :overridable
|
@@ -671,7 +671,7 @@ module Stripe
|
|
671
671
|
attr_reader :display_preference
|
672
672
|
end
|
673
673
|
|
674
|
-
class
|
674
|
+
class Satispay < Stripe::StripeObject
|
675
675
|
class DisplayPreference < Stripe::StripeObject
|
676
676
|
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
677
677
|
attr_reader :overridable
|
@@ -686,7 +686,7 @@ module Stripe
|
|
686
686
|
attr_reader :display_preference
|
687
687
|
end
|
688
688
|
|
689
|
-
class
|
689
|
+
class SepaDebit < Stripe::StripeObject
|
690
690
|
class DisplayPreference < Stripe::StripeObject
|
691
691
|
# For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used.
|
692
692
|
attr_reader :overridable
|
@@ -1193,7 +1193,7 @@ module Stripe
|
|
1193
1193
|
end
|
1194
1194
|
end
|
1195
1195
|
|
1196
|
-
class
|
1196
|
+
class Grabpay < Stripe::RequestParams
|
1197
1197
|
class DisplayPreference < Stripe::RequestParams
|
1198
1198
|
# The account's preference for whether or not to display this payment method.
|
1199
1199
|
attr_accessor :preference
|
@@ -1210,7 +1210,7 @@ module Stripe
|
|
1210
1210
|
end
|
1211
1211
|
end
|
1212
1212
|
|
1213
|
-
class
|
1213
|
+
class Ideal < Stripe::RequestParams
|
1214
1214
|
class DisplayPreference < Stripe::RequestParams
|
1215
1215
|
# The account's preference for whether or not to display this payment method.
|
1216
1216
|
attr_accessor :preference
|
@@ -1227,7 +1227,7 @@ module Stripe
|
|
1227
1227
|
end
|
1228
1228
|
end
|
1229
1229
|
|
1230
|
-
class
|
1230
|
+
class Jcb < Stripe::RequestParams
|
1231
1231
|
class DisplayPreference < Stripe::RequestParams
|
1232
1232
|
# The account's preference for whether or not to display this payment method.
|
1233
1233
|
attr_accessor :preference
|
@@ -1244,7 +1244,7 @@ module Stripe
|
|
1244
1244
|
end
|
1245
1245
|
end
|
1246
1246
|
|
1247
|
-
class
|
1247
|
+
class KakaoPay < Stripe::RequestParams
|
1248
1248
|
class DisplayPreference < Stripe::RequestParams
|
1249
1249
|
# The account's preference for whether or not to display this payment method.
|
1250
1250
|
attr_accessor :preference
|
@@ -1261,7 +1261,7 @@ module Stripe
|
|
1261
1261
|
end
|
1262
1262
|
end
|
1263
1263
|
|
1264
|
-
class
|
1264
|
+
class Klarna < Stripe::RequestParams
|
1265
1265
|
class DisplayPreference < Stripe::RequestParams
|
1266
1266
|
# The account's preference for whether or not to display this payment method.
|
1267
1267
|
attr_accessor :preference
|
@@ -1278,7 +1278,7 @@ module Stripe
|
|
1278
1278
|
end
|
1279
1279
|
end
|
1280
1280
|
|
1281
|
-
class
|
1281
|
+
class Konbini < Stripe::RequestParams
|
1282
1282
|
class DisplayPreference < Stripe::RequestParams
|
1283
1283
|
# The account's preference for whether or not to display this payment method.
|
1284
1284
|
attr_accessor :preference
|
@@ -1295,7 +1295,7 @@ module Stripe
|
|
1295
1295
|
end
|
1296
1296
|
end
|
1297
1297
|
|
1298
|
-
class
|
1298
|
+
class KrCard < Stripe::RequestParams
|
1299
1299
|
class DisplayPreference < Stripe::RequestParams
|
1300
1300
|
# The account's preference for whether or not to display this payment method.
|
1301
1301
|
attr_accessor :preference
|
@@ -1363,7 +1363,7 @@ module Stripe
|
|
1363
1363
|
end
|
1364
1364
|
end
|
1365
1365
|
|
1366
|
-
class
|
1366
|
+
class NaverPay < Stripe::RequestParams
|
1367
1367
|
class DisplayPreference < Stripe::RequestParams
|
1368
1368
|
# The account's preference for whether or not to display this payment method.
|
1369
1369
|
attr_accessor :preference
|
@@ -1380,7 +1380,7 @@ module Stripe
|
|
1380
1380
|
end
|
1381
1381
|
end
|
1382
1382
|
|
1383
|
-
class
|
1383
|
+
class NzBankAccount < Stripe::RequestParams
|
1384
1384
|
class DisplayPreference < Stripe::RequestParams
|
1385
1385
|
# The account's preference for whether or not to display this payment method.
|
1386
1386
|
attr_accessor :preference
|
@@ -1397,7 +1397,7 @@ module Stripe
|
|
1397
1397
|
end
|
1398
1398
|
end
|
1399
1399
|
|
1400
|
-
class
|
1400
|
+
class Oxxo < Stripe::RequestParams
|
1401
1401
|
class DisplayPreference < Stripe::RequestParams
|
1402
1402
|
# The account's preference for whether or not to display this payment method.
|
1403
1403
|
attr_accessor :preference
|
@@ -1414,7 +1414,7 @@ module Stripe
|
|
1414
1414
|
end
|
1415
1415
|
end
|
1416
1416
|
|
1417
|
-
class
|
1417
|
+
class P24 < Stripe::RequestParams
|
1418
1418
|
class DisplayPreference < Stripe::RequestParams
|
1419
1419
|
# The account's preference for whether or not to display this payment method.
|
1420
1420
|
attr_accessor :preference
|
@@ -1431,7 +1431,7 @@ module Stripe
|
|
1431
1431
|
end
|
1432
1432
|
end
|
1433
1433
|
|
1434
|
-
class
|
1434
|
+
class PayByBank < Stripe::RequestParams
|
1435
1435
|
class DisplayPreference < Stripe::RequestParams
|
1436
1436
|
# The account's preference for whether or not to display this payment method.
|
1437
1437
|
attr_accessor :preference
|
@@ -1448,7 +1448,7 @@ module Stripe
|
|
1448
1448
|
end
|
1449
1449
|
end
|
1450
1450
|
|
1451
|
-
class
|
1451
|
+
class Payco < Stripe::RequestParams
|
1452
1452
|
class DisplayPreference < Stripe::RequestParams
|
1453
1453
|
# The account's preference for whether or not to display this payment method.
|
1454
1454
|
attr_accessor :preference
|
@@ -1465,7 +1465,7 @@ module Stripe
|
|
1465
1465
|
end
|
1466
1466
|
end
|
1467
1467
|
|
1468
|
-
class
|
1468
|
+
class Paynow < Stripe::RequestParams
|
1469
1469
|
class DisplayPreference < Stripe::RequestParams
|
1470
1470
|
# The account's preference for whether or not to display this payment method.
|
1471
1471
|
attr_accessor :preference
|
@@ -1482,7 +1482,7 @@ module Stripe
|
|
1482
1482
|
end
|
1483
1483
|
end
|
1484
1484
|
|
1485
|
-
class
|
1485
|
+
class Paypal < Stripe::RequestParams
|
1486
1486
|
class DisplayPreference < Stripe::RequestParams
|
1487
1487
|
# The account's preference for whether or not to display this payment method.
|
1488
1488
|
attr_accessor :preference
|
@@ -1499,7 +1499,7 @@ module Stripe
|
|
1499
1499
|
end
|
1500
1500
|
end
|
1501
1501
|
|
1502
|
-
class
|
1502
|
+
class Pix < Stripe::RequestParams
|
1503
1503
|
class DisplayPreference < Stripe::RequestParams
|
1504
1504
|
# The account's preference for whether or not to display this payment method.
|
1505
1505
|
attr_accessor :preference
|
@@ -1516,7 +1516,7 @@ module Stripe
|
|
1516
1516
|
end
|
1517
1517
|
end
|
1518
1518
|
|
1519
|
-
class
|
1519
|
+
class Promptpay < Stripe::RequestParams
|
1520
1520
|
class DisplayPreference < Stripe::RequestParams
|
1521
1521
|
# The account's preference for whether or not to display this payment method.
|
1522
1522
|
attr_accessor :preference
|
@@ -1550,7 +1550,7 @@ module Stripe
|
|
1550
1550
|
end
|
1551
1551
|
end
|
1552
1552
|
|
1553
|
-
class
|
1553
|
+
class SamsungPay < Stripe::RequestParams
|
1554
1554
|
class DisplayPreference < Stripe::RequestParams
|
1555
1555
|
# The account's preference for whether or not to display this payment method.
|
1556
1556
|
attr_accessor :preference
|
@@ -1567,7 +1567,7 @@ module Stripe
|
|
1567
1567
|
end
|
1568
1568
|
end
|
1569
1569
|
|
1570
|
-
class
|
1570
|
+
class Satispay < Stripe::RequestParams
|
1571
1571
|
class DisplayPreference < Stripe::RequestParams
|
1572
1572
|
# The account's preference for whether or not to display this payment method.
|
1573
1573
|
attr_accessor :preference
|
@@ -1584,7 +1584,7 @@ module Stripe
|
|
1584
1584
|
end
|
1585
1585
|
end
|
1586
1586
|
|
1587
|
-
class
|
1587
|
+
class SepaDebit < Stripe::RequestParams
|
1588
1588
|
class DisplayPreference < Stripe::RequestParams
|
1589
1589
|
# The account's preference for whether or not to display this payment method.
|
1590
1590
|
attr_accessor :preference
|
@@ -1714,7 +1714,7 @@ module Stripe
|
|
1714
1714
|
attr_accessor :alma
|
1715
1715
|
# Amazon Pay is a wallet payment method that lets your customers check out the same way as on Amazon.
|
1716
1716
|
attr_accessor :amazon_pay
|
1717
|
-
# Stripe users can accept [Apple Pay](/payments/apple-pay) in iOS applications in iOS 9 and later, and on the web in Safari starting with iOS 10 or macOS Sierra. There are no additional fees to process Apple Pay payments, and the [pricing](/pricing) is the same as other card transactions. Check this [page](https://stripe.com/docs/apple-pay) for more details.
|
1717
|
+
# Stripe users can accept [Apple Pay](https://stripe.com/payments/apple-pay) in iOS applications in iOS 9 and later, and on the web in Safari starting with iOS 10 or macOS Sierra. There are no additional fees to process Apple Pay payments, and the [pricing](https://stripe.com/pricing) is the same as other card transactions. Check this [page](https://stripe.com/docs/apple-pay) for more details.
|
1718
1718
|
attr_accessor :apple_pay
|
1719
1719
|
# Apple Pay Later, a payment method for customers to buy now and pay later, gives your customers a way to split purchases into four installments across six weeks.
|
1720
1720
|
attr_accessor :apple_pay_later
|
@@ -1748,20 +1748,20 @@ module Stripe
|
|
1748
1748
|
attr_accessor :giropay
|
1749
1749
|
# 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
1750
|
attr_accessor :google_pay
|
1751
|
-
# 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.
|
1752
|
-
attr_accessor :gopay
|
1753
1751
|
# 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.
|
1754
1752
|
attr_accessor :grabpay
|
1755
|
-
# Stripe users in Indonesia can receive bank transfers from customers in Indonesia. Bank transfers are a popular B2C and B2B payment method in Indonesia.
|
1756
|
-
attr_accessor :id_bank_transfer
|
1757
1753
|
# 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.
|
1758
1754
|
attr_accessor :ideal
|
1759
1755
|
# 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.
|
1760
1756
|
attr_accessor :jcb
|
1757
|
+
# Kakao Pay is a popular local wallet available in South Korea.
|
1758
|
+
attr_accessor :kakao_pay
|
1761
1759
|
# Klarna gives customers a range of [payment options](https://stripe.com/docs/payments/klarna#payment-options) during checkout. Available payment options vary depending on the customer's billing address and the transaction amount. These payment options make it convenient for customers to purchase items in all price ranges. Check this [page](https://stripe.com/docs/payments/klarna) for more details.
|
1762
1760
|
attr_accessor :klarna
|
1763
1761
|
# Konbini allows customers in Japan to pay for bills and online purchases at convenience stores with cash. Check this [page](https://stripe.com/docs/payments/konbini) for more details.
|
1764
1762
|
attr_accessor :konbini
|
1763
|
+
# Korean cards let users pay using locally issued cards from South Korea.
|
1764
|
+
attr_accessor :kr_card
|
1765
1765
|
# [Link](https://stripe.com/docs/payments/link) is a payment method network. With Link, users save their payment details once, then reuse that information to pay with one click for any business on the network.
|
1766
1766
|
attr_accessor :link
|
1767
1767
|
# MobilePay is a [single-use](https://stripe.com/docs/payments/payment-methods#usage) card wallet payment method used in Denmark and Finland. It allows customers to [authenticate and approve](https://stripe.com/docs/payments/payment-methods#customer-actions) payments using the MobilePay app. Check this [page](https://stripe.com/docs/payments/mobilepay) for more details.
|
@@ -1770,6 +1770,8 @@ module Stripe
|
|
1770
1770
|
attr_accessor :multibanco
|
1771
1771
|
# Configuration name.
|
1772
1772
|
attr_accessor :name
|
1773
|
+
# Naver Pay is a popular local wallet available in South Korea.
|
1774
|
+
attr_accessor :naver_pay
|
1773
1775
|
# Stripe users in New Zealand can accept Bulk Electronic Clearing System (BECS) direct debit payments from customers with a New Zeland bank account. Check this [page](https://stripe.com/docs/payments/nz-bank-account) for more details.
|
1774
1776
|
attr_accessor :nz_bank_account
|
1775
1777
|
# OXXO is a Mexican chain of convenience stores with thousands of locations across Latin America and represents nearly 20% of online transactions in Mexico. OXXO allows customers to pay bills and online purchases in-store with cash. Check this [page](https://stripe.com/docs/payments/oxxo) for more details.
|
@@ -1780,26 +1782,24 @@ module Stripe
|
|
1780
1782
|
attr_accessor :parent
|
1781
1783
|
# Pay by bank is a redirect payment method backed by bank transfers. A customer is redirected to their bank to authorize a bank transfer for a given amount. This removes a lot of the error risks inherent in waiting for the customer to initiate a transfer themselves, and is less expensive than card payments.
|
1782
1784
|
attr_accessor :pay_by_bank
|
1785
|
+
# PAYCO is a [single-use](https://docs.stripe.com/payments/payment-methods#usage local wallet available in South Korea.
|
1786
|
+
attr_accessor :payco
|
1783
1787
|
# PayNow is a Singapore-based payment method that allows customers to make a payment using their preferred app from participating banks and participating non-bank financial institutions. Check this [page](https://stripe.com/docs/payments/paynow) for more details.
|
1784
1788
|
attr_accessor :paynow
|
1785
1789
|
# 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.
|
1786
1790
|
attr_accessor :paypal
|
1787
|
-
# 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.
|
1788
|
-
attr_accessor :payto
|
1789
1791
|
# 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.
|
1790
1792
|
attr_accessor :pix
|
1791
1793
|
# 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.
|
1792
1794
|
attr_accessor :promptpay
|
1793
|
-
# 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.
|
1794
|
-
attr_accessor :qris
|
1795
1795
|
# 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
1796
|
attr_accessor :revolut_pay
|
1797
|
+
# Samsung Pay is a [single-use](https://docs.stripe.com/payments/payment-methods#usage local wallet available in South Korea.
|
1798
|
+
attr_accessor :samsung_pay
|
1797
1799
|
# Satispay is a [single-use](https://docs.stripe.com/payments/payment-methods#usage) payment method where customers are required to [authenticate](/payments/payment-methods#customer-actions) their payment. Customers pay by being redirected from your website or app, authorizing the payment with Satispay, then returning to your website or app. You get [immediate notification](/payments/payment-methods#payment-notification) of whether the payment succeeded or failed.
|
1798
1800
|
attr_accessor :satispay
|
1799
1801
|
# 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.
|
1800
1802
|
attr_accessor :sepa_debit
|
1801
|
-
# 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.
|
1802
|
-
attr_accessor :shopeepay
|
1803
1803
|
# 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
1804
|
attr_accessor :sofort
|
1805
1805
|
# 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,32 +1837,32 @@ module Stripe
|
|
1837
1837
|
fpx: nil,
|
1838
1838
|
giropay: nil,
|
1839
1839
|
google_pay: nil,
|
1840
|
-
gopay: nil,
|
1841
1840
|
grabpay: nil,
|
1842
|
-
id_bank_transfer: nil,
|
1843
1841
|
ideal: nil,
|
1844
1842
|
jcb: nil,
|
1843
|
+
kakao_pay: nil,
|
1845
1844
|
klarna: nil,
|
1846
1845
|
konbini: nil,
|
1846
|
+
kr_card: nil,
|
1847
1847
|
link: nil,
|
1848
1848
|
mobilepay: nil,
|
1849
1849
|
multibanco: nil,
|
1850
1850
|
name: nil,
|
1851
|
+
naver_pay: nil,
|
1851
1852
|
nz_bank_account: nil,
|
1852
1853
|
oxxo: nil,
|
1853
1854
|
p24: nil,
|
1854
1855
|
parent: nil,
|
1855
1856
|
pay_by_bank: nil,
|
1857
|
+
payco: nil,
|
1856
1858
|
paynow: nil,
|
1857
1859
|
paypal: nil,
|
1858
|
-
payto: nil,
|
1859
1860
|
pix: nil,
|
1860
1861
|
promptpay: nil,
|
1861
|
-
qris: nil,
|
1862
1862
|
revolut_pay: nil,
|
1863
|
+
samsung_pay: nil,
|
1863
1864
|
satispay: nil,
|
1864
1865
|
sepa_debit: nil,
|
1865
|
-
shopeepay: nil,
|
1866
1866
|
sofort: nil,
|
1867
1867
|
swish: nil,
|
1868
1868
|
twint: nil,
|
@@ -1893,32 +1893,32 @@ module Stripe
|
|
1893
1893
|
@fpx = fpx
|
1894
1894
|
@giropay = giropay
|
1895
1895
|
@google_pay = google_pay
|
1896
|
-
@gopay = gopay
|
1897
1896
|
@grabpay = grabpay
|
1898
|
-
@id_bank_transfer = id_bank_transfer
|
1899
1897
|
@ideal = ideal
|
1900
1898
|
@jcb = jcb
|
1899
|
+
@kakao_pay = kakao_pay
|
1901
1900
|
@klarna = klarna
|
1902
1901
|
@konbini = konbini
|
1902
|
+
@kr_card = kr_card
|
1903
1903
|
@link = link
|
1904
1904
|
@mobilepay = mobilepay
|
1905
1905
|
@multibanco = multibanco
|
1906
1906
|
@name = name
|
1907
|
+
@naver_pay = naver_pay
|
1907
1908
|
@nz_bank_account = nz_bank_account
|
1908
1909
|
@oxxo = oxxo
|
1909
1910
|
@p24 = p24
|
1910
1911
|
@parent = parent
|
1911
1912
|
@pay_by_bank = pay_by_bank
|
1913
|
+
@payco = payco
|
1912
1914
|
@paynow = paynow
|
1913
1915
|
@paypal = paypal
|
1914
|
-
@payto = payto
|
1915
1916
|
@pix = pix
|
1916
1917
|
@promptpay = promptpay
|
1917
|
-
@qris = qris
|
1918
1918
|
@revolut_pay = revolut_pay
|
1919
|
+
@samsung_pay = samsung_pay
|
1919
1920
|
@satispay = satispay
|
1920
1921
|
@sepa_debit = sepa_debit
|
1921
|
-
@shopeepay = shopeepay
|
1922
1922
|
@sofort = sofort
|
1923
1923
|
@swish = swish
|
1924
1924
|
@twint = twint
|
@@ -2303,7 +2303,7 @@ module Stripe
|
|
2303
2303
|
end
|
2304
2304
|
end
|
2305
2305
|
|
2306
|
-
class
|
2306
|
+
class Grabpay < Stripe::RequestParams
|
2307
2307
|
class DisplayPreference < Stripe::RequestParams
|
2308
2308
|
# The account's preference for whether or not to display this payment method.
|
2309
2309
|
attr_accessor :preference
|
@@ -2320,7 +2320,7 @@ module Stripe
|
|
2320
2320
|
end
|
2321
2321
|
end
|
2322
2322
|
|
2323
|
-
class
|
2323
|
+
class Ideal < Stripe::RequestParams
|
2324
2324
|
class DisplayPreference < Stripe::RequestParams
|
2325
2325
|
# The account's preference for whether or not to display this payment method.
|
2326
2326
|
attr_accessor :preference
|
@@ -2337,7 +2337,7 @@ module Stripe
|
|
2337
2337
|
end
|
2338
2338
|
end
|
2339
2339
|
|
2340
|
-
class
|
2340
|
+
class Jcb < Stripe::RequestParams
|
2341
2341
|
class DisplayPreference < Stripe::RequestParams
|
2342
2342
|
# The account's preference for whether or not to display this payment method.
|
2343
2343
|
attr_accessor :preference
|
@@ -2354,7 +2354,7 @@ module Stripe
|
|
2354
2354
|
end
|
2355
2355
|
end
|
2356
2356
|
|
2357
|
-
class
|
2357
|
+
class KakaoPay < Stripe::RequestParams
|
2358
2358
|
class DisplayPreference < Stripe::RequestParams
|
2359
2359
|
# The account's preference for whether or not to display this payment method.
|
2360
2360
|
attr_accessor :preference
|
@@ -2371,7 +2371,7 @@ module Stripe
|
|
2371
2371
|
end
|
2372
2372
|
end
|
2373
2373
|
|
2374
|
-
class
|
2374
|
+
class Klarna < Stripe::RequestParams
|
2375
2375
|
class DisplayPreference < Stripe::RequestParams
|
2376
2376
|
# The account's preference for whether or not to display this payment method.
|
2377
2377
|
attr_accessor :preference
|
@@ -2388,7 +2388,7 @@ module Stripe
|
|
2388
2388
|
end
|
2389
2389
|
end
|
2390
2390
|
|
2391
|
-
class
|
2391
|
+
class Konbini < Stripe::RequestParams
|
2392
2392
|
class DisplayPreference < Stripe::RequestParams
|
2393
2393
|
# The account's preference for whether or not to display this payment method.
|
2394
2394
|
attr_accessor :preference
|
@@ -2405,7 +2405,7 @@ module Stripe
|
|
2405
2405
|
end
|
2406
2406
|
end
|
2407
2407
|
|
2408
|
-
class
|
2408
|
+
class KrCard < Stripe::RequestParams
|
2409
2409
|
class DisplayPreference < Stripe::RequestParams
|
2410
2410
|
# The account's preference for whether or not to display this payment method.
|
2411
2411
|
attr_accessor :preference
|
@@ -2473,7 +2473,7 @@ module Stripe
|
|
2473
2473
|
end
|
2474
2474
|
end
|
2475
2475
|
|
2476
|
-
class
|
2476
|
+
class NaverPay < Stripe::RequestParams
|
2477
2477
|
class DisplayPreference < Stripe::RequestParams
|
2478
2478
|
# The account's preference for whether or not to display this payment method.
|
2479
2479
|
attr_accessor :preference
|
@@ -2490,7 +2490,7 @@ module Stripe
|
|
2490
2490
|
end
|
2491
2491
|
end
|
2492
2492
|
|
2493
|
-
class
|
2493
|
+
class NzBankAccount < Stripe::RequestParams
|
2494
2494
|
class DisplayPreference < Stripe::RequestParams
|
2495
2495
|
# The account's preference for whether or not to display this payment method.
|
2496
2496
|
attr_accessor :preference
|
@@ -2507,7 +2507,7 @@ module Stripe
|
|
2507
2507
|
end
|
2508
2508
|
end
|
2509
2509
|
|
2510
|
-
class
|
2510
|
+
class Oxxo < Stripe::RequestParams
|
2511
2511
|
class DisplayPreference < Stripe::RequestParams
|
2512
2512
|
# The account's preference for whether or not to display this payment method.
|
2513
2513
|
attr_accessor :preference
|
@@ -2524,7 +2524,7 @@ module Stripe
|
|
2524
2524
|
end
|
2525
2525
|
end
|
2526
2526
|
|
2527
|
-
class
|
2527
|
+
class P24 < Stripe::RequestParams
|
2528
2528
|
class DisplayPreference < Stripe::RequestParams
|
2529
2529
|
# The account's preference for whether or not to display this payment method.
|
2530
2530
|
attr_accessor :preference
|
@@ -2541,7 +2541,7 @@ module Stripe
|
|
2541
2541
|
end
|
2542
2542
|
end
|
2543
2543
|
|
2544
|
-
class
|
2544
|
+
class PayByBank < Stripe::RequestParams
|
2545
2545
|
class DisplayPreference < Stripe::RequestParams
|
2546
2546
|
# The account's preference for whether or not to display this payment method.
|
2547
2547
|
attr_accessor :preference
|
@@ -2558,7 +2558,7 @@ module Stripe
|
|
2558
2558
|
end
|
2559
2559
|
end
|
2560
2560
|
|
2561
|
-
class
|
2561
|
+
class Payco < Stripe::RequestParams
|
2562
2562
|
class DisplayPreference < Stripe::RequestParams
|
2563
2563
|
# The account's preference for whether or not to display this payment method.
|
2564
2564
|
attr_accessor :preference
|
@@ -2575,7 +2575,7 @@ module Stripe
|
|
2575
2575
|
end
|
2576
2576
|
end
|
2577
2577
|
|
2578
|
-
class
|
2578
|
+
class Paynow < Stripe::RequestParams
|
2579
2579
|
class DisplayPreference < Stripe::RequestParams
|
2580
2580
|
# The account's preference for whether or not to display this payment method.
|
2581
2581
|
attr_accessor :preference
|
@@ -2592,7 +2592,7 @@ module Stripe
|
|
2592
2592
|
end
|
2593
2593
|
end
|
2594
2594
|
|
2595
|
-
class
|
2595
|
+
class Paypal < Stripe::RequestParams
|
2596
2596
|
class DisplayPreference < Stripe::RequestParams
|
2597
2597
|
# The account's preference for whether or not to display this payment method.
|
2598
2598
|
attr_accessor :preference
|
@@ -2609,7 +2609,7 @@ module Stripe
|
|
2609
2609
|
end
|
2610
2610
|
end
|
2611
2611
|
|
2612
|
-
class
|
2612
|
+
class Pix < Stripe::RequestParams
|
2613
2613
|
class DisplayPreference < Stripe::RequestParams
|
2614
2614
|
# The account's preference for whether or not to display this payment method.
|
2615
2615
|
attr_accessor :preference
|
@@ -2626,7 +2626,7 @@ module Stripe
|
|
2626
2626
|
end
|
2627
2627
|
end
|
2628
2628
|
|
2629
|
-
class
|
2629
|
+
class Promptpay < Stripe::RequestParams
|
2630
2630
|
class DisplayPreference < Stripe::RequestParams
|
2631
2631
|
# The account's preference for whether or not to display this payment method.
|
2632
2632
|
attr_accessor :preference
|
@@ -2660,7 +2660,7 @@ module Stripe
|
|
2660
2660
|
end
|
2661
2661
|
end
|
2662
2662
|
|
2663
|
-
class
|
2663
|
+
class SamsungPay < Stripe::RequestParams
|
2664
2664
|
class DisplayPreference < Stripe::RequestParams
|
2665
2665
|
# The account's preference for whether or not to display this payment method.
|
2666
2666
|
attr_accessor :preference
|
@@ -2677,7 +2677,7 @@ module Stripe
|
|
2677
2677
|
end
|
2678
2678
|
end
|
2679
2679
|
|
2680
|
-
class
|
2680
|
+
class Satispay < Stripe::RequestParams
|
2681
2681
|
class DisplayPreference < Stripe::RequestParams
|
2682
2682
|
# The account's preference for whether or not to display this payment method.
|
2683
2683
|
attr_accessor :preference
|
@@ -2694,7 +2694,7 @@ module Stripe
|
|
2694
2694
|
end
|
2695
2695
|
end
|
2696
2696
|
|
2697
|
-
class
|
2697
|
+
class SepaDebit < Stripe::RequestParams
|
2698
2698
|
class DisplayPreference < Stripe::RequestParams
|
2699
2699
|
# The account's preference for whether or not to display this payment method.
|
2700
2700
|
attr_accessor :preference
|
@@ -2826,7 +2826,7 @@ module Stripe
|
|
2826
2826
|
attr_accessor :alma
|
2827
2827
|
# Amazon Pay is a wallet payment method that lets your customers check out the same way as on Amazon.
|
2828
2828
|
attr_accessor :amazon_pay
|
2829
|
-
# Stripe users can accept [Apple Pay](/payments/apple-pay) in iOS applications in iOS 9 and later, and on the web in Safari starting with iOS 10 or macOS Sierra. There are no additional fees to process Apple Pay payments, and the [pricing](/pricing) is the same as other card transactions. Check this [page](https://stripe.com/docs/apple-pay) for more details.
|
2829
|
+
# Stripe users can accept [Apple Pay](https://stripe.com/payments/apple-pay) in iOS applications in iOS 9 and later, and on the web in Safari starting with iOS 10 or macOS Sierra. There are no additional fees to process Apple Pay payments, and the [pricing](https://stripe.com/pricing) is the same as other card transactions. Check this [page](https://stripe.com/docs/apple-pay) for more details.
|
2830
2830
|
attr_accessor :apple_pay
|
2831
2831
|
# Apple Pay Later, a payment method for customers to buy now and pay later, gives your customers a way to split purchases into four installments across six weeks.
|
2832
2832
|
attr_accessor :apple_pay_later
|
@@ -2860,20 +2860,20 @@ module Stripe
|
|
2860
2860
|
attr_accessor :giropay
|
2861
2861
|
# 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
2862
|
attr_accessor :google_pay
|
2863
|
-
# 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.
|
2864
|
-
attr_accessor :gopay
|
2865
2863
|
# 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.
|
2866
2864
|
attr_accessor :grabpay
|
2867
|
-
# Stripe users in Indonesia can receive bank transfers from customers in Indonesia. Bank transfers are a popular B2C and B2B payment method in Indonesia.
|
2868
|
-
attr_accessor :id_bank_transfer
|
2869
2865
|
# 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.
|
2870
2866
|
attr_accessor :ideal
|
2871
2867
|
# 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.
|
2872
2868
|
attr_accessor :jcb
|
2869
|
+
# Kakao Pay is a popular local wallet available in South Korea.
|
2870
|
+
attr_accessor :kakao_pay
|
2873
2871
|
# Klarna gives customers a range of [payment options](https://stripe.com/docs/payments/klarna#payment-options) during checkout. Available payment options vary depending on the customer's billing address and the transaction amount. These payment options make it convenient for customers to purchase items in all price ranges. Check this [page](https://stripe.com/docs/payments/klarna) for more details.
|
2874
2872
|
attr_accessor :klarna
|
2875
2873
|
# Konbini allows customers in Japan to pay for bills and online purchases at convenience stores with cash. Check this [page](https://stripe.com/docs/payments/konbini) for more details.
|
2876
2874
|
attr_accessor :konbini
|
2875
|
+
# Korean cards let users pay using locally issued cards from South Korea.
|
2876
|
+
attr_accessor :kr_card
|
2877
2877
|
# [Link](https://stripe.com/docs/payments/link) is a payment method network. With Link, users save their payment details once, then reuse that information to pay with one click for any business on the network.
|
2878
2878
|
attr_accessor :link
|
2879
2879
|
# MobilePay is a [single-use](https://stripe.com/docs/payments/payment-methods#usage) card wallet payment method used in Denmark and Finland. It allows customers to [authenticate and approve](https://stripe.com/docs/payments/payment-methods#customer-actions) payments using the MobilePay app. Check this [page](https://stripe.com/docs/payments/mobilepay) for more details.
|
@@ -2882,6 +2882,8 @@ module Stripe
|
|
2882
2882
|
attr_accessor :multibanco
|
2883
2883
|
# Configuration name.
|
2884
2884
|
attr_accessor :name
|
2885
|
+
# Naver Pay is a popular local wallet available in South Korea.
|
2886
|
+
attr_accessor :naver_pay
|
2885
2887
|
# Stripe users in New Zealand can accept Bulk Electronic Clearing System (BECS) direct debit payments from customers with a New Zeland bank account. Check this [page](https://stripe.com/docs/payments/nz-bank-account) for more details.
|
2886
2888
|
attr_accessor :nz_bank_account
|
2887
2889
|
# OXXO is a Mexican chain of convenience stores with thousands of locations across Latin America and represents nearly 20% of online transactions in Mexico. OXXO allows customers to pay bills and online purchases in-store with cash. Check this [page](https://stripe.com/docs/payments/oxxo) for more details.
|
@@ -2890,26 +2892,24 @@ module Stripe
|
|
2890
2892
|
attr_accessor :p24
|
2891
2893
|
# Pay by bank is a redirect payment method backed by bank transfers. A customer is redirected to their bank to authorize a bank transfer for a given amount. This removes a lot of the error risks inherent in waiting for the customer to initiate a transfer themselves, and is less expensive than card payments.
|
2892
2894
|
attr_accessor :pay_by_bank
|
2895
|
+
# PAYCO is a [single-use](https://docs.stripe.com/payments/payment-methods#usage local wallet available in South Korea.
|
2896
|
+
attr_accessor :payco
|
2893
2897
|
# PayNow is a Singapore-based payment method that allows customers to make a payment using their preferred app from participating banks and participating non-bank financial institutions. Check this [page](https://stripe.com/docs/payments/paynow) for more details.
|
2894
2898
|
attr_accessor :paynow
|
2895
2899
|
# 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.
|
2896
2900
|
attr_accessor :paypal
|
2897
|
-
# 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.
|
2898
|
-
attr_accessor :payto
|
2899
2901
|
# 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.
|
2900
2902
|
attr_accessor :pix
|
2901
2903
|
# 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.
|
2902
2904
|
attr_accessor :promptpay
|
2903
|
-
# 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.
|
2904
|
-
attr_accessor :qris
|
2905
2905
|
# 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
2906
|
attr_accessor :revolut_pay
|
2907
|
+
# Samsung Pay is a [single-use](https://docs.stripe.com/payments/payment-methods#usage local wallet available in South Korea.
|
2908
|
+
attr_accessor :samsung_pay
|
2907
2909
|
# Satispay is a [single-use](https://docs.stripe.com/payments/payment-methods#usage) payment method where customers are required to [authenticate](/payments/payment-methods#customer-actions) their payment. Customers pay by being redirected from your website or app, authorizing the payment with Satispay, then returning to your website or app. You get [immediate notification](/payments/payment-methods#payment-notification) of whether the payment succeeded or failed.
|
2908
2910
|
attr_accessor :satispay
|
2909
2911
|
# 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.
|
2910
2912
|
attr_accessor :sepa_debit
|
2911
|
-
# 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.
|
2912
|
-
attr_accessor :shopeepay
|
2913
2913
|
# 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
2914
|
attr_accessor :sofort
|
2915
2915
|
# 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,31 +2948,31 @@ module Stripe
|
|
2948
2948
|
fpx: nil,
|
2949
2949
|
giropay: nil,
|
2950
2950
|
google_pay: nil,
|
2951
|
-
gopay: nil,
|
2952
2951
|
grabpay: nil,
|
2953
|
-
id_bank_transfer: nil,
|
2954
2952
|
ideal: nil,
|
2955
2953
|
jcb: nil,
|
2954
|
+
kakao_pay: nil,
|
2956
2955
|
klarna: nil,
|
2957
2956
|
konbini: nil,
|
2957
|
+
kr_card: nil,
|
2958
2958
|
link: nil,
|
2959
2959
|
mobilepay: nil,
|
2960
2960
|
multibanco: nil,
|
2961
2961
|
name: nil,
|
2962
|
+
naver_pay: nil,
|
2962
2963
|
nz_bank_account: nil,
|
2963
2964
|
oxxo: nil,
|
2964
2965
|
p24: nil,
|
2965
2966
|
pay_by_bank: nil,
|
2967
|
+
payco: nil,
|
2966
2968
|
paynow: nil,
|
2967
2969
|
paypal: nil,
|
2968
|
-
payto: nil,
|
2969
2970
|
pix: nil,
|
2970
2971
|
promptpay: nil,
|
2971
|
-
qris: nil,
|
2972
2972
|
revolut_pay: nil,
|
2973
|
+
samsung_pay: nil,
|
2973
2974
|
satispay: nil,
|
2974
2975
|
sepa_debit: nil,
|
2975
|
-
shopeepay: nil,
|
2976
2976
|
sofort: nil,
|
2977
2977
|
swish: nil,
|
2978
2978
|
twint: nil,
|
@@ -3004,31 +3004,31 @@ module Stripe
|
|
3004
3004
|
@fpx = fpx
|
3005
3005
|
@giropay = giropay
|
3006
3006
|
@google_pay = google_pay
|
3007
|
-
@gopay = gopay
|
3008
3007
|
@grabpay = grabpay
|
3009
|
-
@id_bank_transfer = id_bank_transfer
|
3010
3008
|
@ideal = ideal
|
3011
3009
|
@jcb = jcb
|
3010
|
+
@kakao_pay = kakao_pay
|
3012
3011
|
@klarna = klarna
|
3013
3012
|
@konbini = konbini
|
3013
|
+
@kr_card = kr_card
|
3014
3014
|
@link = link
|
3015
3015
|
@mobilepay = mobilepay
|
3016
3016
|
@multibanco = multibanco
|
3017
3017
|
@name = name
|
3018
|
+
@naver_pay = naver_pay
|
3018
3019
|
@nz_bank_account = nz_bank_account
|
3019
3020
|
@oxxo = oxxo
|
3020
3021
|
@p24 = p24
|
3021
3022
|
@pay_by_bank = pay_by_bank
|
3023
|
+
@payco = payco
|
3022
3024
|
@paynow = paynow
|
3023
3025
|
@paypal = paypal
|
3024
|
-
@payto = payto
|
3025
3026
|
@pix = pix
|
3026
3027
|
@promptpay = promptpay
|
3027
|
-
@qris = qris
|
3028
3028
|
@revolut_pay = revolut_pay
|
3029
|
+
@samsung_pay = samsung_pay
|
3029
3030
|
@satispay = satispay
|
3030
3031
|
@sepa_debit = sepa_debit
|
3031
|
-
@shopeepay = shopeepay
|
3032
3032
|
@sofort = sofort
|
3033
3033
|
@swish = swish
|
3034
3034
|
@twint = twint
|
@@ -3083,24 +3083,24 @@ module Stripe
|
|
3083
3083
|
attr_reader :giropay
|
3084
3084
|
# Attribute for field google_pay
|
3085
3085
|
attr_reader :google_pay
|
3086
|
-
# Attribute for field gopay
|
3087
|
-
attr_reader :gopay
|
3088
3086
|
# Attribute for field grabpay
|
3089
3087
|
attr_reader :grabpay
|
3090
3088
|
# Unique identifier for the object.
|
3091
3089
|
attr_reader :id
|
3092
|
-
# Attribute for field id_bank_transfer
|
3093
|
-
attr_reader :id_bank_transfer
|
3094
3090
|
# Attribute for field ideal
|
3095
3091
|
attr_reader :ideal
|
3096
3092
|
# The default configuration is used whenever a payment method configuration is not specified.
|
3097
3093
|
attr_reader :is_default
|
3098
3094
|
# Attribute for field jcb
|
3099
3095
|
attr_reader :jcb
|
3096
|
+
# Attribute for field kakao_pay
|
3097
|
+
attr_reader :kakao_pay
|
3100
3098
|
# Attribute for field klarna
|
3101
3099
|
attr_reader :klarna
|
3102
3100
|
# Attribute for field konbini
|
3103
3101
|
attr_reader :konbini
|
3102
|
+
# Attribute for field kr_card
|
3103
|
+
attr_reader :kr_card
|
3104
3104
|
# Attribute for field link
|
3105
3105
|
attr_reader :link
|
3106
3106
|
# Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
@@ -3111,6 +3111,8 @@ module Stripe
|
|
3111
3111
|
attr_reader :multibanco
|
3112
3112
|
# The configuration's name.
|
3113
3113
|
attr_reader :name
|
3114
|
+
# Attribute for field naver_pay
|
3115
|
+
attr_reader :naver_pay
|
3114
3116
|
# Attribute for field nz_bank_account
|
3115
3117
|
attr_reader :nz_bank_account
|
3116
3118
|
# String representing the object's type. Objects of the same type share the same value.
|
@@ -3123,26 +3125,24 @@ module Stripe
|
|
3123
3125
|
attr_reader :parent
|
3124
3126
|
# Attribute for field pay_by_bank
|
3125
3127
|
attr_reader :pay_by_bank
|
3128
|
+
# Attribute for field payco
|
3129
|
+
attr_reader :payco
|
3126
3130
|
# Attribute for field paynow
|
3127
3131
|
attr_reader :paynow
|
3128
3132
|
# Attribute for field paypal
|
3129
3133
|
attr_reader :paypal
|
3130
|
-
# Attribute for field payto
|
3131
|
-
attr_reader :payto
|
3132
3134
|
# Attribute for field pix
|
3133
3135
|
attr_reader :pix
|
3134
3136
|
# Attribute for field promptpay
|
3135
3137
|
attr_reader :promptpay
|
3136
|
-
# Attribute for field qris
|
3137
|
-
attr_reader :qris
|
3138
3138
|
# Attribute for field revolut_pay
|
3139
3139
|
attr_reader :revolut_pay
|
3140
|
+
# Attribute for field samsung_pay
|
3141
|
+
attr_reader :samsung_pay
|
3140
3142
|
# Attribute for field satispay
|
3141
3143
|
attr_reader :satispay
|
3142
3144
|
# Attribute for field sepa_debit
|
3143
3145
|
attr_reader :sepa_debit
|
3144
|
-
# Attribute for field shopeepay
|
3145
|
-
attr_reader :shopeepay
|
3146
3146
|
# Attribute for field sofort
|
3147
3147
|
attr_reader :sofort
|
3148
3148
|
# Attribute for field swish
|