stripe 14.1.0.pre.beta.1 → 15.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +689 -1512
- data/OPENAPI_VERSION +1 -1
- data/README.md +3 -3
- data/VERSION +1 -1
- data/lib/stripe/api_operations/save.rb +2 -1
- data/lib/stripe/api_operations/singleton_save.rb +2 -1
- data/lib/stripe/api_requestor.rb +3 -29
- data/lib/stripe/api_resource.rb +10 -3
- data/lib/stripe/api_version.rb +1 -1
- data/lib/stripe/errors.rb +0 -54
- data/lib/stripe/event_types.rb +0 -75
- data/lib/stripe/object_types.rb +0 -48
- data/lib/stripe/request_options.rb +2 -1
- data/lib/stripe/resources/account.rb +1 -653
- data/lib/stripe/resources/account_session.rb +1 -247
- 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 +0 -6
- data/lib/stripe/resources/card.rb +0 -2
- data/lib/stripe/resources/cash_balance.rb +0 -2
- data/lib/stripe/resources/charge.rb +0 -1454
- data/lib/stripe/resources/checkout/session.rb +4 -260
- data/lib/stripe/resources/confirmation_token.rb +0 -234
- data/lib/stripe/resources/coupon.rb +1 -1
- data/lib/stripe/resources/credit_note.rb +0 -10
- data/lib/stripe/resources/credit_note_line_item.rb +0 -9
- data/lib/stripe/resources/customer.rb +0 -2
- data/lib/stripe/resources/customer_balance_transaction.rb +0 -2
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +0 -2
- data/lib/stripe/resources/customer_session.rb +1 -6
- data/lib/stripe/resources/discount.rb +0 -2
- data/lib/stripe/resources/event.rb +0 -33
- 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_session.rb +0 -10
- data/lib/stripe/resources/invoice.rb +16 -1176
- data/lib/stripe/resources/invoice_item.rb +2 -78
- data/lib/stripe/resources/invoice_line_item.rb +1 -55
- data/lib/stripe/resources/invoice_payment.rb +53 -2
- data/lib/stripe/resources/issuing/cardholder.rb +1 -2
- 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 +307 -5109
- data/lib/stripe/resources/payment_method.rb +1 -196
- data/lib/stripe/resources/payment_method_configuration.rb +0 -295
- data/lib/stripe/resources/payout.rb +0 -6
- data/lib/stripe/resources/price.rb +0 -30
- data/lib/stripe/resources/product.rb +0 -59
- data/lib/stripe/resources/promotion_code.rb +0 -10
- data/lib/stripe/resources/quote.rb +6 -2042
- data/lib/stripe/resources/refund.rb +0 -9
- data/lib/stripe/resources/setup_attempt.rb +0 -21
- data/lib/stripe/resources/setup_intent.rb +9 -596
- data/lib/stripe/resources/source.rb +1 -30
- data/lib/stripe/resources/subscription.rb +9 -292
- data/lib/stripe/resources/subscription_item.rb +3 -84
- data/lib/stripe/resources/subscription_schedule.rb +10 -1007
- data/lib/stripe/resources/tax_id.rb +2 -12
- data/lib/stripe/resources/terminal/reader.rb +0 -406
- 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.rb +0 -85
- data/lib/stripe/services/account_service.rb +1 -562
- data/lib/stripe/services/account_session_service.rb +1 -217
- 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 +0 -1334
- data/lib/stripe/services/checkout/session_service.rb +2 -172
- data/lib/stripe/services/credit_note_service.rb +0 -4
- data/lib/stripe/services/customer_session_service.rb +1 -4
- 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 +0 -8
- data/lib/stripe/services/invoice_item_service.rb +2 -74
- data/lib/stripe/services/invoice_line_item_service.rb +1 -33
- data/lib/stripe/services/invoice_payment_service.rb +33 -5
- data/lib/stripe/services/invoice_service.rb +17 -1088
- data/lib/stripe/services/issuing/cardholder_service.rb +1 -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 +264 -4637
- data/lib/stripe/services/payment_method_configuration_service.rb +0 -210
- data/lib/stripe/services/payment_method_service.rb +1 -126
- data/lib/stripe/services/payout_service.rb +0 -4
- data/lib/stripe/services/price_service.rb +0 -19
- data/lib/stripe/services/product_service.rb +0 -38
- data/lib/stripe/services/promotion_code_service.rb +0 -8
- data/lib/stripe/services/quote_service.rb +7 -1726
- data/lib/stripe/services/setup_intent_service.rb +9 -556
- data/lib/stripe/services/subscription_item_service.rb +3 -75
- data/lib/stripe/services/subscription_schedule_service.rb +10 -911
- data/lib/stripe/services/subscription_service.rb +9 -253
- data/lib/stripe/services/tax_id_service.rb +2 -8
- data/lib/stripe/services/tax_service.rb +1 -3
- data/lib/stripe/services/terminal/reader_service.rb +0 -180
- data/lib/stripe/services/terminal_service.rb +1 -2
- data/lib/stripe/services/test_helpers/confirmation_token_service.rb +0 -148
- data/lib/stripe/services/test_helpers/terminal/reader_service.rb +0 -43
- 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/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 -10
- data/lib/stripe/services/v2/core/event_service.rb +5 -3
- data/lib/stripe/services/v2/core_service.rb +1 -4
- data/lib/stripe/services/v2_services.rb +2 -4
- data/lib/stripe/services.rb +0 -49
- data/lib/stripe/stripe_configuration.rb +1 -3
- data/lib/stripe/stripe_object.rb +14 -4
- data/lib/stripe/util.rb +12 -7
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +0 -55
- data/rbi/stripe/resources/account.rbi +4840 -0
- data/rbi/stripe/resources/account_link.rbi +74 -0
- data/rbi/stripe/resources/account_session.rbi +894 -0
- data/rbi/stripe/resources/apple_pay_domain.rbi +90 -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 +180 -0
- data/rbi/stripe/resources/balance_transaction.rbi +144 -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 +2054 -0
- data/rbi/stripe/resources/checkout/session.rbi +3951 -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 +1793 -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 +252 -0
- data/rbi/stripe/resources/credit_note.rbi +747 -0
- data/rbi/stripe/resources/credit_note_line_item.rbi +101 -0
- data/rbi/stripe/resources/customer.rbi +1009 -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 +146 -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 +351 -0
- data/rbi/stripe/resources/identity/verification_session.rbi +517 -0
- data/rbi/stripe/resources/invoice.rbi +3733 -0
- data/rbi/stripe/resources/invoice_item.rbi +475 -0
- data/rbi/stripe/resources/invoice_line_item.rbi +432 -0
- data/rbi/stripe/resources/invoice_payment.rbi +114 -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 +18 -0
- data/rbi/stripe/resources/mandate.rbi +187 -0
- data/rbi/stripe/resources/payment_intent.rbi +9731 -0
- data/rbi/stripe/resources/payment_link.rbi +1801 -0
- data/rbi/stripe/resources/payment_method.rbi +1822 -0
- data/rbi/stripe/resources/payment_method_configuration.rbi +3154 -0
- data/rbi/stripe/resources/payment_method_domain.rbi +212 -0
- data/rbi/stripe/resources/payout.rbi +300 -0
- data/rbi/stripe/resources/person.rbi +371 -0
- data/rbi/stripe/resources/plan.rbi +373 -0
- data/rbi/stripe/resources/price.rbi +694 -0
- data/rbi/stripe/resources/product.rbi +557 -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 +1123 -0
- data/rbi/stripe/resources/radar/early_fraud_warning.rbi +98 -0
- data/rbi/stripe/resources/radar/value_list.rbi +170 -0
- data/rbi/stripe/resources/radar/value_list_item.rbi +131 -0
- data/rbi/stripe/resources/refund.rbi +516 -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 +3860 -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 +1964 -0
- data/rbi/stripe/resources/subscription_item.rbi +370 -0
- data/rbi/stripe/resources/subscription_schedule.rbi +1495 -0
- data/rbi/stripe/resources/tax/calculation.rbi +474 -0
- data/rbi/stripe/resources/tax/calculation_line_item.rbi +88 -0
- data/rbi/stripe/resources/tax/registration.rbi +2485 -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 +167 -0
- data/rbi/stripe/resources/tax_rate.rbi +239 -0
- data/rbi/stripe/resources/terminal/configuration.rbi +1388 -0
- data/rbi/stripe/resources/terminal/connection_token.rbi +37 -0
- data/rbi/stripe/resources/terminal/location.rbi +224 -0
- data/rbi/stripe/resources/terminal/reader.rbi +587 -0
- data/rbi/stripe/resources/test_helpers/test_clock.rbi +134 -0
- data/rbi/stripe/resources/token.rbi +1217 -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 +170 -0
- data/rbi/stripe/services/account_capability_service.rbi +51 -0
- data/rbi/stripe/services/account_external_account_service.rbi +306 -0
- 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 +923 -0
- data/rbi/stripe/services/account_service.rbi +4143 -0
- data/rbi/stripe/services/account_session_service.rbi +572 -0
- data/rbi/stripe/services/apple_pay_domain_service.rbi +78 -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 +2585 -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 +196 -0
- data/{lib/stripe/services/quote_preview_subscription_schedule_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 +416 -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 +651 -0
- data/rbi/stripe/services/customer_session_service.rbi +116 -0
- data/rbi/stripe/services/customer_tax_id_service.rbi +72 -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 +368 -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 +2920 -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 +7759 -0
- data/{lib/stripe/services/quote_line_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 +2211 -0
- data/rbi/stripe/services/payment_method_domain_service.rbi +112 -0
- data/rbi/stripe/services/payment_method_service.rbi +840 -0
- data/rbi/stripe/services/payout_service.rbi +205 -0
- data/rbi/stripe/services/plan_service.rbi +284 -0
- data/rbi/stripe/services/price_service.rbi +546 -0
- data/rbi/stripe/services/product_feature_service.rbi +69 -0
- data/rbi/stripe/services/product_service.rbi +479 -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 +111 -0
- data/rbi/stripe/services/radar/value_list_service.rbi +143 -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 +3596 -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_preview_invoice_service.rb → rbi/stripe/services/source_transaction_service.rbi} +16 -20
- data/rbi/stripe/services/subscription_item_service.rbi +324 -0
- data/rbi/stripe/services/subscription_schedule_service.rbi +1192 -0
- data/rbi/stripe/services/subscription_service.rbi +1596 -0
- data/rbi/stripe/services/tax/calculation_line_item_service.rbi +33 -0
- data/rbi/stripe/services/tax/calculation_service.rbi +230 -0
- data/rbi/stripe/services/tax/registration_service.rbi +1689 -0
- data/rbi/stripe/services/tax/settings_service.rbi +93 -0
- data/{lib/stripe/services/financial_connections/account_inferred_balance_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 +112 -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 +1120 -0
- data/rbi/stripe/services/terminal/connection_token_service.rbi +25 -0
- data/rbi/stripe/services/terminal/location_service.rbi +184 -0
- data/rbi/stripe/services/terminal/reader_service.rbi +344 -0
- data/rbi/stripe/services/terminal_service.rbi +12 -0
- data/rbi/stripe/services/test_helpers/confirmation_token_service.rbi +746 -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 +62 -0
- data/rbi/stripe/services/test_helpers/terminal_service.rbi +11 -0
- data/rbi/stripe/services/test_helpers/test_clock_service.rbi +92 -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 +1189 -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 +20 -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 +200 -0
- data/rbi/stripe/services/v2/core/event_service.rbi +38 -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 +131 -0
- data/stripe.gemspec +1 -4
- metadata +324 -140
- 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_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_money_management_financial_account_created_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_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_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/request_signing_authenticator.rb +0 -79
- data/lib/stripe/resources/account_notice.rb +0 -123
- data/lib/stripe/resources/balance_settings.rb +0 -101
- 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/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_record.rb +0 -1607
- 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 -337
- 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 -1715
- data/lib/stripe/resources/v2/core/account_link.rb +0 -54
- data/lib/stripe/resources/v2/core/person.rb +0 -272
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +0 -72
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +0 -37
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +0 -18
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +0 -20
- data/lib/stripe/resources/v2/money_management/adjustment.rb +0 -49
- data/lib/stripe/resources/v2/money_management/financial_account.rb +0 -56
- data/lib/stripe/resources/v2/money_management/financial_address.rb +0 -66
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +0 -92
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -127
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +0 -74
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +0 -43
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +0 -115
- data/lib/stripe/resources/v2/money_management/payout_method.rb +0 -73
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +0 -47
- data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -134
- data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -106
- data/lib/stripe/resources/v2/money_management/transaction.rb +0 -76
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +0 -66
- 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/external_account_service.rb +0 -206
- 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/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 -4130
- data/lib/stripe/services/v2/core/accounts/person_service.rb +0 -1040
- 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 -80
- 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 -189274
@@ -29,8 +29,6 @@ module Stripe
|
|
29
29
|
attr_accessor :created
|
30
30
|
# Only return SetupIntents for the customer specified by this customer ID.
|
31
31
|
attr_accessor :customer
|
32
|
-
# Only return SetupIntents for the account specified by this customer ID.
|
33
|
-
attr_accessor :customer_account
|
34
32
|
# A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list.
|
35
33
|
attr_accessor :ending_before
|
36
34
|
# Specifies which fields in the response should be expanded.
|
@@ -46,7 +44,6 @@ module Stripe
|
|
46
44
|
attach_to_self: nil,
|
47
45
|
created: nil,
|
48
46
|
customer: nil,
|
49
|
-
customer_account: nil,
|
50
47
|
ending_before: nil,
|
51
48
|
expand: nil,
|
52
49
|
limit: nil,
|
@@ -56,7 +53,6 @@ module Stripe
|
|
56
53
|
@attach_to_self = attach_to_self
|
57
54
|
@created = created
|
58
55
|
@customer = customer
|
59
|
-
@customer_account = customer_account
|
60
56
|
@ending_before = ending_before
|
61
57
|
@expand = expand
|
62
58
|
@limit = limit
|
@@ -271,21 +267,9 @@ module Stripe
|
|
271
267
|
class Giropay < Stripe::RequestParams
|
272
268
|
end
|
273
269
|
|
274
|
-
class Gopay < Stripe::RequestParams
|
275
|
-
end
|
276
|
-
|
277
270
|
class Grabpay < Stripe::RequestParams
|
278
271
|
end
|
279
272
|
|
280
|
-
class IdBankTransfer < Stripe::RequestParams
|
281
|
-
# Bank where the account is held.
|
282
|
-
attr_accessor :bank
|
283
|
-
|
284
|
-
def initialize(bank: nil)
|
285
|
-
@bank = bank
|
286
|
-
end
|
287
|
-
end
|
288
|
-
|
289
273
|
class Ideal < Stripe::RequestParams
|
290
274
|
# The customer's bank. Only use this parameter for existing customers. Don't use it for new customers.
|
291
275
|
attr_accessor :bank
|
@@ -333,9 +317,6 @@ module Stripe
|
|
333
317
|
class Link < Stripe::RequestParams
|
334
318
|
end
|
335
319
|
|
336
|
-
class MbWay < Stripe::RequestParams
|
337
|
-
end
|
338
|
-
|
339
320
|
class Mobilepay < Stripe::RequestParams
|
340
321
|
end
|
341
322
|
|
@@ -406,30 +387,12 @@ module Stripe
|
|
406
387
|
class Paypal < Stripe::RequestParams
|
407
388
|
end
|
408
389
|
|
409
|
-
class Payto < Stripe::RequestParams
|
410
|
-
# The account number for the bank account.
|
411
|
-
attr_accessor :account_number
|
412
|
-
# Bank-State-Branch number of the bank account.
|
413
|
-
attr_accessor :bsb_number
|
414
|
-
# The PayID alias for the bank account.
|
415
|
-
attr_accessor :pay_id
|
416
|
-
|
417
|
-
def initialize(account_number: nil, bsb_number: nil, pay_id: nil)
|
418
|
-
@account_number = account_number
|
419
|
-
@bsb_number = bsb_number
|
420
|
-
@pay_id = pay_id
|
421
|
-
end
|
422
|
-
end
|
423
|
-
|
424
390
|
class Pix < Stripe::RequestParams
|
425
391
|
end
|
426
392
|
|
427
393
|
class Promptpay < Stripe::RequestParams
|
428
394
|
end
|
429
395
|
|
430
|
-
class Qris < Stripe::RequestParams
|
431
|
-
end
|
432
|
-
|
433
396
|
class RadarOptions < Stripe::RequestParams
|
434
397
|
# A [Radar Session](https://stripe.com/docs/radar/radar-session) is a snapshot of the browser metadata and device details that help Radar make more accurate predictions on your payments.
|
435
398
|
attr_accessor :session
|
@@ -439,29 +402,6 @@ module Stripe
|
|
439
402
|
end
|
440
403
|
end
|
441
404
|
|
442
|
-
class Rechnung < Stripe::RequestParams
|
443
|
-
class Dob < Stripe::RequestParams
|
444
|
-
# The day of birth, between 1 and 31.
|
445
|
-
attr_accessor :day
|
446
|
-
# The month of birth, between 1 and 12.
|
447
|
-
attr_accessor :month
|
448
|
-
# The four-digit year of birth.
|
449
|
-
attr_accessor :year
|
450
|
-
|
451
|
-
def initialize(day: nil, month: nil, year: nil)
|
452
|
-
@day = day
|
453
|
-
@month = month
|
454
|
-
@year = year
|
455
|
-
end
|
456
|
-
end
|
457
|
-
# Customer's date of birth
|
458
|
-
attr_accessor :dob
|
459
|
-
|
460
|
-
def initialize(dob: nil)
|
461
|
-
@dob = dob
|
462
|
-
end
|
463
|
-
end
|
464
|
-
|
465
405
|
class RevolutPay < Stripe::RequestParams
|
466
406
|
end
|
467
407
|
|
@@ -480,9 +420,6 @@ module Stripe
|
|
480
420
|
end
|
481
421
|
end
|
482
422
|
|
483
|
-
class Shopeepay < Stripe::RequestParams
|
484
|
-
end
|
485
|
-
|
486
423
|
class Sofort < Stripe::RequestParams
|
487
424
|
# Two-letter ISO code representing the country the bank account is located in.
|
488
425
|
attr_accessor :country
|
@@ -492,18 +429,6 @@ module Stripe
|
|
492
429
|
end
|
493
430
|
end
|
494
431
|
|
495
|
-
class StripeBalance < Stripe::RequestParams
|
496
|
-
# The connected account ID whose Stripe balance to use as the source of payment
|
497
|
-
attr_accessor :account
|
498
|
-
# The [source_type](https://docs.stripe.com/api/balance/balance_object#balance_object-available-source_types) of the balance
|
499
|
-
attr_accessor :source_type
|
500
|
-
|
501
|
-
def initialize(account: nil, source_type: nil)
|
502
|
-
@account = account
|
503
|
-
@source_type = source_type
|
504
|
-
end
|
505
|
-
end
|
506
|
-
|
507
432
|
class Swish < Stripe::RequestParams
|
508
433
|
end
|
509
434
|
|
@@ -580,12 +505,8 @@ module Stripe
|
|
580
505
|
attr_accessor :fpx
|
581
506
|
# If this is a `giropay` PaymentMethod, this hash contains details about the Giropay payment method.
|
582
507
|
attr_accessor :giropay
|
583
|
-
# If this is a Gopay PaymentMethod, this hash contains details about the Gopay payment method.
|
584
|
-
attr_accessor :gopay
|
585
508
|
# If this is a `grabpay` PaymentMethod, this hash contains details about the GrabPay payment method.
|
586
509
|
attr_accessor :grabpay
|
587
|
-
# If this is an `IdBankTransfer` PaymentMethod, this hash contains details about the IdBankTransfer payment method.
|
588
|
-
attr_accessor :id_bank_transfer
|
589
510
|
# If this is an `ideal` PaymentMethod, this hash contains details about the iDEAL payment method.
|
590
511
|
attr_accessor :ideal
|
591
512
|
# If this is an `interac_present` PaymentMethod, this hash contains details about the Interac Present payment method.
|
@@ -600,8 +521,6 @@ module Stripe
|
|
600
521
|
attr_accessor :kr_card
|
601
522
|
# If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.
|
602
523
|
attr_accessor :link
|
603
|
-
# If this is a MB WAY PaymentMethod, this hash contains details about the MB WAY payment method.
|
604
|
-
attr_accessor :mb_way
|
605
524
|
# Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
606
525
|
attr_accessor :metadata
|
607
526
|
# If this is a `mobilepay` PaymentMethod, this hash contains details about the MobilePay payment method.
|
@@ -624,18 +543,12 @@ module Stripe
|
|
624
543
|
attr_accessor :paynow
|
625
544
|
# If this is a `paypal` PaymentMethod, this hash contains details about the PayPal payment method.
|
626
545
|
attr_accessor :paypal
|
627
|
-
# If this is a `payto` PaymentMethod, this hash contains details about the PayTo payment method.
|
628
|
-
attr_accessor :payto
|
629
546
|
# If this is a `pix` PaymentMethod, this hash contains details about the Pix payment method.
|
630
547
|
attr_accessor :pix
|
631
548
|
# If this is a `promptpay` PaymentMethod, this hash contains details about the PromptPay payment method.
|
632
549
|
attr_accessor :promptpay
|
633
|
-
# If this is a `qris` PaymentMethod, this hash contains details about the QRIS payment method.
|
634
|
-
attr_accessor :qris
|
635
550
|
# Options to configure Radar. See [Radar Session](https://stripe.com/docs/radar/radar-session) for more information.
|
636
551
|
attr_accessor :radar_options
|
637
|
-
# If this is a `rechnung` PaymentMethod, this hash contains details about the Rechnung payment method.
|
638
|
-
attr_accessor :rechnung
|
639
552
|
# If this is a `Revolut Pay` PaymentMethod, this hash contains details about the Revolut Pay payment method.
|
640
553
|
attr_accessor :revolut_pay
|
641
554
|
# If this is a `samsung_pay` PaymentMethod, this hash contains details about the SamsungPay payment method.
|
@@ -644,12 +557,8 @@ module Stripe
|
|
644
557
|
attr_accessor :satispay
|
645
558
|
# If this is a `sepa_debit` PaymentMethod, this hash contains details about the SEPA debit bank account.
|
646
559
|
attr_accessor :sepa_debit
|
647
|
-
# If this is a Shopeepay PaymentMethod, this hash contains details about the Shopeepay payment method.
|
648
|
-
attr_accessor :shopeepay
|
649
560
|
# If this is a `sofort` PaymentMethod, this hash contains details about the SOFORT payment method.
|
650
561
|
attr_accessor :sofort
|
651
|
-
# This hash contains details about the Stripe balance payment method.
|
652
|
-
attr_accessor :stripe_balance
|
653
562
|
# If this is a `swish` PaymentMethod, this hash contains details about the Swish payment method.
|
654
563
|
attr_accessor :swish
|
655
564
|
# If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
|
@@ -683,9 +592,7 @@ module Stripe
|
|
683
592
|
eps: nil,
|
684
593
|
fpx: nil,
|
685
594
|
giropay: nil,
|
686
|
-
gopay: nil,
|
687
595
|
grabpay: nil,
|
688
|
-
id_bank_transfer: nil,
|
689
596
|
ideal: nil,
|
690
597
|
interac_present: nil,
|
691
598
|
kakao_pay: nil,
|
@@ -693,7 +600,6 @@ module Stripe
|
|
693
600
|
konbini: nil,
|
694
601
|
kr_card: nil,
|
695
602
|
link: nil,
|
696
|
-
mb_way: nil,
|
697
603
|
metadata: nil,
|
698
604
|
mobilepay: nil,
|
699
605
|
multibanco: nil,
|
@@ -705,19 +611,14 @@ module Stripe
|
|
705
611
|
payco: nil,
|
706
612
|
paynow: nil,
|
707
613
|
paypal: nil,
|
708
|
-
payto: nil,
|
709
614
|
pix: nil,
|
710
615
|
promptpay: nil,
|
711
|
-
qris: nil,
|
712
616
|
radar_options: nil,
|
713
|
-
rechnung: nil,
|
714
617
|
revolut_pay: nil,
|
715
618
|
samsung_pay: nil,
|
716
619
|
satispay: nil,
|
717
620
|
sepa_debit: nil,
|
718
|
-
shopeepay: nil,
|
719
621
|
sofort: nil,
|
720
|
-
stripe_balance: nil,
|
721
622
|
swish: nil,
|
722
623
|
twint: nil,
|
723
624
|
type: nil,
|
@@ -744,9 +645,7 @@ module Stripe
|
|
744
645
|
@eps = eps
|
745
646
|
@fpx = fpx
|
746
647
|
@giropay = giropay
|
747
|
-
@gopay = gopay
|
748
648
|
@grabpay = grabpay
|
749
|
-
@id_bank_transfer = id_bank_transfer
|
750
649
|
@ideal = ideal
|
751
650
|
@interac_present = interac_present
|
752
651
|
@kakao_pay = kakao_pay
|
@@ -754,7 +653,6 @@ module Stripe
|
|
754
653
|
@konbini = konbini
|
755
654
|
@kr_card = kr_card
|
756
655
|
@link = link
|
757
|
-
@mb_way = mb_way
|
758
656
|
@metadata = metadata
|
759
657
|
@mobilepay = mobilepay
|
760
658
|
@multibanco = multibanco
|
@@ -766,19 +664,14 @@ module Stripe
|
|
766
664
|
@payco = payco
|
767
665
|
@paynow = paynow
|
768
666
|
@paypal = paypal
|
769
|
-
@payto = payto
|
770
667
|
@pix = pix
|
771
668
|
@promptpay = promptpay
|
772
|
-
@qris = qris
|
773
669
|
@radar_options = radar_options
|
774
|
-
@rechnung = rechnung
|
775
670
|
@revolut_pay = revolut_pay
|
776
671
|
@samsung_pay = samsung_pay
|
777
672
|
@satispay = satispay
|
778
673
|
@sepa_debit = sepa_debit
|
779
|
-
@shopeepay = shopeepay
|
780
674
|
@sofort = sofort
|
781
|
-
@stripe_balance = stripe_balance
|
782
675
|
@swish = swish
|
783
676
|
@twint = twint
|
784
677
|
@type = type
|
@@ -1014,58 +907,9 @@ module Stripe
|
|
1014
907
|
class Paypal < Stripe::RequestParams
|
1015
908
|
# The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.
|
1016
909
|
attr_accessor :billing_agreement_id
|
1017
|
-
# Attribute for param field currency
|
1018
|
-
attr_accessor :currency
|
1019
|
-
# The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.
|
1020
|
-
attr_accessor :subsellers
|
1021
910
|
|
1022
|
-
def initialize(billing_agreement_id: nil
|
911
|
+
def initialize(billing_agreement_id: nil)
|
1023
912
|
@billing_agreement_id = billing_agreement_id
|
1024
|
-
@currency = currency
|
1025
|
-
@subsellers = subsellers
|
1026
|
-
end
|
1027
|
-
end
|
1028
|
-
|
1029
|
-
class Payto < Stripe::RequestParams
|
1030
|
-
class MandateOptions < Stripe::RequestParams
|
1031
|
-
# Amount that will be collected. It is required when `amount_type` is `fixed`.
|
1032
|
-
attr_accessor :amount
|
1033
|
-
# The type of amount that will be collected. The amount charged must be exact or up to the value of `amount` param for `fixed` or `maximum` type respectively.
|
1034
|
-
attr_accessor :amount_type
|
1035
|
-
# Date, in YYYY-MM-DD format, after which payments will not be collected. Defaults to no end date.
|
1036
|
-
attr_accessor :end_date
|
1037
|
-
# The periodicity at which payments will be collected.
|
1038
|
-
attr_accessor :payment_schedule
|
1039
|
-
# The number of payments that will be made during a payment period. Defaults to 1 except for when `payment_schedule` is `adhoc`. In that case, it defaults to no limit.
|
1040
|
-
attr_accessor :payments_per_period
|
1041
|
-
# The purpose for which payments are made. Defaults to retail.
|
1042
|
-
attr_accessor :purpose
|
1043
|
-
# Date, in YYYY-MM-DD format, from which payments will be collected. Defaults to confirmation time.
|
1044
|
-
attr_accessor :start_date
|
1045
|
-
|
1046
|
-
def initialize(
|
1047
|
-
amount: nil,
|
1048
|
-
amount_type: nil,
|
1049
|
-
end_date: nil,
|
1050
|
-
payment_schedule: nil,
|
1051
|
-
payments_per_period: nil,
|
1052
|
-
purpose: nil,
|
1053
|
-
start_date: nil
|
1054
|
-
)
|
1055
|
-
@amount = amount
|
1056
|
-
@amount_type = amount_type
|
1057
|
-
@end_date = end_date
|
1058
|
-
@payment_schedule = payment_schedule
|
1059
|
-
@payments_per_period = payments_per_period
|
1060
|
-
@purpose = purpose
|
1061
|
-
@start_date = start_date
|
1062
|
-
end
|
1063
|
-
end
|
1064
|
-
# Additional fields for Mandate creation.
|
1065
|
-
attr_accessor :mandate_options
|
1066
|
-
|
1067
|
-
def initialize(mandate_options: nil)
|
1068
|
-
@mandate_options = mandate_options
|
1069
913
|
end
|
1070
914
|
end
|
1071
915
|
|
@@ -1091,27 +935,13 @@ module Stripe
|
|
1091
935
|
class Filters < Stripe::RequestParams
|
1092
936
|
# The account subcategories to use to filter for selectable accounts. Valid subcategories are `checking` and `savings`.
|
1093
937
|
attr_accessor :account_subcategories
|
1094
|
-
# ID of the institution to use to filter for selectable accounts.
|
1095
|
-
attr_accessor :institution
|
1096
938
|
|
1097
|
-
def initialize(account_subcategories: nil
|
939
|
+
def initialize(account_subcategories: nil)
|
1098
940
|
@account_subcategories = account_subcategories
|
1099
|
-
@institution = institution
|
1100
|
-
end
|
1101
|
-
end
|
1102
|
-
|
1103
|
-
class ManualEntry < Stripe::RequestParams
|
1104
|
-
# Settings for configuring manual entry of account details.
|
1105
|
-
attr_accessor :mode
|
1106
|
-
|
1107
|
-
def initialize(mode: nil)
|
1108
|
-
@mode = mode
|
1109
941
|
end
|
1110
942
|
end
|
1111
943
|
# Provide filters for the linked accounts that the customer can select for the payment method.
|
1112
944
|
attr_accessor :filters
|
1113
|
-
# Customize manual entry behavior
|
1114
|
-
attr_accessor :manual_entry
|
1115
945
|
# The list of permissions to request. If this parameter is passed, the `payment_method` permission must be included. Valid permissions include: `balances`, `ownership`, `payment_method`, and `transactions`.
|
1116
946
|
attr_accessor :permissions
|
1117
947
|
# List of data features that you would like to retrieve upon account creation.
|
@@ -1119,15 +949,8 @@ module Stripe
|
|
1119
949
|
# For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.
|
1120
950
|
attr_accessor :return_url
|
1121
951
|
|
1122
|
-
def initialize(
|
1123
|
-
filters: nil,
|
1124
|
-
manual_entry: nil,
|
1125
|
-
permissions: nil,
|
1126
|
-
prefetch: nil,
|
1127
|
-
return_url: nil
|
1128
|
-
)
|
952
|
+
def initialize(filters: nil, permissions: nil, prefetch: nil, return_url: nil)
|
1129
953
|
@filters = filters
|
1130
|
-
@manual_entry = manual_entry
|
1131
954
|
@permissions = permissions
|
1132
955
|
@prefetch = prefetch
|
1133
956
|
@return_url = return_url
|
@@ -1186,8 +1009,6 @@ module Stripe
|
|
1186
1009
|
attr_accessor :link
|
1187
1010
|
# If this is a `paypal` PaymentMethod, this sub-hash contains details about the PayPal payment method options.
|
1188
1011
|
attr_accessor :paypal
|
1189
|
-
# If this is a `payto` SetupIntent, this sub-hash contains details about the PayTo payment method options.
|
1190
|
-
attr_accessor :payto
|
1191
1012
|
# If this is a `sepa_debit` SetupIntent, this sub-hash contains details about the SEPA Debit payment method options.
|
1192
1013
|
attr_accessor :sepa_debit
|
1193
1014
|
# If this is a `us_bank_account` SetupIntent, this sub-hash contains details about the US bank account payment method options.
|
@@ -1201,7 +1022,6 @@ module Stripe
|
|
1201
1022
|
card_present: nil,
|
1202
1023
|
link: nil,
|
1203
1024
|
paypal: nil,
|
1204
|
-
payto: nil,
|
1205
1025
|
sepa_debit: nil,
|
1206
1026
|
us_bank_account: nil
|
1207
1027
|
)
|
@@ -1212,7 +1032,6 @@ module Stripe
|
|
1212
1032
|
@card_present = card_present
|
1213
1033
|
@link = link
|
1214
1034
|
@paypal = paypal
|
1215
|
-
@payto = payto
|
1216
1035
|
@sepa_debit = sepa_debit
|
1217
1036
|
@us_bank_account = us_bank_account
|
1218
1037
|
end
|
@@ -1245,10 +1064,6 @@ module Stripe
|
|
1245
1064
|
#
|
1246
1065
|
# If present, the SetupIntent's payment method will be attached to the Customer on successful setup. Payment methods attached to other Customers cannot be used with this SetupIntent.
|
1247
1066
|
attr_accessor :customer
|
1248
|
-
# ID of the Account this SetupIntent belongs to, if one exists.
|
1249
|
-
#
|
1250
|
-
# If present, the SetupIntent's payment method will be attached to the Account on successful setup. Payment methods attached to other Accounts cannot be used with this SetupIntent.
|
1251
|
-
attr_accessor :customer_account
|
1252
1067
|
# An arbitrary string attached to the object. Often useful for displaying to users.
|
1253
1068
|
attr_accessor :description
|
1254
1069
|
# Specifies which fields in the response should be expanded.
|
@@ -1291,7 +1106,6 @@ module Stripe
|
|
1291
1106
|
confirm: nil,
|
1292
1107
|
confirmation_token: nil,
|
1293
1108
|
customer: nil,
|
1294
|
-
customer_account: nil,
|
1295
1109
|
description: nil,
|
1296
1110
|
expand: nil,
|
1297
1111
|
flow_directions: nil,
|
@@ -1313,7 +1127,6 @@ module Stripe
|
|
1313
1127
|
@confirm = confirm
|
1314
1128
|
@confirmation_token = confirmation_token
|
1315
1129
|
@customer = customer
|
1316
|
-
@customer_account = customer_account
|
1317
1130
|
@description = description
|
1318
1131
|
@expand = expand
|
1319
1132
|
@flow_directions = flow_directions
|
@@ -1496,21 +1309,9 @@ module Stripe
|
|
1496
1309
|
class Giropay < Stripe::RequestParams
|
1497
1310
|
end
|
1498
1311
|
|
1499
|
-
class Gopay < Stripe::RequestParams
|
1500
|
-
end
|
1501
|
-
|
1502
1312
|
class Grabpay < Stripe::RequestParams
|
1503
1313
|
end
|
1504
1314
|
|
1505
|
-
class IdBankTransfer < Stripe::RequestParams
|
1506
|
-
# Bank where the account is held.
|
1507
|
-
attr_accessor :bank
|
1508
|
-
|
1509
|
-
def initialize(bank: nil)
|
1510
|
-
@bank = bank
|
1511
|
-
end
|
1512
|
-
end
|
1513
|
-
|
1514
1315
|
class Ideal < Stripe::RequestParams
|
1515
1316
|
# The customer's bank. Only use this parameter for existing customers. Don't use it for new customers.
|
1516
1317
|
attr_accessor :bank
|
@@ -1558,9 +1359,6 @@ module Stripe
|
|
1558
1359
|
class Link < Stripe::RequestParams
|
1559
1360
|
end
|
1560
1361
|
|
1561
|
-
class MbWay < Stripe::RequestParams
|
1562
|
-
end
|
1563
|
-
|
1564
1362
|
class Mobilepay < Stripe::RequestParams
|
1565
1363
|
end
|
1566
1364
|
|
@@ -1631,30 +1429,12 @@ module Stripe
|
|
1631
1429
|
class Paypal < Stripe::RequestParams
|
1632
1430
|
end
|
1633
1431
|
|
1634
|
-
class Payto < Stripe::RequestParams
|
1635
|
-
# The account number for the bank account.
|
1636
|
-
attr_accessor :account_number
|
1637
|
-
# Bank-State-Branch number of the bank account.
|
1638
|
-
attr_accessor :bsb_number
|
1639
|
-
# The PayID alias for the bank account.
|
1640
|
-
attr_accessor :pay_id
|
1641
|
-
|
1642
|
-
def initialize(account_number: nil, bsb_number: nil, pay_id: nil)
|
1643
|
-
@account_number = account_number
|
1644
|
-
@bsb_number = bsb_number
|
1645
|
-
@pay_id = pay_id
|
1646
|
-
end
|
1647
|
-
end
|
1648
|
-
|
1649
1432
|
class Pix < Stripe::RequestParams
|
1650
1433
|
end
|
1651
1434
|
|
1652
1435
|
class Promptpay < Stripe::RequestParams
|
1653
1436
|
end
|
1654
1437
|
|
1655
|
-
class Qris < Stripe::RequestParams
|
1656
|
-
end
|
1657
|
-
|
1658
1438
|
class RadarOptions < Stripe::RequestParams
|
1659
1439
|
# A [Radar Session](https://stripe.com/docs/radar/radar-session) is a snapshot of the browser metadata and device details that help Radar make more accurate predictions on your payments.
|
1660
1440
|
attr_accessor :session
|
@@ -1664,29 +1444,6 @@ module Stripe
|
|
1664
1444
|
end
|
1665
1445
|
end
|
1666
1446
|
|
1667
|
-
class Rechnung < Stripe::RequestParams
|
1668
|
-
class Dob < Stripe::RequestParams
|
1669
|
-
# The day of birth, between 1 and 31.
|
1670
|
-
attr_accessor :day
|
1671
|
-
# The month of birth, between 1 and 12.
|
1672
|
-
attr_accessor :month
|
1673
|
-
# The four-digit year of birth.
|
1674
|
-
attr_accessor :year
|
1675
|
-
|
1676
|
-
def initialize(day: nil, month: nil, year: nil)
|
1677
|
-
@day = day
|
1678
|
-
@month = month
|
1679
|
-
@year = year
|
1680
|
-
end
|
1681
|
-
end
|
1682
|
-
# Customer's date of birth
|
1683
|
-
attr_accessor :dob
|
1684
|
-
|
1685
|
-
def initialize(dob: nil)
|
1686
|
-
@dob = dob
|
1687
|
-
end
|
1688
|
-
end
|
1689
|
-
|
1690
1447
|
class RevolutPay < Stripe::RequestParams
|
1691
1448
|
end
|
1692
1449
|
|
@@ -1705,9 +1462,6 @@ module Stripe
|
|
1705
1462
|
end
|
1706
1463
|
end
|
1707
1464
|
|
1708
|
-
class Shopeepay < Stripe::RequestParams
|
1709
|
-
end
|
1710
|
-
|
1711
1465
|
class Sofort < Stripe::RequestParams
|
1712
1466
|
# Two-letter ISO code representing the country the bank account is located in.
|
1713
1467
|
attr_accessor :country
|
@@ -1717,18 +1471,6 @@ module Stripe
|
|
1717
1471
|
end
|
1718
1472
|
end
|
1719
1473
|
|
1720
|
-
class StripeBalance < Stripe::RequestParams
|
1721
|
-
# The connected account ID whose Stripe balance to use as the source of payment
|
1722
|
-
attr_accessor :account
|
1723
|
-
# The [source_type](https://docs.stripe.com/api/balance/balance_object#balance_object-available-source_types) of the balance
|
1724
|
-
attr_accessor :source_type
|
1725
|
-
|
1726
|
-
def initialize(account: nil, source_type: nil)
|
1727
|
-
@account = account
|
1728
|
-
@source_type = source_type
|
1729
|
-
end
|
1730
|
-
end
|
1731
|
-
|
1732
1474
|
class Swish < Stripe::RequestParams
|
1733
1475
|
end
|
1734
1476
|
|
@@ -1805,12 +1547,8 @@ module Stripe
|
|
1805
1547
|
attr_accessor :fpx
|
1806
1548
|
# If this is a `giropay` PaymentMethod, this hash contains details about the Giropay payment method.
|
1807
1549
|
attr_accessor :giropay
|
1808
|
-
# If this is a Gopay PaymentMethod, this hash contains details about the Gopay payment method.
|
1809
|
-
attr_accessor :gopay
|
1810
1550
|
# If this is a `grabpay` PaymentMethod, this hash contains details about the GrabPay payment method.
|
1811
1551
|
attr_accessor :grabpay
|
1812
|
-
# If this is an `IdBankTransfer` PaymentMethod, this hash contains details about the IdBankTransfer payment method.
|
1813
|
-
attr_accessor :id_bank_transfer
|
1814
1552
|
# If this is an `ideal` PaymentMethod, this hash contains details about the iDEAL payment method.
|
1815
1553
|
attr_accessor :ideal
|
1816
1554
|
# If this is an `interac_present` PaymentMethod, this hash contains details about the Interac Present payment method.
|
@@ -1825,8 +1563,6 @@ module Stripe
|
|
1825
1563
|
attr_accessor :kr_card
|
1826
1564
|
# If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.
|
1827
1565
|
attr_accessor :link
|
1828
|
-
# If this is a MB WAY PaymentMethod, this hash contains details about the MB WAY payment method.
|
1829
|
-
attr_accessor :mb_way
|
1830
1566
|
# Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
1831
1567
|
attr_accessor :metadata
|
1832
1568
|
# If this is a `mobilepay` PaymentMethod, this hash contains details about the MobilePay payment method.
|
@@ -1849,18 +1585,12 @@ module Stripe
|
|
1849
1585
|
attr_accessor :paynow
|
1850
1586
|
# If this is a `paypal` PaymentMethod, this hash contains details about the PayPal payment method.
|
1851
1587
|
attr_accessor :paypal
|
1852
|
-
# If this is a `payto` PaymentMethod, this hash contains details about the PayTo payment method.
|
1853
|
-
attr_accessor :payto
|
1854
1588
|
# If this is a `pix` PaymentMethod, this hash contains details about the Pix payment method.
|
1855
1589
|
attr_accessor :pix
|
1856
1590
|
# If this is a `promptpay` PaymentMethod, this hash contains details about the PromptPay payment method.
|
1857
1591
|
attr_accessor :promptpay
|
1858
|
-
# If this is a `qris` PaymentMethod, this hash contains details about the QRIS payment method.
|
1859
|
-
attr_accessor :qris
|
1860
1592
|
# Options to configure Radar. See [Radar Session](https://stripe.com/docs/radar/radar-session) for more information.
|
1861
1593
|
attr_accessor :radar_options
|
1862
|
-
# If this is a `rechnung` PaymentMethod, this hash contains details about the Rechnung payment method.
|
1863
|
-
attr_accessor :rechnung
|
1864
1594
|
# If this is a `Revolut Pay` PaymentMethod, this hash contains details about the Revolut Pay payment method.
|
1865
1595
|
attr_accessor :revolut_pay
|
1866
1596
|
# If this is a `samsung_pay` PaymentMethod, this hash contains details about the SamsungPay payment method.
|
@@ -1869,12 +1599,8 @@ module Stripe
|
|
1869
1599
|
attr_accessor :satispay
|
1870
1600
|
# If this is a `sepa_debit` PaymentMethod, this hash contains details about the SEPA debit bank account.
|
1871
1601
|
attr_accessor :sepa_debit
|
1872
|
-
# If this is a Shopeepay PaymentMethod, this hash contains details about the Shopeepay payment method.
|
1873
|
-
attr_accessor :shopeepay
|
1874
1602
|
# If this is a `sofort` PaymentMethod, this hash contains details about the SOFORT payment method.
|
1875
1603
|
attr_accessor :sofort
|
1876
|
-
# This hash contains details about the Stripe balance payment method.
|
1877
|
-
attr_accessor :stripe_balance
|
1878
1604
|
# If this is a `swish` PaymentMethod, this hash contains details about the Swish payment method.
|
1879
1605
|
attr_accessor :swish
|
1880
1606
|
# If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
|
@@ -1908,9 +1634,7 @@ module Stripe
|
|
1908
1634
|
eps: nil,
|
1909
1635
|
fpx: nil,
|
1910
1636
|
giropay: nil,
|
1911
|
-
gopay: nil,
|
1912
1637
|
grabpay: nil,
|
1913
|
-
id_bank_transfer: nil,
|
1914
1638
|
ideal: nil,
|
1915
1639
|
interac_present: nil,
|
1916
1640
|
kakao_pay: nil,
|
@@ -1918,7 +1642,6 @@ module Stripe
|
|
1918
1642
|
konbini: nil,
|
1919
1643
|
kr_card: nil,
|
1920
1644
|
link: nil,
|
1921
|
-
mb_way: nil,
|
1922
1645
|
metadata: nil,
|
1923
1646
|
mobilepay: nil,
|
1924
1647
|
multibanco: nil,
|
@@ -1930,19 +1653,14 @@ module Stripe
|
|
1930
1653
|
payco: nil,
|
1931
1654
|
paynow: nil,
|
1932
1655
|
paypal: nil,
|
1933
|
-
payto: nil,
|
1934
1656
|
pix: nil,
|
1935
1657
|
promptpay: nil,
|
1936
|
-
qris: nil,
|
1937
1658
|
radar_options: nil,
|
1938
|
-
rechnung: nil,
|
1939
1659
|
revolut_pay: nil,
|
1940
1660
|
samsung_pay: nil,
|
1941
1661
|
satispay: nil,
|
1942
1662
|
sepa_debit: nil,
|
1943
|
-
shopeepay: nil,
|
1944
1663
|
sofort: nil,
|
1945
|
-
stripe_balance: nil,
|
1946
1664
|
swish: nil,
|
1947
1665
|
twint: nil,
|
1948
1666
|
type: nil,
|
@@ -1969,9 +1687,7 @@ module Stripe
|
|
1969
1687
|
@eps = eps
|
1970
1688
|
@fpx = fpx
|
1971
1689
|
@giropay = giropay
|
1972
|
-
@gopay = gopay
|
1973
1690
|
@grabpay = grabpay
|
1974
|
-
@id_bank_transfer = id_bank_transfer
|
1975
1691
|
@ideal = ideal
|
1976
1692
|
@interac_present = interac_present
|
1977
1693
|
@kakao_pay = kakao_pay
|
@@ -1979,7 +1695,6 @@ module Stripe
|
|
1979
1695
|
@konbini = konbini
|
1980
1696
|
@kr_card = kr_card
|
1981
1697
|
@link = link
|
1982
|
-
@mb_way = mb_way
|
1983
1698
|
@metadata = metadata
|
1984
1699
|
@mobilepay = mobilepay
|
1985
1700
|
@multibanco = multibanco
|
@@ -1991,19 +1706,14 @@ module Stripe
|
|
1991
1706
|
@payco = payco
|
1992
1707
|
@paynow = paynow
|
1993
1708
|
@paypal = paypal
|
1994
|
-
@payto = payto
|
1995
1709
|
@pix = pix
|
1996
1710
|
@promptpay = promptpay
|
1997
|
-
@qris = qris
|
1998
1711
|
@radar_options = radar_options
|
1999
|
-
@rechnung = rechnung
|
2000
1712
|
@revolut_pay = revolut_pay
|
2001
1713
|
@samsung_pay = samsung_pay
|
2002
1714
|
@satispay = satispay
|
2003
1715
|
@sepa_debit = sepa_debit
|
2004
|
-
@shopeepay = shopeepay
|
2005
1716
|
@sofort = sofort
|
2006
|
-
@stripe_balance = stripe_balance
|
2007
1717
|
@swish = swish
|
2008
1718
|
@twint = twint
|
2009
1719
|
@type = type
|
@@ -2239,58 +1949,9 @@ module Stripe
|
|
2239
1949
|
class Paypal < Stripe::RequestParams
|
2240
1950
|
# The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.
|
2241
1951
|
attr_accessor :billing_agreement_id
|
2242
|
-
# Attribute for param field currency
|
2243
|
-
attr_accessor :currency
|
2244
|
-
# The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.
|
2245
|
-
attr_accessor :subsellers
|
2246
1952
|
|
2247
|
-
def initialize(billing_agreement_id: nil
|
1953
|
+
def initialize(billing_agreement_id: nil)
|
2248
1954
|
@billing_agreement_id = billing_agreement_id
|
2249
|
-
@currency = currency
|
2250
|
-
@subsellers = subsellers
|
2251
|
-
end
|
2252
|
-
end
|
2253
|
-
|
2254
|
-
class Payto < Stripe::RequestParams
|
2255
|
-
class MandateOptions < Stripe::RequestParams
|
2256
|
-
# Amount that will be collected. It is required when `amount_type` is `fixed`.
|
2257
|
-
attr_accessor :amount
|
2258
|
-
# The type of amount that will be collected. The amount charged must be exact or up to the value of `amount` param for `fixed` or `maximum` type respectively.
|
2259
|
-
attr_accessor :amount_type
|
2260
|
-
# Date, in YYYY-MM-DD format, after which payments will not be collected. Defaults to no end date.
|
2261
|
-
attr_accessor :end_date
|
2262
|
-
# The periodicity at which payments will be collected.
|
2263
|
-
attr_accessor :payment_schedule
|
2264
|
-
# The number of payments that will be made during a payment period. Defaults to 1 except for when `payment_schedule` is `adhoc`. In that case, it defaults to no limit.
|
2265
|
-
attr_accessor :payments_per_period
|
2266
|
-
# The purpose for which payments are made. Defaults to retail.
|
2267
|
-
attr_accessor :purpose
|
2268
|
-
# Date, in YYYY-MM-DD format, from which payments will be collected. Defaults to confirmation time.
|
2269
|
-
attr_accessor :start_date
|
2270
|
-
|
2271
|
-
def initialize(
|
2272
|
-
amount: nil,
|
2273
|
-
amount_type: nil,
|
2274
|
-
end_date: nil,
|
2275
|
-
payment_schedule: nil,
|
2276
|
-
payments_per_period: nil,
|
2277
|
-
purpose: nil,
|
2278
|
-
start_date: nil
|
2279
|
-
)
|
2280
|
-
@amount = amount
|
2281
|
-
@amount_type = amount_type
|
2282
|
-
@end_date = end_date
|
2283
|
-
@payment_schedule = payment_schedule
|
2284
|
-
@payments_per_period = payments_per_period
|
2285
|
-
@purpose = purpose
|
2286
|
-
@start_date = start_date
|
2287
|
-
end
|
2288
|
-
end
|
2289
|
-
# Additional fields for Mandate creation.
|
2290
|
-
attr_accessor :mandate_options
|
2291
|
-
|
2292
|
-
def initialize(mandate_options: nil)
|
2293
|
-
@mandate_options = mandate_options
|
2294
1955
|
end
|
2295
1956
|
end
|
2296
1957
|
|
@@ -2316,27 +1977,13 @@ module Stripe
|
|
2316
1977
|
class Filters < Stripe::RequestParams
|
2317
1978
|
# The account subcategories to use to filter for selectable accounts. Valid subcategories are `checking` and `savings`.
|
2318
1979
|
attr_accessor :account_subcategories
|
2319
|
-
# ID of the institution to use to filter for selectable accounts.
|
2320
|
-
attr_accessor :institution
|
2321
1980
|
|
2322
|
-
def initialize(account_subcategories: nil
|
1981
|
+
def initialize(account_subcategories: nil)
|
2323
1982
|
@account_subcategories = account_subcategories
|
2324
|
-
@institution = institution
|
2325
|
-
end
|
2326
|
-
end
|
2327
|
-
|
2328
|
-
class ManualEntry < Stripe::RequestParams
|
2329
|
-
# Settings for configuring manual entry of account details.
|
2330
|
-
attr_accessor :mode
|
2331
|
-
|
2332
|
-
def initialize(mode: nil)
|
2333
|
-
@mode = mode
|
2334
1983
|
end
|
2335
1984
|
end
|
2336
1985
|
# Provide filters for the linked accounts that the customer can select for the payment method.
|
2337
1986
|
attr_accessor :filters
|
2338
|
-
# Customize manual entry behavior
|
2339
|
-
attr_accessor :manual_entry
|
2340
1987
|
# The list of permissions to request. If this parameter is passed, the `payment_method` permission must be included. Valid permissions include: `balances`, `ownership`, `payment_method`, and `transactions`.
|
2341
1988
|
attr_accessor :permissions
|
2342
1989
|
# List of data features that you would like to retrieve upon account creation.
|
@@ -2344,15 +1991,8 @@ module Stripe
|
|
2344
1991
|
# For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.
|
2345
1992
|
attr_accessor :return_url
|
2346
1993
|
|
2347
|
-
def initialize(
|
2348
|
-
filters: nil,
|
2349
|
-
manual_entry: nil,
|
2350
|
-
permissions: nil,
|
2351
|
-
prefetch: nil,
|
2352
|
-
return_url: nil
|
2353
|
-
)
|
1994
|
+
def initialize(filters: nil, permissions: nil, prefetch: nil, return_url: nil)
|
2354
1995
|
@filters = filters
|
2355
|
-
@manual_entry = manual_entry
|
2356
1996
|
@permissions = permissions
|
2357
1997
|
@prefetch = prefetch
|
2358
1998
|
@return_url = return_url
|
@@ -2411,8 +2051,6 @@ module Stripe
|
|
2411
2051
|
attr_accessor :link
|
2412
2052
|
# If this is a `paypal` PaymentMethod, this sub-hash contains details about the PayPal payment method options.
|
2413
2053
|
attr_accessor :paypal
|
2414
|
-
# If this is a `payto` SetupIntent, this sub-hash contains details about the PayTo payment method options.
|
2415
|
-
attr_accessor :payto
|
2416
2054
|
# If this is a `sepa_debit` SetupIntent, this sub-hash contains details about the SEPA Debit payment method options.
|
2417
2055
|
attr_accessor :sepa_debit
|
2418
2056
|
# If this is a `us_bank_account` SetupIntent, this sub-hash contains details about the US bank account payment method options.
|
@@ -2426,7 +2064,6 @@ module Stripe
|
|
2426
2064
|
card_present: nil,
|
2427
2065
|
link: nil,
|
2428
2066
|
paypal: nil,
|
2429
|
-
payto: nil,
|
2430
2067
|
sepa_debit: nil,
|
2431
2068
|
us_bank_account: nil
|
2432
2069
|
)
|
@@ -2437,7 +2074,6 @@ module Stripe
|
|
2437
2074
|
@card_present = card_present
|
2438
2075
|
@link = link
|
2439
2076
|
@paypal = paypal
|
2440
|
-
@payto = payto
|
2441
2077
|
@sepa_debit = sepa_debit
|
2442
2078
|
@us_bank_account = us_bank_account
|
2443
2079
|
end
|
@@ -2450,10 +2086,6 @@ module Stripe
|
|
2450
2086
|
#
|
2451
2087
|
# If present, the SetupIntent's payment method will be attached to the Customer on successful setup. Payment methods attached to other Customers cannot be used with this SetupIntent.
|
2452
2088
|
attr_accessor :customer
|
2453
|
-
# ID of the Account this SetupIntent belongs to, if one exists.
|
2454
|
-
#
|
2455
|
-
# If present, the SetupIntent's payment method will be attached to the Account on successful setup. Payment methods attached to other Accounts cannot be used with this SetupIntent.
|
2456
|
-
attr_accessor :customer_account
|
2457
2089
|
# An arbitrary string attached to the object. Often useful for displaying to users.
|
2458
2090
|
attr_accessor :description
|
2459
2091
|
# Specifies which fields in the response should be expanded.
|
@@ -2479,7 +2111,6 @@ module Stripe
|
|
2479
2111
|
def initialize(
|
2480
2112
|
attach_to_self: nil,
|
2481
2113
|
customer: nil,
|
2482
|
-
customer_account: nil,
|
2483
2114
|
description: nil,
|
2484
2115
|
expand: nil,
|
2485
2116
|
flow_directions: nil,
|
@@ -2492,7 +2123,6 @@ module Stripe
|
|
2492
2123
|
)
|
2493
2124
|
@attach_to_self = attach_to_self
|
2494
2125
|
@customer = customer
|
2495
|
-
@customer_account = customer_account
|
2496
2126
|
@description = description
|
2497
2127
|
@expand = expand
|
2498
2128
|
@flow_directions = flow_directions
|
@@ -2709,21 +2339,9 @@ module Stripe
|
|
2709
2339
|
class Giropay < Stripe::RequestParams
|
2710
2340
|
end
|
2711
2341
|
|
2712
|
-
class Gopay < Stripe::RequestParams
|
2713
|
-
end
|
2714
|
-
|
2715
2342
|
class Grabpay < Stripe::RequestParams
|
2716
2343
|
end
|
2717
2344
|
|
2718
|
-
class IdBankTransfer < Stripe::RequestParams
|
2719
|
-
# Bank where the account is held.
|
2720
|
-
attr_accessor :bank
|
2721
|
-
|
2722
|
-
def initialize(bank: nil)
|
2723
|
-
@bank = bank
|
2724
|
-
end
|
2725
|
-
end
|
2726
|
-
|
2727
2345
|
class Ideal < Stripe::RequestParams
|
2728
2346
|
# The customer's bank. Only use this parameter for existing customers. Don't use it for new customers.
|
2729
2347
|
attr_accessor :bank
|
@@ -2771,9 +2389,6 @@ module Stripe
|
|
2771
2389
|
class Link < Stripe::RequestParams
|
2772
2390
|
end
|
2773
2391
|
|
2774
|
-
class MbWay < Stripe::RequestParams
|
2775
|
-
end
|
2776
|
-
|
2777
2392
|
class Mobilepay < Stripe::RequestParams
|
2778
2393
|
end
|
2779
2394
|
|
@@ -2844,30 +2459,12 @@ module Stripe
|
|
2844
2459
|
class Paypal < Stripe::RequestParams
|
2845
2460
|
end
|
2846
2461
|
|
2847
|
-
class Payto < Stripe::RequestParams
|
2848
|
-
# The account number for the bank account.
|
2849
|
-
attr_accessor :account_number
|
2850
|
-
# Bank-State-Branch number of the bank account.
|
2851
|
-
attr_accessor :bsb_number
|
2852
|
-
# The PayID alias for the bank account.
|
2853
|
-
attr_accessor :pay_id
|
2854
|
-
|
2855
|
-
def initialize(account_number: nil, bsb_number: nil, pay_id: nil)
|
2856
|
-
@account_number = account_number
|
2857
|
-
@bsb_number = bsb_number
|
2858
|
-
@pay_id = pay_id
|
2859
|
-
end
|
2860
|
-
end
|
2861
|
-
|
2862
2462
|
class Pix < Stripe::RequestParams
|
2863
2463
|
end
|
2864
2464
|
|
2865
2465
|
class Promptpay < Stripe::RequestParams
|
2866
2466
|
end
|
2867
2467
|
|
2868
|
-
class Qris < Stripe::RequestParams
|
2869
|
-
end
|
2870
|
-
|
2871
2468
|
class RadarOptions < Stripe::RequestParams
|
2872
2469
|
# A [Radar Session](https://stripe.com/docs/radar/radar-session) is a snapshot of the browser metadata and device details that help Radar make more accurate predictions on your payments.
|
2873
2470
|
attr_accessor :session
|
@@ -2877,29 +2474,6 @@ module Stripe
|
|
2877
2474
|
end
|
2878
2475
|
end
|
2879
2476
|
|
2880
|
-
class Rechnung < Stripe::RequestParams
|
2881
|
-
class Dob < Stripe::RequestParams
|
2882
|
-
# The day of birth, between 1 and 31.
|
2883
|
-
attr_accessor :day
|
2884
|
-
# The month of birth, between 1 and 12.
|
2885
|
-
attr_accessor :month
|
2886
|
-
# The four-digit year of birth.
|
2887
|
-
attr_accessor :year
|
2888
|
-
|
2889
|
-
def initialize(day: nil, month: nil, year: nil)
|
2890
|
-
@day = day
|
2891
|
-
@month = month
|
2892
|
-
@year = year
|
2893
|
-
end
|
2894
|
-
end
|
2895
|
-
# Customer's date of birth
|
2896
|
-
attr_accessor :dob
|
2897
|
-
|
2898
|
-
def initialize(dob: nil)
|
2899
|
-
@dob = dob
|
2900
|
-
end
|
2901
|
-
end
|
2902
|
-
|
2903
2477
|
class RevolutPay < Stripe::RequestParams
|
2904
2478
|
end
|
2905
2479
|
|
@@ -2918,9 +2492,6 @@ module Stripe
|
|
2918
2492
|
end
|
2919
2493
|
end
|
2920
2494
|
|
2921
|
-
class Shopeepay < Stripe::RequestParams
|
2922
|
-
end
|
2923
|
-
|
2924
2495
|
class Sofort < Stripe::RequestParams
|
2925
2496
|
# Two-letter ISO code representing the country the bank account is located in.
|
2926
2497
|
attr_accessor :country
|
@@ -2930,18 +2501,6 @@ module Stripe
|
|
2930
2501
|
end
|
2931
2502
|
end
|
2932
2503
|
|
2933
|
-
class StripeBalance < Stripe::RequestParams
|
2934
|
-
# The connected account ID whose Stripe balance to use as the source of payment
|
2935
|
-
attr_accessor :account
|
2936
|
-
# The [source_type](https://docs.stripe.com/api/balance/balance_object#balance_object-available-source_types) of the balance
|
2937
|
-
attr_accessor :source_type
|
2938
|
-
|
2939
|
-
def initialize(account: nil, source_type: nil)
|
2940
|
-
@account = account
|
2941
|
-
@source_type = source_type
|
2942
|
-
end
|
2943
|
-
end
|
2944
|
-
|
2945
2504
|
class Swish < Stripe::RequestParams
|
2946
2505
|
end
|
2947
2506
|
|
@@ -3018,12 +2577,8 @@ module Stripe
|
|
3018
2577
|
attr_accessor :fpx
|
3019
2578
|
# If this is a `giropay` PaymentMethod, this hash contains details about the Giropay payment method.
|
3020
2579
|
attr_accessor :giropay
|
3021
|
-
# If this is a Gopay PaymentMethod, this hash contains details about the Gopay payment method.
|
3022
|
-
attr_accessor :gopay
|
3023
2580
|
# If this is a `grabpay` PaymentMethod, this hash contains details about the GrabPay payment method.
|
3024
2581
|
attr_accessor :grabpay
|
3025
|
-
# If this is an `IdBankTransfer` PaymentMethod, this hash contains details about the IdBankTransfer payment method.
|
3026
|
-
attr_accessor :id_bank_transfer
|
3027
2582
|
# If this is an `ideal` PaymentMethod, this hash contains details about the iDEAL payment method.
|
3028
2583
|
attr_accessor :ideal
|
3029
2584
|
# If this is an `interac_present` PaymentMethod, this hash contains details about the Interac Present payment method.
|
@@ -3038,8 +2593,6 @@ module Stripe
|
|
3038
2593
|
attr_accessor :kr_card
|
3039
2594
|
# If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.
|
3040
2595
|
attr_accessor :link
|
3041
|
-
# If this is a MB WAY PaymentMethod, this hash contains details about the MB WAY payment method.
|
3042
|
-
attr_accessor :mb_way
|
3043
2596
|
# Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.
|
3044
2597
|
attr_accessor :metadata
|
3045
2598
|
# If this is a `mobilepay` PaymentMethod, this hash contains details about the MobilePay payment method.
|
@@ -3062,18 +2615,12 @@ module Stripe
|
|
3062
2615
|
attr_accessor :paynow
|
3063
2616
|
# If this is a `paypal` PaymentMethod, this hash contains details about the PayPal payment method.
|
3064
2617
|
attr_accessor :paypal
|
3065
|
-
# If this is a `payto` PaymentMethod, this hash contains details about the PayTo payment method.
|
3066
|
-
attr_accessor :payto
|
3067
2618
|
# If this is a `pix` PaymentMethod, this hash contains details about the Pix payment method.
|
3068
2619
|
attr_accessor :pix
|
3069
2620
|
# If this is a `promptpay` PaymentMethod, this hash contains details about the PromptPay payment method.
|
3070
2621
|
attr_accessor :promptpay
|
3071
|
-
# If this is a `qris` PaymentMethod, this hash contains details about the QRIS payment method.
|
3072
|
-
attr_accessor :qris
|
3073
2622
|
# Options to configure Radar. See [Radar Session](https://stripe.com/docs/radar/radar-session) for more information.
|
3074
2623
|
attr_accessor :radar_options
|
3075
|
-
# If this is a `rechnung` PaymentMethod, this hash contains details about the Rechnung payment method.
|
3076
|
-
attr_accessor :rechnung
|
3077
2624
|
# If this is a `Revolut Pay` PaymentMethod, this hash contains details about the Revolut Pay payment method.
|
3078
2625
|
attr_accessor :revolut_pay
|
3079
2626
|
# If this is a `samsung_pay` PaymentMethod, this hash contains details about the SamsungPay payment method.
|
@@ -3082,12 +2629,8 @@ module Stripe
|
|
3082
2629
|
attr_accessor :satispay
|
3083
2630
|
# If this is a `sepa_debit` PaymentMethod, this hash contains details about the SEPA debit bank account.
|
3084
2631
|
attr_accessor :sepa_debit
|
3085
|
-
# If this is a Shopeepay PaymentMethod, this hash contains details about the Shopeepay payment method.
|
3086
|
-
attr_accessor :shopeepay
|
3087
2632
|
# If this is a `sofort` PaymentMethod, this hash contains details about the SOFORT payment method.
|
3088
2633
|
attr_accessor :sofort
|
3089
|
-
# This hash contains details about the Stripe balance payment method.
|
3090
|
-
attr_accessor :stripe_balance
|
3091
2634
|
# If this is a `swish` PaymentMethod, this hash contains details about the Swish payment method.
|
3092
2635
|
attr_accessor :swish
|
3093
2636
|
# If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
|
@@ -3121,9 +2664,7 @@ module Stripe
|
|
3121
2664
|
eps: nil,
|
3122
2665
|
fpx: nil,
|
3123
2666
|
giropay: nil,
|
3124
|
-
gopay: nil,
|
3125
2667
|
grabpay: nil,
|
3126
|
-
id_bank_transfer: nil,
|
3127
2668
|
ideal: nil,
|
3128
2669
|
interac_present: nil,
|
3129
2670
|
kakao_pay: nil,
|
@@ -3131,7 +2672,6 @@ module Stripe
|
|
3131
2672
|
konbini: nil,
|
3132
2673
|
kr_card: nil,
|
3133
2674
|
link: nil,
|
3134
|
-
mb_way: nil,
|
3135
2675
|
metadata: nil,
|
3136
2676
|
mobilepay: nil,
|
3137
2677
|
multibanco: nil,
|
@@ -3143,19 +2683,14 @@ module Stripe
|
|
3143
2683
|
payco: nil,
|
3144
2684
|
paynow: nil,
|
3145
2685
|
paypal: nil,
|
3146
|
-
payto: nil,
|
3147
2686
|
pix: nil,
|
3148
2687
|
promptpay: nil,
|
3149
|
-
qris: nil,
|
3150
2688
|
radar_options: nil,
|
3151
|
-
rechnung: nil,
|
3152
2689
|
revolut_pay: nil,
|
3153
2690
|
samsung_pay: nil,
|
3154
2691
|
satispay: nil,
|
3155
2692
|
sepa_debit: nil,
|
3156
|
-
shopeepay: nil,
|
3157
2693
|
sofort: nil,
|
3158
|
-
stripe_balance: nil,
|
3159
2694
|
swish: nil,
|
3160
2695
|
twint: nil,
|
3161
2696
|
type: nil,
|
@@ -3182,9 +2717,7 @@ module Stripe
|
|
3182
2717
|
@eps = eps
|
3183
2718
|
@fpx = fpx
|
3184
2719
|
@giropay = giropay
|
3185
|
-
@gopay = gopay
|
3186
2720
|
@grabpay = grabpay
|
3187
|
-
@id_bank_transfer = id_bank_transfer
|
3188
2721
|
@ideal = ideal
|
3189
2722
|
@interac_present = interac_present
|
3190
2723
|
@kakao_pay = kakao_pay
|
@@ -3192,7 +2725,6 @@ module Stripe
|
|
3192
2725
|
@konbini = konbini
|
3193
2726
|
@kr_card = kr_card
|
3194
2727
|
@link = link
|
3195
|
-
@mb_way = mb_way
|
3196
2728
|
@metadata = metadata
|
3197
2729
|
@mobilepay = mobilepay
|
3198
2730
|
@multibanco = multibanco
|
@@ -3204,19 +2736,14 @@ module Stripe
|
|
3204
2736
|
@payco = payco
|
3205
2737
|
@paynow = paynow
|
3206
2738
|
@paypal = paypal
|
3207
|
-
@payto = payto
|
3208
2739
|
@pix = pix
|
3209
2740
|
@promptpay = promptpay
|
3210
|
-
@qris = qris
|
3211
2741
|
@radar_options = radar_options
|
3212
|
-
@rechnung = rechnung
|
3213
2742
|
@revolut_pay = revolut_pay
|
3214
2743
|
@samsung_pay = samsung_pay
|
3215
2744
|
@satispay = satispay
|
3216
2745
|
@sepa_debit = sepa_debit
|
3217
|
-
@shopeepay = shopeepay
|
3218
2746
|
@sofort = sofort
|
3219
|
-
@stripe_balance = stripe_balance
|
3220
2747
|
@swish = swish
|
3221
2748
|
@twint = twint
|
3222
2749
|
@type = type
|
@@ -3452,58 +2979,9 @@ module Stripe
|
|
3452
2979
|
class Paypal < Stripe::RequestParams
|
3453
2980
|
# The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.
|
3454
2981
|
attr_accessor :billing_agreement_id
|
3455
|
-
# Attribute for param field currency
|
3456
|
-
attr_accessor :currency
|
3457
|
-
# The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.
|
3458
|
-
attr_accessor :subsellers
|
3459
2982
|
|
3460
|
-
def initialize(billing_agreement_id: nil
|
2983
|
+
def initialize(billing_agreement_id: nil)
|
3461
2984
|
@billing_agreement_id = billing_agreement_id
|
3462
|
-
@currency = currency
|
3463
|
-
@subsellers = subsellers
|
3464
|
-
end
|
3465
|
-
end
|
3466
|
-
|
3467
|
-
class Payto < Stripe::RequestParams
|
3468
|
-
class MandateOptions < Stripe::RequestParams
|
3469
|
-
# Amount that will be collected. It is required when `amount_type` is `fixed`.
|
3470
|
-
attr_accessor :amount
|
3471
|
-
# The type of amount that will be collected. The amount charged must be exact or up to the value of `amount` param for `fixed` or `maximum` type respectively.
|
3472
|
-
attr_accessor :amount_type
|
3473
|
-
# Date, in YYYY-MM-DD format, after which payments will not be collected. Defaults to no end date.
|
3474
|
-
attr_accessor :end_date
|
3475
|
-
# The periodicity at which payments will be collected.
|
3476
|
-
attr_accessor :payment_schedule
|
3477
|
-
# The number of payments that will be made during a payment period. Defaults to 1 except for when `payment_schedule` is `adhoc`. In that case, it defaults to no limit.
|
3478
|
-
attr_accessor :payments_per_period
|
3479
|
-
# The purpose for which payments are made. Defaults to retail.
|
3480
|
-
attr_accessor :purpose
|
3481
|
-
# Date, in YYYY-MM-DD format, from which payments will be collected. Defaults to confirmation time.
|
3482
|
-
attr_accessor :start_date
|
3483
|
-
|
3484
|
-
def initialize(
|
3485
|
-
amount: nil,
|
3486
|
-
amount_type: nil,
|
3487
|
-
end_date: nil,
|
3488
|
-
payment_schedule: nil,
|
3489
|
-
payments_per_period: nil,
|
3490
|
-
purpose: nil,
|
3491
|
-
start_date: nil
|
3492
|
-
)
|
3493
|
-
@amount = amount
|
3494
|
-
@amount_type = amount_type
|
3495
|
-
@end_date = end_date
|
3496
|
-
@payment_schedule = payment_schedule
|
3497
|
-
@payments_per_period = payments_per_period
|
3498
|
-
@purpose = purpose
|
3499
|
-
@start_date = start_date
|
3500
|
-
end
|
3501
|
-
end
|
3502
|
-
# Additional fields for Mandate creation.
|
3503
|
-
attr_accessor :mandate_options
|
3504
|
-
|
3505
|
-
def initialize(mandate_options: nil)
|
3506
|
-
@mandate_options = mandate_options
|
3507
2985
|
end
|
3508
2986
|
end
|
3509
2987
|
|
@@ -3529,27 +3007,13 @@ module Stripe
|
|
3529
3007
|
class Filters < Stripe::RequestParams
|
3530
3008
|
# The account subcategories to use to filter for selectable accounts. Valid subcategories are `checking` and `savings`.
|
3531
3009
|
attr_accessor :account_subcategories
|
3532
|
-
# ID of the institution to use to filter for selectable accounts.
|
3533
|
-
attr_accessor :institution
|
3534
3010
|
|
3535
|
-
def initialize(account_subcategories: nil
|
3011
|
+
def initialize(account_subcategories: nil)
|
3536
3012
|
@account_subcategories = account_subcategories
|
3537
|
-
@institution = institution
|
3538
|
-
end
|
3539
|
-
end
|
3540
|
-
|
3541
|
-
class ManualEntry < Stripe::RequestParams
|
3542
|
-
# Settings for configuring manual entry of account details.
|
3543
|
-
attr_accessor :mode
|
3544
|
-
|
3545
|
-
def initialize(mode: nil)
|
3546
|
-
@mode = mode
|
3547
3013
|
end
|
3548
3014
|
end
|
3549
3015
|
# Provide filters for the linked accounts that the customer can select for the payment method.
|
3550
3016
|
attr_accessor :filters
|
3551
|
-
# Customize manual entry behavior
|
3552
|
-
attr_accessor :manual_entry
|
3553
3017
|
# The list of permissions to request. If this parameter is passed, the `payment_method` permission must be included. Valid permissions include: `balances`, `ownership`, `payment_method`, and `transactions`.
|
3554
3018
|
attr_accessor :permissions
|
3555
3019
|
# List of data features that you would like to retrieve upon account creation.
|
@@ -3557,15 +3021,8 @@ module Stripe
|
|
3557
3021
|
# For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.
|
3558
3022
|
attr_accessor :return_url
|
3559
3023
|
|
3560
|
-
def initialize(
|
3561
|
-
filters: nil,
|
3562
|
-
manual_entry: nil,
|
3563
|
-
permissions: nil,
|
3564
|
-
prefetch: nil,
|
3565
|
-
return_url: nil
|
3566
|
-
)
|
3024
|
+
def initialize(filters: nil, permissions: nil, prefetch: nil, return_url: nil)
|
3567
3025
|
@filters = filters
|
3568
|
-
@manual_entry = manual_entry
|
3569
3026
|
@permissions = permissions
|
3570
3027
|
@prefetch = prefetch
|
3571
3028
|
@return_url = return_url
|
@@ -3624,8 +3081,6 @@ module Stripe
|
|
3624
3081
|
attr_accessor :link
|
3625
3082
|
# If this is a `paypal` PaymentMethod, this sub-hash contains details about the PayPal payment method options.
|
3626
3083
|
attr_accessor :paypal
|
3627
|
-
# If this is a `payto` SetupIntent, this sub-hash contains details about the PayTo payment method options.
|
3628
|
-
attr_accessor :payto
|
3629
3084
|
# If this is a `sepa_debit` SetupIntent, this sub-hash contains details about the SEPA Debit payment method options.
|
3630
3085
|
attr_accessor :sepa_debit
|
3631
3086
|
# If this is a `us_bank_account` SetupIntent, this sub-hash contains details about the US bank account payment method options.
|
@@ -3639,7 +3094,6 @@ module Stripe
|
|
3639
3094
|
card_present: nil,
|
3640
3095
|
link: nil,
|
3641
3096
|
paypal: nil,
|
3642
|
-
payto: nil,
|
3643
3097
|
sepa_debit: nil,
|
3644
3098
|
us_bank_account: nil
|
3645
3099
|
)
|
@@ -3650,7 +3104,6 @@ module Stripe
|
|
3650
3104
|
@card_present = card_present
|
3651
3105
|
@link = link
|
3652
3106
|
@paypal = paypal
|
3653
|
-
@payto = payto
|
3654
3107
|
@sepa_debit = sepa_debit
|
3655
3108
|
@us_bank_account = us_bank_account
|
3656
3109
|
end
|