stripe 15.1.0.pre.beta.1 → 15.1.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 +697 -1533
- data/Gemfile +1 -1
- data/OPENAPI_VERSION +1 -1
- data/README.md +6 -0
- data/VERSION +1 -1
- data/lib/stripe/api_operations/nested_resource.rb +35 -35
- data/lib/stripe/api_requestor.rb +1 -29
- data/lib/stripe/api_version.rb +1 -1
- data/lib/stripe/connection_manager.rb +1 -3
- data/lib/stripe/errors.rb +0 -54
- data/lib/stripe/event_types.rb +1 -75
- data/lib/stripe/events/v1_billing_meter_error_report_triggered_event.rb +1 -1
- data/lib/stripe/events/v1_billing_meter_no_meter_found_event.rb +1 -1
- data/lib/stripe/events/{v2_core_account_including_identity_updated_event.rb → v2_core_event_destination_ping_event.rb} +3 -3
- data/lib/stripe/oauth.rb +1 -1
- data/lib/stripe/object_types.rb +0 -51
- data/lib/stripe/resources/account.rb +54 -657
- data/lib/stripe/resources/account_session.rb +1 -299
- 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 +2 -1454
- data/lib/stripe/resources/checkout/session.rb +5 -258
- data/lib/stripe/resources/confirmation_token.rb +9 -178
- 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 +2 -4
- 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 -31
- data/lib/stripe/resources/financial_connections/account.rb +1 -20
- data/lib/stripe/resources/financial_connections/session.rb +2 -62
- data/lib/stripe/resources/funding_instructions.rb +1 -1
- data/lib/stripe/resources/identity/verification_session.rb +0 -10
- data/lib/stripe/resources/invoice.rb +17 -1175
- 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 +333 -5071
- data/lib/stripe/resources/payment_method.rb +11 -198
- data/lib/stripe/resources/payment_method_configuration.rb +13 -249
- data/lib/stripe/resources/payout.rb +0 -6
- data/lib/stripe/resources/person.rb +25 -1
- 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 -2040
- data/lib/stripe/resources/refund.rb +2 -9
- data/lib/stripe/resources/setup_attempt.rb +0 -21
- data/lib/stripe/resources/setup_intent.rb +21 -599
- data/lib/stripe/resources/source.rb +1 -30
- data/lib/stripe/resources/subscription.rb +11 -294
- data/lib/stripe/resources/subscription_item.rb +3 -84
- data/lib/stripe/resources/subscription_schedule.rb +10 -1007
- data/lib/stripe/resources/tax/calculation.rb +2 -2
- data/lib/stripe/resources/tax/registration.rb +220 -0
- data/lib/stripe/resources/tax/transaction.rb +1 -1
- data/lib/stripe/resources/tax_id.rb +4 -14
- data/lib/stripe/resources/terminal/reader.rb +0 -406
- data/lib/stripe/resources/token.rb +61 -0
- 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/v2/billing/meter_event.rb +2 -2
- data/lib/stripe/resources/v2/billing/meter_event_adjustment.rb +2 -2
- data/lib/stripe/resources/v2/billing/meter_event_session.rb +2 -2
- data/lib/stripe/resources/v2/event.rb +2 -2
- data/lib/stripe/resources/v2/event_destination.rb +2 -2
- data/lib/stripe/resources.rb +1 -88
- data/lib/stripe/services/account_external_account_service.rb +1 -1
- data/lib/stripe/services/account_person_service.rb +84 -0
- data/lib/stripe/services/account_service.rb +42 -565
- data/lib/stripe/services/account_session_service.rb +1 -269
- data/lib/stripe/services/application_fee_service.rb +1 -1
- data/lib/stripe/services/apps_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/meter_service.rb +1 -1
- data/lib/stripe/services/billing_portal/session_service.rb +0 -4
- data/lib/stripe/services/billing_portal_service.rb +1 -1
- data/lib/stripe/services/billing_service.rb +1 -1
- data/lib/stripe/services/charge_service.rb +0 -1334
- data/lib/stripe/services/checkout/session_service.rb +5 -175
- data/lib/stripe/services/checkout_service.rb +1 -1
- data/lib/stripe/services/climate_service.rb +1 -1
- data/lib/stripe/services/credit_note_service.rb +1 -5
- data/lib/stripe/services/customer_payment_method_service.rb +1 -1
- data/lib/stripe/services/customer_service.rb +2 -2
- data/lib/stripe/services/customer_session_service.rb +1 -4
- data/lib/stripe/services/customer_tax_id_service.rb +1 -1
- data/lib/stripe/services/entitlements_service.rb +1 -1
- data/lib/stripe/services/financial_connections/account_service.rb +3 -8
- data/lib/stripe/services/financial_connections/session_service.rb +2 -34
- data/lib/stripe/services/financial_connections_service.rb +2 -3
- data/lib/stripe/services/forwarding_service.rb +1 -1
- data/lib/stripe/services/identity/verification_session_service.rb +0 -8
- data/lib/stripe/services/identity_service.rb +1 -1
- 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 +18 -1089
- 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 +2 -6
- data/lib/stripe/services/payment_intent_service.rb +290 -4603
- data/lib/stripe/services/payment_link_service.rb +1 -1
- data/lib/stripe/services/payment_method_configuration_service.rb +10 -178
- data/lib/stripe/services/payment_method_service.rb +9 -128
- 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 +1 -39
- data/lib/stripe/services/promotion_code_service.rb +0 -8
- data/lib/stripe/services/quote_service.rb +8 -1727
- data/lib/stripe/services/radar_service.rb +1 -1
- data/lib/stripe/services/reporting_service.rb +1 -1
- data/lib/stripe/services/setup_intent_service.rb +21 -559
- data/lib/stripe/services/sigma_service.rb +1 -1
- data/lib/stripe/services/source_service.rb +1 -1
- 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 +10 -254
- data/lib/stripe/services/tax/calculation_service.rb +2 -2
- data/lib/stripe/services/tax/registration_service.rb +143 -0
- data/lib/stripe/services/tax/transaction_service.rb +1 -1
- data/lib/stripe/services/tax_id_service.rb +3 -9
- data/lib/stripe/services/tax_service.rb +2 -4
- data/lib/stripe/services/terminal/reader_service.rb +0 -180
- data/lib/stripe/services/terminal_service.rb +2 -3
- data/lib/stripe/services/test_helpers/confirmation_token_service.rb +7 -107
- data/lib/stripe/services/test_helpers/issuing_service.rb +1 -1
- data/lib/stripe/services/test_helpers/terminal/reader_service.rb +0 -43
- data/lib/stripe/services/test_helpers/terminal_service.rb +1 -1
- 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/test_helpers/treasury_service.rb +1 -1
- data/lib/stripe/services/test_helpers_service.rb +1 -1
- data/lib/stripe/services/token_service.rb +61 -0
- data/lib/stripe/services/transfer_service.rb +1 -1
- data/lib/stripe/services/treasury/financial_account_features_service.rb +1 -4
- data/lib/stripe/services/treasury/financial_account_service.rb +3 -17
- data/lib/stripe/services/treasury/outbound_transfer_service.rb +0 -24
- data/lib/stripe/services/treasury_service.rb +1 -1
- data/lib/stripe/services/v1_services.rb +3 -12
- data/lib/stripe/services/v2/billing_service.rb +1 -1
- data/lib/stripe/services/v2/core_service.rb +2 -5
- data/lib/stripe/services/v2_services.rb +3 -5
- data/lib/stripe/services.rb +0 -52
- 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 -55
- data/rbi/stripe/resources/account.rbi +4903 -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 +2057 -0
- data/rbi/stripe/resources/checkout/session.rbi +3988 -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 +1873 -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 +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 +351 -0
- data/rbi/stripe/resources/identity/verification_session.rbi +517 -0
- data/rbi/stripe/resources/invoice.rbi +3736 -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 +19 -0
- data/rbi/stripe/resources/mandate.rbi +187 -0
- data/rbi/stripe/resources/payment_intent.rbi +9795 -0
- data/rbi/stripe/resources/payment_link.rbi +1801 -0
- data/rbi/stripe/resources/payment_method.rbi +1831 -0
- data/rbi/stripe/resources/payment_method_configuration.rbi +3220 -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 +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 +1126 -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 +519 -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 +3869 -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 +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 +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 +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 +170 -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 -136
- 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 +1013 -0
- data/rbi/stripe/services/account_service.rbi +4189 -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 +2607 -0
- data/rbi/stripe/services/checkout_service.rbi +9 -0
- data/rbi/stripe/services/climate/order_service.rbi +142 -0
- data/{lib/stripe/services/privacy/redaction_job_validation_error_service.rb → rbi/stripe/services/climate/product_service.rbi} +25 -36
- 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 +7819 -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 +2255 -0
- data/rbi/stripe/services/payment_method_domain_service.rbi +112 -0
- data/rbi/stripe/services/payment_method_service.rbi +846 -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 +3605 -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 +1845 -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 +805 -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 +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 +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 +325 -146
- 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_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/privacy/redaction_job.rb +0 -251
- data/lib/stripe/resources/privacy/redaction_job_root_objects.rb +0 -35
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +0 -54
- 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/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/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 -190156
@@ -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
|
@@ -220,12 +216,15 @@ module Stripe
|
|
220
216
|
attr_accessor :name
|
221
217
|
# Billing phone number (including extension).
|
222
218
|
attr_accessor :phone
|
219
|
+
# Taxpayer identification number. Used only for transactions between LATAM buyers and non-LATAM sellers.
|
220
|
+
attr_accessor :tax_id
|
223
221
|
|
224
|
-
def initialize(address: nil, email: nil, name: nil, phone: nil)
|
222
|
+
def initialize(address: nil, email: nil, name: nil, phone: nil, tax_id: nil)
|
225
223
|
@address = address
|
226
224
|
@email = email
|
227
225
|
@name = name
|
228
226
|
@phone = phone
|
227
|
+
@tax_id = tax_id
|
229
228
|
end
|
230
229
|
end
|
231
230
|
|
@@ -271,21 +270,9 @@ module Stripe
|
|
271
270
|
class Giropay < Stripe::RequestParams
|
272
271
|
end
|
273
272
|
|
274
|
-
class Gopay < Stripe::RequestParams
|
275
|
-
end
|
276
|
-
|
277
273
|
class Grabpay < Stripe::RequestParams
|
278
274
|
end
|
279
275
|
|
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
276
|
class Ideal < Stripe::RequestParams
|
290
277
|
# The customer's bank. Only use this parameter for existing customers. Don't use it for new customers.
|
291
278
|
attr_accessor :bank
|
@@ -333,9 +320,6 @@ module Stripe
|
|
333
320
|
class Link < Stripe::RequestParams
|
334
321
|
end
|
335
322
|
|
336
|
-
class MbWay < Stripe::RequestParams
|
337
|
-
end
|
338
|
-
|
339
323
|
class Mobilepay < Stripe::RequestParams
|
340
324
|
end
|
341
325
|
|
@@ -406,30 +390,12 @@ module Stripe
|
|
406
390
|
class Paypal < Stripe::RequestParams
|
407
391
|
end
|
408
392
|
|
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
393
|
class Pix < Stripe::RequestParams
|
425
394
|
end
|
426
395
|
|
427
396
|
class Promptpay < Stripe::RequestParams
|
428
397
|
end
|
429
398
|
|
430
|
-
class Qris < Stripe::RequestParams
|
431
|
-
end
|
432
|
-
|
433
399
|
class RadarOptions < Stripe::RequestParams
|
434
400
|
# 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
401
|
attr_accessor :session
|
@@ -439,29 +405,6 @@ module Stripe
|
|
439
405
|
end
|
440
406
|
end
|
441
407
|
|
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
408
|
class RevolutPay < Stripe::RequestParams
|
466
409
|
end
|
467
410
|
|
@@ -480,9 +423,6 @@ module Stripe
|
|
480
423
|
end
|
481
424
|
end
|
482
425
|
|
483
|
-
class Shopeepay < Stripe::RequestParams
|
484
|
-
end
|
485
|
-
|
486
426
|
class Sofort < Stripe::RequestParams
|
487
427
|
# Two-letter ISO code representing the country the bank account is located in.
|
488
428
|
attr_accessor :country
|
@@ -492,18 +432,6 @@ module Stripe
|
|
492
432
|
end
|
493
433
|
end
|
494
434
|
|
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
435
|
class Swish < Stripe::RequestParams
|
508
436
|
end
|
509
437
|
|
@@ -580,12 +508,8 @@ module Stripe
|
|
580
508
|
attr_accessor :fpx
|
581
509
|
# If this is a `giropay` PaymentMethod, this hash contains details about the Giropay payment method.
|
582
510
|
attr_accessor :giropay
|
583
|
-
# If this is a Gopay PaymentMethod, this hash contains details about the Gopay payment method.
|
584
|
-
attr_accessor :gopay
|
585
511
|
# If this is a `grabpay` PaymentMethod, this hash contains details about the GrabPay payment method.
|
586
512
|
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
513
|
# If this is an `ideal` PaymentMethod, this hash contains details about the iDEAL payment method.
|
590
514
|
attr_accessor :ideal
|
591
515
|
# If this is an `interac_present` PaymentMethod, this hash contains details about the Interac Present payment method.
|
@@ -600,8 +524,6 @@ module Stripe
|
|
600
524
|
attr_accessor :kr_card
|
601
525
|
# If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.
|
602
526
|
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
527
|
# 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
528
|
attr_accessor :metadata
|
607
529
|
# If this is a `mobilepay` PaymentMethod, this hash contains details about the MobilePay payment method.
|
@@ -624,18 +546,12 @@ module Stripe
|
|
624
546
|
attr_accessor :paynow
|
625
547
|
# If this is a `paypal` PaymentMethod, this hash contains details about the PayPal payment method.
|
626
548
|
attr_accessor :paypal
|
627
|
-
# If this is a `payto` PaymentMethod, this hash contains details about the PayTo payment method.
|
628
|
-
attr_accessor :payto
|
629
549
|
# If this is a `pix` PaymentMethod, this hash contains details about the Pix payment method.
|
630
550
|
attr_accessor :pix
|
631
551
|
# If this is a `promptpay` PaymentMethod, this hash contains details about the PromptPay payment method.
|
632
552
|
attr_accessor :promptpay
|
633
|
-
# If this is a `qris` PaymentMethod, this hash contains details about the QRIS payment method.
|
634
|
-
attr_accessor :qris
|
635
553
|
# Options to configure Radar. See [Radar Session](https://stripe.com/docs/radar/radar-session) for more information.
|
636
554
|
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
555
|
# If this is a `revolut_pay` PaymentMethod, this hash contains details about the Revolut Pay payment method.
|
640
556
|
attr_accessor :revolut_pay
|
641
557
|
# If this is a `samsung_pay` PaymentMethod, this hash contains details about the SamsungPay payment method.
|
@@ -644,12 +560,8 @@ module Stripe
|
|
644
560
|
attr_accessor :satispay
|
645
561
|
# If this is a `sepa_debit` PaymentMethod, this hash contains details about the SEPA debit bank account.
|
646
562
|
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
563
|
# If this is a `sofort` PaymentMethod, this hash contains details about the SOFORT payment method.
|
650
564
|
attr_accessor :sofort
|
651
|
-
# This hash contains details about the Stripe balance payment method.
|
652
|
-
attr_accessor :stripe_balance
|
653
565
|
# If this is a `swish` PaymentMethod, this hash contains details about the Swish payment method.
|
654
566
|
attr_accessor :swish
|
655
567
|
# If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
|
@@ -683,9 +595,7 @@ module Stripe
|
|
683
595
|
eps: nil,
|
684
596
|
fpx: nil,
|
685
597
|
giropay: nil,
|
686
|
-
gopay: nil,
|
687
598
|
grabpay: nil,
|
688
|
-
id_bank_transfer: nil,
|
689
599
|
ideal: nil,
|
690
600
|
interac_present: nil,
|
691
601
|
kakao_pay: nil,
|
@@ -693,7 +603,6 @@ module Stripe
|
|
693
603
|
konbini: nil,
|
694
604
|
kr_card: nil,
|
695
605
|
link: nil,
|
696
|
-
mb_way: nil,
|
697
606
|
metadata: nil,
|
698
607
|
mobilepay: nil,
|
699
608
|
multibanco: nil,
|
@@ -705,19 +614,14 @@ module Stripe
|
|
705
614
|
payco: nil,
|
706
615
|
paynow: nil,
|
707
616
|
paypal: nil,
|
708
|
-
payto: nil,
|
709
617
|
pix: nil,
|
710
618
|
promptpay: nil,
|
711
|
-
qris: nil,
|
712
619
|
radar_options: nil,
|
713
|
-
rechnung: nil,
|
714
620
|
revolut_pay: nil,
|
715
621
|
samsung_pay: nil,
|
716
622
|
satispay: nil,
|
717
623
|
sepa_debit: nil,
|
718
|
-
shopeepay: nil,
|
719
624
|
sofort: nil,
|
720
|
-
stripe_balance: nil,
|
721
625
|
swish: nil,
|
722
626
|
twint: nil,
|
723
627
|
type: nil,
|
@@ -744,9 +648,7 @@ module Stripe
|
|
744
648
|
@eps = eps
|
745
649
|
@fpx = fpx
|
746
650
|
@giropay = giropay
|
747
|
-
@gopay = gopay
|
748
651
|
@grabpay = grabpay
|
749
|
-
@id_bank_transfer = id_bank_transfer
|
750
652
|
@ideal = ideal
|
751
653
|
@interac_present = interac_present
|
752
654
|
@kakao_pay = kakao_pay
|
@@ -754,7 +656,6 @@ module Stripe
|
|
754
656
|
@konbini = konbini
|
755
657
|
@kr_card = kr_card
|
756
658
|
@link = link
|
757
|
-
@mb_way = mb_way
|
758
659
|
@metadata = metadata
|
759
660
|
@mobilepay = mobilepay
|
760
661
|
@multibanco = multibanco
|
@@ -766,19 +667,14 @@ module Stripe
|
|
766
667
|
@payco = payco
|
767
668
|
@paynow = paynow
|
768
669
|
@paypal = paypal
|
769
|
-
@payto = payto
|
770
670
|
@pix = pix
|
771
671
|
@promptpay = promptpay
|
772
|
-
@qris = qris
|
773
672
|
@radar_options = radar_options
|
774
|
-
@rechnung = rechnung
|
775
673
|
@revolut_pay = revolut_pay
|
776
674
|
@samsung_pay = samsung_pay
|
777
675
|
@satispay = satispay
|
778
676
|
@sepa_debit = sepa_debit
|
779
|
-
@shopeepay = shopeepay
|
780
677
|
@sofort = sofort
|
781
|
-
@stripe_balance = stripe_balance
|
782
678
|
@swish = swish
|
783
679
|
@twint = twint
|
784
680
|
@type = type
|
@@ -1014,58 +910,9 @@ module Stripe
|
|
1014
910
|
class Paypal < Stripe::RequestParams
|
1015
911
|
# The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.
|
1016
912
|
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
913
|
|
1022
|
-
def initialize(billing_agreement_id: nil
|
914
|
+
def initialize(billing_agreement_id: nil)
|
1023
915
|
@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
916
|
end
|
1070
917
|
end
|
1071
918
|
|
@@ -1091,27 +938,13 @@ module Stripe
|
|
1091
938
|
class Filters < Stripe::RequestParams
|
1092
939
|
# The account subcategories to use to filter for selectable accounts. Valid subcategories are `checking` and `savings`.
|
1093
940
|
attr_accessor :account_subcategories
|
1094
|
-
# ID of the institution to use to filter for selectable accounts.
|
1095
|
-
attr_accessor :institution
|
1096
941
|
|
1097
|
-
def initialize(account_subcategories: nil
|
942
|
+
def initialize(account_subcategories: nil)
|
1098
943
|
@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
944
|
end
|
1110
945
|
end
|
1111
946
|
# Provide filters for the linked accounts that the customer can select for the payment method.
|
1112
947
|
attr_accessor :filters
|
1113
|
-
# Customize manual entry behavior
|
1114
|
-
attr_accessor :manual_entry
|
1115
948
|
# 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
949
|
attr_accessor :permissions
|
1117
950
|
# List of data features that you would like to retrieve upon account creation.
|
@@ -1119,15 +952,8 @@ module Stripe
|
|
1119
952
|
# 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
953
|
attr_accessor :return_url
|
1121
954
|
|
1122
|
-
def initialize(
|
1123
|
-
filters: nil,
|
1124
|
-
manual_entry: nil,
|
1125
|
-
permissions: nil,
|
1126
|
-
prefetch: nil,
|
1127
|
-
return_url: nil
|
1128
|
-
)
|
955
|
+
def initialize(filters: nil, permissions: nil, prefetch: nil, return_url: nil)
|
1129
956
|
@filters = filters
|
1130
|
-
@manual_entry = manual_entry
|
1131
957
|
@permissions = permissions
|
1132
958
|
@prefetch = prefetch
|
1133
959
|
@return_url = return_url
|
@@ -1186,8 +1012,6 @@ module Stripe
|
|
1186
1012
|
attr_accessor :link
|
1187
1013
|
# If this is a `paypal` PaymentMethod, this sub-hash contains details about the PayPal payment method options.
|
1188
1014
|
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
1015
|
# If this is a `sepa_debit` SetupIntent, this sub-hash contains details about the SEPA Debit payment method options.
|
1192
1016
|
attr_accessor :sepa_debit
|
1193
1017
|
# If this is a `us_bank_account` SetupIntent, this sub-hash contains details about the US bank account payment method options.
|
@@ -1201,7 +1025,6 @@ module Stripe
|
|
1201
1025
|
card_present: nil,
|
1202
1026
|
link: nil,
|
1203
1027
|
paypal: nil,
|
1204
|
-
payto: nil,
|
1205
1028
|
sepa_debit: nil,
|
1206
1029
|
us_bank_account: nil
|
1207
1030
|
)
|
@@ -1212,7 +1035,6 @@ module Stripe
|
|
1212
1035
|
@card_present = card_present
|
1213
1036
|
@link = link
|
1214
1037
|
@paypal = paypal
|
1215
|
-
@payto = payto
|
1216
1038
|
@sepa_debit = sepa_debit
|
1217
1039
|
@us_bank_account = us_bank_account
|
1218
1040
|
end
|
@@ -1245,10 +1067,6 @@ module Stripe
|
|
1245
1067
|
#
|
1246
1068
|
# 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
1069
|
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
1070
|
# An arbitrary string attached to the object. Often useful for displaying to users.
|
1253
1071
|
attr_accessor :description
|
1254
1072
|
# Specifies which fields in the response should be expanded.
|
@@ -1291,7 +1109,6 @@ module Stripe
|
|
1291
1109
|
confirm: nil,
|
1292
1110
|
confirmation_token: nil,
|
1293
1111
|
customer: nil,
|
1294
|
-
customer_account: nil,
|
1295
1112
|
description: nil,
|
1296
1113
|
expand: nil,
|
1297
1114
|
flow_directions: nil,
|
@@ -1313,7 +1130,6 @@ module Stripe
|
|
1313
1130
|
@confirm = confirm
|
1314
1131
|
@confirmation_token = confirmation_token
|
1315
1132
|
@customer = customer
|
1316
|
-
@customer_account = customer_account
|
1317
1133
|
@description = description
|
1318
1134
|
@expand = expand
|
1319
1135
|
@flow_directions = flow_directions
|
@@ -1445,12 +1261,15 @@ module Stripe
|
|
1445
1261
|
attr_accessor :name
|
1446
1262
|
# Billing phone number (including extension).
|
1447
1263
|
attr_accessor :phone
|
1264
|
+
# Taxpayer identification number. Used only for transactions between LATAM buyers and non-LATAM sellers.
|
1265
|
+
attr_accessor :tax_id
|
1448
1266
|
|
1449
|
-
def initialize(address: nil, email: nil, name: nil, phone: nil)
|
1267
|
+
def initialize(address: nil, email: nil, name: nil, phone: nil, tax_id: nil)
|
1450
1268
|
@address = address
|
1451
1269
|
@email = email
|
1452
1270
|
@name = name
|
1453
1271
|
@phone = phone
|
1272
|
+
@tax_id = tax_id
|
1454
1273
|
end
|
1455
1274
|
end
|
1456
1275
|
|
@@ -1496,21 +1315,9 @@ module Stripe
|
|
1496
1315
|
class Giropay < Stripe::RequestParams
|
1497
1316
|
end
|
1498
1317
|
|
1499
|
-
class Gopay < Stripe::RequestParams
|
1500
|
-
end
|
1501
|
-
|
1502
1318
|
class Grabpay < Stripe::RequestParams
|
1503
1319
|
end
|
1504
1320
|
|
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
1321
|
class Ideal < Stripe::RequestParams
|
1515
1322
|
# The customer's bank. Only use this parameter for existing customers. Don't use it for new customers.
|
1516
1323
|
attr_accessor :bank
|
@@ -1558,9 +1365,6 @@ module Stripe
|
|
1558
1365
|
class Link < Stripe::RequestParams
|
1559
1366
|
end
|
1560
1367
|
|
1561
|
-
class MbWay < Stripe::RequestParams
|
1562
|
-
end
|
1563
|
-
|
1564
1368
|
class Mobilepay < Stripe::RequestParams
|
1565
1369
|
end
|
1566
1370
|
|
@@ -1631,30 +1435,12 @@ module Stripe
|
|
1631
1435
|
class Paypal < Stripe::RequestParams
|
1632
1436
|
end
|
1633
1437
|
|
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
1438
|
class Pix < Stripe::RequestParams
|
1650
1439
|
end
|
1651
1440
|
|
1652
1441
|
class Promptpay < Stripe::RequestParams
|
1653
1442
|
end
|
1654
1443
|
|
1655
|
-
class Qris < Stripe::RequestParams
|
1656
|
-
end
|
1657
|
-
|
1658
1444
|
class RadarOptions < Stripe::RequestParams
|
1659
1445
|
# 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
1446
|
attr_accessor :session
|
@@ -1664,29 +1450,6 @@ module Stripe
|
|
1664
1450
|
end
|
1665
1451
|
end
|
1666
1452
|
|
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
1453
|
class RevolutPay < Stripe::RequestParams
|
1691
1454
|
end
|
1692
1455
|
|
@@ -1705,9 +1468,6 @@ module Stripe
|
|
1705
1468
|
end
|
1706
1469
|
end
|
1707
1470
|
|
1708
|
-
class Shopeepay < Stripe::RequestParams
|
1709
|
-
end
|
1710
|
-
|
1711
1471
|
class Sofort < Stripe::RequestParams
|
1712
1472
|
# Two-letter ISO code representing the country the bank account is located in.
|
1713
1473
|
attr_accessor :country
|
@@ -1717,18 +1477,6 @@ module Stripe
|
|
1717
1477
|
end
|
1718
1478
|
end
|
1719
1479
|
|
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
1480
|
class Swish < Stripe::RequestParams
|
1733
1481
|
end
|
1734
1482
|
|
@@ -1805,12 +1553,8 @@ module Stripe
|
|
1805
1553
|
attr_accessor :fpx
|
1806
1554
|
# If this is a `giropay` PaymentMethod, this hash contains details about the Giropay payment method.
|
1807
1555
|
attr_accessor :giropay
|
1808
|
-
# If this is a Gopay PaymentMethod, this hash contains details about the Gopay payment method.
|
1809
|
-
attr_accessor :gopay
|
1810
1556
|
# If this is a `grabpay` PaymentMethod, this hash contains details about the GrabPay payment method.
|
1811
1557
|
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
1558
|
# If this is an `ideal` PaymentMethod, this hash contains details about the iDEAL payment method.
|
1815
1559
|
attr_accessor :ideal
|
1816
1560
|
# If this is an `interac_present` PaymentMethod, this hash contains details about the Interac Present payment method.
|
@@ -1825,8 +1569,6 @@ module Stripe
|
|
1825
1569
|
attr_accessor :kr_card
|
1826
1570
|
# If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.
|
1827
1571
|
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
1572
|
# 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
1573
|
attr_accessor :metadata
|
1832
1574
|
# If this is a `mobilepay` PaymentMethod, this hash contains details about the MobilePay payment method.
|
@@ -1849,18 +1591,12 @@ module Stripe
|
|
1849
1591
|
attr_accessor :paynow
|
1850
1592
|
# If this is a `paypal` PaymentMethod, this hash contains details about the PayPal payment method.
|
1851
1593
|
attr_accessor :paypal
|
1852
|
-
# If this is a `payto` PaymentMethod, this hash contains details about the PayTo payment method.
|
1853
|
-
attr_accessor :payto
|
1854
1594
|
# If this is a `pix` PaymentMethod, this hash contains details about the Pix payment method.
|
1855
1595
|
attr_accessor :pix
|
1856
1596
|
# If this is a `promptpay` PaymentMethod, this hash contains details about the PromptPay payment method.
|
1857
1597
|
attr_accessor :promptpay
|
1858
|
-
# If this is a `qris` PaymentMethod, this hash contains details about the QRIS payment method.
|
1859
|
-
attr_accessor :qris
|
1860
1598
|
# Options to configure Radar. See [Radar Session](https://stripe.com/docs/radar/radar-session) for more information.
|
1861
1599
|
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
1600
|
# If this is a `revolut_pay` PaymentMethod, this hash contains details about the Revolut Pay payment method.
|
1865
1601
|
attr_accessor :revolut_pay
|
1866
1602
|
# If this is a `samsung_pay` PaymentMethod, this hash contains details about the SamsungPay payment method.
|
@@ -1869,12 +1605,8 @@ module Stripe
|
|
1869
1605
|
attr_accessor :satispay
|
1870
1606
|
# If this is a `sepa_debit` PaymentMethod, this hash contains details about the SEPA debit bank account.
|
1871
1607
|
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
1608
|
# If this is a `sofort` PaymentMethod, this hash contains details about the SOFORT payment method.
|
1875
1609
|
attr_accessor :sofort
|
1876
|
-
# This hash contains details about the Stripe balance payment method.
|
1877
|
-
attr_accessor :stripe_balance
|
1878
1610
|
# If this is a `swish` PaymentMethod, this hash contains details about the Swish payment method.
|
1879
1611
|
attr_accessor :swish
|
1880
1612
|
# If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
|
@@ -1908,9 +1640,7 @@ module Stripe
|
|
1908
1640
|
eps: nil,
|
1909
1641
|
fpx: nil,
|
1910
1642
|
giropay: nil,
|
1911
|
-
gopay: nil,
|
1912
1643
|
grabpay: nil,
|
1913
|
-
id_bank_transfer: nil,
|
1914
1644
|
ideal: nil,
|
1915
1645
|
interac_present: nil,
|
1916
1646
|
kakao_pay: nil,
|
@@ -1918,7 +1648,6 @@ module Stripe
|
|
1918
1648
|
konbini: nil,
|
1919
1649
|
kr_card: nil,
|
1920
1650
|
link: nil,
|
1921
|
-
mb_way: nil,
|
1922
1651
|
metadata: nil,
|
1923
1652
|
mobilepay: nil,
|
1924
1653
|
multibanco: nil,
|
@@ -1930,19 +1659,14 @@ module Stripe
|
|
1930
1659
|
payco: nil,
|
1931
1660
|
paynow: nil,
|
1932
1661
|
paypal: nil,
|
1933
|
-
payto: nil,
|
1934
1662
|
pix: nil,
|
1935
1663
|
promptpay: nil,
|
1936
|
-
qris: nil,
|
1937
1664
|
radar_options: nil,
|
1938
|
-
rechnung: nil,
|
1939
1665
|
revolut_pay: nil,
|
1940
1666
|
samsung_pay: nil,
|
1941
1667
|
satispay: nil,
|
1942
1668
|
sepa_debit: nil,
|
1943
|
-
shopeepay: nil,
|
1944
1669
|
sofort: nil,
|
1945
|
-
stripe_balance: nil,
|
1946
1670
|
swish: nil,
|
1947
1671
|
twint: nil,
|
1948
1672
|
type: nil,
|
@@ -1969,9 +1693,7 @@ module Stripe
|
|
1969
1693
|
@eps = eps
|
1970
1694
|
@fpx = fpx
|
1971
1695
|
@giropay = giropay
|
1972
|
-
@gopay = gopay
|
1973
1696
|
@grabpay = grabpay
|
1974
|
-
@id_bank_transfer = id_bank_transfer
|
1975
1697
|
@ideal = ideal
|
1976
1698
|
@interac_present = interac_present
|
1977
1699
|
@kakao_pay = kakao_pay
|
@@ -1979,7 +1701,6 @@ module Stripe
|
|
1979
1701
|
@konbini = konbini
|
1980
1702
|
@kr_card = kr_card
|
1981
1703
|
@link = link
|
1982
|
-
@mb_way = mb_way
|
1983
1704
|
@metadata = metadata
|
1984
1705
|
@mobilepay = mobilepay
|
1985
1706
|
@multibanco = multibanco
|
@@ -1991,19 +1712,14 @@ module Stripe
|
|
1991
1712
|
@payco = payco
|
1992
1713
|
@paynow = paynow
|
1993
1714
|
@paypal = paypal
|
1994
|
-
@payto = payto
|
1995
1715
|
@pix = pix
|
1996
1716
|
@promptpay = promptpay
|
1997
|
-
@qris = qris
|
1998
1717
|
@radar_options = radar_options
|
1999
|
-
@rechnung = rechnung
|
2000
1718
|
@revolut_pay = revolut_pay
|
2001
1719
|
@samsung_pay = samsung_pay
|
2002
1720
|
@satispay = satispay
|
2003
1721
|
@sepa_debit = sepa_debit
|
2004
|
-
@shopeepay = shopeepay
|
2005
1722
|
@sofort = sofort
|
2006
|
-
@stripe_balance = stripe_balance
|
2007
1723
|
@swish = swish
|
2008
1724
|
@twint = twint
|
2009
1725
|
@type = type
|
@@ -2239,58 +1955,9 @@ module Stripe
|
|
2239
1955
|
class Paypal < Stripe::RequestParams
|
2240
1956
|
# The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.
|
2241
1957
|
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
1958
|
|
2247
|
-
def initialize(billing_agreement_id: nil
|
1959
|
+
def initialize(billing_agreement_id: nil)
|
2248
1960
|
@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
1961
|
end
|
2295
1962
|
end
|
2296
1963
|
|
@@ -2316,27 +1983,13 @@ module Stripe
|
|
2316
1983
|
class Filters < Stripe::RequestParams
|
2317
1984
|
# The account subcategories to use to filter for selectable accounts. Valid subcategories are `checking` and `savings`.
|
2318
1985
|
attr_accessor :account_subcategories
|
2319
|
-
# ID of the institution to use to filter for selectable accounts.
|
2320
|
-
attr_accessor :institution
|
2321
1986
|
|
2322
|
-
def initialize(account_subcategories: nil
|
1987
|
+
def initialize(account_subcategories: nil)
|
2323
1988
|
@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
1989
|
end
|
2335
1990
|
end
|
2336
1991
|
# Provide filters for the linked accounts that the customer can select for the payment method.
|
2337
1992
|
attr_accessor :filters
|
2338
|
-
# Customize manual entry behavior
|
2339
|
-
attr_accessor :manual_entry
|
2340
1993
|
# 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
1994
|
attr_accessor :permissions
|
2342
1995
|
# List of data features that you would like to retrieve upon account creation.
|
@@ -2344,15 +1997,8 @@ module Stripe
|
|
2344
1997
|
# 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
1998
|
attr_accessor :return_url
|
2346
1999
|
|
2347
|
-
def initialize(
|
2348
|
-
filters: nil,
|
2349
|
-
manual_entry: nil,
|
2350
|
-
permissions: nil,
|
2351
|
-
prefetch: nil,
|
2352
|
-
return_url: nil
|
2353
|
-
)
|
2000
|
+
def initialize(filters: nil, permissions: nil, prefetch: nil, return_url: nil)
|
2354
2001
|
@filters = filters
|
2355
|
-
@manual_entry = manual_entry
|
2356
2002
|
@permissions = permissions
|
2357
2003
|
@prefetch = prefetch
|
2358
2004
|
@return_url = return_url
|
@@ -2411,8 +2057,6 @@ module Stripe
|
|
2411
2057
|
attr_accessor :link
|
2412
2058
|
# If this is a `paypal` PaymentMethod, this sub-hash contains details about the PayPal payment method options.
|
2413
2059
|
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
2060
|
# If this is a `sepa_debit` SetupIntent, this sub-hash contains details about the SEPA Debit payment method options.
|
2417
2061
|
attr_accessor :sepa_debit
|
2418
2062
|
# If this is a `us_bank_account` SetupIntent, this sub-hash contains details about the US bank account payment method options.
|
@@ -2426,7 +2070,6 @@ module Stripe
|
|
2426
2070
|
card_present: nil,
|
2427
2071
|
link: nil,
|
2428
2072
|
paypal: nil,
|
2429
|
-
payto: nil,
|
2430
2073
|
sepa_debit: nil,
|
2431
2074
|
us_bank_account: nil
|
2432
2075
|
)
|
@@ -2437,7 +2080,6 @@ module Stripe
|
|
2437
2080
|
@card_present = card_present
|
2438
2081
|
@link = link
|
2439
2082
|
@paypal = paypal
|
2440
|
-
@payto = payto
|
2441
2083
|
@sepa_debit = sepa_debit
|
2442
2084
|
@us_bank_account = us_bank_account
|
2443
2085
|
end
|
@@ -2450,10 +2092,6 @@ module Stripe
|
|
2450
2092
|
#
|
2451
2093
|
# 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
2094
|
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
2095
|
# An arbitrary string attached to the object. Often useful for displaying to users.
|
2458
2096
|
attr_accessor :description
|
2459
2097
|
# Specifies which fields in the response should be expanded.
|
@@ -2479,7 +2117,6 @@ module Stripe
|
|
2479
2117
|
def initialize(
|
2480
2118
|
attach_to_self: nil,
|
2481
2119
|
customer: nil,
|
2482
|
-
customer_account: nil,
|
2483
2120
|
description: nil,
|
2484
2121
|
expand: nil,
|
2485
2122
|
flow_directions: nil,
|
@@ -2492,7 +2129,6 @@ module Stripe
|
|
2492
2129
|
)
|
2493
2130
|
@attach_to_self = attach_to_self
|
2494
2131
|
@customer = customer
|
2495
|
-
@customer_account = customer_account
|
2496
2132
|
@description = description
|
2497
2133
|
@expand = expand
|
2498
2134
|
@flow_directions = flow_directions
|
@@ -2658,12 +2294,15 @@ module Stripe
|
|
2658
2294
|
attr_accessor :name
|
2659
2295
|
# Billing phone number (including extension).
|
2660
2296
|
attr_accessor :phone
|
2297
|
+
# Taxpayer identification number. Used only for transactions between LATAM buyers and non-LATAM sellers.
|
2298
|
+
attr_accessor :tax_id
|
2661
2299
|
|
2662
|
-
def initialize(address: nil, email: nil, name: nil, phone: nil)
|
2300
|
+
def initialize(address: nil, email: nil, name: nil, phone: nil, tax_id: nil)
|
2663
2301
|
@address = address
|
2664
2302
|
@email = email
|
2665
2303
|
@name = name
|
2666
2304
|
@phone = phone
|
2305
|
+
@tax_id = tax_id
|
2667
2306
|
end
|
2668
2307
|
end
|
2669
2308
|
|
@@ -2709,21 +2348,9 @@ module Stripe
|
|
2709
2348
|
class Giropay < Stripe::RequestParams
|
2710
2349
|
end
|
2711
2350
|
|
2712
|
-
class Gopay < Stripe::RequestParams
|
2713
|
-
end
|
2714
|
-
|
2715
2351
|
class Grabpay < Stripe::RequestParams
|
2716
2352
|
end
|
2717
2353
|
|
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
2354
|
class Ideal < Stripe::RequestParams
|
2728
2355
|
# The customer's bank. Only use this parameter for existing customers. Don't use it for new customers.
|
2729
2356
|
attr_accessor :bank
|
@@ -2771,9 +2398,6 @@ module Stripe
|
|
2771
2398
|
class Link < Stripe::RequestParams
|
2772
2399
|
end
|
2773
2400
|
|
2774
|
-
class MbWay < Stripe::RequestParams
|
2775
|
-
end
|
2776
|
-
|
2777
2401
|
class Mobilepay < Stripe::RequestParams
|
2778
2402
|
end
|
2779
2403
|
|
@@ -2844,30 +2468,12 @@ module Stripe
|
|
2844
2468
|
class Paypal < Stripe::RequestParams
|
2845
2469
|
end
|
2846
2470
|
|
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
2471
|
class Pix < Stripe::RequestParams
|
2863
2472
|
end
|
2864
2473
|
|
2865
2474
|
class Promptpay < Stripe::RequestParams
|
2866
2475
|
end
|
2867
2476
|
|
2868
|
-
class Qris < Stripe::RequestParams
|
2869
|
-
end
|
2870
|
-
|
2871
2477
|
class RadarOptions < Stripe::RequestParams
|
2872
2478
|
# 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
2479
|
attr_accessor :session
|
@@ -2877,29 +2483,6 @@ module Stripe
|
|
2877
2483
|
end
|
2878
2484
|
end
|
2879
2485
|
|
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
2486
|
class RevolutPay < Stripe::RequestParams
|
2904
2487
|
end
|
2905
2488
|
|
@@ -2918,9 +2501,6 @@ module Stripe
|
|
2918
2501
|
end
|
2919
2502
|
end
|
2920
2503
|
|
2921
|
-
class Shopeepay < Stripe::RequestParams
|
2922
|
-
end
|
2923
|
-
|
2924
2504
|
class Sofort < Stripe::RequestParams
|
2925
2505
|
# Two-letter ISO code representing the country the bank account is located in.
|
2926
2506
|
attr_accessor :country
|
@@ -2930,18 +2510,6 @@ module Stripe
|
|
2930
2510
|
end
|
2931
2511
|
end
|
2932
2512
|
|
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
2513
|
class Swish < Stripe::RequestParams
|
2946
2514
|
end
|
2947
2515
|
|
@@ -3018,12 +2586,8 @@ module Stripe
|
|
3018
2586
|
attr_accessor :fpx
|
3019
2587
|
# If this is a `giropay` PaymentMethod, this hash contains details about the Giropay payment method.
|
3020
2588
|
attr_accessor :giropay
|
3021
|
-
# If this is a Gopay PaymentMethod, this hash contains details about the Gopay payment method.
|
3022
|
-
attr_accessor :gopay
|
3023
2589
|
# If this is a `grabpay` PaymentMethod, this hash contains details about the GrabPay payment method.
|
3024
2590
|
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
2591
|
# If this is an `ideal` PaymentMethod, this hash contains details about the iDEAL payment method.
|
3028
2592
|
attr_accessor :ideal
|
3029
2593
|
# If this is an `interac_present` PaymentMethod, this hash contains details about the Interac Present payment method.
|
@@ -3038,8 +2602,6 @@ module Stripe
|
|
3038
2602
|
attr_accessor :kr_card
|
3039
2603
|
# If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.
|
3040
2604
|
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
2605
|
# 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
2606
|
attr_accessor :metadata
|
3045
2607
|
# If this is a `mobilepay` PaymentMethod, this hash contains details about the MobilePay payment method.
|
@@ -3062,18 +2624,12 @@ module Stripe
|
|
3062
2624
|
attr_accessor :paynow
|
3063
2625
|
# If this is a `paypal` PaymentMethod, this hash contains details about the PayPal payment method.
|
3064
2626
|
attr_accessor :paypal
|
3065
|
-
# If this is a `payto` PaymentMethod, this hash contains details about the PayTo payment method.
|
3066
|
-
attr_accessor :payto
|
3067
2627
|
# If this is a `pix` PaymentMethod, this hash contains details about the Pix payment method.
|
3068
2628
|
attr_accessor :pix
|
3069
2629
|
# If this is a `promptpay` PaymentMethod, this hash contains details about the PromptPay payment method.
|
3070
2630
|
attr_accessor :promptpay
|
3071
|
-
# If this is a `qris` PaymentMethod, this hash contains details about the QRIS payment method.
|
3072
|
-
attr_accessor :qris
|
3073
2631
|
# Options to configure Radar. See [Radar Session](https://stripe.com/docs/radar/radar-session) for more information.
|
3074
2632
|
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
2633
|
# If this is a `revolut_pay` PaymentMethod, this hash contains details about the Revolut Pay payment method.
|
3078
2634
|
attr_accessor :revolut_pay
|
3079
2635
|
# If this is a `samsung_pay` PaymentMethod, this hash contains details about the SamsungPay payment method.
|
@@ -3082,12 +2638,8 @@ module Stripe
|
|
3082
2638
|
attr_accessor :satispay
|
3083
2639
|
# If this is a `sepa_debit` PaymentMethod, this hash contains details about the SEPA debit bank account.
|
3084
2640
|
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
2641
|
# If this is a `sofort` PaymentMethod, this hash contains details about the SOFORT payment method.
|
3088
2642
|
attr_accessor :sofort
|
3089
|
-
# This hash contains details about the Stripe balance payment method.
|
3090
|
-
attr_accessor :stripe_balance
|
3091
2643
|
# If this is a `swish` PaymentMethod, this hash contains details about the Swish payment method.
|
3092
2644
|
attr_accessor :swish
|
3093
2645
|
# If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
|
@@ -3121,9 +2673,7 @@ module Stripe
|
|
3121
2673
|
eps: nil,
|
3122
2674
|
fpx: nil,
|
3123
2675
|
giropay: nil,
|
3124
|
-
gopay: nil,
|
3125
2676
|
grabpay: nil,
|
3126
|
-
id_bank_transfer: nil,
|
3127
2677
|
ideal: nil,
|
3128
2678
|
interac_present: nil,
|
3129
2679
|
kakao_pay: nil,
|
@@ -3131,7 +2681,6 @@ module Stripe
|
|
3131
2681
|
konbini: nil,
|
3132
2682
|
kr_card: nil,
|
3133
2683
|
link: nil,
|
3134
|
-
mb_way: nil,
|
3135
2684
|
metadata: nil,
|
3136
2685
|
mobilepay: nil,
|
3137
2686
|
multibanco: nil,
|
@@ -3143,19 +2692,14 @@ module Stripe
|
|
3143
2692
|
payco: nil,
|
3144
2693
|
paynow: nil,
|
3145
2694
|
paypal: nil,
|
3146
|
-
payto: nil,
|
3147
2695
|
pix: nil,
|
3148
2696
|
promptpay: nil,
|
3149
|
-
qris: nil,
|
3150
2697
|
radar_options: nil,
|
3151
|
-
rechnung: nil,
|
3152
2698
|
revolut_pay: nil,
|
3153
2699
|
samsung_pay: nil,
|
3154
2700
|
satispay: nil,
|
3155
2701
|
sepa_debit: nil,
|
3156
|
-
shopeepay: nil,
|
3157
2702
|
sofort: nil,
|
3158
|
-
stripe_balance: nil,
|
3159
2703
|
swish: nil,
|
3160
2704
|
twint: nil,
|
3161
2705
|
type: nil,
|
@@ -3182,9 +2726,7 @@ module Stripe
|
|
3182
2726
|
@eps = eps
|
3183
2727
|
@fpx = fpx
|
3184
2728
|
@giropay = giropay
|
3185
|
-
@gopay = gopay
|
3186
2729
|
@grabpay = grabpay
|
3187
|
-
@id_bank_transfer = id_bank_transfer
|
3188
2730
|
@ideal = ideal
|
3189
2731
|
@interac_present = interac_present
|
3190
2732
|
@kakao_pay = kakao_pay
|
@@ -3192,7 +2734,6 @@ module Stripe
|
|
3192
2734
|
@konbini = konbini
|
3193
2735
|
@kr_card = kr_card
|
3194
2736
|
@link = link
|
3195
|
-
@mb_way = mb_way
|
3196
2737
|
@metadata = metadata
|
3197
2738
|
@mobilepay = mobilepay
|
3198
2739
|
@multibanco = multibanco
|
@@ -3204,19 +2745,14 @@ module Stripe
|
|
3204
2745
|
@payco = payco
|
3205
2746
|
@paynow = paynow
|
3206
2747
|
@paypal = paypal
|
3207
|
-
@payto = payto
|
3208
2748
|
@pix = pix
|
3209
2749
|
@promptpay = promptpay
|
3210
|
-
@qris = qris
|
3211
2750
|
@radar_options = radar_options
|
3212
|
-
@rechnung = rechnung
|
3213
2751
|
@revolut_pay = revolut_pay
|
3214
2752
|
@samsung_pay = samsung_pay
|
3215
2753
|
@satispay = satispay
|
3216
2754
|
@sepa_debit = sepa_debit
|
3217
|
-
@shopeepay = shopeepay
|
3218
2755
|
@sofort = sofort
|
3219
|
-
@stripe_balance = stripe_balance
|
3220
2756
|
@swish = swish
|
3221
2757
|
@twint = twint
|
3222
2758
|
@type = type
|
@@ -3452,58 +2988,9 @@ module Stripe
|
|
3452
2988
|
class Paypal < Stripe::RequestParams
|
3453
2989
|
# The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.
|
3454
2990
|
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
2991
|
|
3460
|
-
def initialize(billing_agreement_id: nil
|
2992
|
+
def initialize(billing_agreement_id: nil)
|
3461
2993
|
@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
2994
|
end
|
3508
2995
|
end
|
3509
2996
|
|
@@ -3529,27 +3016,13 @@ module Stripe
|
|
3529
3016
|
class Filters < Stripe::RequestParams
|
3530
3017
|
# The account subcategories to use to filter for selectable accounts. Valid subcategories are `checking` and `savings`.
|
3531
3018
|
attr_accessor :account_subcategories
|
3532
|
-
# ID of the institution to use to filter for selectable accounts.
|
3533
|
-
attr_accessor :institution
|
3534
3019
|
|
3535
|
-
def initialize(account_subcategories: nil
|
3020
|
+
def initialize(account_subcategories: nil)
|
3536
3021
|
@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
3022
|
end
|
3548
3023
|
end
|
3549
3024
|
# Provide filters for the linked accounts that the customer can select for the payment method.
|
3550
3025
|
attr_accessor :filters
|
3551
|
-
# Customize manual entry behavior
|
3552
|
-
attr_accessor :manual_entry
|
3553
3026
|
# 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
3027
|
attr_accessor :permissions
|
3555
3028
|
# List of data features that you would like to retrieve upon account creation.
|
@@ -3557,15 +3030,8 @@ module Stripe
|
|
3557
3030
|
# 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
3031
|
attr_accessor :return_url
|
3559
3032
|
|
3560
|
-
def initialize(
|
3561
|
-
filters: nil,
|
3562
|
-
manual_entry: nil,
|
3563
|
-
permissions: nil,
|
3564
|
-
prefetch: nil,
|
3565
|
-
return_url: nil
|
3566
|
-
)
|
3033
|
+
def initialize(filters: nil, permissions: nil, prefetch: nil, return_url: nil)
|
3567
3034
|
@filters = filters
|
3568
|
-
@manual_entry = manual_entry
|
3569
3035
|
@permissions = permissions
|
3570
3036
|
@prefetch = prefetch
|
3571
3037
|
@return_url = return_url
|
@@ -3624,8 +3090,6 @@ module Stripe
|
|
3624
3090
|
attr_accessor :link
|
3625
3091
|
# If this is a `paypal` PaymentMethod, this sub-hash contains details about the PayPal payment method options.
|
3626
3092
|
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
3093
|
# If this is a `sepa_debit` SetupIntent, this sub-hash contains details about the SEPA Debit payment method options.
|
3630
3094
|
attr_accessor :sepa_debit
|
3631
3095
|
# If this is a `us_bank_account` SetupIntent, this sub-hash contains details about the US bank account payment method options.
|
@@ -3639,7 +3103,6 @@ module Stripe
|
|
3639
3103
|
card_present: nil,
|
3640
3104
|
link: nil,
|
3641
3105
|
paypal: nil,
|
3642
|
-
payto: nil,
|
3643
3106
|
sepa_debit: nil,
|
3644
3107
|
us_bank_account: nil
|
3645
3108
|
)
|
@@ -3650,7 +3113,6 @@ module Stripe
|
|
3650
3113
|
@card_present = card_present
|
3651
3114
|
@link = link
|
3652
3115
|
@paypal = paypal
|
3653
|
-
@payto = payto
|
3654
3116
|
@sepa_debit = sepa_debit
|
3655
3117
|
@us_bank_account = us_bank_account
|
3656
3118
|
end
|