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
@@ -237,31 +237,6 @@ module Stripe
|
|
237
237
|
class Paypal < Stripe::StripeObject
|
238
238
|
# The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.
|
239
239
|
attr_reader :billing_agreement_id
|
240
|
-
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
|
241
|
-
attr_reader :currency
|
242
|
-
# 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.
|
243
|
-
attr_reader :subsellers
|
244
|
-
end
|
245
|
-
|
246
|
-
class Payto < Stripe::StripeObject
|
247
|
-
class MandateOptions < Stripe::StripeObject
|
248
|
-
# Amount that will be collected. It is required when `amount_type` is `fixed`.
|
249
|
-
attr_reader :amount
|
250
|
-
# 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.
|
251
|
-
attr_reader :amount_type
|
252
|
-
# Date, in YYYY-MM-DD format, after which payments will not be collected. Defaults to no end date.
|
253
|
-
attr_reader :end_date
|
254
|
-
# The periodicity at which payments will be collected.
|
255
|
-
attr_reader :payment_schedule
|
256
|
-
# 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.
|
257
|
-
attr_reader :payments_per_period
|
258
|
-
# The purpose for which payments are made. Defaults to retail.
|
259
|
-
attr_reader :purpose
|
260
|
-
# Date, in YYYY-MM-DD format, from which payments will be collected. Defaults to confirmation time.
|
261
|
-
attr_reader :start_date
|
262
|
-
end
|
263
|
-
# Attribute for field mandate_options
|
264
|
-
attr_reader :mandate_options
|
265
240
|
end
|
266
241
|
|
267
242
|
class SepaDebit < Stripe::StripeObject
|
@@ -278,18 +253,9 @@ module Stripe
|
|
278
253
|
class Filters < Stripe::StripeObject
|
279
254
|
# The account subcategories to use to filter for possible accounts to link. Valid subcategories are `checking` and `savings`.
|
280
255
|
attr_reader :account_subcategories
|
281
|
-
# The institution to use to filter for possible accounts to link.
|
282
|
-
attr_reader :institution
|
283
|
-
end
|
284
|
-
|
285
|
-
class ManualEntry < Stripe::StripeObject
|
286
|
-
# Settings for configuring manual entry of account details.
|
287
|
-
attr_reader :mode
|
288
256
|
end
|
289
257
|
# Attribute for field filters
|
290
258
|
attr_reader :filters
|
291
|
-
# Attribute for field manual_entry
|
292
|
-
attr_reader :manual_entry
|
293
259
|
# The list of permissions to request. The `payment_method` permission must be included.
|
294
260
|
attr_reader :permissions
|
295
261
|
# Data features requested to be retrieved upon account creation.
|
@@ -323,8 +289,6 @@ module Stripe
|
|
323
289
|
attr_reader :link
|
324
290
|
# Attribute for field paypal
|
325
291
|
attr_reader :paypal
|
326
|
-
# Attribute for field payto
|
327
|
-
attr_reader :payto
|
328
292
|
# Attribute for field sepa_debit
|
329
293
|
attr_reader :sepa_debit
|
330
294
|
# Attribute for field us_bank_account
|
@@ -357,8 +321,6 @@ module Stripe
|
|
357
321
|
attr_accessor :created
|
358
322
|
# Only return SetupIntents for the customer specified by this customer ID.
|
359
323
|
attr_accessor :customer
|
360
|
-
# Only return SetupIntents for the account specified by this customer ID.
|
361
|
-
attr_accessor :customer_account
|
362
324
|
# 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.
|
363
325
|
attr_accessor :ending_before
|
364
326
|
# Specifies which fields in the response should be expanded.
|
@@ -374,7 +336,6 @@ module Stripe
|
|
374
336
|
attach_to_self: nil,
|
375
337
|
created: nil,
|
376
338
|
customer: nil,
|
377
|
-
customer_account: nil,
|
378
339
|
ending_before: nil,
|
379
340
|
expand: nil,
|
380
341
|
limit: nil,
|
@@ -384,7 +345,6 @@ module Stripe
|
|
384
345
|
@attach_to_self = attach_to_self
|
385
346
|
@created = created
|
386
347
|
@customer = customer
|
387
|
-
@customer_account = customer_account
|
388
348
|
@ending_before = ending_before
|
389
349
|
@expand = expand
|
390
350
|
@limit = limit
|
@@ -548,12 +508,15 @@ module Stripe
|
|
548
508
|
attr_accessor :name
|
549
509
|
# Billing phone number (including extension).
|
550
510
|
attr_accessor :phone
|
511
|
+
# Taxpayer identification number. Used only for transactions between LATAM buyers and non-LATAM sellers.
|
512
|
+
attr_accessor :tax_id
|
551
513
|
|
552
|
-
def initialize(address: nil, email: nil, name: nil, phone: nil)
|
514
|
+
def initialize(address: nil, email: nil, name: nil, phone: nil, tax_id: nil)
|
553
515
|
@address = address
|
554
516
|
@email = email
|
555
517
|
@name = name
|
556
518
|
@phone = phone
|
519
|
+
@tax_id = tax_id
|
557
520
|
end
|
558
521
|
end
|
559
522
|
|
@@ -599,21 +562,9 @@ module Stripe
|
|
599
562
|
class Giropay < Stripe::RequestParams
|
600
563
|
end
|
601
564
|
|
602
|
-
class Gopay < Stripe::RequestParams
|
603
|
-
end
|
604
|
-
|
605
565
|
class Grabpay < Stripe::RequestParams
|
606
566
|
end
|
607
567
|
|
608
|
-
class IdBankTransfer < Stripe::RequestParams
|
609
|
-
# Bank where the account is held.
|
610
|
-
attr_accessor :bank
|
611
|
-
|
612
|
-
def initialize(bank: nil)
|
613
|
-
@bank = bank
|
614
|
-
end
|
615
|
-
end
|
616
|
-
|
617
568
|
class Ideal < Stripe::RequestParams
|
618
569
|
# The customer's bank. Only use this parameter for existing customers. Don't use it for new customers.
|
619
570
|
attr_accessor :bank
|
@@ -661,9 +612,6 @@ module Stripe
|
|
661
612
|
class Link < Stripe::RequestParams
|
662
613
|
end
|
663
614
|
|
664
|
-
class MbWay < Stripe::RequestParams
|
665
|
-
end
|
666
|
-
|
667
615
|
class Mobilepay < Stripe::RequestParams
|
668
616
|
end
|
669
617
|
|
@@ -734,30 +682,12 @@ module Stripe
|
|
734
682
|
class Paypal < Stripe::RequestParams
|
735
683
|
end
|
736
684
|
|
737
|
-
class Payto < Stripe::RequestParams
|
738
|
-
# The account number for the bank account.
|
739
|
-
attr_accessor :account_number
|
740
|
-
# Bank-State-Branch number of the bank account.
|
741
|
-
attr_accessor :bsb_number
|
742
|
-
# The PayID alias for the bank account.
|
743
|
-
attr_accessor :pay_id
|
744
|
-
|
745
|
-
def initialize(account_number: nil, bsb_number: nil, pay_id: nil)
|
746
|
-
@account_number = account_number
|
747
|
-
@bsb_number = bsb_number
|
748
|
-
@pay_id = pay_id
|
749
|
-
end
|
750
|
-
end
|
751
|
-
|
752
685
|
class Pix < Stripe::RequestParams
|
753
686
|
end
|
754
687
|
|
755
688
|
class Promptpay < Stripe::RequestParams
|
756
689
|
end
|
757
690
|
|
758
|
-
class Qris < Stripe::RequestParams
|
759
|
-
end
|
760
|
-
|
761
691
|
class RadarOptions < Stripe::RequestParams
|
762
692
|
# 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.
|
763
693
|
attr_accessor :session
|
@@ -767,29 +697,6 @@ module Stripe
|
|
767
697
|
end
|
768
698
|
end
|
769
699
|
|
770
|
-
class Rechnung < Stripe::RequestParams
|
771
|
-
class Dob < Stripe::RequestParams
|
772
|
-
# The day of birth, between 1 and 31.
|
773
|
-
attr_accessor :day
|
774
|
-
# The month of birth, between 1 and 12.
|
775
|
-
attr_accessor :month
|
776
|
-
# The four-digit year of birth.
|
777
|
-
attr_accessor :year
|
778
|
-
|
779
|
-
def initialize(day: nil, month: nil, year: nil)
|
780
|
-
@day = day
|
781
|
-
@month = month
|
782
|
-
@year = year
|
783
|
-
end
|
784
|
-
end
|
785
|
-
# Customer's date of birth
|
786
|
-
attr_accessor :dob
|
787
|
-
|
788
|
-
def initialize(dob: nil)
|
789
|
-
@dob = dob
|
790
|
-
end
|
791
|
-
end
|
792
|
-
|
793
700
|
class RevolutPay < Stripe::RequestParams
|
794
701
|
end
|
795
702
|
|
@@ -808,9 +715,6 @@ module Stripe
|
|
808
715
|
end
|
809
716
|
end
|
810
717
|
|
811
|
-
class Shopeepay < Stripe::RequestParams
|
812
|
-
end
|
813
|
-
|
814
718
|
class Sofort < Stripe::RequestParams
|
815
719
|
# Two-letter ISO code representing the country the bank account is located in.
|
816
720
|
attr_accessor :country
|
@@ -820,18 +724,6 @@ module Stripe
|
|
820
724
|
end
|
821
725
|
end
|
822
726
|
|
823
|
-
class StripeBalance < Stripe::RequestParams
|
824
|
-
# The connected account ID whose Stripe balance to use as the source of payment
|
825
|
-
attr_accessor :account
|
826
|
-
# The [source_type](https://docs.stripe.com/api/balance/balance_object#balance_object-available-source_types) of the balance
|
827
|
-
attr_accessor :source_type
|
828
|
-
|
829
|
-
def initialize(account: nil, source_type: nil)
|
830
|
-
@account = account
|
831
|
-
@source_type = source_type
|
832
|
-
end
|
833
|
-
end
|
834
|
-
|
835
727
|
class Swish < Stripe::RequestParams
|
836
728
|
end
|
837
729
|
|
@@ -908,12 +800,8 @@ module Stripe
|
|
908
800
|
attr_accessor :fpx
|
909
801
|
# If this is a `giropay` PaymentMethod, this hash contains details about the Giropay payment method.
|
910
802
|
attr_accessor :giropay
|
911
|
-
# If this is a Gopay PaymentMethod, this hash contains details about the Gopay payment method.
|
912
|
-
attr_accessor :gopay
|
913
803
|
# If this is a `grabpay` PaymentMethod, this hash contains details about the GrabPay payment method.
|
914
804
|
attr_accessor :grabpay
|
915
|
-
# If this is an `IdBankTransfer` PaymentMethod, this hash contains details about the IdBankTransfer payment method.
|
916
|
-
attr_accessor :id_bank_transfer
|
917
805
|
# If this is an `ideal` PaymentMethod, this hash contains details about the iDEAL payment method.
|
918
806
|
attr_accessor :ideal
|
919
807
|
# If this is an `interac_present` PaymentMethod, this hash contains details about the Interac Present payment method.
|
@@ -928,8 +816,6 @@ module Stripe
|
|
928
816
|
attr_accessor :kr_card
|
929
817
|
# If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.
|
930
818
|
attr_accessor :link
|
931
|
-
# If this is a MB WAY PaymentMethod, this hash contains details about the MB WAY payment method.
|
932
|
-
attr_accessor :mb_way
|
933
819
|
# 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`.
|
934
820
|
attr_accessor :metadata
|
935
821
|
# If this is a `mobilepay` PaymentMethod, this hash contains details about the MobilePay payment method.
|
@@ -952,18 +838,12 @@ module Stripe
|
|
952
838
|
attr_accessor :paynow
|
953
839
|
# If this is a `paypal` PaymentMethod, this hash contains details about the PayPal payment method.
|
954
840
|
attr_accessor :paypal
|
955
|
-
# If this is a `payto` PaymentMethod, this hash contains details about the PayTo payment method.
|
956
|
-
attr_accessor :payto
|
957
841
|
# If this is a `pix` PaymentMethod, this hash contains details about the Pix payment method.
|
958
842
|
attr_accessor :pix
|
959
843
|
# If this is a `promptpay` PaymentMethod, this hash contains details about the PromptPay payment method.
|
960
844
|
attr_accessor :promptpay
|
961
|
-
# If this is a `qris` PaymentMethod, this hash contains details about the QRIS payment method.
|
962
|
-
attr_accessor :qris
|
963
845
|
# Options to configure Radar. See [Radar Session](https://stripe.com/docs/radar/radar-session) for more information.
|
964
846
|
attr_accessor :radar_options
|
965
|
-
# If this is a `rechnung` PaymentMethod, this hash contains details about the Rechnung payment method.
|
966
|
-
attr_accessor :rechnung
|
967
847
|
# If this is a `revolut_pay` PaymentMethod, this hash contains details about the Revolut Pay payment method.
|
968
848
|
attr_accessor :revolut_pay
|
969
849
|
# If this is a `samsung_pay` PaymentMethod, this hash contains details about the SamsungPay payment method.
|
@@ -972,12 +852,8 @@ module Stripe
|
|
972
852
|
attr_accessor :satispay
|
973
853
|
# If this is a `sepa_debit` PaymentMethod, this hash contains details about the SEPA debit bank account.
|
974
854
|
attr_accessor :sepa_debit
|
975
|
-
# If this is a Shopeepay PaymentMethod, this hash contains details about the Shopeepay payment method.
|
976
|
-
attr_accessor :shopeepay
|
977
855
|
# If this is a `sofort` PaymentMethod, this hash contains details about the SOFORT payment method.
|
978
856
|
attr_accessor :sofort
|
979
|
-
# This hash contains details about the Stripe balance payment method.
|
980
|
-
attr_accessor :stripe_balance
|
981
857
|
# If this is a `swish` PaymentMethod, this hash contains details about the Swish payment method.
|
982
858
|
attr_accessor :swish
|
983
859
|
# If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
|
@@ -1011,9 +887,7 @@ module Stripe
|
|
1011
887
|
eps: nil,
|
1012
888
|
fpx: nil,
|
1013
889
|
giropay: nil,
|
1014
|
-
gopay: nil,
|
1015
890
|
grabpay: nil,
|
1016
|
-
id_bank_transfer: nil,
|
1017
891
|
ideal: nil,
|
1018
892
|
interac_present: nil,
|
1019
893
|
kakao_pay: nil,
|
@@ -1021,7 +895,6 @@ module Stripe
|
|
1021
895
|
konbini: nil,
|
1022
896
|
kr_card: nil,
|
1023
897
|
link: nil,
|
1024
|
-
mb_way: nil,
|
1025
898
|
metadata: nil,
|
1026
899
|
mobilepay: nil,
|
1027
900
|
multibanco: nil,
|
@@ -1033,19 +906,14 @@ module Stripe
|
|
1033
906
|
payco: nil,
|
1034
907
|
paynow: nil,
|
1035
908
|
paypal: nil,
|
1036
|
-
payto: nil,
|
1037
909
|
pix: nil,
|
1038
910
|
promptpay: nil,
|
1039
|
-
qris: nil,
|
1040
911
|
radar_options: nil,
|
1041
|
-
rechnung: nil,
|
1042
912
|
revolut_pay: nil,
|
1043
913
|
samsung_pay: nil,
|
1044
914
|
satispay: nil,
|
1045
915
|
sepa_debit: nil,
|
1046
|
-
shopeepay: nil,
|
1047
916
|
sofort: nil,
|
1048
|
-
stripe_balance: nil,
|
1049
917
|
swish: nil,
|
1050
918
|
twint: nil,
|
1051
919
|
type: nil,
|
@@ -1072,9 +940,7 @@ module Stripe
|
|
1072
940
|
@eps = eps
|
1073
941
|
@fpx = fpx
|
1074
942
|
@giropay = giropay
|
1075
|
-
@gopay = gopay
|
1076
943
|
@grabpay = grabpay
|
1077
|
-
@id_bank_transfer = id_bank_transfer
|
1078
944
|
@ideal = ideal
|
1079
945
|
@interac_present = interac_present
|
1080
946
|
@kakao_pay = kakao_pay
|
@@ -1082,7 +948,6 @@ module Stripe
|
|
1082
948
|
@konbini = konbini
|
1083
949
|
@kr_card = kr_card
|
1084
950
|
@link = link
|
1085
|
-
@mb_way = mb_way
|
1086
951
|
@metadata = metadata
|
1087
952
|
@mobilepay = mobilepay
|
1088
953
|
@multibanco = multibanco
|
@@ -1094,19 +959,14 @@ module Stripe
|
|
1094
959
|
@payco = payco
|
1095
960
|
@paynow = paynow
|
1096
961
|
@paypal = paypal
|
1097
|
-
@payto = payto
|
1098
962
|
@pix = pix
|
1099
963
|
@promptpay = promptpay
|
1100
|
-
@qris = qris
|
1101
964
|
@radar_options = radar_options
|
1102
|
-
@rechnung = rechnung
|
1103
965
|
@revolut_pay = revolut_pay
|
1104
966
|
@samsung_pay = samsung_pay
|
1105
967
|
@satispay = satispay
|
1106
968
|
@sepa_debit = sepa_debit
|
1107
|
-
@shopeepay = shopeepay
|
1108
969
|
@sofort = sofort
|
1109
|
-
@stripe_balance = stripe_balance
|
1110
970
|
@swish = swish
|
1111
971
|
@twint = twint
|
1112
972
|
@type = type
|
@@ -1342,58 +1202,9 @@ module Stripe
|
|
1342
1202
|
class Paypal < Stripe::RequestParams
|
1343
1203
|
# The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.
|
1344
1204
|
attr_accessor :billing_agreement_id
|
1345
|
-
# Attribute for param field currency
|
1346
|
-
attr_accessor :currency
|
1347
|
-
# 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.
|
1348
|
-
attr_accessor :subsellers
|
1349
1205
|
|
1350
|
-
def initialize(billing_agreement_id: nil
|
1206
|
+
def initialize(billing_agreement_id: nil)
|
1351
1207
|
@billing_agreement_id = billing_agreement_id
|
1352
|
-
@currency = currency
|
1353
|
-
@subsellers = subsellers
|
1354
|
-
end
|
1355
|
-
end
|
1356
|
-
|
1357
|
-
class Payto < Stripe::RequestParams
|
1358
|
-
class MandateOptions < Stripe::RequestParams
|
1359
|
-
# Amount that will be collected. It is required when `amount_type` is `fixed`.
|
1360
|
-
attr_accessor :amount
|
1361
|
-
# 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.
|
1362
|
-
attr_accessor :amount_type
|
1363
|
-
# Date, in YYYY-MM-DD format, after which payments will not be collected. Defaults to no end date.
|
1364
|
-
attr_accessor :end_date
|
1365
|
-
# The periodicity at which payments will be collected.
|
1366
|
-
attr_accessor :payment_schedule
|
1367
|
-
# 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.
|
1368
|
-
attr_accessor :payments_per_period
|
1369
|
-
# The purpose for which payments are made. Defaults to retail.
|
1370
|
-
attr_accessor :purpose
|
1371
|
-
# Date, in YYYY-MM-DD format, from which payments will be collected. Defaults to confirmation time.
|
1372
|
-
attr_accessor :start_date
|
1373
|
-
|
1374
|
-
def initialize(
|
1375
|
-
amount: nil,
|
1376
|
-
amount_type: nil,
|
1377
|
-
end_date: nil,
|
1378
|
-
payment_schedule: nil,
|
1379
|
-
payments_per_period: nil,
|
1380
|
-
purpose: nil,
|
1381
|
-
start_date: nil
|
1382
|
-
)
|
1383
|
-
@amount = amount
|
1384
|
-
@amount_type = amount_type
|
1385
|
-
@end_date = end_date
|
1386
|
-
@payment_schedule = payment_schedule
|
1387
|
-
@payments_per_period = payments_per_period
|
1388
|
-
@purpose = purpose
|
1389
|
-
@start_date = start_date
|
1390
|
-
end
|
1391
|
-
end
|
1392
|
-
# Additional fields for Mandate creation.
|
1393
|
-
attr_accessor :mandate_options
|
1394
|
-
|
1395
|
-
def initialize(mandate_options: nil)
|
1396
|
-
@mandate_options = mandate_options
|
1397
1208
|
end
|
1398
1209
|
end
|
1399
1210
|
|
@@ -1419,27 +1230,13 @@ module Stripe
|
|
1419
1230
|
class Filters < Stripe::RequestParams
|
1420
1231
|
# The account subcategories to use to filter for selectable accounts. Valid subcategories are `checking` and `savings`.
|
1421
1232
|
attr_accessor :account_subcategories
|
1422
|
-
# ID of the institution to use to filter for selectable accounts.
|
1423
|
-
attr_accessor :institution
|
1424
1233
|
|
1425
|
-
def initialize(account_subcategories: nil
|
1234
|
+
def initialize(account_subcategories: nil)
|
1426
1235
|
@account_subcategories = account_subcategories
|
1427
|
-
@institution = institution
|
1428
|
-
end
|
1429
|
-
end
|
1430
|
-
|
1431
|
-
class ManualEntry < Stripe::RequestParams
|
1432
|
-
# Settings for configuring manual entry of account details.
|
1433
|
-
attr_accessor :mode
|
1434
|
-
|
1435
|
-
def initialize(mode: nil)
|
1436
|
-
@mode = mode
|
1437
1236
|
end
|
1438
1237
|
end
|
1439
1238
|
# Provide filters for the linked accounts that the customer can select for the payment method.
|
1440
1239
|
attr_accessor :filters
|
1441
|
-
# Customize manual entry behavior
|
1442
|
-
attr_accessor :manual_entry
|
1443
1240
|
# 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`.
|
1444
1241
|
attr_accessor :permissions
|
1445
1242
|
# List of data features that you would like to retrieve upon account creation.
|
@@ -1447,15 +1244,8 @@ module Stripe
|
|
1447
1244
|
# 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.
|
1448
1245
|
attr_accessor :return_url
|
1449
1246
|
|
1450
|
-
def initialize(
|
1451
|
-
filters: nil,
|
1452
|
-
manual_entry: nil,
|
1453
|
-
permissions: nil,
|
1454
|
-
prefetch: nil,
|
1455
|
-
return_url: nil
|
1456
|
-
)
|
1247
|
+
def initialize(filters: nil, permissions: nil, prefetch: nil, return_url: nil)
|
1457
1248
|
@filters = filters
|
1458
|
-
@manual_entry = manual_entry
|
1459
1249
|
@permissions = permissions
|
1460
1250
|
@prefetch = prefetch
|
1461
1251
|
@return_url = return_url
|
@@ -1514,8 +1304,6 @@ module Stripe
|
|
1514
1304
|
attr_accessor :link
|
1515
1305
|
# If this is a `paypal` PaymentMethod, this sub-hash contains details about the PayPal payment method options.
|
1516
1306
|
attr_accessor :paypal
|
1517
|
-
# If this is a `payto` SetupIntent, this sub-hash contains details about the PayTo payment method options.
|
1518
|
-
attr_accessor :payto
|
1519
1307
|
# If this is a `sepa_debit` SetupIntent, this sub-hash contains details about the SEPA Debit payment method options.
|
1520
1308
|
attr_accessor :sepa_debit
|
1521
1309
|
# If this is a `us_bank_account` SetupIntent, this sub-hash contains details about the US bank account payment method options.
|
@@ -1529,7 +1317,6 @@ module Stripe
|
|
1529
1317
|
card_present: nil,
|
1530
1318
|
link: nil,
|
1531
1319
|
paypal: nil,
|
1532
|
-
payto: nil,
|
1533
1320
|
sepa_debit: nil,
|
1534
1321
|
us_bank_account: nil
|
1535
1322
|
)
|
@@ -1540,7 +1327,6 @@ module Stripe
|
|
1540
1327
|
@card_present = card_present
|
1541
1328
|
@link = link
|
1542
1329
|
@paypal = paypal
|
1543
|
-
@payto = payto
|
1544
1330
|
@sepa_debit = sepa_debit
|
1545
1331
|
@us_bank_account = us_bank_account
|
1546
1332
|
end
|
@@ -1573,10 +1359,6 @@ module Stripe
|
|
1573
1359
|
#
|
1574
1360
|
# 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.
|
1575
1361
|
attr_accessor :customer
|
1576
|
-
# ID of the Account this SetupIntent belongs to, if one exists.
|
1577
|
-
#
|
1578
|
-
# 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.
|
1579
|
-
attr_accessor :customer_account
|
1580
1362
|
# An arbitrary string attached to the object. Often useful for displaying to users.
|
1581
1363
|
attr_accessor :description
|
1582
1364
|
# Specifies which fields in the response should be expanded.
|
@@ -1619,7 +1401,6 @@ module Stripe
|
|
1619
1401
|
confirm: nil,
|
1620
1402
|
confirmation_token: nil,
|
1621
1403
|
customer: nil,
|
1622
|
-
customer_account: nil,
|
1623
1404
|
description: nil,
|
1624
1405
|
expand: nil,
|
1625
1406
|
flow_directions: nil,
|
@@ -1641,7 +1422,6 @@ module Stripe
|
|
1641
1422
|
@confirm = confirm
|
1642
1423
|
@confirmation_token = confirmation_token
|
1643
1424
|
@customer = customer
|
1644
|
-
@customer_account = customer_account
|
1645
1425
|
@description = description
|
1646
1426
|
@expand = expand
|
1647
1427
|
@flow_directions = flow_directions
|
@@ -1761,12 +1541,15 @@ module Stripe
|
|
1761
1541
|
attr_accessor :name
|
1762
1542
|
# Billing phone number (including extension).
|
1763
1543
|
attr_accessor :phone
|
1544
|
+
# Taxpayer identification number. Used only for transactions between LATAM buyers and non-LATAM sellers.
|
1545
|
+
attr_accessor :tax_id
|
1764
1546
|
|
1765
|
-
def initialize(address: nil, email: nil, name: nil, phone: nil)
|
1547
|
+
def initialize(address: nil, email: nil, name: nil, phone: nil, tax_id: nil)
|
1766
1548
|
@address = address
|
1767
1549
|
@email = email
|
1768
1550
|
@name = name
|
1769
1551
|
@phone = phone
|
1552
|
+
@tax_id = tax_id
|
1770
1553
|
end
|
1771
1554
|
end
|
1772
1555
|
|
@@ -1812,21 +1595,9 @@ module Stripe
|
|
1812
1595
|
class Giropay < Stripe::RequestParams
|
1813
1596
|
end
|
1814
1597
|
|
1815
|
-
class Gopay < Stripe::RequestParams
|
1816
|
-
end
|
1817
|
-
|
1818
1598
|
class Grabpay < Stripe::RequestParams
|
1819
1599
|
end
|
1820
1600
|
|
1821
|
-
class IdBankTransfer < Stripe::RequestParams
|
1822
|
-
# Bank where the account is held.
|
1823
|
-
attr_accessor :bank
|
1824
|
-
|
1825
|
-
def initialize(bank: nil)
|
1826
|
-
@bank = bank
|
1827
|
-
end
|
1828
|
-
end
|
1829
|
-
|
1830
1601
|
class Ideal < Stripe::RequestParams
|
1831
1602
|
# The customer's bank. Only use this parameter for existing customers. Don't use it for new customers.
|
1832
1603
|
attr_accessor :bank
|
@@ -1874,9 +1645,6 @@ module Stripe
|
|
1874
1645
|
class Link < Stripe::RequestParams
|
1875
1646
|
end
|
1876
1647
|
|
1877
|
-
class MbWay < Stripe::RequestParams
|
1878
|
-
end
|
1879
|
-
|
1880
1648
|
class Mobilepay < Stripe::RequestParams
|
1881
1649
|
end
|
1882
1650
|
|
@@ -1947,30 +1715,12 @@ module Stripe
|
|
1947
1715
|
class Paypal < Stripe::RequestParams
|
1948
1716
|
end
|
1949
1717
|
|
1950
|
-
class Payto < Stripe::RequestParams
|
1951
|
-
# The account number for the bank account.
|
1952
|
-
attr_accessor :account_number
|
1953
|
-
# Bank-State-Branch number of the bank account.
|
1954
|
-
attr_accessor :bsb_number
|
1955
|
-
# The PayID alias for the bank account.
|
1956
|
-
attr_accessor :pay_id
|
1957
|
-
|
1958
|
-
def initialize(account_number: nil, bsb_number: nil, pay_id: nil)
|
1959
|
-
@account_number = account_number
|
1960
|
-
@bsb_number = bsb_number
|
1961
|
-
@pay_id = pay_id
|
1962
|
-
end
|
1963
|
-
end
|
1964
|
-
|
1965
1718
|
class Pix < Stripe::RequestParams
|
1966
1719
|
end
|
1967
1720
|
|
1968
1721
|
class Promptpay < Stripe::RequestParams
|
1969
1722
|
end
|
1970
1723
|
|
1971
|
-
class Qris < Stripe::RequestParams
|
1972
|
-
end
|
1973
|
-
|
1974
1724
|
class RadarOptions < Stripe::RequestParams
|
1975
1725
|
# 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.
|
1976
1726
|
attr_accessor :session
|
@@ -1980,29 +1730,6 @@ module Stripe
|
|
1980
1730
|
end
|
1981
1731
|
end
|
1982
1732
|
|
1983
|
-
class Rechnung < Stripe::RequestParams
|
1984
|
-
class Dob < Stripe::RequestParams
|
1985
|
-
# The day of birth, between 1 and 31.
|
1986
|
-
attr_accessor :day
|
1987
|
-
# The month of birth, between 1 and 12.
|
1988
|
-
attr_accessor :month
|
1989
|
-
# The four-digit year of birth.
|
1990
|
-
attr_accessor :year
|
1991
|
-
|
1992
|
-
def initialize(day: nil, month: nil, year: nil)
|
1993
|
-
@day = day
|
1994
|
-
@month = month
|
1995
|
-
@year = year
|
1996
|
-
end
|
1997
|
-
end
|
1998
|
-
# Customer's date of birth
|
1999
|
-
attr_accessor :dob
|
2000
|
-
|
2001
|
-
def initialize(dob: nil)
|
2002
|
-
@dob = dob
|
2003
|
-
end
|
2004
|
-
end
|
2005
|
-
|
2006
1733
|
class RevolutPay < Stripe::RequestParams
|
2007
1734
|
end
|
2008
1735
|
|
@@ -2021,9 +1748,6 @@ module Stripe
|
|
2021
1748
|
end
|
2022
1749
|
end
|
2023
1750
|
|
2024
|
-
class Shopeepay < Stripe::RequestParams
|
2025
|
-
end
|
2026
|
-
|
2027
1751
|
class Sofort < Stripe::RequestParams
|
2028
1752
|
# Two-letter ISO code representing the country the bank account is located in.
|
2029
1753
|
attr_accessor :country
|
@@ -2033,18 +1757,6 @@ module Stripe
|
|
2033
1757
|
end
|
2034
1758
|
end
|
2035
1759
|
|
2036
|
-
class StripeBalance < Stripe::RequestParams
|
2037
|
-
# The connected account ID whose Stripe balance to use as the source of payment
|
2038
|
-
attr_accessor :account
|
2039
|
-
# The [source_type](https://docs.stripe.com/api/balance/balance_object#balance_object-available-source_types) of the balance
|
2040
|
-
attr_accessor :source_type
|
2041
|
-
|
2042
|
-
def initialize(account: nil, source_type: nil)
|
2043
|
-
@account = account
|
2044
|
-
@source_type = source_type
|
2045
|
-
end
|
2046
|
-
end
|
2047
|
-
|
2048
1760
|
class Swish < Stripe::RequestParams
|
2049
1761
|
end
|
2050
1762
|
|
@@ -2121,12 +1833,8 @@ module Stripe
|
|
2121
1833
|
attr_accessor :fpx
|
2122
1834
|
# If this is a `giropay` PaymentMethod, this hash contains details about the Giropay payment method.
|
2123
1835
|
attr_accessor :giropay
|
2124
|
-
# If this is a Gopay PaymentMethod, this hash contains details about the Gopay payment method.
|
2125
|
-
attr_accessor :gopay
|
2126
1836
|
# If this is a `grabpay` PaymentMethod, this hash contains details about the GrabPay payment method.
|
2127
1837
|
attr_accessor :grabpay
|
2128
|
-
# If this is an `IdBankTransfer` PaymentMethod, this hash contains details about the IdBankTransfer payment method.
|
2129
|
-
attr_accessor :id_bank_transfer
|
2130
1838
|
# If this is an `ideal` PaymentMethod, this hash contains details about the iDEAL payment method.
|
2131
1839
|
attr_accessor :ideal
|
2132
1840
|
# If this is an `interac_present` PaymentMethod, this hash contains details about the Interac Present payment method.
|
@@ -2141,8 +1849,6 @@ module Stripe
|
|
2141
1849
|
attr_accessor :kr_card
|
2142
1850
|
# If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.
|
2143
1851
|
attr_accessor :link
|
2144
|
-
# If this is a MB WAY PaymentMethod, this hash contains details about the MB WAY payment method.
|
2145
|
-
attr_accessor :mb_way
|
2146
1852
|
# 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`.
|
2147
1853
|
attr_accessor :metadata
|
2148
1854
|
# If this is a `mobilepay` PaymentMethod, this hash contains details about the MobilePay payment method.
|
@@ -2165,18 +1871,12 @@ module Stripe
|
|
2165
1871
|
attr_accessor :paynow
|
2166
1872
|
# If this is a `paypal` PaymentMethod, this hash contains details about the PayPal payment method.
|
2167
1873
|
attr_accessor :paypal
|
2168
|
-
# If this is a `payto` PaymentMethod, this hash contains details about the PayTo payment method.
|
2169
|
-
attr_accessor :payto
|
2170
1874
|
# If this is a `pix` PaymentMethod, this hash contains details about the Pix payment method.
|
2171
1875
|
attr_accessor :pix
|
2172
1876
|
# If this is a `promptpay` PaymentMethod, this hash contains details about the PromptPay payment method.
|
2173
1877
|
attr_accessor :promptpay
|
2174
|
-
# If this is a `qris` PaymentMethod, this hash contains details about the QRIS payment method.
|
2175
|
-
attr_accessor :qris
|
2176
1878
|
# Options to configure Radar. See [Radar Session](https://stripe.com/docs/radar/radar-session) for more information.
|
2177
1879
|
attr_accessor :radar_options
|
2178
|
-
# If this is a `rechnung` PaymentMethod, this hash contains details about the Rechnung payment method.
|
2179
|
-
attr_accessor :rechnung
|
2180
1880
|
# If this is a `revolut_pay` PaymentMethod, this hash contains details about the Revolut Pay payment method.
|
2181
1881
|
attr_accessor :revolut_pay
|
2182
1882
|
# If this is a `samsung_pay` PaymentMethod, this hash contains details about the SamsungPay payment method.
|
@@ -2185,12 +1885,8 @@ module Stripe
|
|
2185
1885
|
attr_accessor :satispay
|
2186
1886
|
# If this is a `sepa_debit` PaymentMethod, this hash contains details about the SEPA debit bank account.
|
2187
1887
|
attr_accessor :sepa_debit
|
2188
|
-
# If this is a Shopeepay PaymentMethod, this hash contains details about the Shopeepay payment method.
|
2189
|
-
attr_accessor :shopeepay
|
2190
1888
|
# If this is a `sofort` PaymentMethod, this hash contains details about the SOFORT payment method.
|
2191
1889
|
attr_accessor :sofort
|
2192
|
-
# This hash contains details about the Stripe balance payment method.
|
2193
|
-
attr_accessor :stripe_balance
|
2194
1890
|
# If this is a `swish` PaymentMethod, this hash contains details about the Swish payment method.
|
2195
1891
|
attr_accessor :swish
|
2196
1892
|
# If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
|
@@ -2224,9 +1920,7 @@ module Stripe
|
|
2224
1920
|
eps: nil,
|
2225
1921
|
fpx: nil,
|
2226
1922
|
giropay: nil,
|
2227
|
-
gopay: nil,
|
2228
1923
|
grabpay: nil,
|
2229
|
-
id_bank_transfer: nil,
|
2230
1924
|
ideal: nil,
|
2231
1925
|
interac_present: nil,
|
2232
1926
|
kakao_pay: nil,
|
@@ -2234,7 +1928,6 @@ module Stripe
|
|
2234
1928
|
konbini: nil,
|
2235
1929
|
kr_card: nil,
|
2236
1930
|
link: nil,
|
2237
|
-
mb_way: nil,
|
2238
1931
|
metadata: nil,
|
2239
1932
|
mobilepay: nil,
|
2240
1933
|
multibanco: nil,
|
@@ -2246,19 +1939,14 @@ module Stripe
|
|
2246
1939
|
payco: nil,
|
2247
1940
|
paynow: nil,
|
2248
1941
|
paypal: nil,
|
2249
|
-
payto: nil,
|
2250
1942
|
pix: nil,
|
2251
1943
|
promptpay: nil,
|
2252
|
-
qris: nil,
|
2253
1944
|
radar_options: nil,
|
2254
|
-
rechnung: nil,
|
2255
1945
|
revolut_pay: nil,
|
2256
1946
|
samsung_pay: nil,
|
2257
1947
|
satispay: nil,
|
2258
1948
|
sepa_debit: nil,
|
2259
|
-
shopeepay: nil,
|
2260
1949
|
sofort: nil,
|
2261
|
-
stripe_balance: nil,
|
2262
1950
|
swish: nil,
|
2263
1951
|
twint: nil,
|
2264
1952
|
type: nil,
|
@@ -2285,9 +1973,7 @@ module Stripe
|
|
2285
1973
|
@eps = eps
|
2286
1974
|
@fpx = fpx
|
2287
1975
|
@giropay = giropay
|
2288
|
-
@gopay = gopay
|
2289
1976
|
@grabpay = grabpay
|
2290
|
-
@id_bank_transfer = id_bank_transfer
|
2291
1977
|
@ideal = ideal
|
2292
1978
|
@interac_present = interac_present
|
2293
1979
|
@kakao_pay = kakao_pay
|
@@ -2295,7 +1981,6 @@ module Stripe
|
|
2295
1981
|
@konbini = konbini
|
2296
1982
|
@kr_card = kr_card
|
2297
1983
|
@link = link
|
2298
|
-
@mb_way = mb_way
|
2299
1984
|
@metadata = metadata
|
2300
1985
|
@mobilepay = mobilepay
|
2301
1986
|
@multibanco = multibanco
|
@@ -2307,19 +1992,14 @@ module Stripe
|
|
2307
1992
|
@payco = payco
|
2308
1993
|
@paynow = paynow
|
2309
1994
|
@paypal = paypal
|
2310
|
-
@payto = payto
|
2311
1995
|
@pix = pix
|
2312
1996
|
@promptpay = promptpay
|
2313
|
-
@qris = qris
|
2314
1997
|
@radar_options = radar_options
|
2315
|
-
@rechnung = rechnung
|
2316
1998
|
@revolut_pay = revolut_pay
|
2317
1999
|
@samsung_pay = samsung_pay
|
2318
2000
|
@satispay = satispay
|
2319
2001
|
@sepa_debit = sepa_debit
|
2320
|
-
@shopeepay = shopeepay
|
2321
2002
|
@sofort = sofort
|
2322
|
-
@stripe_balance = stripe_balance
|
2323
2003
|
@swish = swish
|
2324
2004
|
@twint = twint
|
2325
2005
|
@type = type
|
@@ -2555,58 +2235,9 @@ module Stripe
|
|
2555
2235
|
class Paypal < Stripe::RequestParams
|
2556
2236
|
# The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.
|
2557
2237
|
attr_accessor :billing_agreement_id
|
2558
|
-
# Attribute for param field currency
|
2559
|
-
attr_accessor :currency
|
2560
|
-
# 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.
|
2561
|
-
attr_accessor :subsellers
|
2562
2238
|
|
2563
|
-
def initialize(billing_agreement_id: nil
|
2239
|
+
def initialize(billing_agreement_id: nil)
|
2564
2240
|
@billing_agreement_id = billing_agreement_id
|
2565
|
-
@currency = currency
|
2566
|
-
@subsellers = subsellers
|
2567
|
-
end
|
2568
|
-
end
|
2569
|
-
|
2570
|
-
class Payto < Stripe::RequestParams
|
2571
|
-
class MandateOptions < Stripe::RequestParams
|
2572
|
-
# Amount that will be collected. It is required when `amount_type` is `fixed`.
|
2573
|
-
attr_accessor :amount
|
2574
|
-
# 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.
|
2575
|
-
attr_accessor :amount_type
|
2576
|
-
# Date, in YYYY-MM-DD format, after which payments will not be collected. Defaults to no end date.
|
2577
|
-
attr_accessor :end_date
|
2578
|
-
# The periodicity at which payments will be collected.
|
2579
|
-
attr_accessor :payment_schedule
|
2580
|
-
# 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.
|
2581
|
-
attr_accessor :payments_per_period
|
2582
|
-
# The purpose for which payments are made. Defaults to retail.
|
2583
|
-
attr_accessor :purpose
|
2584
|
-
# Date, in YYYY-MM-DD format, from which payments will be collected. Defaults to confirmation time.
|
2585
|
-
attr_accessor :start_date
|
2586
|
-
|
2587
|
-
def initialize(
|
2588
|
-
amount: nil,
|
2589
|
-
amount_type: nil,
|
2590
|
-
end_date: nil,
|
2591
|
-
payment_schedule: nil,
|
2592
|
-
payments_per_period: nil,
|
2593
|
-
purpose: nil,
|
2594
|
-
start_date: nil
|
2595
|
-
)
|
2596
|
-
@amount = amount
|
2597
|
-
@amount_type = amount_type
|
2598
|
-
@end_date = end_date
|
2599
|
-
@payment_schedule = payment_schedule
|
2600
|
-
@payments_per_period = payments_per_period
|
2601
|
-
@purpose = purpose
|
2602
|
-
@start_date = start_date
|
2603
|
-
end
|
2604
|
-
end
|
2605
|
-
# Additional fields for Mandate creation.
|
2606
|
-
attr_accessor :mandate_options
|
2607
|
-
|
2608
|
-
def initialize(mandate_options: nil)
|
2609
|
-
@mandate_options = mandate_options
|
2610
2241
|
end
|
2611
2242
|
end
|
2612
2243
|
|
@@ -2632,27 +2263,13 @@ module Stripe
|
|
2632
2263
|
class Filters < Stripe::RequestParams
|
2633
2264
|
# The account subcategories to use to filter for selectable accounts. Valid subcategories are `checking` and `savings`.
|
2634
2265
|
attr_accessor :account_subcategories
|
2635
|
-
# ID of the institution to use to filter for selectable accounts.
|
2636
|
-
attr_accessor :institution
|
2637
2266
|
|
2638
|
-
def initialize(account_subcategories: nil
|
2267
|
+
def initialize(account_subcategories: nil)
|
2639
2268
|
@account_subcategories = account_subcategories
|
2640
|
-
@institution = institution
|
2641
|
-
end
|
2642
|
-
end
|
2643
|
-
|
2644
|
-
class ManualEntry < Stripe::RequestParams
|
2645
|
-
# Settings for configuring manual entry of account details.
|
2646
|
-
attr_accessor :mode
|
2647
|
-
|
2648
|
-
def initialize(mode: nil)
|
2649
|
-
@mode = mode
|
2650
2269
|
end
|
2651
2270
|
end
|
2652
2271
|
# Provide filters for the linked accounts that the customer can select for the payment method.
|
2653
2272
|
attr_accessor :filters
|
2654
|
-
# Customize manual entry behavior
|
2655
|
-
attr_accessor :manual_entry
|
2656
2273
|
# 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`.
|
2657
2274
|
attr_accessor :permissions
|
2658
2275
|
# List of data features that you would like to retrieve upon account creation.
|
@@ -2660,15 +2277,8 @@ module Stripe
|
|
2660
2277
|
# 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.
|
2661
2278
|
attr_accessor :return_url
|
2662
2279
|
|
2663
|
-
def initialize(
|
2664
|
-
filters: nil,
|
2665
|
-
manual_entry: nil,
|
2666
|
-
permissions: nil,
|
2667
|
-
prefetch: nil,
|
2668
|
-
return_url: nil
|
2669
|
-
)
|
2280
|
+
def initialize(filters: nil, permissions: nil, prefetch: nil, return_url: nil)
|
2670
2281
|
@filters = filters
|
2671
|
-
@manual_entry = manual_entry
|
2672
2282
|
@permissions = permissions
|
2673
2283
|
@prefetch = prefetch
|
2674
2284
|
@return_url = return_url
|
@@ -2727,8 +2337,6 @@ module Stripe
|
|
2727
2337
|
attr_accessor :link
|
2728
2338
|
# If this is a `paypal` PaymentMethod, this sub-hash contains details about the PayPal payment method options.
|
2729
2339
|
attr_accessor :paypal
|
2730
|
-
# If this is a `payto` SetupIntent, this sub-hash contains details about the PayTo payment method options.
|
2731
|
-
attr_accessor :payto
|
2732
2340
|
# If this is a `sepa_debit` SetupIntent, this sub-hash contains details about the SEPA Debit payment method options.
|
2733
2341
|
attr_accessor :sepa_debit
|
2734
2342
|
# If this is a `us_bank_account` SetupIntent, this sub-hash contains details about the US bank account payment method options.
|
@@ -2742,7 +2350,6 @@ module Stripe
|
|
2742
2350
|
card_present: nil,
|
2743
2351
|
link: nil,
|
2744
2352
|
paypal: nil,
|
2745
|
-
payto: nil,
|
2746
2353
|
sepa_debit: nil,
|
2747
2354
|
us_bank_account: nil
|
2748
2355
|
)
|
@@ -2753,7 +2360,6 @@ module Stripe
|
|
2753
2360
|
@card_present = card_present
|
2754
2361
|
@link = link
|
2755
2362
|
@paypal = paypal
|
2756
|
-
@payto = payto
|
2757
2363
|
@sepa_debit = sepa_debit
|
2758
2364
|
@us_bank_account = us_bank_account
|
2759
2365
|
end
|
@@ -2766,10 +2372,6 @@ module Stripe
|
|
2766
2372
|
#
|
2767
2373
|
# 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.
|
2768
2374
|
attr_accessor :customer
|
2769
|
-
# ID of the Account this SetupIntent belongs to, if one exists.
|
2770
|
-
#
|
2771
|
-
# 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.
|
2772
|
-
attr_accessor :customer_account
|
2773
2375
|
# An arbitrary string attached to the object. Often useful for displaying to users.
|
2774
2376
|
attr_accessor :description
|
2775
2377
|
# Specifies which fields in the response should be expanded.
|
@@ -2795,7 +2397,6 @@ module Stripe
|
|
2795
2397
|
def initialize(
|
2796
2398
|
attach_to_self: nil,
|
2797
2399
|
customer: nil,
|
2798
|
-
customer_account: nil,
|
2799
2400
|
description: nil,
|
2800
2401
|
expand: nil,
|
2801
2402
|
flow_directions: nil,
|
@@ -2808,7 +2409,6 @@ module Stripe
|
|
2808
2409
|
)
|
2809
2410
|
@attach_to_self = attach_to_self
|
2810
2411
|
@customer = customer
|
2811
|
-
@customer_account = customer_account
|
2812
2412
|
@description = description
|
2813
2413
|
@expand = expand
|
2814
2414
|
@flow_directions = flow_directions
|
@@ -2974,12 +2574,15 @@ module Stripe
|
|
2974
2574
|
attr_accessor :name
|
2975
2575
|
# Billing phone number (including extension).
|
2976
2576
|
attr_accessor :phone
|
2577
|
+
# Taxpayer identification number. Used only for transactions between LATAM buyers and non-LATAM sellers.
|
2578
|
+
attr_accessor :tax_id
|
2977
2579
|
|
2978
|
-
def initialize(address: nil, email: nil, name: nil, phone: nil)
|
2580
|
+
def initialize(address: nil, email: nil, name: nil, phone: nil, tax_id: nil)
|
2979
2581
|
@address = address
|
2980
2582
|
@email = email
|
2981
2583
|
@name = name
|
2982
2584
|
@phone = phone
|
2585
|
+
@tax_id = tax_id
|
2983
2586
|
end
|
2984
2587
|
end
|
2985
2588
|
|
@@ -3025,21 +2628,9 @@ module Stripe
|
|
3025
2628
|
class Giropay < Stripe::RequestParams
|
3026
2629
|
end
|
3027
2630
|
|
3028
|
-
class Gopay < Stripe::RequestParams
|
3029
|
-
end
|
3030
|
-
|
3031
2631
|
class Grabpay < Stripe::RequestParams
|
3032
2632
|
end
|
3033
2633
|
|
3034
|
-
class IdBankTransfer < Stripe::RequestParams
|
3035
|
-
# Bank where the account is held.
|
3036
|
-
attr_accessor :bank
|
3037
|
-
|
3038
|
-
def initialize(bank: nil)
|
3039
|
-
@bank = bank
|
3040
|
-
end
|
3041
|
-
end
|
3042
|
-
|
3043
2634
|
class Ideal < Stripe::RequestParams
|
3044
2635
|
# The customer's bank. Only use this parameter for existing customers. Don't use it for new customers.
|
3045
2636
|
attr_accessor :bank
|
@@ -3087,9 +2678,6 @@ module Stripe
|
|
3087
2678
|
class Link < Stripe::RequestParams
|
3088
2679
|
end
|
3089
2680
|
|
3090
|
-
class MbWay < Stripe::RequestParams
|
3091
|
-
end
|
3092
|
-
|
3093
2681
|
class Mobilepay < Stripe::RequestParams
|
3094
2682
|
end
|
3095
2683
|
|
@@ -3160,30 +2748,12 @@ module Stripe
|
|
3160
2748
|
class Paypal < Stripe::RequestParams
|
3161
2749
|
end
|
3162
2750
|
|
3163
|
-
class Payto < Stripe::RequestParams
|
3164
|
-
# The account number for the bank account.
|
3165
|
-
attr_accessor :account_number
|
3166
|
-
# Bank-State-Branch number of the bank account.
|
3167
|
-
attr_accessor :bsb_number
|
3168
|
-
# The PayID alias for the bank account.
|
3169
|
-
attr_accessor :pay_id
|
3170
|
-
|
3171
|
-
def initialize(account_number: nil, bsb_number: nil, pay_id: nil)
|
3172
|
-
@account_number = account_number
|
3173
|
-
@bsb_number = bsb_number
|
3174
|
-
@pay_id = pay_id
|
3175
|
-
end
|
3176
|
-
end
|
3177
|
-
|
3178
2751
|
class Pix < Stripe::RequestParams
|
3179
2752
|
end
|
3180
2753
|
|
3181
2754
|
class Promptpay < Stripe::RequestParams
|
3182
2755
|
end
|
3183
2756
|
|
3184
|
-
class Qris < Stripe::RequestParams
|
3185
|
-
end
|
3186
|
-
|
3187
2757
|
class RadarOptions < Stripe::RequestParams
|
3188
2758
|
# 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.
|
3189
2759
|
attr_accessor :session
|
@@ -3193,29 +2763,6 @@ module Stripe
|
|
3193
2763
|
end
|
3194
2764
|
end
|
3195
2765
|
|
3196
|
-
class Rechnung < Stripe::RequestParams
|
3197
|
-
class Dob < Stripe::RequestParams
|
3198
|
-
# The day of birth, between 1 and 31.
|
3199
|
-
attr_accessor :day
|
3200
|
-
# The month of birth, between 1 and 12.
|
3201
|
-
attr_accessor :month
|
3202
|
-
# The four-digit year of birth.
|
3203
|
-
attr_accessor :year
|
3204
|
-
|
3205
|
-
def initialize(day: nil, month: nil, year: nil)
|
3206
|
-
@day = day
|
3207
|
-
@month = month
|
3208
|
-
@year = year
|
3209
|
-
end
|
3210
|
-
end
|
3211
|
-
# Customer's date of birth
|
3212
|
-
attr_accessor :dob
|
3213
|
-
|
3214
|
-
def initialize(dob: nil)
|
3215
|
-
@dob = dob
|
3216
|
-
end
|
3217
|
-
end
|
3218
|
-
|
3219
2766
|
class RevolutPay < Stripe::RequestParams
|
3220
2767
|
end
|
3221
2768
|
|
@@ -3234,9 +2781,6 @@ module Stripe
|
|
3234
2781
|
end
|
3235
2782
|
end
|
3236
2783
|
|
3237
|
-
class Shopeepay < Stripe::RequestParams
|
3238
|
-
end
|
3239
|
-
|
3240
2784
|
class Sofort < Stripe::RequestParams
|
3241
2785
|
# Two-letter ISO code representing the country the bank account is located in.
|
3242
2786
|
attr_accessor :country
|
@@ -3246,18 +2790,6 @@ module Stripe
|
|
3246
2790
|
end
|
3247
2791
|
end
|
3248
2792
|
|
3249
|
-
class StripeBalance < Stripe::RequestParams
|
3250
|
-
# The connected account ID whose Stripe balance to use as the source of payment
|
3251
|
-
attr_accessor :account
|
3252
|
-
# The [source_type](https://docs.stripe.com/api/balance/balance_object#balance_object-available-source_types) of the balance
|
3253
|
-
attr_accessor :source_type
|
3254
|
-
|
3255
|
-
def initialize(account: nil, source_type: nil)
|
3256
|
-
@account = account
|
3257
|
-
@source_type = source_type
|
3258
|
-
end
|
3259
|
-
end
|
3260
|
-
|
3261
2793
|
class Swish < Stripe::RequestParams
|
3262
2794
|
end
|
3263
2795
|
|
@@ -3334,12 +2866,8 @@ module Stripe
|
|
3334
2866
|
attr_accessor :fpx
|
3335
2867
|
# If this is a `giropay` PaymentMethod, this hash contains details about the Giropay payment method.
|
3336
2868
|
attr_accessor :giropay
|
3337
|
-
# If this is a Gopay PaymentMethod, this hash contains details about the Gopay payment method.
|
3338
|
-
attr_accessor :gopay
|
3339
2869
|
# If this is a `grabpay` PaymentMethod, this hash contains details about the GrabPay payment method.
|
3340
2870
|
attr_accessor :grabpay
|
3341
|
-
# If this is an `IdBankTransfer` PaymentMethod, this hash contains details about the IdBankTransfer payment method.
|
3342
|
-
attr_accessor :id_bank_transfer
|
3343
2871
|
# If this is an `ideal` PaymentMethod, this hash contains details about the iDEAL payment method.
|
3344
2872
|
attr_accessor :ideal
|
3345
2873
|
# If this is an `interac_present` PaymentMethod, this hash contains details about the Interac Present payment method.
|
@@ -3354,8 +2882,6 @@ module Stripe
|
|
3354
2882
|
attr_accessor :kr_card
|
3355
2883
|
# If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.
|
3356
2884
|
attr_accessor :link
|
3357
|
-
# If this is a MB WAY PaymentMethod, this hash contains details about the MB WAY payment method.
|
3358
|
-
attr_accessor :mb_way
|
3359
2885
|
# 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`.
|
3360
2886
|
attr_accessor :metadata
|
3361
2887
|
# If this is a `mobilepay` PaymentMethod, this hash contains details about the MobilePay payment method.
|
@@ -3378,18 +2904,12 @@ module Stripe
|
|
3378
2904
|
attr_accessor :paynow
|
3379
2905
|
# If this is a `paypal` PaymentMethod, this hash contains details about the PayPal payment method.
|
3380
2906
|
attr_accessor :paypal
|
3381
|
-
# If this is a `payto` PaymentMethod, this hash contains details about the PayTo payment method.
|
3382
|
-
attr_accessor :payto
|
3383
2907
|
# If this is a `pix` PaymentMethod, this hash contains details about the Pix payment method.
|
3384
2908
|
attr_accessor :pix
|
3385
2909
|
# If this is a `promptpay` PaymentMethod, this hash contains details about the PromptPay payment method.
|
3386
2910
|
attr_accessor :promptpay
|
3387
|
-
# If this is a `qris` PaymentMethod, this hash contains details about the QRIS payment method.
|
3388
|
-
attr_accessor :qris
|
3389
2911
|
# Options to configure Radar. See [Radar Session](https://stripe.com/docs/radar/radar-session) for more information.
|
3390
2912
|
attr_accessor :radar_options
|
3391
|
-
# If this is a `rechnung` PaymentMethod, this hash contains details about the Rechnung payment method.
|
3392
|
-
attr_accessor :rechnung
|
3393
2913
|
# If this is a `revolut_pay` PaymentMethod, this hash contains details about the Revolut Pay payment method.
|
3394
2914
|
attr_accessor :revolut_pay
|
3395
2915
|
# If this is a `samsung_pay` PaymentMethod, this hash contains details about the SamsungPay payment method.
|
@@ -3398,12 +2918,8 @@ module Stripe
|
|
3398
2918
|
attr_accessor :satispay
|
3399
2919
|
# If this is a `sepa_debit` PaymentMethod, this hash contains details about the SEPA debit bank account.
|
3400
2920
|
attr_accessor :sepa_debit
|
3401
|
-
# If this is a Shopeepay PaymentMethod, this hash contains details about the Shopeepay payment method.
|
3402
|
-
attr_accessor :shopeepay
|
3403
2921
|
# If this is a `sofort` PaymentMethod, this hash contains details about the SOFORT payment method.
|
3404
2922
|
attr_accessor :sofort
|
3405
|
-
# This hash contains details about the Stripe balance payment method.
|
3406
|
-
attr_accessor :stripe_balance
|
3407
2923
|
# If this is a `swish` PaymentMethod, this hash contains details about the Swish payment method.
|
3408
2924
|
attr_accessor :swish
|
3409
2925
|
# If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
|
@@ -3437,9 +2953,7 @@ module Stripe
|
|
3437
2953
|
eps: nil,
|
3438
2954
|
fpx: nil,
|
3439
2955
|
giropay: nil,
|
3440
|
-
gopay: nil,
|
3441
2956
|
grabpay: nil,
|
3442
|
-
id_bank_transfer: nil,
|
3443
2957
|
ideal: nil,
|
3444
2958
|
interac_present: nil,
|
3445
2959
|
kakao_pay: nil,
|
@@ -3447,7 +2961,6 @@ module Stripe
|
|
3447
2961
|
konbini: nil,
|
3448
2962
|
kr_card: nil,
|
3449
2963
|
link: nil,
|
3450
|
-
mb_way: nil,
|
3451
2964
|
metadata: nil,
|
3452
2965
|
mobilepay: nil,
|
3453
2966
|
multibanco: nil,
|
@@ -3459,19 +2972,14 @@ module Stripe
|
|
3459
2972
|
payco: nil,
|
3460
2973
|
paynow: nil,
|
3461
2974
|
paypal: nil,
|
3462
|
-
payto: nil,
|
3463
2975
|
pix: nil,
|
3464
2976
|
promptpay: nil,
|
3465
|
-
qris: nil,
|
3466
2977
|
radar_options: nil,
|
3467
|
-
rechnung: nil,
|
3468
2978
|
revolut_pay: nil,
|
3469
2979
|
samsung_pay: nil,
|
3470
2980
|
satispay: nil,
|
3471
2981
|
sepa_debit: nil,
|
3472
|
-
shopeepay: nil,
|
3473
2982
|
sofort: nil,
|
3474
|
-
stripe_balance: nil,
|
3475
2983
|
swish: nil,
|
3476
2984
|
twint: nil,
|
3477
2985
|
type: nil,
|
@@ -3498,9 +3006,7 @@ module Stripe
|
|
3498
3006
|
@eps = eps
|
3499
3007
|
@fpx = fpx
|
3500
3008
|
@giropay = giropay
|
3501
|
-
@gopay = gopay
|
3502
3009
|
@grabpay = grabpay
|
3503
|
-
@id_bank_transfer = id_bank_transfer
|
3504
3010
|
@ideal = ideal
|
3505
3011
|
@interac_present = interac_present
|
3506
3012
|
@kakao_pay = kakao_pay
|
@@ -3508,7 +3014,6 @@ module Stripe
|
|
3508
3014
|
@konbini = konbini
|
3509
3015
|
@kr_card = kr_card
|
3510
3016
|
@link = link
|
3511
|
-
@mb_way = mb_way
|
3512
3017
|
@metadata = metadata
|
3513
3018
|
@mobilepay = mobilepay
|
3514
3019
|
@multibanco = multibanco
|
@@ -3520,19 +3025,14 @@ module Stripe
|
|
3520
3025
|
@payco = payco
|
3521
3026
|
@paynow = paynow
|
3522
3027
|
@paypal = paypal
|
3523
|
-
@payto = payto
|
3524
3028
|
@pix = pix
|
3525
3029
|
@promptpay = promptpay
|
3526
|
-
@qris = qris
|
3527
3030
|
@radar_options = radar_options
|
3528
|
-
@rechnung = rechnung
|
3529
3031
|
@revolut_pay = revolut_pay
|
3530
3032
|
@samsung_pay = samsung_pay
|
3531
3033
|
@satispay = satispay
|
3532
3034
|
@sepa_debit = sepa_debit
|
3533
|
-
@shopeepay = shopeepay
|
3534
3035
|
@sofort = sofort
|
3535
|
-
@stripe_balance = stripe_balance
|
3536
3036
|
@swish = swish
|
3537
3037
|
@twint = twint
|
3538
3038
|
@type = type
|
@@ -3768,58 +3268,9 @@ module Stripe
|
|
3768
3268
|
class Paypal < Stripe::RequestParams
|
3769
3269
|
# The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.
|
3770
3270
|
attr_accessor :billing_agreement_id
|
3771
|
-
# Attribute for param field currency
|
3772
|
-
attr_accessor :currency
|
3773
|
-
# 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.
|
3774
|
-
attr_accessor :subsellers
|
3775
3271
|
|
3776
|
-
def initialize(billing_agreement_id: nil
|
3272
|
+
def initialize(billing_agreement_id: nil)
|
3777
3273
|
@billing_agreement_id = billing_agreement_id
|
3778
|
-
@currency = currency
|
3779
|
-
@subsellers = subsellers
|
3780
|
-
end
|
3781
|
-
end
|
3782
|
-
|
3783
|
-
class Payto < Stripe::RequestParams
|
3784
|
-
class MandateOptions < Stripe::RequestParams
|
3785
|
-
# Amount that will be collected. It is required when `amount_type` is `fixed`.
|
3786
|
-
attr_accessor :amount
|
3787
|
-
# 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.
|
3788
|
-
attr_accessor :amount_type
|
3789
|
-
# Date, in YYYY-MM-DD format, after which payments will not be collected. Defaults to no end date.
|
3790
|
-
attr_accessor :end_date
|
3791
|
-
# The periodicity at which payments will be collected.
|
3792
|
-
attr_accessor :payment_schedule
|
3793
|
-
# 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.
|
3794
|
-
attr_accessor :payments_per_period
|
3795
|
-
# The purpose for which payments are made. Defaults to retail.
|
3796
|
-
attr_accessor :purpose
|
3797
|
-
# Date, in YYYY-MM-DD format, from which payments will be collected. Defaults to confirmation time.
|
3798
|
-
attr_accessor :start_date
|
3799
|
-
|
3800
|
-
def initialize(
|
3801
|
-
amount: nil,
|
3802
|
-
amount_type: nil,
|
3803
|
-
end_date: nil,
|
3804
|
-
payment_schedule: nil,
|
3805
|
-
payments_per_period: nil,
|
3806
|
-
purpose: nil,
|
3807
|
-
start_date: nil
|
3808
|
-
)
|
3809
|
-
@amount = amount
|
3810
|
-
@amount_type = amount_type
|
3811
|
-
@end_date = end_date
|
3812
|
-
@payment_schedule = payment_schedule
|
3813
|
-
@payments_per_period = payments_per_period
|
3814
|
-
@purpose = purpose
|
3815
|
-
@start_date = start_date
|
3816
|
-
end
|
3817
|
-
end
|
3818
|
-
# Additional fields for Mandate creation.
|
3819
|
-
attr_accessor :mandate_options
|
3820
|
-
|
3821
|
-
def initialize(mandate_options: nil)
|
3822
|
-
@mandate_options = mandate_options
|
3823
3274
|
end
|
3824
3275
|
end
|
3825
3276
|
|
@@ -3845,27 +3296,13 @@ module Stripe
|
|
3845
3296
|
class Filters < Stripe::RequestParams
|
3846
3297
|
# The account subcategories to use to filter for selectable accounts. Valid subcategories are `checking` and `savings`.
|
3847
3298
|
attr_accessor :account_subcategories
|
3848
|
-
# ID of the institution to use to filter for selectable accounts.
|
3849
|
-
attr_accessor :institution
|
3850
3299
|
|
3851
|
-
def initialize(account_subcategories: nil
|
3300
|
+
def initialize(account_subcategories: nil)
|
3852
3301
|
@account_subcategories = account_subcategories
|
3853
|
-
@institution = institution
|
3854
|
-
end
|
3855
|
-
end
|
3856
|
-
|
3857
|
-
class ManualEntry < Stripe::RequestParams
|
3858
|
-
# Settings for configuring manual entry of account details.
|
3859
|
-
attr_accessor :mode
|
3860
|
-
|
3861
|
-
def initialize(mode: nil)
|
3862
|
-
@mode = mode
|
3863
3302
|
end
|
3864
3303
|
end
|
3865
3304
|
# Provide filters for the linked accounts that the customer can select for the payment method.
|
3866
3305
|
attr_accessor :filters
|
3867
|
-
# Customize manual entry behavior
|
3868
|
-
attr_accessor :manual_entry
|
3869
3306
|
# 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`.
|
3870
3307
|
attr_accessor :permissions
|
3871
3308
|
# List of data features that you would like to retrieve upon account creation.
|
@@ -3873,15 +3310,8 @@ module Stripe
|
|
3873
3310
|
# 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.
|
3874
3311
|
attr_accessor :return_url
|
3875
3312
|
|
3876
|
-
def initialize(
|
3877
|
-
filters: nil,
|
3878
|
-
manual_entry: nil,
|
3879
|
-
permissions: nil,
|
3880
|
-
prefetch: nil,
|
3881
|
-
return_url: nil
|
3882
|
-
)
|
3313
|
+
def initialize(filters: nil, permissions: nil, prefetch: nil, return_url: nil)
|
3883
3314
|
@filters = filters
|
3884
|
-
@manual_entry = manual_entry
|
3885
3315
|
@permissions = permissions
|
3886
3316
|
@prefetch = prefetch
|
3887
3317
|
@return_url = return_url
|
@@ -3940,8 +3370,6 @@ module Stripe
|
|
3940
3370
|
attr_accessor :link
|
3941
3371
|
# If this is a `paypal` PaymentMethod, this sub-hash contains details about the PayPal payment method options.
|
3942
3372
|
attr_accessor :paypal
|
3943
|
-
# If this is a `payto` SetupIntent, this sub-hash contains details about the PayTo payment method options.
|
3944
|
-
attr_accessor :payto
|
3945
3373
|
# If this is a `sepa_debit` SetupIntent, this sub-hash contains details about the SEPA Debit payment method options.
|
3946
3374
|
attr_accessor :sepa_debit
|
3947
3375
|
# If this is a `us_bank_account` SetupIntent, this sub-hash contains details about the US bank account payment method options.
|
@@ -3955,7 +3383,6 @@ module Stripe
|
|
3955
3383
|
card_present: nil,
|
3956
3384
|
link: nil,
|
3957
3385
|
paypal: nil,
|
3958
|
-
payto: nil,
|
3959
3386
|
sepa_debit: nil,
|
3960
3387
|
us_bank_account: nil
|
3961
3388
|
)
|
@@ -3966,7 +3393,6 @@ module Stripe
|
|
3966
3393
|
@card_present = card_present
|
3967
3394
|
@link = link
|
3968
3395
|
@paypal = paypal
|
3969
|
-
@payto = payto
|
3970
3396
|
@sepa_debit = sepa_debit
|
3971
3397
|
@us_bank_account = us_bank_account
|
3972
3398
|
end
|
@@ -4048,10 +3474,6 @@ module Stripe
|
|
4048
3474
|
#
|
4049
3475
|
# 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.
|
4050
3476
|
attr_reader :customer
|
4051
|
-
# ID of the Account this SetupIntent belongs to, if one exists.
|
4052
|
-
#
|
4053
|
-
# 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.
|
4054
|
-
attr_reader :customer_account
|
4055
3477
|
# An arbitrary string attached to the object. Often useful for displaying to users.
|
4056
3478
|
attr_reader :description
|
4057
3479
|
# Indicates the directions of money movement for which this payment method is intended to be used.
|