stripe 15.2.0 → 15.3.0.pre.beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1600 -670
- data/VERSION +1 -1
- data/lib/stripe/api_requestor.rb +28 -0
- data/lib/stripe/api_version.rb +1 -1
- data/lib/stripe/errors.rb +54 -0
- data/lib/stripe/event_types.rb +98 -0
- data/lib/stripe/events/v2_core_account_closed_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_created_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_defaults_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_identity_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +21 -0
- data/lib/stripe/events/v2_core_account_link_completed_event.rb +13 -0
- data/lib/stripe/events/v2_core_account_person_created_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_person_deleted_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_person_updated_event.rb +23 -0
- data/lib/stripe/events/v2_core_account_updated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +23 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +23 -0
- data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_transaction_created_event.rb +21 -0
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +21 -0
- data/lib/stripe/events/v2_off_session_payment_requires_capture_event.rb +21 -0
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +21 -0
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +21 -0
- data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +21 -0
- data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +21 -0
- data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +21 -0
- data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +21 -0
- data/lib/stripe/object_types.rb +50 -0
- data/lib/stripe/resources/account.rb +653 -1
- data/lib/stripe/resources/account_notice.rb +123 -0
- data/lib/stripe/resources/account_session.rb +256 -1
- data/lib/stripe/resources/balance_settings.rb +105 -0
- data/lib/stripe/resources/billing/credit_balance_summary.rb +2 -0
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +4 -0
- data/lib/stripe/resources/billing/credit_grant.rb +10 -0
- data/lib/stripe/resources/billing_portal/session.rb +6 -0
- data/lib/stripe/resources/capital/financing_offer.rb +179 -0
- data/lib/stripe/resources/capital/financing_summary.rb +55 -0
- data/lib/stripe/resources/capital/financing_transaction.rb +114 -0
- data/lib/stripe/resources/card.rb +2 -0
- data/lib/stripe/resources/cash_balance.rb +2 -0
- data/lib/stripe/resources/charge.rb +1538 -0
- data/lib/stripe/resources/checkout/session.rb +330 -2
- data/lib/stripe/resources/confirmation_token.rb +170 -0
- data/lib/stripe/resources/coupon.rb +30 -1
- data/lib/stripe/resources/credit_note.rb +6 -0
- data/lib/stripe/resources/credit_note_line_item.rb +9 -0
- data/lib/stripe/resources/customer.rb +2 -0
- data/lib/stripe/resources/customer_balance_transaction.rb +2 -0
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +2 -0
- data/lib/stripe/resources/customer_session.rb +6 -1
- data/lib/stripe/resources/discount.rb +2 -0
- data/lib/stripe/resources/event.rb +31 -0
- data/lib/stripe/resources/financial_connections/account.rb +22 -1
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +27 -0
- data/lib/stripe/resources/financial_connections/institution.rb +92 -0
- data/lib/stripe/resources/financial_connections/session.rb +62 -2
- data/lib/stripe/resources/fx_quote.rb +184 -0
- data/lib/stripe/resources/identity/verification_session.rb +10 -0
- data/lib/stripe/resources/invoice.rb +1070 -16
- data/lib/stripe/resources/invoice_item.rb +78 -2
- data/lib/stripe/resources/invoice_line_item.rb +55 -1
- data/lib/stripe/resources/invoice_payment.rb +2 -53
- data/lib/stripe/resources/issuing/cardholder.rb +2 -1
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +602 -0
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +82 -0
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +86 -0
- data/lib/stripe/resources/issuing/settlement.rb +53 -0
- data/lib/stripe/resources/issuing/transaction.rb +6 -0
- data/lib/stripe/resources/line_item.rb +37 -0
- data/lib/stripe/resources/mandate.rb +24 -0
- data/lib/stripe/resources/margin.rb +115 -0
- data/lib/stripe/resources/order.rb +2806 -0
- data/lib/stripe/resources/payment_attempt_record.rb +1086 -0
- data/lib/stripe/resources/payment_intent.rb +7694 -2738
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +72 -0
- data/lib/stripe/resources/payment_method.rb +192 -1
- data/lib/stripe/resources/payment_method_configuration.rb +295 -0
- data/lib/stripe/resources/payment_record.rb +1615 -0
- data/lib/stripe/resources/payout.rb +6 -0
- data/lib/stripe/resources/price.rb +30 -0
- data/lib/stripe/resources/privacy/redaction_job.rb +298 -0
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +33 -0
- data/lib/stripe/resources/promotion_code.rb +10 -0
- data/lib/stripe/resources/quote.rb +2046 -6
- data/lib/stripe/resources/quote_line.rb +274 -0
- data/lib/stripe/resources/quote_preview_invoice.rb +663 -0
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +364 -0
- data/lib/stripe/resources/refund.rb +9 -0
- data/lib/stripe/resources/setup_attempt.rb +21 -0
- data/lib/stripe/resources/setup_intent.rb +578 -9
- data/lib/stripe/resources/source.rb +29 -0
- data/lib/stripe/resources/subscription.rb +333 -9
- data/lib/stripe/resources/subscription_item.rb +84 -3
- data/lib/stripe/resources/subscription_schedule.rb +1013 -10
- data/lib/stripe/resources/tax/association.rb +66 -0
- data/lib/stripe/resources/tax/form.rb +211 -0
- data/lib/stripe/resources/tax_id.rb +12 -2
- data/lib/stripe/resources/terminal/reader.rb +156 -0
- data/lib/stripe/resources/terminal/reader_collected_data.rb +31 -0
- data/lib/stripe/resources/transfer.rb +6 -0
- data/lib/stripe/resources/treasury/financial_account.rb +22 -3
- data/lib/stripe/resources/treasury/financial_account_features.rb +2 -0
- data/lib/stripe/resources/treasury/outbound_transfer.rb +37 -0
- data/lib/stripe/resources/treasury/received_credit.rb +38 -1
- data/lib/stripe/resources/treasury/received_debit.rb +40 -1
- data/lib/stripe/resources/v2/core/account.rb +1746 -0
- data/lib/stripe/resources/v2/core/account_link.rb +56 -0
- data/lib/stripe/resources/v2/core/person.rb +276 -0
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +74 -0
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +39 -0
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +20 -0
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +22 -0
- data/lib/stripe/resources/v2/money_management/adjustment.rb +51 -0
- data/lib/stripe/resources/v2/money_management/financial_account.rb +58 -0
- data/lib/stripe/resources/v2/money_management/financial_address.rb +68 -0
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +94 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +129 -0
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +82 -0
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +45 -0
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +117 -0
- data/lib/stripe/resources/v2/money_management/payout_method.rb +75 -0
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +49 -0
- data/lib/stripe/resources/v2/money_management/received_credit.rb +116 -0
- data/lib/stripe/resources/v2/money_management/received_debit.rb +84 -0
- data/lib/stripe/resources/v2/money_management/transaction.rb +78 -0
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +68 -0
- data/lib/stripe/resources/v2/payments/off_session_payment.rb +74 -0
- data/lib/stripe/resources.rb +104 -0
- data/lib/stripe/services/account_notice_service.rb +101 -0
- data/lib/stripe/services/account_service.rb +562 -1
- data/lib/stripe/services/account_session_service.rb +226 -1
- data/lib/stripe/services/balance_settings_service.rb +96 -0
- data/lib/stripe/services/billing/credit_balance_summary_service.rb +4 -1
- data/lib/stripe/services/billing/credit_balance_transaction_service.rb +4 -0
- data/lib/stripe/services/billing/credit_grant_service.rb +8 -0
- data/lib/stripe/services/billing_portal/session_service.rb +4 -0
- data/lib/stripe/services/capital/financing_offer_service.rb +112 -0
- data/lib/stripe/services/capital/financing_summary_service.rb +28 -0
- data/lib/stripe/services/capital/financing_transaction_service.rb +79 -0
- data/lib/stripe/services/capital_service.rb +15 -0
- data/lib/stripe/services/charge_service.rb +1418 -0
- data/lib/stripe/services/checkout/session_service.rb +247 -2
- data/lib/stripe/services/coupon_service.rb +17 -1
- data/lib/stripe/services/credit_note_service.rb +4 -0
- data/lib/stripe/services/customer_session_service.rb +4 -1
- data/{rbi/stripe/services/account_external_account_service.rbi → lib/stripe/services/external_account_service.rb} +135 -122
- data/{rbi/stripe/services/tax/transaction_line_item_service.rbi → lib/stripe/services/financial_connections/account_inferred_balance_service.rb} +21 -17
- data/lib/stripe/services/financial_connections/account_service.rb +7 -2
- data/{rbi/stripe/services/climate/supplier_service.rbi → lib/stripe/services/financial_connections/institution_service.rb} +36 -25
- data/lib/stripe/services/financial_connections/session_service.rb +34 -2
- data/lib/stripe/services/financial_connections_service.rb +2 -1
- data/lib/stripe/services/fx_quote_service.rb +123 -0
- data/lib/stripe/services/identity/verification_session_service.rb +8 -0
- data/lib/stripe/services/invoice_item_service.rb +74 -2
- data/lib/stripe/services/invoice_line_item_service.rb +33 -1
- data/lib/stripe/services/invoice_service.rb +1021 -16
- data/lib/stripe/services/issuing/cardholder_service.rb +2 -1
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +504 -0
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +66 -0
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +83 -0
- data/lib/stripe/services/issuing/transaction_service.rb +4 -0
- data/lib/stripe/services/issuing_service.rb +5 -1
- data/lib/stripe/services/margin_service.rb +119 -0
- data/{rbi/stripe/services/source_transaction_service.rbi → lib/stripe/services/order_line_item_service.rb} +20 -16
- data/lib/stripe/services/order_service.rb +2236 -0
- data/lib/stripe/services/payment_attempt_record_service.rb +49 -0
- data/{rbi/stripe/services/quote_line_item_service.rbi → lib/stripe/services/payment_intent_amount_details_line_item_service.rb} +20 -16
- data/lib/stripe/services/payment_intent_service.rb +4733 -245
- data/lib/stripe/services/payment_method_configuration_service.rb +210 -0
- data/lib/stripe/services/payment_method_service.rb +120 -1
- data/lib/stripe/services/payment_record_service.rb +542 -0
- data/lib/stripe/services/payout_service.rb +4 -0
- data/lib/stripe/services/price_service.rb +19 -0
- data/lib/stripe/services/privacy/redaction_job_service.rb +240 -0
- data/{rbi/stripe/services/tax/calculation_line_item_service.rbi → lib/stripe/services/privacy/redaction_job_validation_error_service.rb} +21 -17
- data/lib/stripe/services/privacy_service.rb +13 -0
- data/lib/stripe/services/promotion_code_service.rb +8 -0
- data/{rbi/stripe/services/credit_note_line_item_service.rbi → lib/stripe/services/quote_line_service.rb} +20 -16
- data/{rbi/stripe/services/payment_link_line_item_service.rbi → lib/stripe/services/quote_preview_invoice_service.rb} +20 -16
- data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +35 -0
- data/lib/stripe/services/quote_service.rb +1730 -7
- data/lib/stripe/services/setup_intent_service.rb +538 -9
- data/lib/stripe/services/subscription_item_service.rb +75 -3
- data/lib/stripe/services/subscription_schedule_service.rb +915 -10
- data/lib/stripe/services/subscription_service.rb +276 -9
- data/lib/stripe/services/tax/association_service.rb +31 -0
- data/lib/stripe/services/tax/form_service.rb +100 -0
- data/lib/stripe/services/tax_id_service.rb +8 -2
- data/lib/stripe/services/tax_service.rb +3 -1
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +28 -0
- data/lib/stripe/services/terminal/reader_service.rb +90 -0
- data/lib/stripe/services/terminal_service.rb +2 -1
- data/lib/stripe/services/test_helpers/confirmation_token_service.rb +97 -0
- data/lib/stripe/services/test_helpers/treasury/received_credit_service.rb +25 -1
- data/lib/stripe/services/test_helpers/treasury/received_debit_service.rb +25 -1
- data/lib/stripe/services/transfer_service.rb +4 -0
- data/lib/stripe/services/treasury/financial_account_features_service.rb +4 -1
- data/lib/stripe/services/treasury/financial_account_service.rb +16 -2
- data/lib/stripe/services/treasury/outbound_transfer_service.rb +24 -0
- data/lib/stripe/services/v1_services.rb +11 -2
- data/lib/stripe/services/v2/core/account_link_service.rb +76 -0
- data/lib/stripe/services/v2/core/account_service.rb +4138 -0
- data/lib/stripe/services/v2/core/accounts/person_service.rb +1046 -0
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +131 -0
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +107 -0
- data/lib/stripe/services/v2/core/vault_service.rb +18 -0
- data/lib/stripe/services/v2/core_service.rb +4 -1
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +74 -0
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +43 -0
- data/lib/stripe/services/v2/money_management/financial_address_service.rb +81 -0
- data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +125 -0
- data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +95 -0
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +200 -0
- data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +235 -0
- data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +172 -0
- data/lib/stripe/services/v2/money_management/payout_method_service.rb +91 -0
- data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +32 -0
- data/lib/stripe/services/v2/money_management/received_credit_service.rb +70 -0
- data/lib/stripe/services/v2/money_management/received_debit_service.rb +43 -0
- data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +69 -0
- data/lib/stripe/services/v2/money_management/transaction_service.rb +73 -0
- data/lib/stripe/services/v2/money_management_service.rb +31 -0
- data/lib/stripe/services/v2/payment_service.rb +15 -0
- data/lib/stripe/services/v2/payments/off_session_payment_service.rb +138 -0
- data/lib/stripe/services/v2/test_helper_service.rb +15 -0
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +49 -0
- data/lib/stripe/services/v2_services.rb +5 -2
- data/lib/stripe/services.rb +53 -1
- data/lib/stripe/stripe_configuration.rb +3 -1
- data/lib/stripe/stripe_object.rb +1 -1
- data/lib/stripe/util.rb +7 -1
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +53 -0
- data/rbi/stripe.rbi +191639 -0
- data/stripe.gemspec +4 -1
- metadata +161 -324
- data/lib/stripe/services/invoice_payment_service.rb +0 -83
- data/rbi/stripe/resources/account.rbi +0 -4926
- data/rbi/stripe/resources/account_link.rbi +0 -74
- data/rbi/stripe/resources/account_session.rbi +0 -1013
- data/rbi/stripe/resources/apple_pay_domain.rbi +0 -88
- data/rbi/stripe/resources/application.rbi +0 -20
- data/rbi/stripe/resources/application_fee.rbi +0 -118
- data/rbi/stripe/resources/application_fee_refund.rbi +0 -37
- data/rbi/stripe/resources/apps/secret.rbi +0 -195
- data/rbi/stripe/resources/balance.rbi +0 -235
- data/rbi/stripe/resources/balance_transaction.rbi +0 -147
- data/rbi/stripe/resources/bank_account.rbi +0 -127
- data/rbi/stripe/resources/billing/alert.rbi +0 -201
- data/rbi/stripe/resources/billing/alert_triggered.rbi +0 -28
- data/rbi/stripe/resources/billing/credit_balance_summary.rbi +0 -63
- data/rbi/stripe/resources/billing/credit_balance_transaction.rbi +0 -147
- data/rbi/stripe/resources/billing/credit_grant.rbi +0 -291
- data/rbi/stripe/resources/billing/meter.rbi +0 -226
- data/rbi/stripe/resources/billing/meter_event.rbi +0 -64
- data/rbi/stripe/resources/billing/meter_event_adjustment.rbi +0 -64
- data/rbi/stripe/resources/billing/meter_event_summary.rbi +0 -35
- data/rbi/stripe/resources/billing_portal/configuration.rbi +0 -645
- data/rbi/stripe/resources/billing_portal/session.rbi +0 -345
- data/rbi/stripe/resources/capability.rbi +0 -125
- data/rbi/stripe/resources/card.rbi +0 -125
- data/rbi/stripe/resources/cash_balance.rbi +0 -32
- data/rbi/stripe/resources/charge.rbi +0 -2069
- data/rbi/stripe/resources/checkout/session.rbi +0 -4004
- data/rbi/stripe/resources/climate/order.rbi +0 -245
- data/rbi/stripe/resources/climate/product.rbi +0 -75
- data/rbi/stripe/resources/climate/supplier.rbi +0 -72
- data/rbi/stripe/resources/confirmation_token.rbi +0 -1807
- data/rbi/stripe/resources/connect_collection_transfer.rbi +0 -26
- data/rbi/stripe/resources/country_spec.rbi +0 -85
- data/rbi/stripe/resources/coupon.rbi +0 -250
- data/rbi/stripe/resources/credit_note.rbi +0 -752
- data/rbi/stripe/resources/credit_note_line_item.rbi +0 -101
- data/rbi/stripe/resources/customer.rbi +0 -1005
- data/rbi/stripe/resources/customer_balance_transaction.rbi +0 -56
- data/rbi/stripe/resources/customer_cash_balance_transaction.rbi +0 -151
- data/rbi/stripe/resources/customer_session.rbi +0 -200
- data/rbi/stripe/resources/discount.rbi +0 -53
- data/rbi/stripe/resources/dispute.rbi +0 -761
- data/rbi/stripe/resources/entitlements/active_entitlement.rbi +0 -58
- data/rbi/stripe/resources/entitlements/active_entitlement_summary.rbi +0 -23
- data/rbi/stripe/resources/entitlements/feature.rbi +0 -117
- data/rbi/stripe/resources/ephemeral_key.rbi +0 -44
- data/rbi/stripe/resources/event.rbi +0 -149
- data/rbi/stripe/resources/exchange_rate.rbi +0 -66
- data/rbi/stripe/resources/file.rbi +0 -143
- data/rbi/stripe/resources/file_link.rbi +0 -141
- data/rbi/stripe/resources/financial_connections/account.rbi +0 -339
- data/rbi/stripe/resources/financial_connections/account_owner.rbi +0 -35
- data/rbi/stripe/resources/financial_connections/account_ownership.rbi +0 -23
- data/rbi/stripe/resources/financial_connections/session.rbi +0 -123
- data/rbi/stripe/resources/financial_connections/transaction.rbi +0 -124
- data/rbi/stripe/resources/forwarding/request.rbi +0 -216
- data/rbi/stripe/resources/funding_instructions.rbi +0 -437
- data/rbi/stripe/resources/identity/verification_report.rbi +0 -360
- data/rbi/stripe/resources/identity/verification_session.rbi +0 -526
- data/rbi/stripe/resources/invoice.rbi +0 -3812
- data/rbi/stripe/resources/invoice_item.rbi +0 -473
- data/rbi/stripe/resources/invoice_line_item.rbi +0 -432
- data/rbi/stripe/resources/invoice_payment.rbi +0 -121
- data/rbi/stripe/resources/invoice_rendering_template.rbi +0 -104
- data/rbi/stripe/resources/issuing/authorization.rbi +0 -1283
- data/rbi/stripe/resources/issuing/card.rbi +0 -741
- data/rbi/stripe/resources/issuing/cardholder.rbi +0 -744
- data/rbi/stripe/resources/issuing/dispute.rbi +0 -913
- data/rbi/stripe/resources/issuing/personalization_design.rbi +0 -338
- data/rbi/stripe/resources/issuing/physical_bundle.rbi +0 -79
- data/rbi/stripe/resources/issuing/token.rbi +0 -226
- data/rbi/stripe/resources/issuing/transaction.rbi +0 -1061
- data/rbi/stripe/resources/line_item.rbi +0 -72
- data/rbi/stripe/resources/login_link.rbi +0 -19
- data/rbi/stripe/resources/mandate.rbi +0 -187
- data/rbi/stripe/resources/payment_intent.rbi +0 -9647
- data/rbi/stripe/resources/payment_link.rbi +0 -1801
- data/rbi/stripe/resources/payment_method.rbi +0 -1761
- data/rbi/stripe/resources/payment_method_configuration.rbi +0 -3550
- data/rbi/stripe/resources/payment_method_domain.rbi +0 -228
- data/rbi/stripe/resources/payout.rbi +0 -300
- data/rbi/stripe/resources/person.rbi +0 -401
- data/rbi/stripe/resources/plan.rbi +0 -371
- data/rbi/stripe/resources/price.rbi +0 -694
- data/rbi/stripe/resources/product.rbi +0 -555
- data/rbi/stripe/resources/product_feature.rbi +0 -26
- data/rbi/stripe/resources/promotion_code.rbi +0 -261
- data/rbi/stripe/resources/quote.rbi +0 -1126
- data/rbi/stripe/resources/radar/early_fraud_warning.rbi +0 -98
- data/rbi/stripe/resources/radar/value_list.rbi +0 -168
- data/rbi/stripe/resources/radar/value_list_item.rbi +0 -129
- data/rbi/stripe/resources/refund.rbi +0 -523
- data/rbi/stripe/resources/reporting/report_run.rbi +0 -191
- data/rbi/stripe/resources/reporting/report_type.rbi +0 -57
- data/rbi/stripe/resources/reserve_transaction.rbi +0 -23
- data/rbi/stripe/resources/reversal.rbi +0 -51
- data/rbi/stripe/resources/review.rbi +0 -154
- data/rbi/stripe/resources/setup_attempt.rbi +0 -477
- data/rbi/stripe/resources/setup_intent.rbi +0 -3655
- data/rbi/stripe/resources/shipping_rate.rbi +0 -305
- data/rbi/stripe/resources/sigma/scheduled_query_run.rbi +0 -75
- data/rbi/stripe/resources/source.rbi +0 -1496
- data/rbi/stripe/resources/source_mandate_notification.rbi +0 -77
- data/rbi/stripe/resources/source_transaction.rbi +0 -127
- data/rbi/stripe/resources/subscription.rbi +0 -2027
- data/rbi/stripe/resources/subscription_item.rbi +0 -404
- data/rbi/stripe/resources/subscription_schedule.rbi +0 -1623
- data/rbi/stripe/resources/tax/calculation.rbi +0 -478
- data/rbi/stripe/resources/tax/calculation_line_item.rbi +0 -91
- data/rbi/stripe/resources/tax/registration.rbi +0 -2713
- data/rbi/stripe/resources/tax/settings.rbi +0 -141
- data/rbi/stripe/resources/tax/transaction.rbi +0 -351
- data/rbi/stripe/resources/tax/transaction_line_item.rbi +0 -54
- data/rbi/stripe/resources/tax_code.rbi +0 -44
- data/rbi/stripe/resources/tax_deducted_at_source.rbi +0 -23
- data/rbi/stripe/resources/tax_id.rbi +0 -165
- data/rbi/stripe/resources/tax_rate.rbi +0 -239
- data/rbi/stripe/resources/terminal/configuration.rbi +0 -1386
- data/rbi/stripe/resources/terminal/connection_token.rbi +0 -37
- data/rbi/stripe/resources/terminal/location.rbi +0 -222
- data/rbi/stripe/resources/terminal/reader.rbi +0 -847
- data/rbi/stripe/resources/test_helpers/test_clock.rbi +0 -132
- data/rbi/stripe/resources/token.rbi +0 -1283
- data/rbi/stripe/resources/topup.rbi +0 -222
- data/rbi/stripe/resources/transfer.rbi +0 -199
- data/rbi/stripe/resources/treasury/credit_reversal.rbi +0 -119
- data/rbi/stripe/resources/treasury/debit_reversal.rbi +0 -131
- data/rbi/stripe/resources/treasury/financial_account.rbi +0 -865
- data/rbi/stripe/resources/treasury/financial_account_features.rbi +0 -260
- data/rbi/stripe/resources/treasury/inbound_transfer.rbi +0 -295
- data/rbi/stripe/resources/treasury/outbound_payment.rbi +0 -592
- data/rbi/stripe/resources/treasury/outbound_transfer.rbi +0 -431
- data/rbi/stripe/resources/treasury/received_credit.rbi +0 -302
- data/rbi/stripe/resources/treasury/received_debit.rbi +0 -256
- data/rbi/stripe/resources/treasury/transaction.rbi +0 -215
- data/rbi/stripe/resources/treasury/transaction_entry.rbi +0 -192
- data/rbi/stripe/resources/v2/amount.rbi +0 -14
- data/rbi/stripe/resources/v2/billing/meter_event.rbi +0 -37
- data/rbi/stripe/resources/v2/billing/meter_event_adjustment.rbi +0 -41
- data/rbi/stripe/resources/v2/billing/meter_event_session.rbi +0 -31
- data/rbi/stripe/resources/v2/event.rbi +0 -48
- data/rbi/stripe/resources/v2/event_destination.rbi +0 -91
- data/rbi/stripe/resources/webhook_endpoint.rbi +0 -168
- data/rbi/stripe/services/account_capability_service.rbi +0 -51
- data/rbi/stripe/services/account_link_service.rbi +0 -58
- data/rbi/stripe/services/account_login_link_service.rbi +0 -22
- data/rbi/stripe/services/account_person_service.rbi +0 -1011
- data/rbi/stripe/services/account_service.rbi +0 -4213
- data/rbi/stripe/services/account_session_service.rbi +0 -646
- data/rbi/stripe/services/apple_pay_domain_service.rbi +0 -76
- data/rbi/stripe/services/application_fee_refund_service.rbi +0 -93
- data/rbi/stripe/services/application_fee_service.rbi +0 -78
- data/rbi/stripe/services/apps/secret_service.rbi +0 -151
- data/rbi/stripe/services/apps_service.rbi +0 -9
- data/rbi/stripe/services/balance_service.rbi +0 -21
- data/rbi/stripe/services/balance_transaction_service.rbi +0 -93
- data/rbi/stripe/services/billing/alert_service.rbi +0 -152
- data/rbi/stripe/services/billing/credit_balance_summary_service.rbi +0 -68
- data/rbi/stripe/services/billing/credit_balance_transaction_service.rbi +0 -59
- data/rbi/stripe/services/billing/credit_grant_service.rbi +0 -211
- data/rbi/stripe/services/billing/meter_event_adjustment_service.rbi +0 -42
- data/rbi/stripe/services/billing/meter_event_service.rbi +0 -42
- data/rbi/stripe/services/billing/meter_event_summary_service.rbi +0 -54
- data/rbi/stripe/services/billing/meter_service.rbi +0 -163
- data/rbi/stripe/services/billing_portal/configuration_service.rbi +0 -511
- data/rbi/stripe/services/billing_portal/session_service.rbi +0 -204
- data/rbi/stripe/services/billing_portal_service.rbi +0 -10
- data/rbi/stripe/services/billing_service.rbi +0 -15
- data/rbi/stripe/services/charge_service.rbi +0 -448
- data/rbi/stripe/services/checkout/session_line_item_service.rbi +0 -33
- data/rbi/stripe/services/checkout/session_service.rbi +0 -2614
- data/rbi/stripe/services/checkout_service.rbi +0 -9
- data/rbi/stripe/services/climate/order_service.rbi +0 -142
- data/rbi/stripe/services/climate/product_service.rbi +0 -46
- data/rbi/stripe/services/climate_service.rbi +0 -11
- data/rbi/stripe/services/confirmation_token_service.rbi +0 -20
- data/rbi/stripe/services/country_spec_service.rbi +0 -44
- data/rbi/stripe/services/coupon_service.rbi +0 -194
- data/rbi/stripe/services/credit_note_preview_lines_service.rbi +0 -167
- data/rbi/stripe/services/credit_note_service.rbi +0 -415
- data/rbi/stripe/services/customer_balance_transaction_service.rbi +0 -92
- data/rbi/stripe/services/customer_cash_balance_service.rbi +0 -45
- data/rbi/stripe/services/customer_cash_balance_transaction_service.rbi +0 -44
- data/rbi/stripe/services/customer_funding_instructions_service.rbi +0 -59
- data/rbi/stripe/services/customer_payment_method_service.rbi +0 -57
- data/rbi/stripe/services/customer_payment_source_service.rbi +0 -232
- data/rbi/stripe/services/customer_service.rbi +0 -647
- data/rbi/stripe/services/customer_session_service.rbi +0 -116
- data/rbi/stripe/services/customer_tax_id_service.rbi +0 -70
- data/rbi/stripe/services/dispute_service.rbi +0 -424
- data/rbi/stripe/services/entitlements/active_entitlement_service.rbi +0 -55
- data/rbi/stripe/services/entitlements/feature_service.rbi +0 -107
- data/rbi/stripe/services/entitlements_service.rbi +0 -10
- data/rbi/stripe/services/ephemeral_key_service.rbi +0 -53
- data/rbi/stripe/services/event_service.rbi +0 -83
- data/rbi/stripe/services/exchange_rate_service.rbi +0 -44
- data/rbi/stripe/services/file_link_service.rbi +0 -124
- data/rbi/stripe/services/file_service.rbi +0 -116
- data/rbi/stripe/services/financial_connections/account_owner_service.rbi +0 -42
- data/rbi/stripe/services/financial_connections/account_service.rbi +0 -133
- data/rbi/stripe/services/financial_connections/session_service.rbi +0 -88
- data/rbi/stripe/services/financial_connections/transaction_service.rbi +0 -92
- data/rbi/stripe/services/financial_connections_service.rbi +0 -11
- data/rbi/stripe/services/forwarding/request_service.rbi +0 -134
- data/rbi/stripe/services/forwarding_service.rbi +0 -9
- data/rbi/stripe/services/identity/verification_report_service.rbi +0 -87
- data/rbi/stripe/services/identity/verification_session_service.rbi +0 -323
- data/rbi/stripe/services/identity_service.rbi +0 -10
- data/rbi/stripe/services/invoice_item_service.rbi +0 -366
- data/rbi/stripe/services/invoice_line_item_service.rbi +0 -259
- data/rbi/stripe/services/invoice_payment_service.rbi +0 -71
- data/rbi/stripe/services/invoice_rendering_template_service.rbi +0 -82
- data/rbi/stripe/services/invoice_service.rbi +0 -2981
- data/rbi/stripe/services/issuing/authorization_service.rbi +0 -146
- data/rbi/stripe/services/issuing/card_service.rbi +0 -495
- data/rbi/stripe/services/issuing/cardholder_service.rbi +0 -587
- data/rbi/stripe/services/issuing/dispute_service.rbi +0 -707
- data/rbi/stripe/services/issuing/personalization_design_service.rbi +0 -243
- data/rbi/stripe/services/issuing/physical_bundle_service.rbi +0 -59
- data/rbi/stripe/services/issuing/token_service.rbi +0 -99
- data/rbi/stripe/services/issuing/transaction_service.rbi +0 -105
- data/rbi/stripe/services/issuing_service.rbi +0 -16
- data/rbi/stripe/services/mandate_service.rbi +0 -20
- data/rbi/stripe/services/payment_intent_service.rbi +0 -7659
- data/rbi/stripe/services/payment_link_service.rbi +0 -1352
- data/rbi/stripe/services/payment_method_configuration_service.rbi +0 -2487
- data/rbi/stripe/services/payment_method_domain_service.rbi +0 -112
- data/rbi/stripe/services/payment_method_service.rbi +0 -776
- data/rbi/stripe/services/payout_service.rbi +0 -205
- data/rbi/stripe/services/plan_service.rbi +0 -282
- data/rbi/stripe/services/price_service.rbi +0 -546
- data/rbi/stripe/services/product_feature_service.rbi +0 -67
- data/rbi/stripe/services/product_service.rbi +0 -477
- data/rbi/stripe/services/promotion_code_service.rbi +0 -214
- data/rbi/stripe/services/quote_computed_upfront_line_items_service.rbi +0 -31
- data/rbi/stripe/services/quote_service.rbi +0 -686
- data/rbi/stripe/services/radar/early_fraud_warning_service.rbi +0 -85
- data/rbi/stripe/services/radar/value_list_item_service.rbi +0 -109
- data/rbi/stripe/services/radar/value_list_service.rbi +0 -141
- data/rbi/stripe/services/radar_service.rbi +0 -11
- data/rbi/stripe/services/refund_service.rbi +0 -185
- data/rbi/stripe/services/reporting/report_run_service.rbi +0 -135
- data/rbi/stripe/services/reporting/report_type_service.rbi +0 -35
- data/rbi/stripe/services/reporting_service.rbi +0 -10
- data/rbi/stripe/services/review_service.rbi +0 -84
- data/rbi/stripe/services/setup_attempt_service.rbi +0 -65
- data/rbi/stripe/services/setup_intent_service.rbi +0 -3391
- data/rbi/stripe/services/shipping_rate_service.rbi +0 -241
- data/rbi/stripe/services/sigma/scheduled_query_run_service.rbi +0 -46
- data/rbi/stripe/services/sigma_service.rbi +0 -9
- data/rbi/stripe/services/source_service.rbi +0 -663
- data/rbi/stripe/services/subscription_item_service.rbi +0 -350
- data/rbi/stripe/services/subscription_schedule_service.rbi +0 -1290
- data/rbi/stripe/services/subscription_service.rbi +0 -1648
- data/rbi/stripe/services/tax/calculation_service.rbi +0 -234
- data/rbi/stripe/services/tax/registration_service.rbi +0 -1845
- data/rbi/stripe/services/tax/settings_service.rbi +0 -93
- data/rbi/stripe/services/tax/transaction_service.rbi +0 -146
- data/rbi/stripe/services/tax_code_service.rbi +0 -44
- data/rbi/stripe/services/tax_id_service.rbi +0 -110
- data/rbi/stripe/services/tax_rate_service.rbi +0 -185
- data/rbi/stripe/services/tax_service.rbi +0 -12
- data/rbi/stripe/services/terminal/configuration_service.rbi +0 -1118
- data/rbi/stripe/services/terminal/connection_token_service.rbi +0 -25
- data/rbi/stripe/services/terminal/location_service.rbi +0 -182
- data/rbi/stripe/services/terminal/reader_service.rbi +0 -455
- data/rbi/stripe/services/terminal_service.rbi +0 -12
- data/rbi/stripe/services/test_helpers/confirmation_token_service.rbi +0 -739
- data/rbi/stripe/services/test_helpers/customer_service.rbi +0 -33
- data/rbi/stripe/services/test_helpers/issuing/authorization_service.rbi +0 -848
- data/rbi/stripe/services/test_helpers/issuing/card_service.rbi +0 -76
- data/rbi/stripe/services/test_helpers/issuing/personalization_design_service.rbi +0 -69
- data/rbi/stripe/services/test_helpers/issuing/transaction_service.rbi +0 -711
- data/rbi/stripe/services/test_helpers/issuing_service.rbi +0 -14
- data/rbi/stripe/services/test_helpers/refund_service.rbi +0 -22
- data/rbi/stripe/services/test_helpers/terminal/reader_service.rbi +0 -93
- data/rbi/stripe/services/test_helpers/terminal_service.rbi +0 -11
- data/rbi/stripe/services/test_helpers/test_clock_service.rbi +0 -90
- data/rbi/stripe/services/test_helpers/treasury/inbound_transfer_service.rbi +0 -64
- data/rbi/stripe/services/test_helpers/treasury/outbound_payment_service.rbi +0 -125
- data/rbi/stripe/services/test_helpers/treasury/outbound_transfer_service.rbi +0 -125
- data/rbi/stripe/services/test_helpers/treasury/received_credit_service.rbi +0 -87
- data/rbi/stripe/services/test_helpers/treasury/received_debit_service.rbi +0 -87
- data/rbi/stripe/services/test_helpers/treasury_service.rbi +0 -15
- data/rbi/stripe/services/test_helpers_service.rbi +0 -15
- data/rbi/stripe/services/token_service.rbi +0 -1257
- data/rbi/stripe/services/topup_service.rbi +0 -176
- data/rbi/stripe/services/transfer_reversal_service.rbi +0 -101
- data/rbi/stripe/services/transfer_service.rbi +0 -152
- data/rbi/stripe/services/treasury/credit_reversal_service.rbi +0 -84
- data/rbi/stripe/services/treasury/debit_reversal_service.rbi +0 -88
- data/rbi/stripe/services/treasury/financial_account_features_service.rbi +0 -198
- data/rbi/stripe/services/treasury/financial_account_service.rbi +0 -562
- data/rbi/stripe/services/treasury/inbound_transfer_service.rbi +0 -117
- data/rbi/stripe/services/treasury/outbound_payment_service.rbi +0 -304
- data/rbi/stripe/services/treasury/outbound_transfer_service.rbi +0 -157
- data/rbi/stripe/services/treasury/received_credit_service.rbi +0 -72
- data/rbi/stripe/services/treasury/received_debit_service.rbi +0 -59
- data/rbi/stripe/services/treasury/transaction_entry_service.rbi +0 -111
- data/rbi/stripe/services/treasury/transaction_service.rbi +0 -122
- data/rbi/stripe/services/treasury_service.rbi +0 -18
- data/rbi/stripe/services/v1_services.rbi +0 -77
- data/rbi/stripe/services/v2/billing/meter_event_adjustment_service.rbi +0 -39
- data/rbi/stripe/services/v2/billing/meter_event_service.rbi +0 -42
- data/rbi/stripe/services/v2/billing/meter_event_session_service.rbi +0 -18
- data/rbi/stripe/services/v2/billing/meter_event_stream_service.rbi +0 -55
- data/rbi/stripe/services/v2/billing_service.rbi +0 -14
- data/rbi/stripe/services/v2/core/event_destination_service.rbi +0 -192
- data/rbi/stripe/services/v2/core/event_service.rbi +0 -36
- data/rbi/stripe/services/v2/core_service.rbi +0 -12
- data/rbi/stripe/services/v2_services.rbi +0 -10
- data/rbi/stripe/services/webhook_endpoint_service.rbi +0 -129
@@ -237,6 +237,31 @@ 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
|
240
265
|
end
|
241
266
|
|
242
267
|
class SepaDebit < Stripe::StripeObject
|
@@ -253,9 +278,18 @@ module Stripe
|
|
253
278
|
class Filters < Stripe::StripeObject
|
254
279
|
# The account subcategories to use to filter for possible accounts to link. Valid subcategories are `checking` and `savings`.
|
255
280
|
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
|
256
288
|
end
|
257
289
|
# Attribute for field filters
|
258
290
|
attr_reader :filters
|
291
|
+
# Attribute for field manual_entry
|
292
|
+
attr_reader :manual_entry
|
259
293
|
# The list of permissions to request. The `payment_method` permission must be included.
|
260
294
|
attr_reader :permissions
|
261
295
|
# Data features requested to be retrieved upon account creation.
|
@@ -289,6 +323,8 @@ module Stripe
|
|
289
323
|
attr_reader :link
|
290
324
|
# Attribute for field paypal
|
291
325
|
attr_reader :paypal
|
326
|
+
# Attribute for field payto
|
327
|
+
attr_reader :payto
|
292
328
|
# Attribute for field sepa_debit
|
293
329
|
attr_reader :sepa_debit
|
294
330
|
# Attribute for field us_bank_account
|
@@ -321,6 +357,8 @@ module Stripe
|
|
321
357
|
attr_accessor :created
|
322
358
|
# Only return SetupIntents for the customer specified by this customer ID.
|
323
359
|
attr_accessor :customer
|
360
|
+
# Only return SetupIntents for the account specified by this customer ID.
|
361
|
+
attr_accessor :customer_account
|
324
362
|
# 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.
|
325
363
|
attr_accessor :ending_before
|
326
364
|
# Specifies which fields in the response should be expanded.
|
@@ -336,6 +374,7 @@ module Stripe
|
|
336
374
|
attach_to_self: nil,
|
337
375
|
created: nil,
|
338
376
|
customer: nil,
|
377
|
+
customer_account: nil,
|
339
378
|
ending_before: nil,
|
340
379
|
expand: nil,
|
341
380
|
limit: nil,
|
@@ -345,6 +384,7 @@ module Stripe
|
|
345
384
|
@attach_to_self = attach_to_self
|
346
385
|
@created = created
|
347
386
|
@customer = customer
|
387
|
+
@customer_account = customer_account
|
348
388
|
@ending_before = ending_before
|
349
389
|
@expand = expand
|
350
390
|
@limit = limit
|
@@ -543,8 +583,18 @@ module Stripe
|
|
543
583
|
end
|
544
584
|
|
545
585
|
class Giropay < Stripe::RequestParams; end
|
586
|
+
class Gopay < Stripe::RequestParams; end
|
546
587
|
class Grabpay < Stripe::RequestParams; end
|
547
588
|
|
589
|
+
class IdBankTransfer < Stripe::RequestParams
|
590
|
+
# Bank where the account is held.
|
591
|
+
attr_accessor :bank
|
592
|
+
|
593
|
+
def initialize(bank: nil)
|
594
|
+
@bank = bank
|
595
|
+
end
|
596
|
+
end
|
597
|
+
|
548
598
|
class Ideal < Stripe::RequestParams
|
549
599
|
# The customer's bank. Only use this parameter for existing customers. Don't use it for new customers.
|
550
600
|
attr_accessor :bank
|
@@ -583,6 +633,7 @@ module Stripe
|
|
583
633
|
class Konbini < Stripe::RequestParams; end
|
584
634
|
class KrCard < Stripe::RequestParams; end
|
585
635
|
class Link < Stripe::RequestParams; end
|
636
|
+
class MbWay < Stripe::RequestParams; end
|
586
637
|
class Mobilepay < Stripe::RequestParams; end
|
587
638
|
class Multibanco < Stripe::RequestParams; end
|
588
639
|
|
@@ -641,8 +692,25 @@ module Stripe
|
|
641
692
|
class Payco < Stripe::RequestParams; end
|
642
693
|
class Paynow < Stripe::RequestParams; end
|
643
694
|
class Paypal < Stripe::RequestParams; end
|
695
|
+
|
696
|
+
class Payto < Stripe::RequestParams
|
697
|
+
# The account number for the bank account.
|
698
|
+
attr_accessor :account_number
|
699
|
+
# Bank-State-Branch number of the bank account.
|
700
|
+
attr_accessor :bsb_number
|
701
|
+
# The PayID alias for the bank account.
|
702
|
+
attr_accessor :pay_id
|
703
|
+
|
704
|
+
def initialize(account_number: nil, bsb_number: nil, pay_id: nil)
|
705
|
+
@account_number = account_number
|
706
|
+
@bsb_number = bsb_number
|
707
|
+
@pay_id = pay_id
|
708
|
+
end
|
709
|
+
end
|
710
|
+
|
644
711
|
class Pix < Stripe::RequestParams; end
|
645
712
|
class Promptpay < Stripe::RequestParams; end
|
713
|
+
class Qris < Stripe::RequestParams; end
|
646
714
|
|
647
715
|
class RadarOptions < Stripe::RequestParams
|
648
716
|
# 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.
|
@@ -653,6 +721,29 @@ module Stripe
|
|
653
721
|
end
|
654
722
|
end
|
655
723
|
|
724
|
+
class Rechnung < Stripe::RequestParams
|
725
|
+
class Dob < Stripe::RequestParams
|
726
|
+
# The day of birth, between 1 and 31.
|
727
|
+
attr_accessor :day
|
728
|
+
# The month of birth, between 1 and 12.
|
729
|
+
attr_accessor :month
|
730
|
+
# The four-digit year of birth.
|
731
|
+
attr_accessor :year
|
732
|
+
|
733
|
+
def initialize(day: nil, month: nil, year: nil)
|
734
|
+
@day = day
|
735
|
+
@month = month
|
736
|
+
@year = year
|
737
|
+
end
|
738
|
+
end
|
739
|
+
# Customer's date of birth
|
740
|
+
attr_accessor :dob
|
741
|
+
|
742
|
+
def initialize(dob: nil)
|
743
|
+
@dob = dob
|
744
|
+
end
|
745
|
+
end
|
746
|
+
|
656
747
|
class RevolutPay < Stripe::RequestParams; end
|
657
748
|
class SamsungPay < Stripe::RequestParams; end
|
658
749
|
class Satispay < Stripe::RequestParams; end
|
@@ -666,6 +757,8 @@ module Stripe
|
|
666
757
|
end
|
667
758
|
end
|
668
759
|
|
760
|
+
class Shopeepay < Stripe::RequestParams; end
|
761
|
+
|
669
762
|
class Sofort < Stripe::RequestParams
|
670
763
|
# Two-letter ISO code representing the country the bank account is located in.
|
671
764
|
attr_accessor :country
|
@@ -675,6 +768,18 @@ module Stripe
|
|
675
768
|
end
|
676
769
|
end
|
677
770
|
|
771
|
+
class StripeBalance < Stripe::RequestParams
|
772
|
+
# The connected account ID whose Stripe balance to use as the source of payment
|
773
|
+
attr_accessor :account
|
774
|
+
# The [source_type](https://docs.stripe.com/api/balance/balance_object#balance_object-available-source_types) of the balance
|
775
|
+
attr_accessor :source_type
|
776
|
+
|
777
|
+
def initialize(account: nil, source_type: nil)
|
778
|
+
@account = account
|
779
|
+
@source_type = source_type
|
780
|
+
end
|
781
|
+
end
|
782
|
+
|
678
783
|
class Swish < Stripe::RequestParams; end
|
679
784
|
class Twint < Stripe::RequestParams; end
|
680
785
|
|
@@ -745,8 +850,12 @@ module Stripe
|
|
745
850
|
attr_accessor :fpx
|
746
851
|
# If this is a `giropay` PaymentMethod, this hash contains details about the Giropay payment method.
|
747
852
|
attr_accessor :giropay
|
853
|
+
# If this is a Gopay PaymentMethod, this hash contains details about the Gopay payment method.
|
854
|
+
attr_accessor :gopay
|
748
855
|
# If this is a `grabpay` PaymentMethod, this hash contains details about the GrabPay payment method.
|
749
856
|
attr_accessor :grabpay
|
857
|
+
# If this is an `IdBankTransfer` PaymentMethod, this hash contains details about the IdBankTransfer payment method.
|
858
|
+
attr_accessor :id_bank_transfer
|
750
859
|
# If this is an `ideal` PaymentMethod, this hash contains details about the iDEAL payment method.
|
751
860
|
attr_accessor :ideal
|
752
861
|
# If this is an `interac_present` PaymentMethod, this hash contains details about the Interac Present payment method.
|
@@ -761,6 +870,8 @@ module Stripe
|
|
761
870
|
attr_accessor :kr_card
|
762
871
|
# If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.
|
763
872
|
attr_accessor :link
|
873
|
+
# If this is a MB WAY PaymentMethod, this hash contains details about the MB WAY payment method.
|
874
|
+
attr_accessor :mb_way
|
764
875
|
# 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`.
|
765
876
|
attr_accessor :metadata
|
766
877
|
# If this is a `mobilepay` PaymentMethod, this hash contains details about the MobilePay payment method.
|
@@ -783,12 +894,18 @@ module Stripe
|
|
783
894
|
attr_accessor :paynow
|
784
895
|
# If this is a `paypal` PaymentMethod, this hash contains details about the PayPal payment method.
|
785
896
|
attr_accessor :paypal
|
897
|
+
# If this is a `payto` PaymentMethod, this hash contains details about the PayTo payment method.
|
898
|
+
attr_accessor :payto
|
786
899
|
# If this is a `pix` PaymentMethod, this hash contains details about the Pix payment method.
|
787
900
|
attr_accessor :pix
|
788
901
|
# If this is a `promptpay` PaymentMethod, this hash contains details about the PromptPay payment method.
|
789
902
|
attr_accessor :promptpay
|
903
|
+
# If this is a `qris` PaymentMethod, this hash contains details about the QRIS payment method.
|
904
|
+
attr_accessor :qris
|
790
905
|
# Options to configure Radar. See [Radar Session](https://stripe.com/docs/radar/radar-session) for more information.
|
791
906
|
attr_accessor :radar_options
|
907
|
+
# If this is a `rechnung` PaymentMethod, this hash contains details about the Rechnung payment method.
|
908
|
+
attr_accessor :rechnung
|
792
909
|
# If this is a `revolut_pay` PaymentMethod, this hash contains details about the Revolut Pay payment method.
|
793
910
|
attr_accessor :revolut_pay
|
794
911
|
# If this is a `samsung_pay` PaymentMethod, this hash contains details about the SamsungPay payment method.
|
@@ -797,8 +914,12 @@ module Stripe
|
|
797
914
|
attr_accessor :satispay
|
798
915
|
# If this is a `sepa_debit` PaymentMethod, this hash contains details about the SEPA debit bank account.
|
799
916
|
attr_accessor :sepa_debit
|
917
|
+
# If this is a Shopeepay PaymentMethod, this hash contains details about the Shopeepay payment method.
|
918
|
+
attr_accessor :shopeepay
|
800
919
|
# If this is a `sofort` PaymentMethod, this hash contains details about the SOFORT payment method.
|
801
920
|
attr_accessor :sofort
|
921
|
+
# This hash contains details about the Stripe balance payment method.
|
922
|
+
attr_accessor :stripe_balance
|
802
923
|
# If this is a `swish` PaymentMethod, this hash contains details about the Swish payment method.
|
803
924
|
attr_accessor :swish
|
804
925
|
# If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
|
@@ -832,7 +953,9 @@ module Stripe
|
|
832
953
|
eps: nil,
|
833
954
|
fpx: nil,
|
834
955
|
giropay: nil,
|
956
|
+
gopay: nil,
|
835
957
|
grabpay: nil,
|
958
|
+
id_bank_transfer: nil,
|
836
959
|
ideal: nil,
|
837
960
|
interac_present: nil,
|
838
961
|
kakao_pay: nil,
|
@@ -840,6 +963,7 @@ module Stripe
|
|
840
963
|
konbini: nil,
|
841
964
|
kr_card: nil,
|
842
965
|
link: nil,
|
966
|
+
mb_way: nil,
|
843
967
|
metadata: nil,
|
844
968
|
mobilepay: nil,
|
845
969
|
multibanco: nil,
|
@@ -851,14 +975,19 @@ module Stripe
|
|
851
975
|
payco: nil,
|
852
976
|
paynow: nil,
|
853
977
|
paypal: nil,
|
978
|
+
payto: nil,
|
854
979
|
pix: nil,
|
855
980
|
promptpay: nil,
|
981
|
+
qris: nil,
|
856
982
|
radar_options: nil,
|
983
|
+
rechnung: nil,
|
857
984
|
revolut_pay: nil,
|
858
985
|
samsung_pay: nil,
|
859
986
|
satispay: nil,
|
860
987
|
sepa_debit: nil,
|
988
|
+
shopeepay: nil,
|
861
989
|
sofort: nil,
|
990
|
+
stripe_balance: nil,
|
862
991
|
swish: nil,
|
863
992
|
twint: nil,
|
864
993
|
type: nil,
|
@@ -885,7 +1014,9 @@ module Stripe
|
|
885
1014
|
@eps = eps
|
886
1015
|
@fpx = fpx
|
887
1016
|
@giropay = giropay
|
1017
|
+
@gopay = gopay
|
888
1018
|
@grabpay = grabpay
|
1019
|
+
@id_bank_transfer = id_bank_transfer
|
889
1020
|
@ideal = ideal
|
890
1021
|
@interac_present = interac_present
|
891
1022
|
@kakao_pay = kakao_pay
|
@@ -893,6 +1024,7 @@ module Stripe
|
|
893
1024
|
@konbini = konbini
|
894
1025
|
@kr_card = kr_card
|
895
1026
|
@link = link
|
1027
|
+
@mb_way = mb_way
|
896
1028
|
@metadata = metadata
|
897
1029
|
@mobilepay = mobilepay
|
898
1030
|
@multibanco = multibanco
|
@@ -904,14 +1036,19 @@ module Stripe
|
|
904
1036
|
@payco = payco
|
905
1037
|
@paynow = paynow
|
906
1038
|
@paypal = paypal
|
1039
|
+
@payto = payto
|
907
1040
|
@pix = pix
|
908
1041
|
@promptpay = promptpay
|
1042
|
+
@qris = qris
|
909
1043
|
@radar_options = radar_options
|
1044
|
+
@rechnung = rechnung
|
910
1045
|
@revolut_pay = revolut_pay
|
911
1046
|
@samsung_pay = samsung_pay
|
912
1047
|
@satispay = satispay
|
913
1048
|
@sepa_debit = sepa_debit
|
1049
|
+
@shopeepay = shopeepay
|
914
1050
|
@sofort = sofort
|
1051
|
+
@stripe_balance = stripe_balance
|
915
1052
|
@swish = swish
|
916
1053
|
@twint = twint
|
917
1054
|
@type = type
|
@@ -1145,9 +1282,58 @@ module Stripe
|
|
1145
1282
|
class Paypal < Stripe::RequestParams
|
1146
1283
|
# The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.
|
1147
1284
|
attr_accessor :billing_agreement_id
|
1285
|
+
# Attribute for param field currency
|
1286
|
+
attr_accessor :currency
|
1287
|
+
# 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.
|
1288
|
+
attr_accessor :subsellers
|
1148
1289
|
|
1149
|
-
def initialize(billing_agreement_id: nil)
|
1290
|
+
def initialize(billing_agreement_id: nil, currency: nil, subsellers: nil)
|
1150
1291
|
@billing_agreement_id = billing_agreement_id
|
1292
|
+
@currency = currency
|
1293
|
+
@subsellers = subsellers
|
1294
|
+
end
|
1295
|
+
end
|
1296
|
+
|
1297
|
+
class Payto < Stripe::RequestParams
|
1298
|
+
class MandateOptions < Stripe::RequestParams
|
1299
|
+
# Amount that will be collected. It is required when `amount_type` is `fixed`.
|
1300
|
+
attr_accessor :amount
|
1301
|
+
# 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.
|
1302
|
+
attr_accessor :amount_type
|
1303
|
+
# Date, in YYYY-MM-DD format, after which payments will not be collected. Defaults to no end date.
|
1304
|
+
attr_accessor :end_date
|
1305
|
+
# The periodicity at which payments will be collected.
|
1306
|
+
attr_accessor :payment_schedule
|
1307
|
+
# 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.
|
1308
|
+
attr_accessor :payments_per_period
|
1309
|
+
# The purpose for which payments are made. Defaults to retail.
|
1310
|
+
attr_accessor :purpose
|
1311
|
+
# Date, in YYYY-MM-DD format, from which payments will be collected. Defaults to confirmation time.
|
1312
|
+
attr_accessor :start_date
|
1313
|
+
|
1314
|
+
def initialize(
|
1315
|
+
amount: nil,
|
1316
|
+
amount_type: nil,
|
1317
|
+
end_date: nil,
|
1318
|
+
payment_schedule: nil,
|
1319
|
+
payments_per_period: nil,
|
1320
|
+
purpose: nil,
|
1321
|
+
start_date: nil
|
1322
|
+
)
|
1323
|
+
@amount = amount
|
1324
|
+
@amount_type = amount_type
|
1325
|
+
@end_date = end_date
|
1326
|
+
@payment_schedule = payment_schedule
|
1327
|
+
@payments_per_period = payments_per_period
|
1328
|
+
@purpose = purpose
|
1329
|
+
@start_date = start_date
|
1330
|
+
end
|
1331
|
+
end
|
1332
|
+
# Additional fields for Mandate creation.
|
1333
|
+
attr_accessor :mandate_options
|
1334
|
+
|
1335
|
+
def initialize(mandate_options: nil)
|
1336
|
+
@mandate_options = mandate_options
|
1151
1337
|
end
|
1152
1338
|
end
|
1153
1339
|
|
@@ -1173,13 +1359,27 @@ module Stripe
|
|
1173
1359
|
class Filters < Stripe::RequestParams
|
1174
1360
|
# The account subcategories to use to filter for selectable accounts. Valid subcategories are `checking` and `savings`.
|
1175
1361
|
attr_accessor :account_subcategories
|
1362
|
+
# ID of the institution to use to filter for selectable accounts.
|
1363
|
+
attr_accessor :institution
|
1176
1364
|
|
1177
|
-
def initialize(account_subcategories: nil)
|
1365
|
+
def initialize(account_subcategories: nil, institution: nil)
|
1178
1366
|
@account_subcategories = account_subcategories
|
1367
|
+
@institution = institution
|
1368
|
+
end
|
1369
|
+
end
|
1370
|
+
|
1371
|
+
class ManualEntry < Stripe::RequestParams
|
1372
|
+
# Settings for configuring manual entry of account details.
|
1373
|
+
attr_accessor :mode
|
1374
|
+
|
1375
|
+
def initialize(mode: nil)
|
1376
|
+
@mode = mode
|
1179
1377
|
end
|
1180
1378
|
end
|
1181
1379
|
# Provide filters for the linked accounts that the customer can select for the payment method.
|
1182
1380
|
attr_accessor :filters
|
1381
|
+
# Customize manual entry behavior
|
1382
|
+
attr_accessor :manual_entry
|
1183
1383
|
# 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`.
|
1184
1384
|
attr_accessor :permissions
|
1185
1385
|
# List of data features that you would like to retrieve upon account creation.
|
@@ -1187,8 +1387,15 @@ module Stripe
|
|
1187
1387
|
# 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.
|
1188
1388
|
attr_accessor :return_url
|
1189
1389
|
|
1190
|
-
def initialize(
|
1390
|
+
def initialize(
|
1391
|
+
filters: nil,
|
1392
|
+
manual_entry: nil,
|
1393
|
+
permissions: nil,
|
1394
|
+
prefetch: nil,
|
1395
|
+
return_url: nil
|
1396
|
+
)
|
1191
1397
|
@filters = filters
|
1398
|
+
@manual_entry = manual_entry
|
1192
1399
|
@permissions = permissions
|
1193
1400
|
@prefetch = prefetch
|
1194
1401
|
@return_url = return_url
|
@@ -1247,6 +1454,8 @@ module Stripe
|
|
1247
1454
|
attr_accessor :link
|
1248
1455
|
# If this is a `paypal` PaymentMethod, this sub-hash contains details about the PayPal payment method options.
|
1249
1456
|
attr_accessor :paypal
|
1457
|
+
# If this is a `payto` SetupIntent, this sub-hash contains details about the PayTo payment method options.
|
1458
|
+
attr_accessor :payto
|
1250
1459
|
# If this is a `sepa_debit` SetupIntent, this sub-hash contains details about the SEPA Debit payment method options.
|
1251
1460
|
attr_accessor :sepa_debit
|
1252
1461
|
# If this is a `us_bank_account` SetupIntent, this sub-hash contains details about the US bank account payment method options.
|
@@ -1260,6 +1469,7 @@ module Stripe
|
|
1260
1469
|
card_present: nil,
|
1261
1470
|
link: nil,
|
1262
1471
|
paypal: nil,
|
1472
|
+
payto: nil,
|
1263
1473
|
sepa_debit: nil,
|
1264
1474
|
us_bank_account: nil
|
1265
1475
|
)
|
@@ -1270,6 +1480,7 @@ module Stripe
|
|
1270
1480
|
@card_present = card_present
|
1271
1481
|
@link = link
|
1272
1482
|
@paypal = paypal
|
1483
|
+
@payto = payto
|
1273
1484
|
@sepa_debit = sepa_debit
|
1274
1485
|
@us_bank_account = us_bank_account
|
1275
1486
|
end
|
@@ -1302,6 +1513,10 @@ module Stripe
|
|
1302
1513
|
#
|
1303
1514
|
# 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.
|
1304
1515
|
attr_accessor :customer
|
1516
|
+
# ID of the Account this SetupIntent belongs to, if one exists.
|
1517
|
+
#
|
1518
|
+
# 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.
|
1519
|
+
attr_accessor :customer_account
|
1305
1520
|
# An arbitrary string attached to the object. Often useful for displaying to users.
|
1306
1521
|
attr_accessor :description
|
1307
1522
|
# Specifies which fields in the response should be expanded.
|
@@ -1344,6 +1559,7 @@ module Stripe
|
|
1344
1559
|
confirm: nil,
|
1345
1560
|
confirmation_token: nil,
|
1346
1561
|
customer: nil,
|
1562
|
+
customer_account: nil,
|
1347
1563
|
description: nil,
|
1348
1564
|
expand: nil,
|
1349
1565
|
flow_directions: nil,
|
@@ -1365,6 +1581,7 @@ module Stripe
|
|
1365
1581
|
@confirm = confirm
|
1366
1582
|
@confirmation_token = confirmation_token
|
1367
1583
|
@customer = customer
|
1584
|
+
@customer_account = customer_account
|
1368
1585
|
@description = description
|
1369
1586
|
@expand = expand
|
1370
1587
|
@flow_directions = flow_directions
|
@@ -1520,8 +1737,18 @@ module Stripe
|
|
1520
1737
|
end
|
1521
1738
|
|
1522
1739
|
class Giropay < Stripe::RequestParams; end
|
1740
|
+
class Gopay < Stripe::RequestParams; end
|
1523
1741
|
class Grabpay < Stripe::RequestParams; end
|
1524
1742
|
|
1743
|
+
class IdBankTransfer < Stripe::RequestParams
|
1744
|
+
# Bank where the account is held.
|
1745
|
+
attr_accessor :bank
|
1746
|
+
|
1747
|
+
def initialize(bank: nil)
|
1748
|
+
@bank = bank
|
1749
|
+
end
|
1750
|
+
end
|
1751
|
+
|
1525
1752
|
class Ideal < Stripe::RequestParams
|
1526
1753
|
# The customer's bank. Only use this parameter for existing customers. Don't use it for new customers.
|
1527
1754
|
attr_accessor :bank
|
@@ -1560,6 +1787,7 @@ module Stripe
|
|
1560
1787
|
class Konbini < Stripe::RequestParams; end
|
1561
1788
|
class KrCard < Stripe::RequestParams; end
|
1562
1789
|
class Link < Stripe::RequestParams; end
|
1790
|
+
class MbWay < Stripe::RequestParams; end
|
1563
1791
|
class Mobilepay < Stripe::RequestParams; end
|
1564
1792
|
class Multibanco < Stripe::RequestParams; end
|
1565
1793
|
|
@@ -1618,8 +1846,25 @@ module Stripe
|
|
1618
1846
|
class Payco < Stripe::RequestParams; end
|
1619
1847
|
class Paynow < Stripe::RequestParams; end
|
1620
1848
|
class Paypal < Stripe::RequestParams; end
|
1849
|
+
|
1850
|
+
class Payto < Stripe::RequestParams
|
1851
|
+
# The account number for the bank account.
|
1852
|
+
attr_accessor :account_number
|
1853
|
+
# Bank-State-Branch number of the bank account.
|
1854
|
+
attr_accessor :bsb_number
|
1855
|
+
# The PayID alias for the bank account.
|
1856
|
+
attr_accessor :pay_id
|
1857
|
+
|
1858
|
+
def initialize(account_number: nil, bsb_number: nil, pay_id: nil)
|
1859
|
+
@account_number = account_number
|
1860
|
+
@bsb_number = bsb_number
|
1861
|
+
@pay_id = pay_id
|
1862
|
+
end
|
1863
|
+
end
|
1864
|
+
|
1621
1865
|
class Pix < Stripe::RequestParams; end
|
1622
1866
|
class Promptpay < Stripe::RequestParams; end
|
1867
|
+
class Qris < Stripe::RequestParams; end
|
1623
1868
|
|
1624
1869
|
class RadarOptions < Stripe::RequestParams
|
1625
1870
|
# 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.
|
@@ -1630,6 +1875,29 @@ module Stripe
|
|
1630
1875
|
end
|
1631
1876
|
end
|
1632
1877
|
|
1878
|
+
class Rechnung < Stripe::RequestParams
|
1879
|
+
class Dob < Stripe::RequestParams
|
1880
|
+
# The day of birth, between 1 and 31.
|
1881
|
+
attr_accessor :day
|
1882
|
+
# The month of birth, between 1 and 12.
|
1883
|
+
attr_accessor :month
|
1884
|
+
# The four-digit year of birth.
|
1885
|
+
attr_accessor :year
|
1886
|
+
|
1887
|
+
def initialize(day: nil, month: nil, year: nil)
|
1888
|
+
@day = day
|
1889
|
+
@month = month
|
1890
|
+
@year = year
|
1891
|
+
end
|
1892
|
+
end
|
1893
|
+
# Customer's date of birth
|
1894
|
+
attr_accessor :dob
|
1895
|
+
|
1896
|
+
def initialize(dob: nil)
|
1897
|
+
@dob = dob
|
1898
|
+
end
|
1899
|
+
end
|
1900
|
+
|
1633
1901
|
class RevolutPay < Stripe::RequestParams; end
|
1634
1902
|
class SamsungPay < Stripe::RequestParams; end
|
1635
1903
|
class Satispay < Stripe::RequestParams; end
|
@@ -1643,6 +1911,8 @@ module Stripe
|
|
1643
1911
|
end
|
1644
1912
|
end
|
1645
1913
|
|
1914
|
+
class Shopeepay < Stripe::RequestParams; end
|
1915
|
+
|
1646
1916
|
class Sofort < Stripe::RequestParams
|
1647
1917
|
# Two-letter ISO code representing the country the bank account is located in.
|
1648
1918
|
attr_accessor :country
|
@@ -1652,6 +1922,18 @@ module Stripe
|
|
1652
1922
|
end
|
1653
1923
|
end
|
1654
1924
|
|
1925
|
+
class StripeBalance < Stripe::RequestParams
|
1926
|
+
# The connected account ID whose Stripe balance to use as the source of payment
|
1927
|
+
attr_accessor :account
|
1928
|
+
# The [source_type](https://docs.stripe.com/api/balance/balance_object#balance_object-available-source_types) of the balance
|
1929
|
+
attr_accessor :source_type
|
1930
|
+
|
1931
|
+
def initialize(account: nil, source_type: nil)
|
1932
|
+
@account = account
|
1933
|
+
@source_type = source_type
|
1934
|
+
end
|
1935
|
+
end
|
1936
|
+
|
1655
1937
|
class Swish < Stripe::RequestParams; end
|
1656
1938
|
class Twint < Stripe::RequestParams; end
|
1657
1939
|
|
@@ -1722,8 +2004,12 @@ module Stripe
|
|
1722
2004
|
attr_accessor :fpx
|
1723
2005
|
# If this is a `giropay` PaymentMethod, this hash contains details about the Giropay payment method.
|
1724
2006
|
attr_accessor :giropay
|
2007
|
+
# If this is a Gopay PaymentMethod, this hash contains details about the Gopay payment method.
|
2008
|
+
attr_accessor :gopay
|
1725
2009
|
# If this is a `grabpay` PaymentMethod, this hash contains details about the GrabPay payment method.
|
1726
2010
|
attr_accessor :grabpay
|
2011
|
+
# If this is an `IdBankTransfer` PaymentMethod, this hash contains details about the IdBankTransfer payment method.
|
2012
|
+
attr_accessor :id_bank_transfer
|
1727
2013
|
# If this is an `ideal` PaymentMethod, this hash contains details about the iDEAL payment method.
|
1728
2014
|
attr_accessor :ideal
|
1729
2015
|
# If this is an `interac_present` PaymentMethod, this hash contains details about the Interac Present payment method.
|
@@ -1738,6 +2024,8 @@ module Stripe
|
|
1738
2024
|
attr_accessor :kr_card
|
1739
2025
|
# If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.
|
1740
2026
|
attr_accessor :link
|
2027
|
+
# If this is a MB WAY PaymentMethod, this hash contains details about the MB WAY payment method.
|
2028
|
+
attr_accessor :mb_way
|
1741
2029
|
# 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`.
|
1742
2030
|
attr_accessor :metadata
|
1743
2031
|
# If this is a `mobilepay` PaymentMethod, this hash contains details about the MobilePay payment method.
|
@@ -1760,12 +2048,18 @@ module Stripe
|
|
1760
2048
|
attr_accessor :paynow
|
1761
2049
|
# If this is a `paypal` PaymentMethod, this hash contains details about the PayPal payment method.
|
1762
2050
|
attr_accessor :paypal
|
2051
|
+
# If this is a `payto` PaymentMethod, this hash contains details about the PayTo payment method.
|
2052
|
+
attr_accessor :payto
|
1763
2053
|
# If this is a `pix` PaymentMethod, this hash contains details about the Pix payment method.
|
1764
2054
|
attr_accessor :pix
|
1765
2055
|
# If this is a `promptpay` PaymentMethod, this hash contains details about the PromptPay payment method.
|
1766
2056
|
attr_accessor :promptpay
|
2057
|
+
# If this is a `qris` PaymentMethod, this hash contains details about the QRIS payment method.
|
2058
|
+
attr_accessor :qris
|
1767
2059
|
# Options to configure Radar. See [Radar Session](https://stripe.com/docs/radar/radar-session) for more information.
|
1768
2060
|
attr_accessor :radar_options
|
2061
|
+
# If this is a `rechnung` PaymentMethod, this hash contains details about the Rechnung payment method.
|
2062
|
+
attr_accessor :rechnung
|
1769
2063
|
# If this is a `revolut_pay` PaymentMethod, this hash contains details about the Revolut Pay payment method.
|
1770
2064
|
attr_accessor :revolut_pay
|
1771
2065
|
# If this is a `samsung_pay` PaymentMethod, this hash contains details about the SamsungPay payment method.
|
@@ -1774,8 +2068,12 @@ module Stripe
|
|
1774
2068
|
attr_accessor :satispay
|
1775
2069
|
# If this is a `sepa_debit` PaymentMethod, this hash contains details about the SEPA debit bank account.
|
1776
2070
|
attr_accessor :sepa_debit
|
2071
|
+
# If this is a Shopeepay PaymentMethod, this hash contains details about the Shopeepay payment method.
|
2072
|
+
attr_accessor :shopeepay
|
1777
2073
|
# If this is a `sofort` PaymentMethod, this hash contains details about the SOFORT payment method.
|
1778
2074
|
attr_accessor :sofort
|
2075
|
+
# This hash contains details about the Stripe balance payment method.
|
2076
|
+
attr_accessor :stripe_balance
|
1779
2077
|
# If this is a `swish` PaymentMethod, this hash contains details about the Swish payment method.
|
1780
2078
|
attr_accessor :swish
|
1781
2079
|
# If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
|
@@ -1809,7 +2107,9 @@ module Stripe
|
|
1809
2107
|
eps: nil,
|
1810
2108
|
fpx: nil,
|
1811
2109
|
giropay: nil,
|
2110
|
+
gopay: nil,
|
1812
2111
|
grabpay: nil,
|
2112
|
+
id_bank_transfer: nil,
|
1813
2113
|
ideal: nil,
|
1814
2114
|
interac_present: nil,
|
1815
2115
|
kakao_pay: nil,
|
@@ -1817,6 +2117,7 @@ module Stripe
|
|
1817
2117
|
konbini: nil,
|
1818
2118
|
kr_card: nil,
|
1819
2119
|
link: nil,
|
2120
|
+
mb_way: nil,
|
1820
2121
|
metadata: nil,
|
1821
2122
|
mobilepay: nil,
|
1822
2123
|
multibanco: nil,
|
@@ -1828,14 +2129,19 @@ module Stripe
|
|
1828
2129
|
payco: nil,
|
1829
2130
|
paynow: nil,
|
1830
2131
|
paypal: nil,
|
2132
|
+
payto: nil,
|
1831
2133
|
pix: nil,
|
1832
2134
|
promptpay: nil,
|
2135
|
+
qris: nil,
|
1833
2136
|
radar_options: nil,
|
2137
|
+
rechnung: nil,
|
1834
2138
|
revolut_pay: nil,
|
1835
2139
|
samsung_pay: nil,
|
1836
2140
|
satispay: nil,
|
1837
2141
|
sepa_debit: nil,
|
2142
|
+
shopeepay: nil,
|
1838
2143
|
sofort: nil,
|
2144
|
+
stripe_balance: nil,
|
1839
2145
|
swish: nil,
|
1840
2146
|
twint: nil,
|
1841
2147
|
type: nil,
|
@@ -1862,7 +2168,9 @@ module Stripe
|
|
1862
2168
|
@eps = eps
|
1863
2169
|
@fpx = fpx
|
1864
2170
|
@giropay = giropay
|
2171
|
+
@gopay = gopay
|
1865
2172
|
@grabpay = grabpay
|
2173
|
+
@id_bank_transfer = id_bank_transfer
|
1866
2174
|
@ideal = ideal
|
1867
2175
|
@interac_present = interac_present
|
1868
2176
|
@kakao_pay = kakao_pay
|
@@ -1870,6 +2178,7 @@ module Stripe
|
|
1870
2178
|
@konbini = konbini
|
1871
2179
|
@kr_card = kr_card
|
1872
2180
|
@link = link
|
2181
|
+
@mb_way = mb_way
|
1873
2182
|
@metadata = metadata
|
1874
2183
|
@mobilepay = mobilepay
|
1875
2184
|
@multibanco = multibanco
|
@@ -1881,14 +2190,19 @@ module Stripe
|
|
1881
2190
|
@payco = payco
|
1882
2191
|
@paynow = paynow
|
1883
2192
|
@paypal = paypal
|
2193
|
+
@payto = payto
|
1884
2194
|
@pix = pix
|
1885
2195
|
@promptpay = promptpay
|
2196
|
+
@qris = qris
|
1886
2197
|
@radar_options = radar_options
|
2198
|
+
@rechnung = rechnung
|
1887
2199
|
@revolut_pay = revolut_pay
|
1888
2200
|
@samsung_pay = samsung_pay
|
1889
2201
|
@satispay = satispay
|
1890
2202
|
@sepa_debit = sepa_debit
|
2203
|
+
@shopeepay = shopeepay
|
1891
2204
|
@sofort = sofort
|
2205
|
+
@stripe_balance = stripe_balance
|
1892
2206
|
@swish = swish
|
1893
2207
|
@twint = twint
|
1894
2208
|
@type = type
|
@@ -2122,9 +2436,58 @@ module Stripe
|
|
2122
2436
|
class Paypal < Stripe::RequestParams
|
2123
2437
|
# The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.
|
2124
2438
|
attr_accessor :billing_agreement_id
|
2439
|
+
# Attribute for param field currency
|
2440
|
+
attr_accessor :currency
|
2441
|
+
# 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.
|
2442
|
+
attr_accessor :subsellers
|
2125
2443
|
|
2126
|
-
def initialize(billing_agreement_id: nil)
|
2444
|
+
def initialize(billing_agreement_id: nil, currency: nil, subsellers: nil)
|
2127
2445
|
@billing_agreement_id = billing_agreement_id
|
2446
|
+
@currency = currency
|
2447
|
+
@subsellers = subsellers
|
2448
|
+
end
|
2449
|
+
end
|
2450
|
+
|
2451
|
+
class Payto < Stripe::RequestParams
|
2452
|
+
class MandateOptions < Stripe::RequestParams
|
2453
|
+
# Amount that will be collected. It is required when `amount_type` is `fixed`.
|
2454
|
+
attr_accessor :amount
|
2455
|
+
# 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.
|
2456
|
+
attr_accessor :amount_type
|
2457
|
+
# Date, in YYYY-MM-DD format, after which payments will not be collected. Defaults to no end date.
|
2458
|
+
attr_accessor :end_date
|
2459
|
+
# The periodicity at which payments will be collected.
|
2460
|
+
attr_accessor :payment_schedule
|
2461
|
+
# 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.
|
2462
|
+
attr_accessor :payments_per_period
|
2463
|
+
# The purpose for which payments are made. Defaults to retail.
|
2464
|
+
attr_accessor :purpose
|
2465
|
+
# Date, in YYYY-MM-DD format, from which payments will be collected. Defaults to confirmation time.
|
2466
|
+
attr_accessor :start_date
|
2467
|
+
|
2468
|
+
def initialize(
|
2469
|
+
amount: nil,
|
2470
|
+
amount_type: nil,
|
2471
|
+
end_date: nil,
|
2472
|
+
payment_schedule: nil,
|
2473
|
+
payments_per_period: nil,
|
2474
|
+
purpose: nil,
|
2475
|
+
start_date: nil
|
2476
|
+
)
|
2477
|
+
@amount = amount
|
2478
|
+
@amount_type = amount_type
|
2479
|
+
@end_date = end_date
|
2480
|
+
@payment_schedule = payment_schedule
|
2481
|
+
@payments_per_period = payments_per_period
|
2482
|
+
@purpose = purpose
|
2483
|
+
@start_date = start_date
|
2484
|
+
end
|
2485
|
+
end
|
2486
|
+
# Additional fields for Mandate creation.
|
2487
|
+
attr_accessor :mandate_options
|
2488
|
+
|
2489
|
+
def initialize(mandate_options: nil)
|
2490
|
+
@mandate_options = mandate_options
|
2128
2491
|
end
|
2129
2492
|
end
|
2130
2493
|
|
@@ -2150,13 +2513,27 @@ module Stripe
|
|
2150
2513
|
class Filters < Stripe::RequestParams
|
2151
2514
|
# The account subcategories to use to filter for selectable accounts. Valid subcategories are `checking` and `savings`.
|
2152
2515
|
attr_accessor :account_subcategories
|
2516
|
+
# ID of the institution to use to filter for selectable accounts.
|
2517
|
+
attr_accessor :institution
|
2153
2518
|
|
2154
|
-
def initialize(account_subcategories: nil)
|
2519
|
+
def initialize(account_subcategories: nil, institution: nil)
|
2155
2520
|
@account_subcategories = account_subcategories
|
2521
|
+
@institution = institution
|
2522
|
+
end
|
2523
|
+
end
|
2524
|
+
|
2525
|
+
class ManualEntry < Stripe::RequestParams
|
2526
|
+
# Settings for configuring manual entry of account details.
|
2527
|
+
attr_accessor :mode
|
2528
|
+
|
2529
|
+
def initialize(mode: nil)
|
2530
|
+
@mode = mode
|
2156
2531
|
end
|
2157
2532
|
end
|
2158
2533
|
# Provide filters for the linked accounts that the customer can select for the payment method.
|
2159
2534
|
attr_accessor :filters
|
2535
|
+
# Customize manual entry behavior
|
2536
|
+
attr_accessor :manual_entry
|
2160
2537
|
# 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`.
|
2161
2538
|
attr_accessor :permissions
|
2162
2539
|
# List of data features that you would like to retrieve upon account creation.
|
@@ -2164,8 +2541,15 @@ module Stripe
|
|
2164
2541
|
# 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.
|
2165
2542
|
attr_accessor :return_url
|
2166
2543
|
|
2167
|
-
def initialize(
|
2544
|
+
def initialize(
|
2545
|
+
filters: nil,
|
2546
|
+
manual_entry: nil,
|
2547
|
+
permissions: nil,
|
2548
|
+
prefetch: nil,
|
2549
|
+
return_url: nil
|
2550
|
+
)
|
2168
2551
|
@filters = filters
|
2552
|
+
@manual_entry = manual_entry
|
2169
2553
|
@permissions = permissions
|
2170
2554
|
@prefetch = prefetch
|
2171
2555
|
@return_url = return_url
|
@@ -2224,6 +2608,8 @@ module Stripe
|
|
2224
2608
|
attr_accessor :link
|
2225
2609
|
# If this is a `paypal` PaymentMethod, this sub-hash contains details about the PayPal payment method options.
|
2226
2610
|
attr_accessor :paypal
|
2611
|
+
# If this is a `payto` SetupIntent, this sub-hash contains details about the PayTo payment method options.
|
2612
|
+
attr_accessor :payto
|
2227
2613
|
# If this is a `sepa_debit` SetupIntent, this sub-hash contains details about the SEPA Debit payment method options.
|
2228
2614
|
attr_accessor :sepa_debit
|
2229
2615
|
# If this is a `us_bank_account` SetupIntent, this sub-hash contains details about the US bank account payment method options.
|
@@ -2237,6 +2623,7 @@ module Stripe
|
|
2237
2623
|
card_present: nil,
|
2238
2624
|
link: nil,
|
2239
2625
|
paypal: nil,
|
2626
|
+
payto: nil,
|
2240
2627
|
sepa_debit: nil,
|
2241
2628
|
us_bank_account: nil
|
2242
2629
|
)
|
@@ -2247,6 +2634,7 @@ module Stripe
|
|
2247
2634
|
@card_present = card_present
|
2248
2635
|
@link = link
|
2249
2636
|
@paypal = paypal
|
2637
|
+
@payto = payto
|
2250
2638
|
@sepa_debit = sepa_debit
|
2251
2639
|
@us_bank_account = us_bank_account
|
2252
2640
|
end
|
@@ -2259,6 +2647,10 @@ module Stripe
|
|
2259
2647
|
#
|
2260
2648
|
# 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.
|
2261
2649
|
attr_accessor :customer
|
2650
|
+
# ID of the Account this SetupIntent belongs to, if one exists.
|
2651
|
+
#
|
2652
|
+
# 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.
|
2653
|
+
attr_accessor :customer_account
|
2262
2654
|
# An arbitrary string attached to the object. Often useful for displaying to users.
|
2263
2655
|
attr_accessor :description
|
2264
2656
|
# Specifies which fields in the response should be expanded.
|
@@ -2284,6 +2676,7 @@ module Stripe
|
|
2284
2676
|
def initialize(
|
2285
2677
|
attach_to_self: nil,
|
2286
2678
|
customer: nil,
|
2679
|
+
customer_account: nil,
|
2287
2680
|
description: nil,
|
2288
2681
|
expand: nil,
|
2289
2682
|
flow_directions: nil,
|
@@ -2296,6 +2689,7 @@ module Stripe
|
|
2296
2689
|
)
|
2297
2690
|
@attach_to_self = attach_to_self
|
2298
2691
|
@customer = customer
|
2692
|
+
@customer_account = customer_account
|
2299
2693
|
@description = description
|
2300
2694
|
@expand = expand
|
2301
2695
|
@flow_directions = flow_directions
|
@@ -2496,8 +2890,18 @@ module Stripe
|
|
2496
2890
|
end
|
2497
2891
|
|
2498
2892
|
class Giropay < Stripe::RequestParams; end
|
2893
|
+
class Gopay < Stripe::RequestParams; end
|
2499
2894
|
class Grabpay < Stripe::RequestParams; end
|
2500
2895
|
|
2896
|
+
class IdBankTransfer < Stripe::RequestParams
|
2897
|
+
# Bank where the account is held.
|
2898
|
+
attr_accessor :bank
|
2899
|
+
|
2900
|
+
def initialize(bank: nil)
|
2901
|
+
@bank = bank
|
2902
|
+
end
|
2903
|
+
end
|
2904
|
+
|
2501
2905
|
class Ideal < Stripe::RequestParams
|
2502
2906
|
# The customer's bank. Only use this parameter for existing customers. Don't use it for new customers.
|
2503
2907
|
attr_accessor :bank
|
@@ -2536,6 +2940,7 @@ module Stripe
|
|
2536
2940
|
class Konbini < Stripe::RequestParams; end
|
2537
2941
|
class KrCard < Stripe::RequestParams; end
|
2538
2942
|
class Link < Stripe::RequestParams; end
|
2943
|
+
class MbWay < Stripe::RequestParams; end
|
2539
2944
|
class Mobilepay < Stripe::RequestParams; end
|
2540
2945
|
class Multibanco < Stripe::RequestParams; end
|
2541
2946
|
|
@@ -2594,8 +2999,25 @@ module Stripe
|
|
2594
2999
|
class Payco < Stripe::RequestParams; end
|
2595
3000
|
class Paynow < Stripe::RequestParams; end
|
2596
3001
|
class Paypal < Stripe::RequestParams; end
|
3002
|
+
|
3003
|
+
class Payto < Stripe::RequestParams
|
3004
|
+
# The account number for the bank account.
|
3005
|
+
attr_accessor :account_number
|
3006
|
+
# Bank-State-Branch number of the bank account.
|
3007
|
+
attr_accessor :bsb_number
|
3008
|
+
# The PayID alias for the bank account.
|
3009
|
+
attr_accessor :pay_id
|
3010
|
+
|
3011
|
+
def initialize(account_number: nil, bsb_number: nil, pay_id: nil)
|
3012
|
+
@account_number = account_number
|
3013
|
+
@bsb_number = bsb_number
|
3014
|
+
@pay_id = pay_id
|
3015
|
+
end
|
3016
|
+
end
|
3017
|
+
|
2597
3018
|
class Pix < Stripe::RequestParams; end
|
2598
3019
|
class Promptpay < Stripe::RequestParams; end
|
3020
|
+
class Qris < Stripe::RequestParams; end
|
2599
3021
|
|
2600
3022
|
class RadarOptions < Stripe::RequestParams
|
2601
3023
|
# 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.
|
@@ -2606,6 +3028,29 @@ module Stripe
|
|
2606
3028
|
end
|
2607
3029
|
end
|
2608
3030
|
|
3031
|
+
class Rechnung < Stripe::RequestParams
|
3032
|
+
class Dob < Stripe::RequestParams
|
3033
|
+
# The day of birth, between 1 and 31.
|
3034
|
+
attr_accessor :day
|
3035
|
+
# The month of birth, between 1 and 12.
|
3036
|
+
attr_accessor :month
|
3037
|
+
# The four-digit year of birth.
|
3038
|
+
attr_accessor :year
|
3039
|
+
|
3040
|
+
def initialize(day: nil, month: nil, year: nil)
|
3041
|
+
@day = day
|
3042
|
+
@month = month
|
3043
|
+
@year = year
|
3044
|
+
end
|
3045
|
+
end
|
3046
|
+
# Customer's date of birth
|
3047
|
+
attr_accessor :dob
|
3048
|
+
|
3049
|
+
def initialize(dob: nil)
|
3050
|
+
@dob = dob
|
3051
|
+
end
|
3052
|
+
end
|
3053
|
+
|
2609
3054
|
class RevolutPay < Stripe::RequestParams; end
|
2610
3055
|
class SamsungPay < Stripe::RequestParams; end
|
2611
3056
|
class Satispay < Stripe::RequestParams; end
|
@@ -2619,6 +3064,8 @@ module Stripe
|
|
2619
3064
|
end
|
2620
3065
|
end
|
2621
3066
|
|
3067
|
+
class Shopeepay < Stripe::RequestParams; end
|
3068
|
+
|
2622
3069
|
class Sofort < Stripe::RequestParams
|
2623
3070
|
# Two-letter ISO code representing the country the bank account is located in.
|
2624
3071
|
attr_accessor :country
|
@@ -2628,6 +3075,18 @@ module Stripe
|
|
2628
3075
|
end
|
2629
3076
|
end
|
2630
3077
|
|
3078
|
+
class StripeBalance < Stripe::RequestParams
|
3079
|
+
# The connected account ID whose Stripe balance to use as the source of payment
|
3080
|
+
attr_accessor :account
|
3081
|
+
# The [source_type](https://docs.stripe.com/api/balance/balance_object#balance_object-available-source_types) of the balance
|
3082
|
+
attr_accessor :source_type
|
3083
|
+
|
3084
|
+
def initialize(account: nil, source_type: nil)
|
3085
|
+
@account = account
|
3086
|
+
@source_type = source_type
|
3087
|
+
end
|
3088
|
+
end
|
3089
|
+
|
2631
3090
|
class Swish < Stripe::RequestParams; end
|
2632
3091
|
class Twint < Stripe::RequestParams; end
|
2633
3092
|
|
@@ -2698,8 +3157,12 @@ module Stripe
|
|
2698
3157
|
attr_accessor :fpx
|
2699
3158
|
# If this is a `giropay` PaymentMethod, this hash contains details about the Giropay payment method.
|
2700
3159
|
attr_accessor :giropay
|
3160
|
+
# If this is a Gopay PaymentMethod, this hash contains details about the Gopay payment method.
|
3161
|
+
attr_accessor :gopay
|
2701
3162
|
# If this is a `grabpay` PaymentMethod, this hash contains details about the GrabPay payment method.
|
2702
3163
|
attr_accessor :grabpay
|
3164
|
+
# If this is an `IdBankTransfer` PaymentMethod, this hash contains details about the IdBankTransfer payment method.
|
3165
|
+
attr_accessor :id_bank_transfer
|
2703
3166
|
# If this is an `ideal` PaymentMethod, this hash contains details about the iDEAL payment method.
|
2704
3167
|
attr_accessor :ideal
|
2705
3168
|
# If this is an `interac_present` PaymentMethod, this hash contains details about the Interac Present payment method.
|
@@ -2714,6 +3177,8 @@ module Stripe
|
|
2714
3177
|
attr_accessor :kr_card
|
2715
3178
|
# If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.
|
2716
3179
|
attr_accessor :link
|
3180
|
+
# If this is a MB WAY PaymentMethod, this hash contains details about the MB WAY payment method.
|
3181
|
+
attr_accessor :mb_way
|
2717
3182
|
# 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`.
|
2718
3183
|
attr_accessor :metadata
|
2719
3184
|
# If this is a `mobilepay` PaymentMethod, this hash contains details about the MobilePay payment method.
|
@@ -2736,12 +3201,18 @@ module Stripe
|
|
2736
3201
|
attr_accessor :paynow
|
2737
3202
|
# If this is a `paypal` PaymentMethod, this hash contains details about the PayPal payment method.
|
2738
3203
|
attr_accessor :paypal
|
3204
|
+
# If this is a `payto` PaymentMethod, this hash contains details about the PayTo payment method.
|
3205
|
+
attr_accessor :payto
|
2739
3206
|
# If this is a `pix` PaymentMethod, this hash contains details about the Pix payment method.
|
2740
3207
|
attr_accessor :pix
|
2741
3208
|
# If this is a `promptpay` PaymentMethod, this hash contains details about the PromptPay payment method.
|
2742
3209
|
attr_accessor :promptpay
|
3210
|
+
# If this is a `qris` PaymentMethod, this hash contains details about the QRIS payment method.
|
3211
|
+
attr_accessor :qris
|
2743
3212
|
# Options to configure Radar. See [Radar Session](https://stripe.com/docs/radar/radar-session) for more information.
|
2744
3213
|
attr_accessor :radar_options
|
3214
|
+
# If this is a `rechnung` PaymentMethod, this hash contains details about the Rechnung payment method.
|
3215
|
+
attr_accessor :rechnung
|
2745
3216
|
# If this is a `revolut_pay` PaymentMethod, this hash contains details about the Revolut Pay payment method.
|
2746
3217
|
attr_accessor :revolut_pay
|
2747
3218
|
# If this is a `samsung_pay` PaymentMethod, this hash contains details about the SamsungPay payment method.
|
@@ -2750,8 +3221,12 @@ module Stripe
|
|
2750
3221
|
attr_accessor :satispay
|
2751
3222
|
# If this is a `sepa_debit` PaymentMethod, this hash contains details about the SEPA debit bank account.
|
2752
3223
|
attr_accessor :sepa_debit
|
3224
|
+
# If this is a Shopeepay PaymentMethod, this hash contains details about the Shopeepay payment method.
|
3225
|
+
attr_accessor :shopeepay
|
2753
3226
|
# If this is a `sofort` PaymentMethod, this hash contains details about the SOFORT payment method.
|
2754
3227
|
attr_accessor :sofort
|
3228
|
+
# This hash contains details about the Stripe balance payment method.
|
3229
|
+
attr_accessor :stripe_balance
|
2755
3230
|
# If this is a `swish` PaymentMethod, this hash contains details about the Swish payment method.
|
2756
3231
|
attr_accessor :swish
|
2757
3232
|
# If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
|
@@ -2785,7 +3260,9 @@ module Stripe
|
|
2785
3260
|
eps: nil,
|
2786
3261
|
fpx: nil,
|
2787
3262
|
giropay: nil,
|
3263
|
+
gopay: nil,
|
2788
3264
|
grabpay: nil,
|
3265
|
+
id_bank_transfer: nil,
|
2789
3266
|
ideal: nil,
|
2790
3267
|
interac_present: nil,
|
2791
3268
|
kakao_pay: nil,
|
@@ -2793,6 +3270,7 @@ module Stripe
|
|
2793
3270
|
konbini: nil,
|
2794
3271
|
kr_card: nil,
|
2795
3272
|
link: nil,
|
3273
|
+
mb_way: nil,
|
2796
3274
|
metadata: nil,
|
2797
3275
|
mobilepay: nil,
|
2798
3276
|
multibanco: nil,
|
@@ -2804,14 +3282,19 @@ module Stripe
|
|
2804
3282
|
payco: nil,
|
2805
3283
|
paynow: nil,
|
2806
3284
|
paypal: nil,
|
3285
|
+
payto: nil,
|
2807
3286
|
pix: nil,
|
2808
3287
|
promptpay: nil,
|
3288
|
+
qris: nil,
|
2809
3289
|
radar_options: nil,
|
3290
|
+
rechnung: nil,
|
2810
3291
|
revolut_pay: nil,
|
2811
3292
|
samsung_pay: nil,
|
2812
3293
|
satispay: nil,
|
2813
3294
|
sepa_debit: nil,
|
3295
|
+
shopeepay: nil,
|
2814
3296
|
sofort: nil,
|
3297
|
+
stripe_balance: nil,
|
2815
3298
|
swish: nil,
|
2816
3299
|
twint: nil,
|
2817
3300
|
type: nil,
|
@@ -2838,7 +3321,9 @@ module Stripe
|
|
2838
3321
|
@eps = eps
|
2839
3322
|
@fpx = fpx
|
2840
3323
|
@giropay = giropay
|
3324
|
+
@gopay = gopay
|
2841
3325
|
@grabpay = grabpay
|
3326
|
+
@id_bank_transfer = id_bank_transfer
|
2842
3327
|
@ideal = ideal
|
2843
3328
|
@interac_present = interac_present
|
2844
3329
|
@kakao_pay = kakao_pay
|
@@ -2846,6 +3331,7 @@ module Stripe
|
|
2846
3331
|
@konbini = konbini
|
2847
3332
|
@kr_card = kr_card
|
2848
3333
|
@link = link
|
3334
|
+
@mb_way = mb_way
|
2849
3335
|
@metadata = metadata
|
2850
3336
|
@mobilepay = mobilepay
|
2851
3337
|
@multibanco = multibanco
|
@@ -2857,14 +3343,19 @@ module Stripe
|
|
2857
3343
|
@payco = payco
|
2858
3344
|
@paynow = paynow
|
2859
3345
|
@paypal = paypal
|
3346
|
+
@payto = payto
|
2860
3347
|
@pix = pix
|
2861
3348
|
@promptpay = promptpay
|
3349
|
+
@qris = qris
|
2862
3350
|
@radar_options = radar_options
|
3351
|
+
@rechnung = rechnung
|
2863
3352
|
@revolut_pay = revolut_pay
|
2864
3353
|
@samsung_pay = samsung_pay
|
2865
3354
|
@satispay = satispay
|
2866
3355
|
@sepa_debit = sepa_debit
|
3356
|
+
@shopeepay = shopeepay
|
2867
3357
|
@sofort = sofort
|
3358
|
+
@stripe_balance = stripe_balance
|
2868
3359
|
@swish = swish
|
2869
3360
|
@twint = twint
|
2870
3361
|
@type = type
|
@@ -3098,9 +3589,58 @@ module Stripe
|
|
3098
3589
|
class Paypal < Stripe::RequestParams
|
3099
3590
|
# The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer.
|
3100
3591
|
attr_accessor :billing_agreement_id
|
3592
|
+
# Attribute for param field currency
|
3593
|
+
attr_accessor :currency
|
3594
|
+
# 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.
|
3595
|
+
attr_accessor :subsellers
|
3101
3596
|
|
3102
|
-
def initialize(billing_agreement_id: nil)
|
3597
|
+
def initialize(billing_agreement_id: nil, currency: nil, subsellers: nil)
|
3103
3598
|
@billing_agreement_id = billing_agreement_id
|
3599
|
+
@currency = currency
|
3600
|
+
@subsellers = subsellers
|
3601
|
+
end
|
3602
|
+
end
|
3603
|
+
|
3604
|
+
class Payto < Stripe::RequestParams
|
3605
|
+
class MandateOptions < Stripe::RequestParams
|
3606
|
+
# Amount that will be collected. It is required when `amount_type` is `fixed`.
|
3607
|
+
attr_accessor :amount
|
3608
|
+
# 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.
|
3609
|
+
attr_accessor :amount_type
|
3610
|
+
# Date, in YYYY-MM-DD format, after which payments will not be collected. Defaults to no end date.
|
3611
|
+
attr_accessor :end_date
|
3612
|
+
# The periodicity at which payments will be collected.
|
3613
|
+
attr_accessor :payment_schedule
|
3614
|
+
# 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.
|
3615
|
+
attr_accessor :payments_per_period
|
3616
|
+
# The purpose for which payments are made. Defaults to retail.
|
3617
|
+
attr_accessor :purpose
|
3618
|
+
# Date, in YYYY-MM-DD format, from which payments will be collected. Defaults to confirmation time.
|
3619
|
+
attr_accessor :start_date
|
3620
|
+
|
3621
|
+
def initialize(
|
3622
|
+
amount: nil,
|
3623
|
+
amount_type: nil,
|
3624
|
+
end_date: nil,
|
3625
|
+
payment_schedule: nil,
|
3626
|
+
payments_per_period: nil,
|
3627
|
+
purpose: nil,
|
3628
|
+
start_date: nil
|
3629
|
+
)
|
3630
|
+
@amount = amount
|
3631
|
+
@amount_type = amount_type
|
3632
|
+
@end_date = end_date
|
3633
|
+
@payment_schedule = payment_schedule
|
3634
|
+
@payments_per_period = payments_per_period
|
3635
|
+
@purpose = purpose
|
3636
|
+
@start_date = start_date
|
3637
|
+
end
|
3638
|
+
end
|
3639
|
+
# Additional fields for Mandate creation.
|
3640
|
+
attr_accessor :mandate_options
|
3641
|
+
|
3642
|
+
def initialize(mandate_options: nil)
|
3643
|
+
@mandate_options = mandate_options
|
3104
3644
|
end
|
3105
3645
|
end
|
3106
3646
|
|
@@ -3126,13 +3666,27 @@ module Stripe
|
|
3126
3666
|
class Filters < Stripe::RequestParams
|
3127
3667
|
# The account subcategories to use to filter for selectable accounts. Valid subcategories are `checking` and `savings`.
|
3128
3668
|
attr_accessor :account_subcategories
|
3669
|
+
# ID of the institution to use to filter for selectable accounts.
|
3670
|
+
attr_accessor :institution
|
3129
3671
|
|
3130
|
-
def initialize(account_subcategories: nil)
|
3672
|
+
def initialize(account_subcategories: nil, institution: nil)
|
3131
3673
|
@account_subcategories = account_subcategories
|
3674
|
+
@institution = institution
|
3675
|
+
end
|
3676
|
+
end
|
3677
|
+
|
3678
|
+
class ManualEntry < Stripe::RequestParams
|
3679
|
+
# Settings for configuring manual entry of account details.
|
3680
|
+
attr_accessor :mode
|
3681
|
+
|
3682
|
+
def initialize(mode: nil)
|
3683
|
+
@mode = mode
|
3132
3684
|
end
|
3133
3685
|
end
|
3134
3686
|
# Provide filters for the linked accounts that the customer can select for the payment method.
|
3135
3687
|
attr_accessor :filters
|
3688
|
+
# Customize manual entry behavior
|
3689
|
+
attr_accessor :manual_entry
|
3136
3690
|
# 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`.
|
3137
3691
|
attr_accessor :permissions
|
3138
3692
|
# List of data features that you would like to retrieve upon account creation.
|
@@ -3140,8 +3694,15 @@ module Stripe
|
|
3140
3694
|
# 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.
|
3141
3695
|
attr_accessor :return_url
|
3142
3696
|
|
3143
|
-
def initialize(
|
3697
|
+
def initialize(
|
3698
|
+
filters: nil,
|
3699
|
+
manual_entry: nil,
|
3700
|
+
permissions: nil,
|
3701
|
+
prefetch: nil,
|
3702
|
+
return_url: nil
|
3703
|
+
)
|
3144
3704
|
@filters = filters
|
3705
|
+
@manual_entry = manual_entry
|
3145
3706
|
@permissions = permissions
|
3146
3707
|
@prefetch = prefetch
|
3147
3708
|
@return_url = return_url
|
@@ -3200,6 +3761,8 @@ module Stripe
|
|
3200
3761
|
attr_accessor :link
|
3201
3762
|
# If this is a `paypal` PaymentMethod, this sub-hash contains details about the PayPal payment method options.
|
3202
3763
|
attr_accessor :paypal
|
3764
|
+
# If this is a `payto` SetupIntent, this sub-hash contains details about the PayTo payment method options.
|
3765
|
+
attr_accessor :payto
|
3203
3766
|
# If this is a `sepa_debit` SetupIntent, this sub-hash contains details about the SEPA Debit payment method options.
|
3204
3767
|
attr_accessor :sepa_debit
|
3205
3768
|
# If this is a `us_bank_account` SetupIntent, this sub-hash contains details about the US bank account payment method options.
|
@@ -3213,6 +3776,7 @@ module Stripe
|
|
3213
3776
|
card_present: nil,
|
3214
3777
|
link: nil,
|
3215
3778
|
paypal: nil,
|
3779
|
+
payto: nil,
|
3216
3780
|
sepa_debit: nil,
|
3217
3781
|
us_bank_account: nil
|
3218
3782
|
)
|
@@ -3223,6 +3787,7 @@ module Stripe
|
|
3223
3787
|
@card_present = card_present
|
3224
3788
|
@link = link
|
3225
3789
|
@paypal = paypal
|
3790
|
+
@payto = payto
|
3226
3791
|
@sepa_debit = sepa_debit
|
3227
3792
|
@us_bank_account = us_bank_account
|
3228
3793
|
end
|
@@ -3304,6 +3869,10 @@ module Stripe
|
|
3304
3869
|
#
|
3305
3870
|
# 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.
|
3306
3871
|
attr_reader :customer
|
3872
|
+
# ID of the Account this SetupIntent belongs to, if one exists.
|
3873
|
+
#
|
3874
|
+
# 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.
|
3875
|
+
attr_reader :customer_account
|
3307
3876
|
# An arbitrary string attached to the object. Often useful for displaying to users.
|
3308
3877
|
attr_reader :description
|
3309
3878
|
# Indicates the directions of money movement for which this payment method is intended to be used.
|