stripe 15.6.0.pre.beta.1 → 16.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/stripe/api_requestor.rb +5 -34
- data/lib/stripe/api_resource.rb +3 -0
- data/lib/stripe/api_version.rb +2 -1
- data/lib/stripe/errors.rb +0 -60
- data/lib/stripe/event_types.rb +20 -108
- data/lib/stripe/events/unknown_event_notification.rb +19 -0
- data/lib/stripe/events/v1_billing_meter_error_report_triggered_event.rb +115 -15
- data/lib/stripe/events/v1_billing_meter_no_meter_found_event.rb +93 -6
- data/lib/stripe/events/v2_core_event_destination_ping_event.rb +35 -12
- data/lib/stripe/object_types.rb +2 -54
- data/lib/stripe/params/account_capability_list_params.rb +13 -0
- data/lib/stripe/params/account_capability_retrieve_params.rb +13 -0
- data/lib/stripe/params/account_capability_update_params.rb +18 -0
- data/lib/stripe/params/account_create_params.rb +2083 -0
- data/lib/stripe/params/account_delete_params.rb +6 -0
- data/lib/stripe/params/account_external_account_create_params.rb +134 -0
- data/lib/stripe/params/account_external_account_delete_params.rb +6 -0
- data/lib/stripe/params/account_external_account_list_params.rb +25 -0
- data/lib/stripe/params/account_external_account_retrieve_params.rb +13 -0
- data/lib/stripe/params/account_external_account_update_params.rb +91 -0
- data/lib/stripe/params/account_link_create_params.rb +52 -0
- data/lib/stripe/params/account_list_params.rb +42 -0
- data/lib/stripe/params/account_login_link_create_params.rb +13 -0
- data/lib/stripe/params/account_person_create_params.rb +435 -0
- data/lib/stripe/params/account_person_delete_params.rb +6 -0
- data/lib/stripe/params/account_person_list_params.rb +61 -0
- data/lib/stripe/params/account_person_retrieve_params.rb +13 -0
- data/lib/stripe/params/account_person_update_params.rb +435 -0
- data/lib/stripe/params/account_persons_params.rb +61 -0
- data/lib/stripe/params/account_reject_params.rb +16 -0
- data/lib/stripe/params/account_retrieve_current_params.rb +13 -0
- data/lib/stripe/params/account_retrieve_params.rb +13 -0
- data/lib/stripe/params/account_session_create_params.rb +598 -0
- data/lib/stripe/params/account_update_params.rb +2030 -0
- data/lib/stripe/params/apple_pay_domain_create_params.rb +16 -0
- data/lib/stripe/params/apple_pay_domain_delete_params.rb +6 -0
- data/lib/stripe/params/apple_pay_domain_list_params.rb +31 -0
- data/lib/stripe/params/apple_pay_domain_retrieve_params.rb +13 -0
- data/lib/stripe/params/application_fee_list_params.rb +52 -0
- data/lib/stripe/params/application_fee_refund_create_params.rb +19 -0
- data/lib/stripe/params/application_fee_refund_list_params.rb +22 -0
- data/lib/stripe/params/application_fee_refund_retrieve_params.rb +13 -0
- data/lib/stripe/params/application_fee_refund_update_params.rb +16 -0
- data/lib/stripe/params/application_fee_retrieve_params.rb +13 -0
- data/lib/stripe/params/apps/secret_create_params.rb +38 -0
- data/lib/stripe/params/apps/secret_delete_where_params.rb +32 -0
- data/lib/stripe/params/apps/secret_find_params.rb +32 -0
- data/lib/stripe/{services/quote_line_service.rb → params/apps/secret_list_params.rb} +17 -14
- data/lib/stripe/params/balance_retrieve_params.rb +13 -0
- data/lib/stripe/params/balance_settings_retrieve_params.rb +13 -0
- data/lib/stripe/params/balance_settings_update_params.rb +67 -0
- data/lib/stripe/params/balance_transaction_list_params.rb +64 -0
- data/lib/stripe/params/balance_transaction_retrieve_params.rb +13 -0
- data/lib/stripe/params/billing/alert_activate_params.rb +15 -0
- data/lib/stripe/params/billing/alert_archive_params.rb +15 -0
- data/lib/stripe/params/billing/alert_create_params.rb +52 -0
- data/lib/stripe/params/billing/alert_deactivate_params.rb +15 -0
- data/lib/stripe/params/billing/alert_list_params.rb +37 -0
- data/lib/stripe/params/billing/alert_retrieve_params.rb +15 -0
- data/lib/stripe/params/billing/credit_balance_summary_retrieve_params.rb +54 -0
- data/lib/stripe/params/billing/credit_balance_transaction_list_params.rb +37 -0
- data/lib/stripe/params/billing/credit_balance_transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/billing/credit_grant_create_params.rb +103 -0
- data/lib/stripe/params/billing/credit_grant_expire_params.rb +15 -0
- data/lib/stripe/params/billing/credit_grant_list_params.rb +33 -0
- data/lib/stripe/params/billing/credit_grant_retrieve_params.rb +15 -0
- data/lib/stripe/params/billing/credit_grant_update_params.rb +21 -0
- data/lib/stripe/params/billing/credit_grant_void_grant_params.rb +15 -0
- data/lib/stripe/params/billing/meter_create_params.rb +70 -0
- data/lib/stripe/params/billing/meter_deactivate_params.rb +15 -0
- data/lib/stripe/params/billing/meter_event_adjustment_create_params.rb +32 -0
- data/lib/stripe/params/billing/meter_event_create_params.rb +27 -0
- data/lib/stripe/params/billing/meter_event_summary_list_params.rb +45 -0
- data/lib/stripe/params/billing/meter_list_params.rb +27 -0
- data/lib/stripe/params/billing/meter_reactivate_params.rb +15 -0
- data/lib/stripe/params/billing/meter_retrieve_params.rb +15 -0
- data/lib/stripe/params/billing/meter_update_params.rb +18 -0
- data/lib/stripe/params/billing_portal/configuration_create_params.rb +225 -0
- data/lib/stripe/params/billing_portal/configuration_list_params.rb +37 -0
- data/lib/stripe/params/billing_portal/configuration_retrieve_params.rb +15 -0
- data/lib/stripe/params/billing_portal/configuration_update_params.rb +231 -0
- data/lib/stripe/params/billing_portal/session_create_params.rb +179 -0
- data/lib/stripe/params/charge_capture_params.rb +57 -0
- data/lib/stripe/params/charge_create_params.rb +172 -0
- data/lib/stripe/params/charge_list_params.rb +60 -0
- data/lib/stripe/params/charge_retrieve_params.rb +13 -0
- data/lib/stripe/params/charge_search_params.rb +22 -0
- data/lib/stripe/params/charge_update_params.rb +102 -0
- data/lib/stripe/params/checkout/session_create_params.rb +2445 -0
- data/lib/stripe/params/checkout/session_expire_params.rb +15 -0
- data/lib/stripe/{services/quote_preview_subscription_schedule_service.rb → params/checkout/session_line_item_list_params.rb} +2 -13
- data/lib/stripe/{services/order_line_item_service.rb → params/checkout/session_list_line_items_params.rb} +2 -13
- data/lib/stripe/params/checkout/session_list_params.rb +83 -0
- data/lib/stripe/params/checkout/session_retrieve_params.rb +15 -0
- data/lib/stripe/params/checkout/session_update_params.rb +179 -0
- data/lib/stripe/params/climate/order_cancel_params.rb +15 -0
- data/lib/stripe/params/climate/order_create_params.rb +49 -0
- data/lib/stripe/params/climate/order_list_params.rb +24 -0
- data/lib/stripe/params/climate/order_retrieve_params.rb +15 -0
- data/lib/stripe/params/climate/order_update_params.rb +29 -0
- data/lib/stripe/params/climate/product_list_params.rb +24 -0
- data/lib/stripe/params/climate/product_retrieve_params.rb +15 -0
- data/lib/stripe/params/climate/supplier_list_params.rb +24 -0
- data/lib/stripe/params/climate/supplier_retrieve_params.rb +15 -0
- data/lib/stripe/params/confirmation_token_create_params.rb +650 -0
- data/lib/stripe/params/confirmation_token_retrieve_params.rb +13 -0
- data/lib/stripe/params/country_spec_list_params.rb +22 -0
- data/lib/stripe/params/country_spec_retrieve_params.rb +13 -0
- data/lib/stripe/params/coupon_create_params.rb +80 -0
- data/lib/stripe/params/coupon_delete_params.rb +6 -0
- data/lib/stripe/params/coupon_list_params.rb +42 -0
- data/lib/stripe/params/coupon_retrieve_params.rb +13 -0
- data/lib/stripe/params/coupon_update_params.rb +30 -0
- data/lib/stripe/params/credit_note_create_params.rb +144 -0
- data/lib/stripe/params/credit_note_line_item_list_params.rb +22 -0
- data/lib/stripe/params/credit_note_list_params.rb +56 -0
- data/lib/stripe/params/credit_note_list_preview_line_items_params.rb +156 -0
- data/lib/stripe/params/credit_note_preview_lines_list_params.rb +156 -0
- data/lib/stripe/params/credit_note_preview_params.rb +144 -0
- data/lib/stripe/params/credit_note_retrieve_params.rb +13 -0
- data/lib/stripe/params/credit_note_update_params.rb +19 -0
- data/lib/stripe/params/credit_note_void_credit_note_params.rb +13 -0
- data/lib/stripe/params/customer_balance_transaction_create_params.rb +25 -0
- data/lib/stripe/params/customer_balance_transaction_list_params.rb +22 -0
- data/lib/stripe/params/customer_balance_transaction_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_balance_transaction_update_params.rb +19 -0
- data/lib/stripe/params/customer_cash_balance_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_cash_balance_transaction_list_params.rb +22 -0
- data/lib/stripe/params/customer_cash_balance_transaction_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_cash_balance_update_params.rb +24 -0
- data/lib/stripe/params/customer_create_funding_instructions_params.rb +46 -0
- data/lib/stripe/params/customer_create_params.rb +259 -0
- data/lib/stripe/params/customer_delete_discount_params.rb +6 -0
- data/lib/stripe/params/customer_delete_params.rb +6 -0
- data/lib/stripe/params/customer_fund_cash_balance_params.rb +22 -0
- data/lib/stripe/params/customer_funding_instructions_create_params.rb +46 -0
- data/lib/stripe/params/customer_list_params.rb +56 -0
- data/lib/stripe/params/customer_list_payment_methods_params.rb +35 -0
- data/lib/stripe/params/customer_payment_method_list_params.rb +35 -0
- data/lib/stripe/params/customer_payment_method_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_payment_source_create_params.rb +22 -0
- data/lib/stripe/params/customer_payment_source_delete_params.rb +13 -0
- data/lib/stripe/params/customer_payment_source_list_params.rb +25 -0
- data/lib/stripe/params/customer_payment_source_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_payment_source_update_params.rb +114 -0
- data/lib/stripe/params/customer_payment_source_verify_params.rb +16 -0
- data/lib/stripe/params/customer_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_retrieve_payment_method_params.rb +13 -0
- data/lib/stripe/params/customer_search_params.rb +22 -0
- data/lib/stripe/params/customer_session_create_params.rb +100 -0
- data/lib/stripe/params/customer_tax_id_create_params.rb +19 -0
- data/lib/stripe/params/customer_tax_id_delete_params.rb +6 -0
- data/lib/stripe/params/customer_tax_id_list_params.rb +22 -0
- data/lib/stripe/params/customer_tax_id_retrieve_params.rb +13 -0
- data/lib/stripe/params/customer_update_params.rb +243 -0
- data/lib/stripe/params/dispute_close_params.rb +13 -0
- data/lib/stripe/params/dispute_list_params.rb +56 -0
- data/lib/stripe/params/dispute_retrieve_params.rb +13 -0
- data/lib/stripe/params/dispute_update_params.rb +308 -0
- data/lib/stripe/params/entitlements/active_entitlement_list_params.rb +33 -0
- data/lib/stripe/params/entitlements/active_entitlement_retrieve_params.rb +15 -0
- data/lib/stripe/params/entitlements/feature_create_params.rb +24 -0
- data/lib/stripe/params/entitlements/feature_list_params.rb +37 -0
- data/lib/stripe/params/entitlements/feature_retrieve_params.rb +15 -0
- data/lib/stripe/params/entitlements/feature_update_params.rb +24 -0
- data/lib/stripe/params/ephemeral_key_create_params.rb +31 -0
- data/lib/stripe/params/ephemeral_key_delete_params.rb +13 -0
- data/lib/stripe/params/event_list_params.rb +60 -0
- data/lib/stripe/params/event_retrieve_params.rb +13 -0
- data/lib/stripe/params/exchange_rate_list_params.rb +22 -0
- data/lib/stripe/params/exchange_rate_retrieve_params.rb +13 -0
- data/lib/stripe/params/file_create_params.rb +36 -0
- data/lib/stripe/params/file_link_create_params.rb +22 -0
- data/lib/stripe/params/file_link_list_params.rb +56 -0
- data/lib/stripe/params/file_link_retrieve_params.rb +13 -0
- data/lib/stripe/params/file_link_update_params.rb +19 -0
- data/lib/stripe/params/file_list_params.rb +52 -0
- data/lib/stripe/params/file_retrieve_params.rb +13 -0
- data/lib/stripe/params/financial_connections/account_disconnect_params.rb +15 -0
- data/lib/stripe/params/financial_connections/account_list_owners_params.rb +33 -0
- data/lib/stripe/params/financial_connections/account_list_params.rb +48 -0
- data/lib/stripe/params/financial_connections/account_owner_list_params.rb +33 -0
- data/lib/stripe/params/financial_connections/account_refresh_account_params.rb +18 -0
- data/lib/stripe/params/financial_connections/account_refresh_params.rb +18 -0
- data/lib/stripe/params/financial_connections/account_retrieve_params.rb +15 -0
- data/lib/stripe/params/financial_connections/account_subscribe_params.rb +18 -0
- data/lib/stripe/params/financial_connections/account_unsubscribe_params.rb +18 -0
- data/lib/stripe/params/financial_connections/session_create_params.rb +65 -0
- data/lib/stripe/params/financial_connections/session_retrieve_params.rb +15 -0
- data/lib/stripe/params/financial_connections/transaction_list_params.rb +67 -0
- data/lib/stripe/params/financial_connections/transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/forwarding/request_create_params.rb +59 -0
- data/lib/stripe/params/forwarding/request_list_params.rb +44 -0
- data/lib/stripe/params/forwarding/request_retrieve_params.rb +15 -0
- data/lib/stripe/params/identity/verification_report_list_params.rb +62 -0
- data/lib/stripe/params/identity/verification_report_retrieve_params.rb +15 -0
- data/lib/stripe/params/identity/verification_session_cancel_params.rb +15 -0
- data/lib/stripe/params/identity/verification_session_create_params.rb +107 -0
- data/lib/stripe/params/identity/verification_session_list_params.rb +62 -0
- data/lib/stripe/params/identity/verification_session_redact_params.rb +15 -0
- data/lib/stripe/params/identity/verification_session_retrieve_params.rb +15 -0
- data/lib/stripe/params/identity/verification_session_update_params.rb +69 -0
- data/lib/stripe/params/invoice_add_lines_params.rb +231 -0
- data/lib/stripe/params/invoice_attach_payment_params.rb +16 -0
- data/lib/stripe/params/invoice_create_params.rb +589 -0
- data/lib/stripe/params/invoice_create_preview_params.rb +993 -0
- data/lib/stripe/params/invoice_delete_params.rb +6 -0
- data/lib/stripe/params/invoice_finalize_invoice_params.rb +16 -0
- data/lib/stripe/params/invoice_item_create_params.rb +145 -0
- data/lib/stripe/params/invoice_item_delete_params.rb +6 -0
- data/lib/stripe/params/invoice_item_list_params.rb +60 -0
- data/lib/stripe/params/invoice_item_retrieve_params.rb +13 -0
- data/lib/stripe/params/invoice_item_update_params.rb +129 -0
- data/lib/stripe/params/invoice_line_item_list_params.rb +22 -0
- data/lib/stripe/params/invoice_line_item_update_params.rb +217 -0
- data/lib/stripe/params/invoice_list_params.rb +86 -0
- data/lib/stripe/params/invoice_mark_uncollectible_params.rb +13 -0
- data/lib/stripe/params/invoice_pay_params.rb +41 -0
- data/lib/stripe/params/invoice_payment_list_params.rb +50 -0
- data/lib/stripe/params/invoice_payment_retrieve_params.rb +13 -0
- data/lib/stripe/params/invoice_remove_lines_params.rb +30 -0
- data/lib/stripe/params/invoice_rendering_template_archive_params.rb +13 -0
- data/lib/stripe/params/invoice_rendering_template_list_params.rb +25 -0
- data/lib/stripe/params/invoice_rendering_template_retrieve_params.rb +16 -0
- data/lib/stripe/params/invoice_rendering_template_unarchive_params.rb +13 -0
- data/lib/stripe/params/invoice_retrieve_params.rb +13 -0
- data/lib/stripe/params/invoice_search_params.rb +22 -0
- data/lib/stripe/params/invoice_send_invoice_params.rb +13 -0
- data/lib/stripe/params/invoice_update_lines_params.rb +231 -0
- data/lib/stripe/params/invoice_update_params.rb +557 -0
- data/lib/stripe/params/invoice_void_invoice_params.rb +13 -0
- data/lib/stripe/params/issuing/authorization_approve_params.rb +21 -0
- data/lib/stripe/params/issuing/authorization_capture_params.rb +265 -0
- data/lib/stripe/params/issuing/authorization_create_params.rb +357 -0
- data/lib/stripe/params/issuing/authorization_decline_params.rb +18 -0
- data/lib/stripe/params/issuing/authorization_expire_params.rb +15 -0
- data/lib/stripe/params/issuing/authorization_finalize_amount_params.rb +143 -0
- data/lib/stripe/params/issuing/authorization_increment_params.rb +21 -0
- data/lib/stripe/params/issuing/authorization_list_params.rb +62 -0
- data/lib/stripe/params/issuing/authorization_respond_params.rb +18 -0
- data/lib/stripe/params/issuing/authorization_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/authorization_reverse_params.rb +18 -0
- data/lib/stripe/params/issuing/authorization_update_params.rb +18 -0
- data/lib/stripe/params/issuing/card_create_params.rb +213 -0
- data/lib/stripe/params/issuing/card_deliver_card_params.rb +15 -0
- data/lib/stripe/params/issuing/card_fail_card_params.rb +15 -0
- data/lib/stripe/params/issuing/card_list_params.rb +78 -0
- data/lib/stripe/params/issuing/card_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/card_return_card_params.rb +15 -0
- data/lib/stripe/params/issuing/card_ship_card_params.rb +15 -0
- data/lib/stripe/params/issuing/card_submit_card_params.rb +15 -0
- data/lib/stripe/params/issuing/card_update_params.rb +181 -0
- data/lib/stripe/params/issuing/cardholder_create_params.rb +238 -0
- data/lib/stripe/params/issuing/cardholder_list_params.rb +66 -0
- data/lib/stripe/params/issuing/cardholder_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/cardholder_update_params.rb +230 -0
- data/lib/stripe/params/issuing/dispute_create_params.rb +297 -0
- data/lib/stripe/params/issuing/dispute_list_params.rb +58 -0
- data/lib/stripe/params/issuing/dispute_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/dispute_submit_params.rb +18 -0
- data/lib/stripe/params/issuing/dispute_update_params.rb +275 -0
- data/lib/stripe/params/issuing/personalization_design_activate_params.rb +15 -0
- data/lib/stripe/params/issuing/personalization_design_create_params.rb +75 -0
- data/lib/stripe/params/issuing/personalization_design_deactivate_params.rb +15 -0
- data/lib/stripe/params/issuing/personalization_design_list_params.rb +52 -0
- data/lib/stripe/params/issuing/personalization_design_reject_params.rb +29 -0
- data/lib/stripe/params/issuing/personalization_design_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/personalization_design_update_params.rb +75 -0
- data/lib/stripe/params/issuing/physical_bundle_list_params.rb +37 -0
- data/lib/stripe/params/issuing/physical_bundle_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/token_list_params.rb +58 -0
- data/lib/stripe/params/issuing/token_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/token_update_params.rb +18 -0
- data/lib/stripe/params/issuing/transaction_create_force_capture_params.rb +316 -0
- data/lib/stripe/params/issuing/transaction_create_unlinked_refund_params.rb +316 -0
- data/lib/stripe/params/issuing/transaction_list_params.rb +62 -0
- data/lib/stripe/params/issuing/transaction_refund_params.rb +18 -0
- data/lib/stripe/params/issuing/transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/issuing/transaction_update_params.rb +18 -0
- data/lib/stripe/params/mandate_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_intent_apply_customer_balance_params.rb +23 -0
- data/lib/stripe/params/payment_intent_cancel_params.rb +16 -0
- data/lib/stripe/params/payment_intent_capture_params.rb +54 -0
- data/lib/stripe/params/payment_intent_confirm_params.rb +2379 -0
- data/lib/stripe/params/payment_intent_create_params.rb +2480 -0
- data/lib/stripe/params/payment_intent_increment_authorization_params.rb +48 -0
- data/lib/stripe/params/payment_intent_list_params.rb +52 -0
- data/lib/stripe/params/payment_intent_retrieve_params.rb +16 -0
- data/lib/stripe/params/payment_intent_search_params.rb +22 -0
- data/lib/stripe/params/payment_intent_update_params.rb +2353 -0
- data/lib/stripe/params/payment_intent_verify_microdeposits_params.rb +19 -0
- data/lib/stripe/params/payment_link_create_params.rb +776 -0
- data/lib/stripe/params/payment_link_line_item_list_params.rb +22 -0
- data/lib/stripe/params/payment_link_list_line_items_params.rb +22 -0
- data/lib/stripe/params/payment_link_list_params.rb +25 -0
- data/lib/stripe/params/payment_link_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_link_update_params.rb +564 -0
- data/lib/stripe/params/payment_method_attach_params.rb +16 -0
- data/lib/stripe/params/payment_method_configuration_create_params.rb +1135 -0
- data/lib/stripe/params/payment_method_configuration_list_params.rb +31 -0
- data/lib/stripe/params/payment_method_configuration_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_method_configuration_update_params.rb +1135 -0
- data/lib/stripe/params/payment_method_create_params.rb +583 -0
- data/lib/stripe/params/payment_method_detach_params.rb +13 -0
- data/lib/stripe/params/payment_method_domain_create_params.rb +19 -0
- data/lib/stripe/params/payment_method_domain_list_params.rb +35 -0
- data/lib/stripe/params/payment_method_domain_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_method_domain_update_params.rb +16 -0
- data/lib/stripe/params/payment_method_domain_validate_params.rb +13 -0
- data/lib/stripe/params/payment_method_list_params.rb +35 -0
- data/lib/stripe/params/payment_method_retrieve_params.rb +13 -0
- data/lib/stripe/params/payment_method_update_params.rb +120 -0
- data/lib/stripe/params/payout_cancel_params.rb +13 -0
- data/lib/stripe/params/payout_create_params.rb +51 -0
- data/lib/stripe/params/payout_list_params.rb +78 -0
- data/lib/stripe/params/payout_retrieve_params.rb +13 -0
- data/lib/stripe/params/payout_reverse_params.rb +16 -0
- data/lib/stripe/params/payout_update_params.rb +16 -0
- data/lib/stripe/params/plan_create_params.rb +158 -0
- data/lib/stripe/params/plan_delete_params.rb +6 -0
- data/lib/stripe/params/plan_list_params.rb +56 -0
- data/lib/stripe/params/plan_retrieve_params.rb +13 -0
- data/lib/stripe/params/plan_update_params.rb +35 -0
- data/lib/stripe/params/price_create_params.rb +278 -0
- data/lib/stripe/params/price_list_params.rb +87 -0
- data/lib/stripe/params/price_retrieve_params.rb +13 -0
- data/lib/stripe/params/price_search_params.rb +22 -0
- data/lib/stripe/params/price_update_params.rb +113 -0
- data/lib/stripe/params/product_create_params.rb +243 -0
- data/lib/stripe/params/product_delete_params.rb +6 -0
- data/lib/stripe/params/product_feature_create_params.rb +16 -0
- data/lib/stripe/params/product_feature_delete_params.rb +6 -0
- data/lib/stripe/params/product_feature_list_params.rb +22 -0
- data/lib/stripe/params/product_feature_retrieve_params.rb +13 -0
- data/lib/stripe/params/product_list_params.rb +68 -0
- data/lib/stripe/params/product_retrieve_params.rb +13 -0
- data/lib/stripe/params/product_search_params.rb +22 -0
- data/lib/stripe/params/product_update_params.rb +96 -0
- data/lib/stripe/params/promotion_code_create_params.rb +91 -0
- data/lib/stripe/params/promotion_code_list_params.rb +64 -0
- data/lib/stripe/params/promotion_code_retrieve_params.rb +13 -0
- data/lib/stripe/params/promotion_code_update_params.rb +38 -0
- data/lib/stripe/params/quote_accept_params.rb +13 -0
- data/lib/stripe/params/quote_cancel_params.rb +13 -0
- data/lib/stripe/params/quote_computed_upfront_line_items_list_params.rb +22 -0
- data/lib/stripe/params/quote_create_params.rb +301 -0
- data/lib/stripe/params/quote_finalize_quote_params.rb +16 -0
- data/lib/stripe/params/quote_line_item_list_params.rb +22 -0
- data/lib/stripe/params/quote_list_computed_upfront_line_items_params.rb +22 -0
- data/lib/stripe/params/quote_list_line_items_params.rb +22 -0
- data/lib/stripe/params/quote_list_params.rb +39 -0
- data/lib/stripe/params/quote_pdf_params.rb +13 -0
- data/lib/stripe/params/quote_retrieve_params.rb +13 -0
- data/lib/stripe/params/quote_update_params.rb +263 -0
- data/lib/stripe/params/radar/early_fraud_warning_list_params.rb +58 -0
- data/lib/stripe/params/radar/early_fraud_warning_retrieve_params.rb +15 -0
- data/lib/stripe/params/radar/value_list_create_params.rb +27 -0
- data/lib/stripe/params/radar/value_list_delete_params.rb +8 -0
- data/lib/stripe/params/radar/value_list_item_create_params.rb +21 -0
- data/lib/stripe/params/radar/value_list_item_delete_params.rb +8 -0
- data/lib/stripe/params/radar/value_list_item_list_params.rb +58 -0
- data/lib/stripe/params/radar/value_list_item_retrieve_params.rb +15 -0
- data/lib/stripe/params/radar/value_list_list_params.rb +58 -0
- data/lib/stripe/params/radar/value_list_retrieve_params.rb +15 -0
- data/lib/stripe/params/radar/value_list_update_params.rb +24 -0
- data/lib/stripe/params/refund_cancel_params.rb +13 -0
- data/lib/stripe/params/refund_create_params.rb +59 -0
- data/lib/stripe/params/refund_expire_params.rb +13 -0
- data/lib/stripe/params/refund_list_params.rb +56 -0
- data/lib/stripe/params/refund_retrieve_params.rb +13 -0
- data/lib/stripe/params/refund_update_params.rb +16 -0
- data/lib/stripe/params/reporting/report_run_create_params.rb +59 -0
- data/lib/stripe/params/reporting/report_run_list_params.rb +44 -0
- data/lib/stripe/params/reporting/report_run_retrieve_params.rb +15 -0
- data/lib/stripe/params/reporting/report_type_list_params.rb +15 -0
- data/lib/stripe/params/reporting/report_type_retrieve_params.rb +15 -0
- data/lib/stripe/params/review_approve_params.rb +13 -0
- data/lib/stripe/params/review_list_params.rb +42 -0
- data/lib/stripe/params/review_retrieve_params.rb +13 -0
- data/lib/stripe/params/setup_attempt_list_params.rb +55 -0
- data/lib/stripe/params/setup_intent_cancel_params.rb +16 -0
- data/lib/stripe/params/setup_intent_confirm_params.rb +1050 -0
- data/lib/stripe/params/setup_intent_create_params.rb +1130 -0
- data/lib/stripe/params/setup_intent_list_params.rb +62 -0
- data/lib/stripe/params/setup_intent_retrieve_params.rb +16 -0
- data/lib/stripe/params/setup_intent_update_params.rb +1025 -0
- data/lib/stripe/params/setup_intent_verify_microdeposits_params.rb +19 -0
- data/lib/stripe/params/shipping_rate_create_params.rb +103 -0
- data/lib/stripe/params/shipping_rate_list_params.rb +56 -0
- data/lib/stripe/params/shipping_rate_retrieve_params.rb +13 -0
- data/lib/stripe/params/shipping_rate_update_params.rb +44 -0
- data/lib/stripe/params/sigma/scheduled_query_run_list_params.rb +24 -0
- data/lib/stripe/params/sigma/scheduled_query_run_retrieve_params.rb +15 -0
- data/lib/stripe/params/source_create_params.rb +317 -0
- data/lib/stripe/params/source_detach_params.rb +13 -0
- data/lib/stripe/params/source_retrieve_params.rb +16 -0
- data/lib/stripe/params/source_transaction_list_params.rb +22 -0
- data/lib/stripe/params/source_update_params.rb +259 -0
- data/lib/stripe/params/source_verify_params.rb +16 -0
- data/lib/stripe/params/subscription_cancel_params.rb +33 -0
- data/lib/stripe/params/subscription_create_params.rb +704 -0
- data/lib/stripe/params/subscription_delete_discount_params.rb +6 -0
- data/lib/stripe/params/subscription_item_create_params.rb +134 -0
- data/lib/stripe/params/subscription_item_delete_params.rb +19 -0
- data/lib/stripe/params/subscription_item_list_params.rb +31 -0
- data/lib/stripe/params/subscription_item_retrieve_params.rb +13 -0
- data/lib/stripe/params/subscription_item_update_params.rb +134 -0
- data/lib/stripe/params/subscription_list_params.rb +129 -0
- data/lib/stripe/params/subscription_migrate_params.rb +35 -0
- data/lib/stripe/params/subscription_resume_params.rb +27 -0
- data/lib/stripe/params/subscription_retrieve_params.rb +13 -0
- data/lib/stripe/params/subscription_schedule_cancel_params.rb +19 -0
- data/lib/stripe/params/subscription_schedule_create_params.rb +590 -0
- data/lib/stripe/params/subscription_schedule_list_params.rb +122 -0
- data/lib/stripe/params/subscription_schedule_release_params.rb +16 -0
- data/lib/stripe/params/subscription_schedule_retrieve_params.rb +13 -0
- data/lib/stripe/params/subscription_schedule_update_params.rb +562 -0
- data/lib/stripe/params/subscription_search_params.rb +22 -0
- data/lib/stripe/params/subscription_update_params.rb +683 -0
- data/lib/stripe/params/tax/calculation_create_params.rb +206 -0
- data/lib/stripe/params/tax/calculation_line_item_list_params.rb +24 -0
- data/lib/stripe/{services/quote_preview_invoice_service.rb → params/tax/calculation_list_line_items_params.rb} +2 -13
- data/lib/stripe/params/tax/calculation_retrieve_params.rb +15 -0
- data/lib/stripe/params/tax/registration_create_params.rb +2018 -0
- data/lib/stripe/params/tax/registration_list_params.rb +27 -0
- data/lib/stripe/params/tax/registration_retrieve_params.rb +15 -0
- data/lib/stripe/params/tax/registration_update_params.rb +21 -0
- data/lib/stripe/params/tax/settings_retrieve_params.rb +15 -0
- data/lib/stripe/params/tax/settings_update_params.rb +71 -0
- data/lib/stripe/params/tax/transaction_create_from_calculation_params.rb +27 -0
- data/lib/stripe/params/tax/transaction_create_reversal_params.rb +87 -0
- data/lib/stripe/params/tax/transaction_line_item_list_params.rb +24 -0
- data/lib/stripe/{services/payment_intent_amount_details_line_item_service.rb → params/tax/transaction_list_line_items_params.rb} +2 -13
- data/lib/stripe/params/tax/transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/tax_code_list_params.rb +22 -0
- data/lib/stripe/params/tax_code_retrieve_params.rb +13 -0
- data/lib/stripe/params/tax_id_create_params.rb +36 -0
- data/lib/stripe/params/tax_id_delete_params.rb +6 -0
- data/lib/stripe/params/tax_id_list_params.rb +39 -0
- data/lib/stripe/params/tax_id_retrieve_params.rb +13 -0
- data/lib/stripe/params/tax_rate_create_params.rb +55 -0
- data/lib/stripe/params/tax_rate_list_params.rb +56 -0
- data/lib/stripe/params/tax_rate_retrieve_params.rb +13 -0
- data/lib/stripe/params/tax_rate_update_params.rb +47 -0
- data/lib/stripe/params/terminal/configuration_create_params.rb +593 -0
- data/lib/stripe/params/terminal/configuration_delete_params.rb +8 -0
- data/lib/stripe/params/terminal/configuration_list_params.rb +33 -0
- data/lib/stripe/params/terminal/configuration_retrieve_params.rb +15 -0
- data/lib/stripe/params/terminal/configuration_update_params.rb +593 -0
- data/lib/stripe/params/terminal/connection_token_create_params.rb +18 -0
- data/lib/stripe/params/terminal/location_create_params.rb +153 -0
- data/lib/stripe/params/terminal/location_delete_params.rb +8 -0
- data/lib/stripe/params/terminal/location_list_params.rb +24 -0
- data/lib/stripe/params/terminal/location_retrieve_params.rb +15 -0
- data/lib/stripe/params/terminal/location_update_params.rb +153 -0
- data/lib/stripe/params/terminal/reader_cancel_action_params.rb +15 -0
- data/lib/stripe/params/terminal/reader_collect_inputs_params.rb +96 -0
- data/lib/stripe/params/terminal/reader_collect_payment_method_params.rb +51 -0
- data/lib/stripe/params/terminal/reader_confirm_payment_intent_params.rb +29 -0
- data/lib/stripe/params/terminal/reader_create_params.rb +27 -0
- data/lib/stripe/params/terminal/reader_delete_params.rb +8 -0
- data/lib/stripe/params/terminal/reader_list_params.rb +45 -0
- data/lib/stripe/params/terminal/reader_present_payment_method_params.rb +72 -0
- data/lib/stripe/params/terminal/reader_process_payment_intent_params.rb +55 -0
- data/lib/stripe/params/terminal/reader_process_setup_intent_params.rb +32 -0
- data/lib/stripe/params/terminal/reader_refund_payment_params.rb +53 -0
- data/lib/stripe/params/terminal/reader_retrieve_params.rb +15 -0
- data/lib/stripe/params/terminal/reader_set_reader_display_params.rb +52 -0
- data/lib/stripe/params/terminal/reader_succeed_input_collection_params.rb +18 -0
- data/lib/stripe/params/terminal/reader_timeout_input_collection_params.rb +15 -0
- data/lib/stripe/params/terminal/reader_update_params.rb +21 -0
- data/lib/stripe/params/test_helpers/confirmation_token_create_params.rb +652 -0
- data/lib/stripe/params/test_helpers/customer_fund_cash_balance_params.rb +24 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_capture_params.rb +267 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_create_params.rb +359 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_expire_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_finalize_amount_params.rb +145 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_increment_params.rb +23 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_respond_params.rb +20 -0
- data/lib/stripe/params/test_helpers/issuing/authorization_reverse_params.rb +20 -0
- data/lib/stripe/params/test_helpers/issuing/card_deliver_card_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/card_fail_card_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/card_return_card_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/card_ship_card_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/card_submit_card_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/personalization_design_activate_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/personalization_design_deactivate_params.rb +17 -0
- data/lib/stripe/params/test_helpers/issuing/personalization_design_reject_params.rb +31 -0
- data/lib/stripe/params/test_helpers/issuing/transaction_create_force_capture_params.rb +318 -0
- data/lib/stripe/params/test_helpers/issuing/transaction_create_unlinked_refund_params.rb +318 -0
- data/lib/stripe/params/test_helpers/issuing/transaction_refund_params.rb +20 -0
- data/lib/stripe/params/test_helpers/refund_expire_params.rb +15 -0
- data/lib/stripe/params/test_helpers/terminal/reader_present_payment_method_params.rb +74 -0
- data/lib/stripe/params/test_helpers/terminal/reader_succeed_input_collection_params.rb +20 -0
- data/lib/stripe/params/test_helpers/terminal/reader_timeout_input_collection_params.rb +17 -0
- data/lib/stripe/params/test_helpers/test_clock_advance_params.rb +18 -0
- data/lib/stripe/params/test_helpers/test_clock_create_params.rb +21 -0
- data/lib/stripe/params/test_helpers/test_clock_delete_params.rb +8 -0
- data/lib/stripe/params/test_helpers/test_clock_list_params.rb +24 -0
- data/lib/stripe/params/test_helpers/test_clock_retrieve_params.rb +15 -0
- data/lib/stripe/params/test_helpers/treasury/inbound_transfer_fail_params.rb +28 -0
- data/lib/stripe/params/test_helpers/treasury/inbound_transfer_return_inbound_transfer_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/inbound_transfer_succeed_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_fail_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_post_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_return_outbound_payment_params.rb +28 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_payment_update_params.rb +57 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_fail_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_post_params.rb +17 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_return_outbound_transfer_params.rb +28 -0
- data/lib/stripe/params/test_helpers/treasury/outbound_transfer_update_params.rb +57 -0
- data/lib/stripe/params/test_helpers/treasury/received_credit_create_params.rb +68 -0
- data/lib/stripe/params/test_helpers/treasury/received_debit_create_params.rb +68 -0
- data/lib/stripe/params/token_create_params.rb +1191 -0
- data/lib/stripe/params/token_retrieve_params.rb +13 -0
- data/lib/stripe/params/topup_cancel_params.rb +13 -0
- data/lib/stripe/params/topup_create_params.rb +43 -0
- data/lib/stripe/params/topup_list_params.rb +74 -0
- data/lib/stripe/params/topup_retrieve_params.rb +13 -0
- data/lib/stripe/params/topup_update_params.rb +19 -0
- data/lib/stripe/params/transfer_create_params.rb +47 -0
- data/lib/stripe/params/transfer_list_params.rb +56 -0
- data/lib/stripe/params/transfer_retrieve_params.rb +13 -0
- data/lib/stripe/params/transfer_reversal_create_params.rb +31 -0
- data/lib/stripe/params/transfer_reversal_list_params.rb +22 -0
- data/lib/stripe/params/transfer_reversal_retrieve_params.rb +13 -0
- data/lib/stripe/params/transfer_reversal_update_params.rb +16 -0
- data/lib/stripe/params/transfer_update_params.rb +19 -0
- data/lib/stripe/params/treasury/credit_reversal_create_params.rb +21 -0
- data/lib/stripe/params/treasury/credit_reversal_list_params.rb +41 -0
- data/lib/stripe/params/treasury/credit_reversal_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/debit_reversal_create_params.rb +21 -0
- data/lib/stripe/params/treasury/debit_reversal_list_params.rb +45 -0
- data/lib/stripe/params/treasury/debit_reversal_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/financial_account_close_params.rb +32 -0
- data/lib/stripe/params/treasury/financial_account_create_params.rb +201 -0
- data/lib/stripe/params/treasury/financial_account_features_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/financial_account_features_update_params.rb +163 -0
- data/lib/stripe/params/treasury/financial_account_list_params.rb +54 -0
- data/lib/stripe/params/treasury/financial_account_retrieve_features_params.rb +15 -0
- data/lib/stripe/params/treasury/financial_account_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/financial_account_update_features_params.rb +163 -0
- data/lib/stripe/params/treasury/financial_account_update_params.rb +216 -0
- data/lib/stripe/params/treasury/inbound_transfer_cancel_params.rb +15 -0
- data/lib/stripe/params/treasury/inbound_transfer_create_params.rb +45 -0
- data/lib/stripe/params/treasury/inbound_transfer_fail_params.rb +26 -0
- data/lib/stripe/params/treasury/inbound_transfer_list_params.rb +37 -0
- data/lib/stripe/params/treasury/inbound_transfer_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/inbound_transfer_return_inbound_transfer_params.rb +15 -0
- data/lib/stripe/params/treasury/inbound_transfer_succeed_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_payment_cancel_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_payment_create_params.rb +190 -0
- data/lib/stripe/params/treasury/outbound_payment_fail_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_payment_list_params.rb +62 -0
- data/lib/stripe/params/treasury/outbound_payment_post_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_payment_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_payment_return_outbound_payment_params.rb +26 -0
- data/lib/stripe/params/treasury/outbound_payment_update_params.rb +55 -0
- data/lib/stripe/params/treasury/outbound_transfer_cancel_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_transfer_create_params.rb +81 -0
- data/lib/stripe/params/treasury/outbound_transfer_fail_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_transfer_list_params.rb +37 -0
- data/lib/stripe/params/treasury/outbound_transfer_post_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_transfer_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/outbound_transfer_return_outbound_transfer_params.rb +26 -0
- data/lib/stripe/params/treasury/outbound_transfer_update_params.rb +55 -0
- data/lib/stripe/params/treasury/received_credit_create_params.rb +66 -0
- data/lib/stripe/params/treasury/received_credit_list_params.rb +49 -0
- data/lib/stripe/params/treasury/received_credit_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/received_debit_create_params.rb +66 -0
- data/lib/stripe/params/treasury/received_debit_list_params.rb +37 -0
- data/lib/stripe/params/treasury/received_debit_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/transaction_entry_list_params.rb +84 -0
- data/lib/stripe/params/treasury/transaction_entry_retrieve_params.rb +15 -0
- data/lib/stripe/params/treasury/transaction_list_params.rb +92 -0
- data/lib/stripe/params/treasury/transaction_retrieve_params.rb +15 -0
- data/lib/stripe/params/v2/billing/meter_event_adjustment_create_params.rb +31 -0
- data/lib/stripe/params/v2/billing/meter_event_create_params.rb +33 -0
- data/lib/stripe/params/v2/billing/meter_event_session_create_params.rb +10 -0
- data/lib/stripe/params/v2/billing/meter_event_stream_create_params.rb +41 -0
- data/lib/stripe/params/v2/core/event_destination_create_params.rb +79 -0
- data/lib/stripe/params/v2/core/event_destination_delete_params.rb +10 -0
- data/lib/stripe/params/v2/core/event_destination_disable_params.rb +10 -0
- data/lib/stripe/params/v2/core/event_destination_enable_params.rb +10 -0
- data/lib/stripe/params/v2/core/event_destination_list_params.rb +20 -0
- data/lib/stripe/params/v2/core/event_destination_ping_params.rb +10 -0
- data/lib/stripe/params/v2/core/event_destination_retrieve_params.rb +17 -0
- data/lib/stripe/params/v2/core/event_destination_update_params.rb +47 -0
- data/lib/stripe/params/v2/core/event_list_params.rb +22 -0
- data/lib/stripe/params/v2/core/event_retrieve_params.rb +10 -0
- data/lib/stripe/params/webhook_endpoint_create_params.rb +39 -0
- data/lib/stripe/params/webhook_endpoint_delete_params.rb +6 -0
- data/lib/stripe/params/webhook_endpoint_list_params.rb +22 -0
- data/lib/stripe/params/webhook_endpoint_retrieve_params.rb +13 -0
- data/lib/stripe/params/webhook_endpoint_update_params.rb +35 -0
- data/lib/stripe/params.rb +588 -0
- data/lib/stripe/request_options.rb +14 -5
- data/lib/stripe/resources/account.rb +437 -4906
- data/lib/stripe/resources/account_link.rb +8 -47
- data/lib/stripe/resources/account_session.rb +338 -910
- data/lib/stripe/resources/apple_pay_domain.rb +8 -40
- data/lib/stripe/resources/application.rb +8 -0
- data/lib/stripe/resources/application_fee.rb +12 -44
- data/lib/stripe/resources/application_fee_refund.rb +8 -0
- data/lib/stripe/resources/apps/secret.rb +12 -112
- data/lib/stripe/resources/balance.rb +159 -0
- data/lib/stripe/resources/balance_settings.rb +40 -60
- data/lib/stripe/resources/balance_transaction.rb +12 -56
- data/lib/stripe/resources/bank_account.rb +40 -0
- data/lib/stripe/resources/billing/alert.rb +20 -100
- data/lib/stripe/resources/billing/alert_triggered.rb +8 -0
- data/lib/stripe/resources/billing/credit_balance_summary.rb +48 -2
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +73 -33
- data/lib/stripe/resources/billing/credit_grant.rb +42 -161
- data/lib/stripe/resources/billing/meter.rb +40 -116
- data/lib/stripe/resources/billing/meter_event.rb +8 -20
- data/lib/stripe/resources/billing/meter_event_adjustment.rb +12 -22
- data/lib/stripe/resources/billing/meter_event_summary.rb +8 -0
- data/lib/stripe/resources/billing_portal/configuration.rb +120 -473
- data/lib/stripe/resources/billing_portal/session.rb +98 -176
- data/lib/stripe/resources/capability.rb +56 -0
- data/lib/stripe/resources/card.rb +17 -3
- data/lib/stripe/resources/cash_balance.rb +16 -2
- data/lib/stripe/resources/charge.rb +949 -1945
- data/lib/stripe/resources/checkout/session.rb +1038 -2991
- data/lib/stripe/resources/climate/order.rb +28 -89
- data/lib/stripe/resources/climate/product.rb +13 -15
- data/lib/stripe/resources/climate/supplier.rb +13 -15
- data/lib/stripe/resources/confirmation_token.rb +883 -841
- data/lib/stripe/resources/connect_collection_transfer.rb +8 -0
- data/lib/stripe/resources/country_spec.rb +29 -15
- data/lib/stripe/resources/coupon.rb +19 -166
- data/lib/stripe/resources/credit_note.rb +66 -510
- data/lib/stripe/resources/credit_note_line_item.rb +43 -8
- data/lib/stripe/resources/customer.rb +81 -677
- data/lib/stripe/resources/customer_balance_transaction.rb +8 -2
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +108 -2
- data/lib/stripe/resources/customer_session.rb +49 -98
- data/lib/stripe/resources/discount.rb +24 -6
- data/lib/stripe/resources/dispute.rb +159 -376
- data/lib/stripe/resources/entitlements/active_entitlement.rb +8 -26
- data/lib/stripe/resources/entitlements/active_entitlement_summary.rb +8 -0
- data/lib/stripe/resources/entitlements/feature.rb +8 -66
- data/lib/stripe/resources/ephemeral_key.rb +8 -8
- data/lib/stripe/resources/event.rb +16 -79
- data/lib/stripe/resources/exchange_rate.rb +18 -17
- data/lib/stripe/resources/file.rb +8 -79
- data/lib/stripe/resources/file_link.rb +8 -84
- data/lib/stripe/resources/financial_connections/account.rb +65 -130
- data/lib/stripe/resources/financial_connections/account_owner.rb +8 -0
- data/lib/stripe/resources/financial_connections/account_ownership.rb +8 -0
- data/lib/stripe/resources/financial_connections/session.rb +20 -115
- data/lib/stripe/resources/financial_connections/transaction.rb +12 -57
- data/lib/stripe/resources/forwarding/request.rb +48 -93
- data/lib/stripe/resources/funding_instructions.rb +217 -24
- data/lib/stripe/resources/identity/verification_report.rb +165 -56
- data/lib/stripe/resources/identity/verification_session.rb +124 -247
- data/lib/stripe/resources/invoice.rb +500 -4017
- data/lib/stripe/resources/invoice_item.rb +69 -385
- data/lib/stripe/resources/invoice_line_item.rb +124 -251
- data/lib/stripe/resources/invoice_payment.rb +20 -47
- data/lib/stripe/resources/invoice_rendering_template.rb +8 -38
- data/lib/stripe/resources/issuing/authorization.rb +173 -836
- data/lib/stripe/resources/issuing/card.rb +98 -499
- data/lib/stripe/resources/issuing/cardholder.rb +108 -515
- data/lib/stripe/resources/issuing/dispute.rb +93 -620
- data/lib/stripe/resources/issuing/personalization_design.rb +32 -221
- data/lib/stripe/resources/issuing/physical_bundle.rb +13 -28
- data/lib/stripe/resources/issuing/token.rb +57 -60
- data/lib/stripe/resources/issuing/transaction.rb +147 -702
- data/lib/stripe/resources/line_item.rb +22 -35
- data/lib/stripe/resources/login_link.rb +8 -0
- data/lib/stripe/resources/mandate.rb +219 -94
- data/lib/stripe/resources/payment_intent.rb +1241 -13361
- data/lib/stripe/resources/payment_link.rb +333 -1357
- data/lib/stripe/resources/payment_method.rb +796 -966
- data/lib/stripe/resources/payment_method_configuration.rb +862 -2528
- data/lib/stripe/resources/payment_method_domain.rb +107 -63
- data/lib/stripe/resources/payout.rb +12 -150
- data/lib/stripe/resources/person.rb +184 -4
- data/lib/stripe/resources/plan.rb +20 -235
- data/lib/stripe/resources/price.rb +65 -509
- data/lib/stripe/resources/product.rb +23 -411
- data/lib/stripe/resources/product_feature.rb +8 -0
- data/lib/stripe/resources/promotion_code.rb +40 -182
- data/lib/stripe/resources/quote.rb +280 -2743
- data/lib/stripe/resources/radar/early_fraud_warning.rb +8 -51
- data/lib/stripe/resources/radar/value_list.rb +8 -92
- data/lib/stripe/resources/radar/value_list_item.rb +8 -68
- data/lib/stripe/resources/refund.rb +365 -159
- data/lib/stripe/resources/reporting/report_run.rb +12 -93
- data/lib/stripe/resources/reporting/report_type.rb +8 -8
- data/lib/stripe/resources/reserve_transaction.rb +8 -0
- data/lib/stripe/resources/reversal.rb +8 -0
- data/lib/stripe/resources/review.rb +20 -43
- data/lib/stripe/resources/setup_attempt.rb +284 -87
- data/lib/stripe/resources/setup_intent.rb +358 -4143
- data/lib/stripe/resources/shipping_rate.rb +44 -187
- data/lib/stripe/resources/sigma/scheduled_query_run.rb +13 -15
- data/lib/stripe/resources/source.rb +267 -611
- data/lib/stripe/resources/source_mandate_notification.rb +32 -0
- data/lib/stripe/resources/source_transaction.rb +54 -0
- data/lib/stripe/resources/subscription.rb +266 -1931
- data/lib/stripe/resources/subscription_item.rb +12 -379
- data/lib/stripe/resources/subscription_schedule.rb +230 -2273
- data/lib/stripe/resources/tax/calculation.rb +111 -220
- data/lib/stripe/resources/tax/calculation_line_item.rb +32 -0
- data/lib/stripe/resources/tax/registration.rb +1274 -2096
- data/lib/stripe/resources/tax/settings.rb +61 -64
- data/lib/stripe/resources/tax/transaction.rb +95 -122
- data/lib/stripe/resources/tax/transaction_line_item.rb +16 -0
- data/lib/stripe/resources/tax_code.rb +8 -17
- data/lib/stripe/resources/tax_deducted_at_source.rb +8 -0
- data/lib/stripe/resources/tax_id.rb +20 -75
- data/lib/stripe/resources/tax_rate.rb +12 -142
- data/lib/stripe/resources/terminal/configuration.rb +301 -1205
- data/lib/stripe/resources/terminal/connection_token.rb +8 -11
- data/lib/stripe/resources/terminal/location.rb +72 -126
- data/lib/stripe/resources/terminal/reader.rb +237 -509
- data/lib/stripe/resources/test_helpers/test_clock.rb +20 -43
- data/lib/stripe/resources/token.rb +8 -1191
- data/lib/stripe/resources/topup.rb +8 -132
- data/lib/stripe/resources/transfer.rb +8 -115
- data/lib/stripe/resources/treasury/credit_reversal.rb +12 -46
- data/lib/stripe/resources/treasury/debit_reversal.rb +20 -50
- data/lib/stripe/resources/treasury/financial_account.rb +55 -658
- data/lib/stripe/resources/treasury/financial_account_features.rb +192 -2
- data/lib/stripe/resources/treasury/inbound_transfer.rb +67 -115
- data/lib/stripe/resources/treasury/outbound_payment.rb +104 -334
- data/lib/stripe/resources/treasury/outbound_transfer.rb +93 -235
- data/lib/stripe/resources/treasury/received_credit.rb +76 -136
- data/lib/stripe/resources/treasury/received_debit.rb +68 -126
- data/lib/stripe/resources/treasury/transaction.rb +32 -82
- data/lib/stripe/resources/treasury/transaction_entry.rb +20 -74
- data/lib/stripe/resources/v2/billing/meter_event.rb +8 -0
- data/lib/stripe/resources/v2/billing/meter_event_adjustment.rb +16 -0
- data/lib/stripe/resources/v2/billing/meter_event_session.rb +8 -0
- data/lib/stripe/resources/v2/core/event.rb +67 -0
- data/lib/stripe/resources/v2/core/event_destination.rb +119 -0
- data/lib/stripe/resources/v2/core/event_notification.rb +62 -0
- data/lib/stripe/resources/v2/deleted_object.rb +21 -0
- data/lib/stripe/resources/webhook_endpoint.rb +8 -85
- data/lib/stripe/resources.rb +3 -110
- data/lib/stripe/services/account_capability_service.rb +0 -32
- data/lib/stripe/services/account_external_account_service.rb +0 -249
- data/lib/stripe/services/account_link_service.rb +0 -48
- data/lib/stripe/services/account_login_link_service.rb +0 -9
- data/lib/stripe/services/account_person_service.rb +0 -958
- data/lib/stripe/services/account_service.rb +0 -4710
- data/lib/stripe/services/account_session_service.rb +0 -862
- data/lib/stripe/services/apple_pay_domain_service.rb +0 -50
- data/lib/stripe/services/application_fee_refund_service.rb +0 -54
- data/lib/stripe/services/application_fee_service.rb +0 -57
- data/lib/stripe/services/apps/secret_service.rb +0 -116
- data/lib/stripe/services/balance_service.rb +0 -9
- data/lib/stripe/services/balance_settings_service.rb +0 -69
- data/lib/stripe/services/balance_transaction_service.rb +0 -69
- data/lib/stripe/services/billing/alert_service.rb +0 -113
- data/lib/stripe/services/billing/credit_balance_summary_service.rb +0 -51
- data/lib/stripe/services/billing/credit_balance_transaction_service.rb +0 -44
- data/lib/stripe/services/billing/credit_grant_service.rb +0 -174
- data/lib/stripe/services/billing/meter_event_adjustment_service.rb +0 -26
- data/lib/stripe/services/billing/meter_event_service.rb +0 -21
- data/lib/stripe/services/billing/meter_event_summary_service.rb +0 -39
- data/lib/stripe/services/billing/meter_service.rb +0 -130
- data/lib/stripe/services/billing_portal/configuration_service.rb +0 -486
- data/lib/stripe/services/billing_portal/session_service.rb +0 -177
- data/lib/stripe/services/billing_service.rb +1 -2
- data/lib/stripe/services/charge_service.rb +0 -1820
- data/lib/stripe/services/checkout/session_line_item_service.rb +0 -18
- data/lib/stripe/services/checkout/session_service.rb +0 -2882
- data/lib/stripe/services/climate/order_service.rb +0 -102
- data/lib/stripe/services/climate/product_service.rb +0 -27
- data/lib/stripe/services/climate/supplier_service.rb +0 -27
- data/lib/stripe/services/confirmation_token_service.rb +0 -9
- data/lib/stripe/services/country_spec_service.rb +0 -27
- data/lib/stripe/services/coupon_service.rb +0 -167
- data/lib/stripe/services/credit_note_line_item_service.rb +0 -18
- data/lib/stripe/services/credit_note_preview_lines_service.rb +0 -152
- data/lib/stripe/services/credit_note_service.rb +0 -369
- data/lib/stripe/services/customer_balance_transaction_service.rb +0 -63
- data/lib/stripe/services/customer_cash_balance_service.rb +0 -29
- data/lib/stripe/services/customer_cash_balance_transaction_service.rb +0 -27
- data/lib/stripe/services/customer_funding_instructions_service.rb +0 -42
- data/lib/stripe/services/customer_payment_method_service.rb +0 -40
- data/lib/stripe/services/customer_payment_source_service.rb +0 -179
- data/lib/stripe/services/customer_service.rb +0 -575
- data/lib/stripe/services/customer_session_service.rb +0 -99
- data/lib/stripe/services/customer_tax_id_service.rb +0 -44
- data/lib/stripe/services/dispute_service.rb +0 -374
- data/lib/stripe/services/entitlements/active_entitlement_service.rb +0 -36
- data/lib/stripe/services/entitlements/feature_service.rb +0 -76
- data/lib/stripe/services/ephemeral_key_service.rb +0 -36
- data/lib/stripe/services/event_service.rb +0 -65
- data/lib/stripe/services/exchange_rate_service.rb +4 -27
- data/lib/stripe/services/file_link_service.rb +0 -94
- data/lib/stripe/services/file_service.rb +0 -89
- data/lib/stripe/services/financial_connections/account_owner_service.rb +0 -27
- data/lib/stripe/services/financial_connections/account_service.rb +1 -102
- data/lib/stripe/services/financial_connections/session_service.rb +0 -100
- data/lib/stripe/services/financial_connections/transaction_service.rb +0 -70
- data/lib/stripe/services/financial_connections_service.rb +1 -2
- data/lib/stripe/services/forwarding/request_service.rb +0 -106
- data/lib/stripe/services/identity/verification_report_service.rb +0 -65
- data/lib/stripe/services/identity/verification_session_service.rb +0 -255
- data/lib/stripe/services/invoice_item_service.rb +0 -405
- data/lib/stripe/services/invoice_line_item_service.rb +0 -253
- data/lib/stripe/services/invoice_payment_service.rb +0 -58
- data/lib/stripe/services/invoice_rendering_template_service.rb +0 -51
- data/lib/stripe/services/invoice_service.rb +0 -3836
- data/lib/stripe/services/issuing/authorization_service.rb +0 -104
- data/lib/stripe/services/issuing/card_service.rb +0 -463
- data/lib/stripe/services/issuing/cardholder_service.rb +0 -526
- data/lib/stripe/services/issuing/dispute_service.rb +0 -633
- data/lib/stripe/services/issuing/personalization_design_service.rb +0 -193
- data/lib/stripe/services/issuing/physical_bundle_service.rb +0 -40
- data/lib/stripe/services/issuing/token_service.rb +0 -73
- data/lib/stripe/services/issuing/transaction_service.rb +0 -81
- data/lib/stripe/services/issuing_service.rb +1 -5
- data/lib/stripe/services/mandate_service.rb +0 -49
- data/lib/stripe/services/payment_intent_service.rb +0 -12747
- data/lib/stripe/services/payment_link_line_item_service.rb +0 -18
- data/lib/stripe/services/payment_link_service.rb +0 -1352
- data/lib/stripe/services/payment_method_configuration_service.rb +0 -2466
- data/lib/stripe/services/payment_method_domain_service.rb +0 -76
- data/lib/stripe/services/payment_method_service.rb +0 -881
- data/lib/stripe/services/payout_service.rb +0 -163
- data/lib/stripe/services/plan_service.rb +0 -248
- data/lib/stripe/services/price_service.rb +0 -512
- data/lib/stripe/services/product_feature_service.rb +0 -41
- data/lib/stripe/services/product_service.rb +0 -424
- data/lib/stripe/services/promotion_code_service.rb +1 -187
- data/lib/stripe/services/quote_computed_upfront_line_items_service.rb +0 -18
- data/lib/stripe/services/quote_line_item_service.rb +0 -18
- data/lib/stripe/services/quote_service.rb +1 -2344
- data/lib/stripe/services/radar/early_fraud_warning_service.rb +0 -61
- data/lib/stripe/services/radar/value_list_item_service.rb +0 -78
- data/lib/stripe/services/radar/value_list_service.rb +0 -102
- data/lib/stripe/services/refund_service.rb +0 -137
- data/lib/stripe/services/reporting/report_run_service.rb +0 -106
- data/lib/stripe/services/reporting/report_type_service.rb +0 -18
- data/lib/stripe/services/review_service.rb +0 -56
- data/lib/stripe/services/setup_attempt_service.rb +0 -51
- data/lib/stripe/services/setup_intent_service.rb +0 -3957
- data/lib/stripe/services/shipping_rate_service.rb +0 -200
- data/lib/stripe/services/sigma/scheduled_query_run_service.rb +0 -27
- data/lib/stripe/services/source_service.rb +0 -601
- data/lib/stripe/services/source_transaction_service.rb +0 -18
- data/lib/stripe/services/subscription_item_service.rb +0 -383
- data/lib/stripe/services/subscription_schedule_service.rb +0 -2196
- data/lib/stripe/services/subscription_service.rb +0 -1894
- data/lib/stripe/services/tax/calculation_line_item_service.rb +0 -18
- data/lib/stripe/services/tax/calculation_service.rb +0 -209
- data/lib/stripe/services/tax/registration_service.rb +0 -2063
- data/lib/stripe/services/tax/settings_service.rb +0 -74
- data/lib/stripe/services/tax/transaction_line_item_service.rb +0 -18
- data/lib/stripe/services/tax/transaction_service.rb +0 -111
- data/lib/stripe/services/tax_code_service.rb +0 -27
- data/lib/stripe/services/tax_id_service.rb +0 -84
- data/lib/stripe/services/tax_rate_service.rb +0 -155
- data/lib/stripe/services/tax_service.rb +1 -3
- data/lib/stripe/services/terminal/configuration_service.rb +0 -1212
- data/lib/stripe/services/terminal/connection_token_service.rb +0 -12
- data/lib/stripe/services/terminal/location_service.rb +0 -143
- data/lib/stripe/services/terminal/reader_service.rb +0 -427
- data/lib/stripe/services/terminal_service.rb +1 -3
- data/lib/stripe/services/test_helpers/confirmation_token_service.rb +0 -738
- data/lib/stripe/services/test_helpers/customer_service.rb +0 -18
- data/lib/stripe/services/test_helpers/issuing/authorization_service.rb +0 -745
- data/lib/stripe/services/test_helpers/issuing/card_service.rb +0 -45
- data/lib/stripe/services/test_helpers/issuing/personalization_design_service.rb +0 -41
- data/lib/stripe/services/test_helpers/issuing/transaction_service.rb +0 -632
- data/lib/stripe/services/test_helpers/refund_service.rb +0 -9
- data/lib/stripe/services/test_helpers/terminal/reader_service.rb +0 -87
- data/lib/stripe/services/test_helpers/test_clock_service.rb +0 -56
- data/lib/stripe/services/test_helpers/treasury/inbound_transfer_service.rb +0 -38
- data/lib/stripe/services/test_helpers/treasury/outbound_payment_service.rb +0 -87
- data/lib/stripe/services/test_helpers/treasury/outbound_transfer_service.rb +0 -87
- data/lib/stripe/services/test_helpers/treasury/received_credit_service.rb +0 -84
- data/lib/stripe/services/test_helpers/treasury/received_debit_service.rb +0 -84
- data/lib/stripe/services/token_service.rb +0 -1201
- data/lib/stripe/services/topup_service.rb +0 -142
- data/lib/stripe/services/transfer_reversal_service.rb +0 -66
- data/lib/stripe/services/transfer_service.rb +0 -123
- data/lib/stripe/services/treasury/credit_reversal_service.rb +0 -59
- data/lib/stripe/services/treasury/debit_reversal_service.rb +0 -63
- data/lib/stripe/services/treasury/financial_account_features_service.rb +0 -169
- data/lib/stripe/services/treasury/financial_account_service.rb +0 -502
- data/lib/stripe/services/treasury/inbound_transfer_service.rb +0 -88
- data/lib/stripe/services/treasury/outbound_payment_service.rb +0 -258
- data/lib/stripe/services/treasury/outbound_transfer_service.rb +0 -148
- data/lib/stripe/services/treasury/received_credit_service.rb +0 -52
- data/lib/stripe/services/treasury/received_debit_service.rb +0 -40
- data/lib/stripe/services/treasury/transaction_entry_service.rb +0 -87
- data/lib/stripe/services/treasury/transaction_service.rb +0 -95
- data/lib/stripe/services/v1_services.rb +1 -10
- data/lib/stripe/services/v2/billing/meter_event_adjustment_service.rb +0 -23
- data/lib/stripe/services/v2/billing/meter_event_service.rb +0 -25
- data/lib/stripe/services/v2/billing/meter_event_session_service.rb +0 -2
- data/lib/stripe/services/v2/billing/meter_event_stream_service.rb +0 -33
- data/lib/stripe/services/v2/core/event_destination_service.rb +0 -137
- data/lib/stripe/services/v2/core/event_service.rb +0 -16
- data/lib/stripe/services/v2/core_service.rb +1 -4
- data/lib/stripe/services/v2_services.rb +1 -4
- data/lib/stripe/services/webhook_endpoint_service.rb +0 -95
- data/lib/stripe/services.rb +0 -54
- data/lib/stripe/stripe_client.rb +8 -5
- data/lib/stripe/stripe_configuration.rb +2 -9
- data/lib/stripe/stripe_context.rb +68 -0
- data/lib/stripe/stripe_object.rb +34 -10
- data/lib/stripe/util.rb +25 -20
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +3 -54
- data/rbi/stripe/resources/v2/core/event_notification.rbi +43 -0
- data/rbi/stripe/stripe_client.rbi +17 -0
- data/rbi/stripe.rbi +121931 -190301
- metadata +599 -189
- data/API_VERSION +0 -1
- data/CHANGELOG.md +0 -2780
- data/CODE_OF_CONDUCT.md +0 -77
- data/CONTRIBUTING.md +0 -25
- data/CONTRIBUTORS +0 -3
- data/Gemfile +0 -41
- data/History.txt +0 -1
- data/LICENSE +0 -21
- data/Makefile +0 -22
- data/OPENAPI_VERSION +0 -1
- data/README.md +0 -424
- data/Rakefile +0 -34
- data/VERSION +0 -1
- data/examples/README.md +0 -16
- data/examples/example_template.rb +0 -36
- data/examples/meter_event_stream.rb +0 -57
- data/examples/thinevent_webhook_handler.rb +0 -39
- data/justfile +0 -43
- data/lib/stripe/events/v2_core_account_closed_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_created_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_configuration_customer_capability_status_updated_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_including_configuration_customer_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_capability_status_updated_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_including_configuration_merchant_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_capability_status_updated_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_including_configuration_recipient_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_configuration_storer_capability_status_updated_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_including_configuration_storer_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_defaults_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_identity_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_including_requirements_updated_event.rb +0 -21
- data/lib/stripe/events/v2_core_account_link_returned_event.rb +0 -13
- data/lib/stripe/events/v2_core_account_person_created_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_person_deleted_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_person_updated_event.rb +0 -23
- data/lib/stripe/events/v2_core_account_updated_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_adjustment_created_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_financial_account_created_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_financial_account_updated_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_financial_address_activated_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_financial_address_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_available_event.rb +0 -23
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_processing_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_queued_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_returned_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_inbound_transfer_bank_debit_succeeded_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_created_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_posted_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_returned_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_payment_updated_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_created_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_posted_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_returned_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_outbound_transfer_updated_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_payout_method_updated_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_credit_available_event.rb +0 -23
- data/lib/stripe/events/v2_money_management_received_credit_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_credit_returned_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_credit_succeeded_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_failed_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_pending_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_succeeded_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_received_debit_updated_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_transaction_created_event.rb +0 -21
- data/lib/stripe/events/v2_money_management_transaction_updated_event.rb +0 -21
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_failed_event.rb +0 -21
- data/lib/stripe/events/v2_payments_off_session_payment_authorization_attempt_started_event.rb +0 -22
- data/lib/stripe/events/v2_payments_off_session_payment_canceled_event.rb +0 -21
- data/lib/stripe/events/v2_payments_off_session_payment_created_event.rb +0 -21
- data/lib/stripe/events/v2_payments_off_session_payment_failed_event.rb +0 -21
- data/lib/stripe/events/v2_payments_off_session_payment_succeeded_event.rb +0 -21
- data/lib/stripe/resources/account_notice.rb +0 -123
- data/lib/stripe/resources/billing/meter_usage.rb +0 -23
- data/lib/stripe/resources/billing/meter_usage_row.rb +0 -28
- data/lib/stripe/resources/capital/financing_offer.rb +0 -179
- data/lib/stripe/resources/capital/financing_summary.rb +0 -55
- data/lib/stripe/resources/capital/financing_transaction.rb +0 -114
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +0 -27
- data/lib/stripe/resources/financial_connections/institution.rb +0 -92
- data/lib/stripe/resources/fx_quote.rb +0 -186
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +0 -602
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +0 -82
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +0 -86
- data/lib/stripe/resources/issuing/settlement.rb +0 -53
- data/lib/stripe/resources/margin.rb +0 -115
- data/lib/stripe/resources/order.rb +0 -2958
- data/lib/stripe/resources/payment_attempt_record.rb +0 -1181
- data/lib/stripe/resources/payment_intent_amount_details_line_item.rb +0 -72
- data/lib/stripe/resources/payment_record.rb +0 -1727
- data/lib/stripe/resources/privacy/redaction_job.rb +0 -298
- data/lib/stripe/resources/privacy/redaction_job_validation_error.rb +0 -33
- data/lib/stripe/resources/quote_line.rb +0 -274
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -680
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -395
- data/lib/stripe/resources/tax/association.rb +0 -66
- data/lib/stripe/resources/tax/form.rb +0 -211
- data/lib/stripe/resources/terminal/onboarding_link.rb +0 -84
- data/lib/stripe/resources/terminal/reader_collected_data.rb +0 -31
- data/lib/stripe/resources/v2/core/account.rb +0 -1938
- data/lib/stripe/resources/v2/core/account_link.rb +0 -72
- data/lib/stripe/resources/v2/core/person.rb +0 -276
- data/lib/stripe/resources/v2/core/vault/gb_bank_account.rb +0 -74
- data/lib/stripe/resources/v2/core/vault/us_bank_account.rb +0 -39
- data/lib/stripe/resources/v2/event.rb +0 -41
- data/lib/stripe/resources/v2/event_destination.rb +0 -73
- data/lib/stripe/resources/v2/financial_address_credit_simulation.rb +0 -20
- data/lib/stripe/resources/v2/financial_address_generated_microdeposits.rb +0 -22
- data/lib/stripe/resources/v2/money_management/adjustment.rb +0 -51
- data/lib/stripe/resources/v2/money_management/financial_account.rb +0 -79
- data/lib/stripe/resources/v2/money_management/financial_address.rb +0 -68
- data/lib/stripe/resources/v2/money_management/inbound_transfer.rb +0 -94
- data/lib/stripe/resources/v2/money_management/outbound_payment.rb +0 -129
- data/lib/stripe/resources/v2/money_management/outbound_payment_quote.rb +0 -82
- data/lib/stripe/resources/v2/money_management/outbound_setup_intent.rb +0 -45
- data/lib/stripe/resources/v2/money_management/outbound_transfer.rb +0 -117
- data/lib/stripe/resources/v2/money_management/payout_method.rb +0 -77
- data/lib/stripe/resources/v2/money_management/payout_methods_bank_account_spec.rb +0 -49
- data/lib/stripe/resources/v2/money_management/received_credit.rb +0 -122
- data/lib/stripe/resources/v2/money_management/received_debit.rb +0 -84
- data/lib/stripe/resources/v2/money_management/transaction.rb +0 -80
- data/lib/stripe/resources/v2/money_management/transaction_entry.rb +0 -70
- data/lib/stripe/resources/v2/payments/off_session_payment.rb +0 -89
- data/lib/stripe/services/account_notice_service.rb +0 -101
- data/lib/stripe/services/billing/meter_usage_service.rb +0 -76
- data/lib/stripe/services/capital/financing_offer_service.rb +0 -112
- data/lib/stripe/services/capital/financing_summary_service.rb +0 -28
- data/lib/stripe/services/capital/financing_transaction_service.rb +0 -79
- data/lib/stripe/services/capital_service.rb +0 -15
- data/lib/stripe/services/external_account_service.rb +0 -317
- data/lib/stripe/services/financial_connections/account_inferred_balance_service.rb +0 -37
- data/lib/stripe/services/financial_connections/institution_service.rb +0 -57
- data/lib/stripe/services/fx_quote_service.rb +0 -123
- data/lib/stripe/services/issuing/credit_underwriting_record_service.rb +0 -504
- data/lib/stripe/services/issuing/dispute_settlement_detail_service.rb +0 -66
- data/lib/stripe/services/issuing/fraud_liability_debit_service.rb +0 -83
- data/lib/stripe/services/margin_service.rb +0 -119
- data/lib/stripe/services/order_service.rb +0 -2388
- data/lib/stripe/services/payment_attempt_record_service.rb +0 -52
- data/lib/stripe/services/payment_record_service.rb +0 -562
- data/lib/stripe/services/privacy/redaction_job_service.rb +0 -240
- data/lib/stripe/services/privacy/redaction_job_validation_error_service.rb +0 -37
- data/lib/stripe/services/privacy_service.rb +0 -13
- data/lib/stripe/services/tax/association_service.rb +0 -31
- data/lib/stripe/services/tax/form_service.rb +0 -100
- data/lib/stripe/services/terminal/onboarding_link_service.rb +0 -56
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -28
- data/lib/stripe/services/v2/core/account_link_service.rb +0 -114
- data/lib/stripe/services/v2/core/account_service.rb +0 -4536
- data/lib/stripe/services/v2/core/accounts/person_service.rb +0 -1045
- data/lib/stripe/services/v2/core/vault/gb_bank_account_service.rb +0 -130
- data/lib/stripe/services/v2/core/vault/us_bank_account_service.rb +0 -107
- data/lib/stripe/services/v2/core/vault_service.rb +0 -18
- data/lib/stripe/services/v2/money_management/adjustment_service.rb +0 -74
- data/lib/stripe/services/v2/money_management/financial_account_service.rb +0 -119
- data/lib/stripe/services/v2/money_management/financial_address_service.rb +0 -82
- data/lib/stripe/services/v2/money_management/inbound_transfer_service.rb +0 -125
- data/lib/stripe/services/v2/money_management/outbound_payment_quote_service.rb +0 -95
- data/lib/stripe/services/v2/money_management/outbound_payment_service.rb +0 -199
- data/lib/stripe/services/v2/money_management/outbound_setup_intent_service.rb +0 -235
- data/lib/stripe/services/v2/money_management/outbound_transfer_service.rb +0 -172
- data/lib/stripe/services/v2/money_management/payout_method_service.rb +0 -90
- data/lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb +0 -32
- data/lib/stripe/services/v2/money_management/received_credit_service.rb +0 -70
- data/lib/stripe/services/v2/money_management/received_debit_service.rb +0 -43
- data/lib/stripe/services/v2/money_management/transaction_entry_service.rb +0 -69
- data/lib/stripe/services/v2/money_management/transaction_service.rb +0 -73
- data/lib/stripe/services/v2/money_management_service.rb +0 -31
- data/lib/stripe/services/v2/payment_service.rb +0 -15
- data/lib/stripe/services/v2/payments/off_session_payment_service.rb +0 -152
- data/lib/stripe/services/v2/test_helper_service.rb +0 -15
- data/lib/stripe/services/v2/test_helpers/financial_address_service.rb +0 -53
- data/lib/stripe/thin_event.rb +0 -37
- data/stripe.gemspec +0 -47
@@ -0,0 +1,2353 @@
|
|
1
|
+
# File generated from our OpenAPI spec
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
module Stripe
|
5
|
+
class PaymentIntentUpdateParams < Stripe::RequestParams
|
6
|
+
class PaymentMethodData < Stripe::RequestParams
|
7
|
+
class AcssDebit < Stripe::RequestParams
|
8
|
+
# Customer's bank account number.
|
9
|
+
attr_accessor :account_number
|
10
|
+
# Institution number of the customer's bank.
|
11
|
+
attr_accessor :institution_number
|
12
|
+
# Transit number of the customer's bank.
|
13
|
+
attr_accessor :transit_number
|
14
|
+
|
15
|
+
def initialize(account_number: nil, institution_number: nil, transit_number: nil)
|
16
|
+
@account_number = account_number
|
17
|
+
@institution_number = institution_number
|
18
|
+
@transit_number = transit_number
|
19
|
+
end
|
20
|
+
end
|
21
|
+
|
22
|
+
class Affirm < Stripe::RequestParams; end
|
23
|
+
class AfterpayClearpay < Stripe::RequestParams; end
|
24
|
+
class Alipay < Stripe::RequestParams; end
|
25
|
+
class Alma < Stripe::RequestParams; end
|
26
|
+
class AmazonPay < Stripe::RequestParams; end
|
27
|
+
|
28
|
+
class AuBecsDebit < Stripe::RequestParams
|
29
|
+
# The account number for the bank account.
|
30
|
+
attr_accessor :account_number
|
31
|
+
# Bank-State-Branch number of the bank account.
|
32
|
+
attr_accessor :bsb_number
|
33
|
+
|
34
|
+
def initialize(account_number: nil, bsb_number: nil)
|
35
|
+
@account_number = account_number
|
36
|
+
@bsb_number = bsb_number
|
37
|
+
end
|
38
|
+
end
|
39
|
+
|
40
|
+
class BacsDebit < Stripe::RequestParams
|
41
|
+
# Account number of the bank account that the funds will be debited from.
|
42
|
+
attr_accessor :account_number
|
43
|
+
# Sort code of the bank account. (e.g., `10-20-30`)
|
44
|
+
attr_accessor :sort_code
|
45
|
+
|
46
|
+
def initialize(account_number: nil, sort_code: nil)
|
47
|
+
@account_number = account_number
|
48
|
+
@sort_code = sort_code
|
49
|
+
end
|
50
|
+
end
|
51
|
+
|
52
|
+
class Bancontact < Stripe::RequestParams; end
|
53
|
+
class Billie < Stripe::RequestParams; end
|
54
|
+
|
55
|
+
class BillingDetails < Stripe::RequestParams
|
56
|
+
class Address < Stripe::RequestParams
|
57
|
+
# City, district, suburb, town, or village.
|
58
|
+
attr_accessor :city
|
59
|
+
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
60
|
+
attr_accessor :country
|
61
|
+
# Address line 1, such as the street, PO Box, or company name.
|
62
|
+
attr_accessor :line1
|
63
|
+
# Address line 2, such as the apartment, suite, unit, or building.
|
64
|
+
attr_accessor :line2
|
65
|
+
# ZIP or postal code.
|
66
|
+
attr_accessor :postal_code
|
67
|
+
# State, county, province, or region.
|
68
|
+
attr_accessor :state
|
69
|
+
|
70
|
+
def initialize(
|
71
|
+
city: nil,
|
72
|
+
country: nil,
|
73
|
+
line1: nil,
|
74
|
+
line2: nil,
|
75
|
+
postal_code: nil,
|
76
|
+
state: nil
|
77
|
+
)
|
78
|
+
@city = city
|
79
|
+
@country = country
|
80
|
+
@line1 = line1
|
81
|
+
@line2 = line2
|
82
|
+
@postal_code = postal_code
|
83
|
+
@state = state
|
84
|
+
end
|
85
|
+
end
|
86
|
+
# Billing address.
|
87
|
+
attr_accessor :address
|
88
|
+
# Email address.
|
89
|
+
attr_accessor :email
|
90
|
+
# Full name.
|
91
|
+
attr_accessor :name
|
92
|
+
# Billing phone number (including extension).
|
93
|
+
attr_accessor :phone
|
94
|
+
# Taxpayer identification number. Used only for transactions between LATAM buyers and non-LATAM sellers.
|
95
|
+
attr_accessor :tax_id
|
96
|
+
|
97
|
+
def initialize(address: nil, email: nil, name: nil, phone: nil, tax_id: nil)
|
98
|
+
@address = address
|
99
|
+
@email = email
|
100
|
+
@name = name
|
101
|
+
@phone = phone
|
102
|
+
@tax_id = tax_id
|
103
|
+
end
|
104
|
+
end
|
105
|
+
|
106
|
+
class Blik < Stripe::RequestParams; end
|
107
|
+
|
108
|
+
class Boleto < Stripe::RequestParams
|
109
|
+
# The tax ID of the customer (CPF for individual consumers or CNPJ for businesses consumers)
|
110
|
+
attr_accessor :tax_id
|
111
|
+
|
112
|
+
def initialize(tax_id: nil)
|
113
|
+
@tax_id = tax_id
|
114
|
+
end
|
115
|
+
end
|
116
|
+
|
117
|
+
class Cashapp < Stripe::RequestParams; end
|
118
|
+
class Crypto < Stripe::RequestParams; end
|
119
|
+
class CustomerBalance < Stripe::RequestParams; end
|
120
|
+
|
121
|
+
class Eps < Stripe::RequestParams
|
122
|
+
# The customer's bank.
|
123
|
+
attr_accessor :bank
|
124
|
+
|
125
|
+
def initialize(bank: nil)
|
126
|
+
@bank = bank
|
127
|
+
end
|
128
|
+
end
|
129
|
+
|
130
|
+
class Fpx < Stripe::RequestParams
|
131
|
+
# Account holder type for FPX transaction
|
132
|
+
attr_accessor :account_holder_type
|
133
|
+
# The customer's bank.
|
134
|
+
attr_accessor :bank
|
135
|
+
|
136
|
+
def initialize(account_holder_type: nil, bank: nil)
|
137
|
+
@account_holder_type = account_holder_type
|
138
|
+
@bank = bank
|
139
|
+
end
|
140
|
+
end
|
141
|
+
|
142
|
+
class Giropay < Stripe::RequestParams; end
|
143
|
+
class Grabpay < Stripe::RequestParams; end
|
144
|
+
|
145
|
+
class Ideal < Stripe::RequestParams
|
146
|
+
# The customer's bank. Only use this parameter for existing customers. Don't use it for new customers.
|
147
|
+
attr_accessor :bank
|
148
|
+
|
149
|
+
def initialize(bank: nil)
|
150
|
+
@bank = bank
|
151
|
+
end
|
152
|
+
end
|
153
|
+
|
154
|
+
class InteracPresent < Stripe::RequestParams; end
|
155
|
+
class KakaoPay < Stripe::RequestParams; end
|
156
|
+
|
157
|
+
class Klarna < Stripe::RequestParams
|
158
|
+
class Dob < Stripe::RequestParams
|
159
|
+
# The day of birth, between 1 and 31.
|
160
|
+
attr_accessor :day
|
161
|
+
# The month of birth, between 1 and 12.
|
162
|
+
attr_accessor :month
|
163
|
+
# The four-digit year of birth.
|
164
|
+
attr_accessor :year
|
165
|
+
|
166
|
+
def initialize(day: nil, month: nil, year: nil)
|
167
|
+
@day = day
|
168
|
+
@month = month
|
169
|
+
@year = year
|
170
|
+
end
|
171
|
+
end
|
172
|
+
# Customer's date of birth
|
173
|
+
attr_accessor :dob
|
174
|
+
|
175
|
+
def initialize(dob: nil)
|
176
|
+
@dob = dob
|
177
|
+
end
|
178
|
+
end
|
179
|
+
|
180
|
+
class Konbini < Stripe::RequestParams; end
|
181
|
+
class KrCard < Stripe::RequestParams; end
|
182
|
+
class Link < Stripe::RequestParams; end
|
183
|
+
class MbWay < Stripe::RequestParams; end
|
184
|
+
class Mobilepay < Stripe::RequestParams; end
|
185
|
+
class Multibanco < Stripe::RequestParams; end
|
186
|
+
|
187
|
+
class NaverPay < Stripe::RequestParams
|
188
|
+
# Whether to use Naver Pay points or a card to fund this transaction. If not provided, this defaults to `card`.
|
189
|
+
attr_accessor :funding
|
190
|
+
|
191
|
+
def initialize(funding: nil)
|
192
|
+
@funding = funding
|
193
|
+
end
|
194
|
+
end
|
195
|
+
|
196
|
+
class NzBankAccount < Stripe::RequestParams
|
197
|
+
# The name on the bank account. Only required if the account holder name is different from the name of the authorized signatory collected in the PaymentMethod’s billing details.
|
198
|
+
attr_accessor :account_holder_name
|
199
|
+
# The account number for the bank account.
|
200
|
+
attr_accessor :account_number
|
201
|
+
# The numeric code for the bank account's bank.
|
202
|
+
attr_accessor :bank_code
|
203
|
+
# The numeric code for the bank account's bank branch.
|
204
|
+
attr_accessor :branch_code
|
205
|
+
# Attribute for param field reference
|
206
|
+
attr_accessor :reference
|
207
|
+
# The suffix of the bank account number.
|
208
|
+
attr_accessor :suffix
|
209
|
+
|
210
|
+
def initialize(
|
211
|
+
account_holder_name: nil,
|
212
|
+
account_number: nil,
|
213
|
+
bank_code: nil,
|
214
|
+
branch_code: nil,
|
215
|
+
reference: nil,
|
216
|
+
suffix: nil
|
217
|
+
)
|
218
|
+
@account_holder_name = account_holder_name
|
219
|
+
@account_number = account_number
|
220
|
+
@bank_code = bank_code
|
221
|
+
@branch_code = branch_code
|
222
|
+
@reference = reference
|
223
|
+
@suffix = suffix
|
224
|
+
end
|
225
|
+
end
|
226
|
+
|
227
|
+
class Oxxo < Stripe::RequestParams; end
|
228
|
+
|
229
|
+
class P24 < Stripe::RequestParams
|
230
|
+
# The customer's bank.
|
231
|
+
attr_accessor :bank
|
232
|
+
|
233
|
+
def initialize(bank: nil)
|
234
|
+
@bank = bank
|
235
|
+
end
|
236
|
+
end
|
237
|
+
|
238
|
+
class PayByBank < Stripe::RequestParams; end
|
239
|
+
class Payco < Stripe::RequestParams; end
|
240
|
+
class Paynow < Stripe::RequestParams; end
|
241
|
+
class Paypal < Stripe::RequestParams; end
|
242
|
+
class Pix < Stripe::RequestParams; end
|
243
|
+
class Promptpay < Stripe::RequestParams; end
|
244
|
+
|
245
|
+
class RadarOptions < Stripe::RequestParams
|
246
|
+
# 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.
|
247
|
+
attr_accessor :session
|
248
|
+
|
249
|
+
def initialize(session: nil)
|
250
|
+
@session = session
|
251
|
+
end
|
252
|
+
end
|
253
|
+
|
254
|
+
class RevolutPay < Stripe::RequestParams; end
|
255
|
+
class SamsungPay < Stripe::RequestParams; end
|
256
|
+
class Satispay < Stripe::RequestParams; end
|
257
|
+
|
258
|
+
class SepaDebit < Stripe::RequestParams
|
259
|
+
# IBAN of the bank account.
|
260
|
+
attr_accessor :iban
|
261
|
+
|
262
|
+
def initialize(iban: nil)
|
263
|
+
@iban = iban
|
264
|
+
end
|
265
|
+
end
|
266
|
+
|
267
|
+
class Sofort < Stripe::RequestParams
|
268
|
+
# Two-letter ISO code representing the country the bank account is located in.
|
269
|
+
attr_accessor :country
|
270
|
+
|
271
|
+
def initialize(country: nil)
|
272
|
+
@country = country
|
273
|
+
end
|
274
|
+
end
|
275
|
+
|
276
|
+
class Swish < Stripe::RequestParams; end
|
277
|
+
class Twint < Stripe::RequestParams; end
|
278
|
+
|
279
|
+
class UsBankAccount < Stripe::RequestParams
|
280
|
+
# Account holder type: individual or company.
|
281
|
+
attr_accessor :account_holder_type
|
282
|
+
# Account number of the bank account.
|
283
|
+
attr_accessor :account_number
|
284
|
+
# Account type: checkings or savings. Defaults to checking if omitted.
|
285
|
+
attr_accessor :account_type
|
286
|
+
# The ID of a Financial Connections Account to use as a payment method.
|
287
|
+
attr_accessor :financial_connections_account
|
288
|
+
# Routing number of the bank account.
|
289
|
+
attr_accessor :routing_number
|
290
|
+
|
291
|
+
def initialize(
|
292
|
+
account_holder_type: nil,
|
293
|
+
account_number: nil,
|
294
|
+
account_type: nil,
|
295
|
+
financial_connections_account: nil,
|
296
|
+
routing_number: nil
|
297
|
+
)
|
298
|
+
@account_holder_type = account_holder_type
|
299
|
+
@account_number = account_number
|
300
|
+
@account_type = account_type
|
301
|
+
@financial_connections_account = financial_connections_account
|
302
|
+
@routing_number = routing_number
|
303
|
+
end
|
304
|
+
end
|
305
|
+
|
306
|
+
class WechatPay < Stripe::RequestParams; end
|
307
|
+
class Zip < Stripe::RequestParams; end
|
308
|
+
# If this is an `acss_debit` PaymentMethod, this hash contains details about the ACSS Debit payment method.
|
309
|
+
attr_accessor :acss_debit
|
310
|
+
# If this is an `affirm` PaymentMethod, this hash contains details about the Affirm payment method.
|
311
|
+
attr_accessor :affirm
|
312
|
+
# If this is an `AfterpayClearpay` PaymentMethod, this hash contains details about the AfterpayClearpay payment method.
|
313
|
+
attr_accessor :afterpay_clearpay
|
314
|
+
# If this is an `Alipay` PaymentMethod, this hash contains details about the Alipay payment method.
|
315
|
+
attr_accessor :alipay
|
316
|
+
# This field indicates whether this payment method can be shown again to its customer in a checkout flow. Stripe products such as Checkout and Elements use this field to determine whether a payment method can be shown as a saved payment method in a checkout flow. The field defaults to `unspecified`.
|
317
|
+
attr_accessor :allow_redisplay
|
318
|
+
# If this is a Alma PaymentMethod, this hash contains details about the Alma payment method.
|
319
|
+
attr_accessor :alma
|
320
|
+
# If this is a AmazonPay PaymentMethod, this hash contains details about the AmazonPay payment method.
|
321
|
+
attr_accessor :amazon_pay
|
322
|
+
# If this is an `au_becs_debit` PaymentMethod, this hash contains details about the bank account.
|
323
|
+
attr_accessor :au_becs_debit
|
324
|
+
# If this is a `bacs_debit` PaymentMethod, this hash contains details about the Bacs Direct Debit bank account.
|
325
|
+
attr_accessor :bacs_debit
|
326
|
+
# If this is a `bancontact` PaymentMethod, this hash contains details about the Bancontact payment method.
|
327
|
+
attr_accessor :bancontact
|
328
|
+
# If this is a `billie` PaymentMethod, this hash contains details about the Billie payment method.
|
329
|
+
attr_accessor :billie
|
330
|
+
# Billing information associated with the PaymentMethod that may be used or required by particular types of payment methods.
|
331
|
+
attr_accessor :billing_details
|
332
|
+
# If this is a `blik` PaymentMethod, this hash contains details about the BLIK payment method.
|
333
|
+
attr_accessor :blik
|
334
|
+
# If this is a `boleto` PaymentMethod, this hash contains details about the Boleto payment method.
|
335
|
+
attr_accessor :boleto
|
336
|
+
# If this is a `cashapp` PaymentMethod, this hash contains details about the Cash App Pay payment method.
|
337
|
+
attr_accessor :cashapp
|
338
|
+
# If this is a Crypto PaymentMethod, this hash contains details about the Crypto payment method.
|
339
|
+
attr_accessor :crypto
|
340
|
+
# If this is a `customer_balance` PaymentMethod, this hash contains details about the CustomerBalance payment method.
|
341
|
+
attr_accessor :customer_balance
|
342
|
+
# If this is an `eps` PaymentMethod, this hash contains details about the EPS payment method.
|
343
|
+
attr_accessor :eps
|
344
|
+
# If this is an `fpx` PaymentMethod, this hash contains details about the FPX payment method.
|
345
|
+
attr_accessor :fpx
|
346
|
+
# If this is a `giropay` PaymentMethod, this hash contains details about the Giropay payment method.
|
347
|
+
attr_accessor :giropay
|
348
|
+
# If this is a `grabpay` PaymentMethod, this hash contains details about the GrabPay payment method.
|
349
|
+
attr_accessor :grabpay
|
350
|
+
# If this is an `ideal` PaymentMethod, this hash contains details about the iDEAL payment method.
|
351
|
+
attr_accessor :ideal
|
352
|
+
# If this is an `interac_present` PaymentMethod, this hash contains details about the Interac Present payment method.
|
353
|
+
attr_accessor :interac_present
|
354
|
+
# If this is a `kakao_pay` PaymentMethod, this hash contains details about the Kakao Pay payment method.
|
355
|
+
attr_accessor :kakao_pay
|
356
|
+
# If this is a `klarna` PaymentMethod, this hash contains details about the Klarna payment method.
|
357
|
+
attr_accessor :klarna
|
358
|
+
# If this is a `konbini` PaymentMethod, this hash contains details about the Konbini payment method.
|
359
|
+
attr_accessor :konbini
|
360
|
+
# If this is a `kr_card` PaymentMethod, this hash contains details about the Korean Card payment method.
|
361
|
+
attr_accessor :kr_card
|
362
|
+
# If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.
|
363
|
+
attr_accessor :link
|
364
|
+
# If this is a MB WAY PaymentMethod, this hash contains details about the MB WAY payment method.
|
365
|
+
attr_accessor :mb_way
|
366
|
+
# 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`.
|
367
|
+
attr_accessor :metadata
|
368
|
+
# If this is a `mobilepay` PaymentMethod, this hash contains details about the MobilePay payment method.
|
369
|
+
attr_accessor :mobilepay
|
370
|
+
# If this is a `multibanco` PaymentMethod, this hash contains details about the Multibanco payment method.
|
371
|
+
attr_accessor :multibanco
|
372
|
+
# If this is a `naver_pay` PaymentMethod, this hash contains details about the Naver Pay payment method.
|
373
|
+
attr_accessor :naver_pay
|
374
|
+
# If this is an nz_bank_account PaymentMethod, this hash contains details about the nz_bank_account payment method.
|
375
|
+
attr_accessor :nz_bank_account
|
376
|
+
# If this is an `oxxo` PaymentMethod, this hash contains details about the OXXO payment method.
|
377
|
+
attr_accessor :oxxo
|
378
|
+
# If this is a `p24` PaymentMethod, this hash contains details about the P24 payment method.
|
379
|
+
attr_accessor :p24
|
380
|
+
# If this is a `pay_by_bank` PaymentMethod, this hash contains details about the PayByBank payment method.
|
381
|
+
attr_accessor :pay_by_bank
|
382
|
+
# If this is a `payco` PaymentMethod, this hash contains details about the PAYCO payment method.
|
383
|
+
attr_accessor :payco
|
384
|
+
# If this is a `paynow` PaymentMethod, this hash contains details about the PayNow payment method.
|
385
|
+
attr_accessor :paynow
|
386
|
+
# If this is a `paypal` PaymentMethod, this hash contains details about the PayPal payment method.
|
387
|
+
attr_accessor :paypal
|
388
|
+
# If this is a `pix` PaymentMethod, this hash contains details about the Pix payment method.
|
389
|
+
attr_accessor :pix
|
390
|
+
# If this is a `promptpay` PaymentMethod, this hash contains details about the PromptPay payment method.
|
391
|
+
attr_accessor :promptpay
|
392
|
+
# Options to configure Radar. See [Radar Session](https://stripe.com/docs/radar/radar-session) for more information.
|
393
|
+
attr_accessor :radar_options
|
394
|
+
# If this is a `revolut_pay` PaymentMethod, this hash contains details about the Revolut Pay payment method.
|
395
|
+
attr_accessor :revolut_pay
|
396
|
+
# If this is a `samsung_pay` PaymentMethod, this hash contains details about the SamsungPay payment method.
|
397
|
+
attr_accessor :samsung_pay
|
398
|
+
# If this is a `satispay` PaymentMethod, this hash contains details about the Satispay payment method.
|
399
|
+
attr_accessor :satispay
|
400
|
+
# If this is a `sepa_debit` PaymentMethod, this hash contains details about the SEPA debit bank account.
|
401
|
+
attr_accessor :sepa_debit
|
402
|
+
# If this is a `sofort` PaymentMethod, this hash contains details about the SOFORT payment method.
|
403
|
+
attr_accessor :sofort
|
404
|
+
# If this is a `swish` PaymentMethod, this hash contains details about the Swish payment method.
|
405
|
+
attr_accessor :swish
|
406
|
+
# If this is a TWINT PaymentMethod, this hash contains details about the TWINT payment method.
|
407
|
+
attr_accessor :twint
|
408
|
+
# The type of the PaymentMethod. An additional hash is included on the PaymentMethod with a name matching this value. It contains additional information specific to the PaymentMethod type.
|
409
|
+
attr_accessor :type
|
410
|
+
# If this is an `us_bank_account` PaymentMethod, this hash contains details about the US bank account payment method.
|
411
|
+
attr_accessor :us_bank_account
|
412
|
+
# If this is an `wechat_pay` PaymentMethod, this hash contains details about the wechat_pay payment method.
|
413
|
+
attr_accessor :wechat_pay
|
414
|
+
# If this is a `zip` PaymentMethod, this hash contains details about the Zip payment method.
|
415
|
+
attr_accessor :zip
|
416
|
+
|
417
|
+
def initialize(
|
418
|
+
acss_debit: nil,
|
419
|
+
affirm: nil,
|
420
|
+
afterpay_clearpay: nil,
|
421
|
+
alipay: nil,
|
422
|
+
allow_redisplay: nil,
|
423
|
+
alma: nil,
|
424
|
+
amazon_pay: nil,
|
425
|
+
au_becs_debit: nil,
|
426
|
+
bacs_debit: nil,
|
427
|
+
bancontact: nil,
|
428
|
+
billie: nil,
|
429
|
+
billing_details: nil,
|
430
|
+
blik: nil,
|
431
|
+
boleto: nil,
|
432
|
+
cashapp: nil,
|
433
|
+
crypto: nil,
|
434
|
+
customer_balance: nil,
|
435
|
+
eps: nil,
|
436
|
+
fpx: nil,
|
437
|
+
giropay: nil,
|
438
|
+
grabpay: nil,
|
439
|
+
ideal: nil,
|
440
|
+
interac_present: nil,
|
441
|
+
kakao_pay: nil,
|
442
|
+
klarna: nil,
|
443
|
+
konbini: nil,
|
444
|
+
kr_card: nil,
|
445
|
+
link: nil,
|
446
|
+
mb_way: nil,
|
447
|
+
metadata: nil,
|
448
|
+
mobilepay: nil,
|
449
|
+
multibanco: nil,
|
450
|
+
naver_pay: nil,
|
451
|
+
nz_bank_account: nil,
|
452
|
+
oxxo: nil,
|
453
|
+
p24: nil,
|
454
|
+
pay_by_bank: nil,
|
455
|
+
payco: nil,
|
456
|
+
paynow: nil,
|
457
|
+
paypal: nil,
|
458
|
+
pix: nil,
|
459
|
+
promptpay: nil,
|
460
|
+
radar_options: nil,
|
461
|
+
revolut_pay: nil,
|
462
|
+
samsung_pay: nil,
|
463
|
+
satispay: nil,
|
464
|
+
sepa_debit: nil,
|
465
|
+
sofort: nil,
|
466
|
+
swish: nil,
|
467
|
+
twint: nil,
|
468
|
+
type: nil,
|
469
|
+
us_bank_account: nil,
|
470
|
+
wechat_pay: nil,
|
471
|
+
zip: nil
|
472
|
+
)
|
473
|
+
@acss_debit = acss_debit
|
474
|
+
@affirm = affirm
|
475
|
+
@afterpay_clearpay = afterpay_clearpay
|
476
|
+
@alipay = alipay
|
477
|
+
@allow_redisplay = allow_redisplay
|
478
|
+
@alma = alma
|
479
|
+
@amazon_pay = amazon_pay
|
480
|
+
@au_becs_debit = au_becs_debit
|
481
|
+
@bacs_debit = bacs_debit
|
482
|
+
@bancontact = bancontact
|
483
|
+
@billie = billie
|
484
|
+
@billing_details = billing_details
|
485
|
+
@blik = blik
|
486
|
+
@boleto = boleto
|
487
|
+
@cashapp = cashapp
|
488
|
+
@crypto = crypto
|
489
|
+
@customer_balance = customer_balance
|
490
|
+
@eps = eps
|
491
|
+
@fpx = fpx
|
492
|
+
@giropay = giropay
|
493
|
+
@grabpay = grabpay
|
494
|
+
@ideal = ideal
|
495
|
+
@interac_present = interac_present
|
496
|
+
@kakao_pay = kakao_pay
|
497
|
+
@klarna = klarna
|
498
|
+
@konbini = konbini
|
499
|
+
@kr_card = kr_card
|
500
|
+
@link = link
|
501
|
+
@mb_way = mb_way
|
502
|
+
@metadata = metadata
|
503
|
+
@mobilepay = mobilepay
|
504
|
+
@multibanco = multibanco
|
505
|
+
@naver_pay = naver_pay
|
506
|
+
@nz_bank_account = nz_bank_account
|
507
|
+
@oxxo = oxxo
|
508
|
+
@p24 = p24
|
509
|
+
@pay_by_bank = pay_by_bank
|
510
|
+
@payco = payco
|
511
|
+
@paynow = paynow
|
512
|
+
@paypal = paypal
|
513
|
+
@pix = pix
|
514
|
+
@promptpay = promptpay
|
515
|
+
@radar_options = radar_options
|
516
|
+
@revolut_pay = revolut_pay
|
517
|
+
@samsung_pay = samsung_pay
|
518
|
+
@satispay = satispay
|
519
|
+
@sepa_debit = sepa_debit
|
520
|
+
@sofort = sofort
|
521
|
+
@swish = swish
|
522
|
+
@twint = twint
|
523
|
+
@type = type
|
524
|
+
@us_bank_account = us_bank_account
|
525
|
+
@wechat_pay = wechat_pay
|
526
|
+
@zip = zip
|
527
|
+
end
|
528
|
+
end
|
529
|
+
|
530
|
+
class PaymentMethodOptions < Stripe::RequestParams
|
531
|
+
class AcssDebit < Stripe::RequestParams
|
532
|
+
class MandateOptions < Stripe::RequestParams
|
533
|
+
# A URL for custom mandate text to render during confirmation step.
|
534
|
+
# The URL will be rendered with additional GET parameters `payment_intent` and `payment_intent_client_secret` when confirming a Payment Intent,
|
535
|
+
# or `setup_intent` and `setup_intent_client_secret` when confirming a Setup Intent.
|
536
|
+
attr_accessor :custom_mandate_url
|
537
|
+
# Description of the mandate interval. Only required if 'payment_schedule' parameter is 'interval' or 'combined'.
|
538
|
+
attr_accessor :interval_description
|
539
|
+
# Payment schedule for the mandate.
|
540
|
+
attr_accessor :payment_schedule
|
541
|
+
# Transaction type of the mandate.
|
542
|
+
attr_accessor :transaction_type
|
543
|
+
|
544
|
+
def initialize(
|
545
|
+
custom_mandate_url: nil,
|
546
|
+
interval_description: nil,
|
547
|
+
payment_schedule: nil,
|
548
|
+
transaction_type: nil
|
549
|
+
)
|
550
|
+
@custom_mandate_url = custom_mandate_url
|
551
|
+
@interval_description = interval_description
|
552
|
+
@payment_schedule = payment_schedule
|
553
|
+
@transaction_type = transaction_type
|
554
|
+
end
|
555
|
+
end
|
556
|
+
# Additional fields for Mandate creation
|
557
|
+
attr_accessor :mandate_options
|
558
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
559
|
+
#
|
560
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
561
|
+
#
|
562
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
563
|
+
#
|
564
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
565
|
+
#
|
566
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
567
|
+
attr_accessor :setup_future_usage
|
568
|
+
# Controls when Stripe will attempt to debit the funds from the customer's account. The date must be a string in YYYY-MM-DD format. The date must be in the future and between 3 and 15 calendar days from now.
|
569
|
+
attr_accessor :target_date
|
570
|
+
# Bank account verification method.
|
571
|
+
attr_accessor :verification_method
|
572
|
+
|
573
|
+
def initialize(
|
574
|
+
mandate_options: nil,
|
575
|
+
setup_future_usage: nil,
|
576
|
+
target_date: nil,
|
577
|
+
verification_method: nil
|
578
|
+
)
|
579
|
+
@mandate_options = mandate_options
|
580
|
+
@setup_future_usage = setup_future_usage
|
581
|
+
@target_date = target_date
|
582
|
+
@verification_method = verification_method
|
583
|
+
end
|
584
|
+
end
|
585
|
+
|
586
|
+
class Affirm < Stripe::RequestParams
|
587
|
+
# Controls when the funds are captured from the customer's account.
|
588
|
+
#
|
589
|
+
# If provided, this parameter overrides the behavior of the top-level [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
590
|
+
#
|
591
|
+
# If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
592
|
+
attr_accessor :capture_method
|
593
|
+
# Preferred language of the Affirm authorization page that the customer is redirected to.
|
594
|
+
attr_accessor :preferred_locale
|
595
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
596
|
+
#
|
597
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
598
|
+
#
|
599
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
600
|
+
#
|
601
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
602
|
+
#
|
603
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
604
|
+
attr_accessor :setup_future_usage
|
605
|
+
|
606
|
+
def initialize(capture_method: nil, preferred_locale: nil, setup_future_usage: nil)
|
607
|
+
@capture_method = capture_method
|
608
|
+
@preferred_locale = preferred_locale
|
609
|
+
@setup_future_usage = setup_future_usage
|
610
|
+
end
|
611
|
+
end
|
612
|
+
|
613
|
+
class AfterpayClearpay < Stripe::RequestParams
|
614
|
+
# Controls when the funds are captured from the customer's account.
|
615
|
+
#
|
616
|
+
# If provided, this parameter overrides the behavior of the top-level [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
617
|
+
#
|
618
|
+
# If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
619
|
+
attr_accessor :capture_method
|
620
|
+
# An internal identifier or reference that this payment corresponds to. You must limit the identifier to 128 characters, and it can only contain letters, numbers, underscores, backslashes, and dashes.
|
621
|
+
# This field differs from the statement descriptor and item name.
|
622
|
+
attr_accessor :reference
|
623
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
624
|
+
#
|
625
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
626
|
+
#
|
627
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
628
|
+
#
|
629
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
630
|
+
#
|
631
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
632
|
+
attr_accessor :setup_future_usage
|
633
|
+
|
634
|
+
def initialize(capture_method: nil, reference: nil, setup_future_usage: nil)
|
635
|
+
@capture_method = capture_method
|
636
|
+
@reference = reference
|
637
|
+
@setup_future_usage = setup_future_usage
|
638
|
+
end
|
639
|
+
end
|
640
|
+
|
641
|
+
class Alipay < Stripe::RequestParams
|
642
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
643
|
+
#
|
644
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
645
|
+
#
|
646
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
647
|
+
#
|
648
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
649
|
+
#
|
650
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
651
|
+
attr_accessor :setup_future_usage
|
652
|
+
|
653
|
+
def initialize(setup_future_usage: nil)
|
654
|
+
@setup_future_usage = setup_future_usage
|
655
|
+
end
|
656
|
+
end
|
657
|
+
|
658
|
+
class Alma < Stripe::RequestParams
|
659
|
+
# Controls when the funds are captured from the customer's account.
|
660
|
+
#
|
661
|
+
# If provided, this parameter overrides the behavior of the top-level [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
662
|
+
#
|
663
|
+
# If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
664
|
+
attr_accessor :capture_method
|
665
|
+
|
666
|
+
def initialize(capture_method: nil)
|
667
|
+
@capture_method = capture_method
|
668
|
+
end
|
669
|
+
end
|
670
|
+
|
671
|
+
class AmazonPay < Stripe::RequestParams
|
672
|
+
# Controls when the funds are captured from the customer's account.
|
673
|
+
#
|
674
|
+
# If provided, this parameter overrides the behavior of the top-level [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
675
|
+
#
|
676
|
+
# If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
677
|
+
attr_accessor :capture_method
|
678
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
679
|
+
#
|
680
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
681
|
+
#
|
682
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
683
|
+
#
|
684
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
685
|
+
attr_accessor :setup_future_usage
|
686
|
+
|
687
|
+
def initialize(capture_method: nil, setup_future_usage: nil)
|
688
|
+
@capture_method = capture_method
|
689
|
+
@setup_future_usage = setup_future_usage
|
690
|
+
end
|
691
|
+
end
|
692
|
+
|
693
|
+
class AuBecsDebit < Stripe::RequestParams
|
694
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
695
|
+
#
|
696
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
697
|
+
#
|
698
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
699
|
+
#
|
700
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
701
|
+
#
|
702
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
703
|
+
attr_accessor :setup_future_usage
|
704
|
+
# Controls when Stripe will attempt to debit the funds from the customer's account. The date must be a string in YYYY-MM-DD format. The date must be in the future and between 3 and 15 calendar days from now.
|
705
|
+
attr_accessor :target_date
|
706
|
+
|
707
|
+
def initialize(setup_future_usage: nil, target_date: nil)
|
708
|
+
@setup_future_usage = setup_future_usage
|
709
|
+
@target_date = target_date
|
710
|
+
end
|
711
|
+
end
|
712
|
+
|
713
|
+
class BacsDebit < Stripe::RequestParams
|
714
|
+
class MandateOptions < Stripe::RequestParams
|
715
|
+
# Prefix used to generate the Mandate reference. Must be at most 12 characters long. Must consist of only uppercase letters, numbers, spaces, or the following special characters: '/', '_', '-', '&', '.'. Cannot begin with 'DDIC' or 'STRIPE'.
|
716
|
+
attr_accessor :reference_prefix
|
717
|
+
|
718
|
+
def initialize(reference_prefix: nil)
|
719
|
+
@reference_prefix = reference_prefix
|
720
|
+
end
|
721
|
+
end
|
722
|
+
# Additional fields for Mandate creation
|
723
|
+
attr_accessor :mandate_options
|
724
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
725
|
+
#
|
726
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
727
|
+
#
|
728
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
729
|
+
#
|
730
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
731
|
+
#
|
732
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
733
|
+
attr_accessor :setup_future_usage
|
734
|
+
# Controls when Stripe will attempt to debit the funds from the customer's account. The date must be a string in YYYY-MM-DD format. The date must be in the future and between 3 and 15 calendar days from now.
|
735
|
+
attr_accessor :target_date
|
736
|
+
|
737
|
+
def initialize(mandate_options: nil, setup_future_usage: nil, target_date: nil)
|
738
|
+
@mandate_options = mandate_options
|
739
|
+
@setup_future_usage = setup_future_usage
|
740
|
+
@target_date = target_date
|
741
|
+
end
|
742
|
+
end
|
743
|
+
|
744
|
+
class Bancontact < Stripe::RequestParams
|
745
|
+
# Preferred language of the Bancontact authorization page that the customer is redirected to.
|
746
|
+
attr_accessor :preferred_language
|
747
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
748
|
+
#
|
749
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
750
|
+
#
|
751
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
752
|
+
#
|
753
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
754
|
+
#
|
755
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
756
|
+
attr_accessor :setup_future_usage
|
757
|
+
|
758
|
+
def initialize(preferred_language: nil, setup_future_usage: nil)
|
759
|
+
@preferred_language = preferred_language
|
760
|
+
@setup_future_usage = setup_future_usage
|
761
|
+
end
|
762
|
+
end
|
763
|
+
|
764
|
+
class Billie < Stripe::RequestParams
|
765
|
+
# Controls when the funds are captured from the customer's account.
|
766
|
+
#
|
767
|
+
# If provided, this parameter overrides the behavior of the top-level [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
768
|
+
#
|
769
|
+
# If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
770
|
+
attr_accessor :capture_method
|
771
|
+
|
772
|
+
def initialize(capture_method: nil)
|
773
|
+
@capture_method = capture_method
|
774
|
+
end
|
775
|
+
end
|
776
|
+
|
777
|
+
class Blik < Stripe::RequestParams
|
778
|
+
# The 6-digit BLIK code that a customer has generated using their banking application. Can only be set on confirmation.
|
779
|
+
attr_accessor :code
|
780
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
781
|
+
#
|
782
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
783
|
+
#
|
784
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
785
|
+
#
|
786
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
787
|
+
#
|
788
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
789
|
+
attr_accessor :setup_future_usage
|
790
|
+
|
791
|
+
def initialize(code: nil, setup_future_usage: nil)
|
792
|
+
@code = code
|
793
|
+
@setup_future_usage = setup_future_usage
|
794
|
+
end
|
795
|
+
end
|
796
|
+
|
797
|
+
class Boleto < Stripe::RequestParams
|
798
|
+
# The number of calendar days before a Boleto voucher expires. For example, if you create a Boleto voucher on Monday and you set expires_after_days to 2, the Boleto invoice will expire on Wednesday at 23:59 America/Sao_Paulo time.
|
799
|
+
attr_accessor :expires_after_days
|
800
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
801
|
+
#
|
802
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
803
|
+
#
|
804
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
805
|
+
#
|
806
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
807
|
+
#
|
808
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
809
|
+
attr_accessor :setup_future_usage
|
810
|
+
|
811
|
+
def initialize(expires_after_days: nil, setup_future_usage: nil)
|
812
|
+
@expires_after_days = expires_after_days
|
813
|
+
@setup_future_usage = setup_future_usage
|
814
|
+
end
|
815
|
+
end
|
816
|
+
|
817
|
+
class Card < Stripe::RequestParams
|
818
|
+
class Installments < Stripe::RequestParams
|
819
|
+
class Plan < Stripe::RequestParams
|
820
|
+
# For `fixed_count` installment plans, this is required. It represents the number of installment payments your customer will make to their credit card.
|
821
|
+
attr_accessor :count
|
822
|
+
# For `fixed_count` installment plans, this is required. It represents the interval between installment payments your customer will make to their credit card.
|
823
|
+
# One of `month`.
|
824
|
+
attr_accessor :interval
|
825
|
+
# Type of installment plan, one of `fixed_count`, `bonus`, or `revolving`.
|
826
|
+
attr_accessor :type
|
827
|
+
|
828
|
+
def initialize(count: nil, interval: nil, type: nil)
|
829
|
+
@count = count
|
830
|
+
@interval = interval
|
831
|
+
@type = type
|
832
|
+
end
|
833
|
+
end
|
834
|
+
# Setting to true enables installments for this PaymentIntent.
|
835
|
+
# This will cause the response to contain a list of available installment plans.
|
836
|
+
# Setting to false will prevent any selected plan from applying to a charge.
|
837
|
+
attr_accessor :enabled
|
838
|
+
# The selected installment plan to use for this payment attempt.
|
839
|
+
# This parameter can only be provided during confirmation.
|
840
|
+
attr_accessor :plan
|
841
|
+
|
842
|
+
def initialize(enabled: nil, plan: nil)
|
843
|
+
@enabled = enabled
|
844
|
+
@plan = plan
|
845
|
+
end
|
846
|
+
end
|
847
|
+
|
848
|
+
class MandateOptions < Stripe::RequestParams
|
849
|
+
# Amount to be charged for future payments.
|
850
|
+
attr_accessor :amount
|
851
|
+
# One of `fixed` or `maximum`. If `fixed`, the `amount` param refers to the exact amount to be charged in future payments. If `maximum`, the amount charged can be up to the value passed for the `amount` param.
|
852
|
+
attr_accessor :amount_type
|
853
|
+
# A description of the mandate or subscription that is meant to be displayed to the customer.
|
854
|
+
attr_accessor :description
|
855
|
+
# End date of the mandate or subscription. If not provided, the mandate will be active until canceled. If provided, end date should be after start date.
|
856
|
+
attr_accessor :end_date
|
857
|
+
# Specifies payment frequency. One of `day`, `week`, `month`, `year`, or `sporadic`.
|
858
|
+
attr_accessor :interval
|
859
|
+
# The number of intervals between payments. For example, `interval=month` and `interval_count=3` indicates one payment every three months. Maximum of one year interval allowed (1 year, 12 months, or 52 weeks). This parameter is optional when `interval=sporadic`.
|
860
|
+
attr_accessor :interval_count
|
861
|
+
# Unique identifier for the mandate or subscription.
|
862
|
+
attr_accessor :reference
|
863
|
+
# Start date of the mandate or subscription. Start date should not be lesser than yesterday.
|
864
|
+
attr_accessor :start_date
|
865
|
+
# Specifies the type of mandates supported. Possible values are `india`.
|
866
|
+
attr_accessor :supported_types
|
867
|
+
|
868
|
+
def initialize(
|
869
|
+
amount: nil,
|
870
|
+
amount_type: nil,
|
871
|
+
description: nil,
|
872
|
+
end_date: nil,
|
873
|
+
interval: nil,
|
874
|
+
interval_count: nil,
|
875
|
+
reference: nil,
|
876
|
+
start_date: nil,
|
877
|
+
supported_types: nil
|
878
|
+
)
|
879
|
+
@amount = amount
|
880
|
+
@amount_type = amount_type
|
881
|
+
@description = description
|
882
|
+
@end_date = end_date
|
883
|
+
@interval = interval
|
884
|
+
@interval_count = interval_count
|
885
|
+
@reference = reference
|
886
|
+
@start_date = start_date
|
887
|
+
@supported_types = supported_types
|
888
|
+
end
|
889
|
+
end
|
890
|
+
|
891
|
+
class ThreeDSecure < Stripe::RequestParams
|
892
|
+
class NetworkOptions < Stripe::RequestParams
|
893
|
+
class CartesBancaires < Stripe::RequestParams
|
894
|
+
# The cryptogram calculation algorithm used by the card Issuer's ACS
|
895
|
+
# to calculate the Authentication cryptogram. Also known as `cavvAlgorithm`.
|
896
|
+
# messageExtension: CB-AVALGO
|
897
|
+
attr_accessor :cb_avalgo
|
898
|
+
# The exemption indicator returned from Cartes Bancaires in the ARes.
|
899
|
+
# message extension: CB-EXEMPTION; string (4 characters)
|
900
|
+
# This is a 3 byte bitmap (low significant byte first and most significant
|
901
|
+
# bit first) that has been Base64 encoded
|
902
|
+
attr_accessor :cb_exemption
|
903
|
+
# The risk score returned from Cartes Bancaires in the ARes.
|
904
|
+
# message extension: CB-SCORE; numeric value 0-99
|
905
|
+
attr_accessor :cb_score
|
906
|
+
|
907
|
+
def initialize(cb_avalgo: nil, cb_exemption: nil, cb_score: nil)
|
908
|
+
@cb_avalgo = cb_avalgo
|
909
|
+
@cb_exemption = cb_exemption
|
910
|
+
@cb_score = cb_score
|
911
|
+
end
|
912
|
+
end
|
913
|
+
# Cartes Bancaires-specific 3DS fields.
|
914
|
+
attr_accessor :cartes_bancaires
|
915
|
+
|
916
|
+
def initialize(cartes_bancaires: nil)
|
917
|
+
@cartes_bancaires = cartes_bancaires
|
918
|
+
end
|
919
|
+
end
|
920
|
+
# The `transStatus` returned from the card Issuer’s ACS in the ARes.
|
921
|
+
attr_accessor :ares_trans_status
|
922
|
+
# The cryptogram, also known as the "authentication value" (AAV, CAVV or
|
923
|
+
# AEVV). This value is 20 bytes, base64-encoded into a 28-character string.
|
924
|
+
# (Most 3D Secure providers will return the base64-encoded version, which
|
925
|
+
# is what you should specify here.)
|
926
|
+
attr_accessor :cryptogram
|
927
|
+
# The Electronic Commerce Indicator (ECI) is returned by your 3D Secure
|
928
|
+
# provider and indicates what degree of authentication was performed.
|
929
|
+
attr_accessor :electronic_commerce_indicator
|
930
|
+
# The exemption requested via 3DS and accepted by the issuer at authentication time.
|
931
|
+
attr_accessor :exemption_indicator
|
932
|
+
# Network specific 3DS fields. Network specific arguments require an
|
933
|
+
# explicit card brand choice. The parameter `payment_method_options.card.network``
|
934
|
+
# must be populated accordingly
|
935
|
+
attr_accessor :network_options
|
936
|
+
# The challenge indicator (`threeDSRequestorChallengeInd`) which was requested in the
|
937
|
+
# AReq sent to the card Issuer's ACS. A string containing 2 digits from 01-99.
|
938
|
+
attr_accessor :requestor_challenge_indicator
|
939
|
+
# For 3D Secure 1, the XID. For 3D Secure 2, the Directory Server
|
940
|
+
# Transaction ID (dsTransID).
|
941
|
+
attr_accessor :transaction_id
|
942
|
+
# The version of 3D Secure that was performed.
|
943
|
+
attr_accessor :version
|
944
|
+
|
945
|
+
def initialize(
|
946
|
+
ares_trans_status: nil,
|
947
|
+
cryptogram: nil,
|
948
|
+
electronic_commerce_indicator: nil,
|
949
|
+
exemption_indicator: nil,
|
950
|
+
network_options: nil,
|
951
|
+
requestor_challenge_indicator: nil,
|
952
|
+
transaction_id: nil,
|
953
|
+
version: nil
|
954
|
+
)
|
955
|
+
@ares_trans_status = ares_trans_status
|
956
|
+
@cryptogram = cryptogram
|
957
|
+
@electronic_commerce_indicator = electronic_commerce_indicator
|
958
|
+
@exemption_indicator = exemption_indicator
|
959
|
+
@network_options = network_options
|
960
|
+
@requestor_challenge_indicator = requestor_challenge_indicator
|
961
|
+
@transaction_id = transaction_id
|
962
|
+
@version = version
|
963
|
+
end
|
964
|
+
end
|
965
|
+
# Controls when the funds are captured from the customer's account.
|
966
|
+
#
|
967
|
+
# If provided, this parameter overrides the behavior of the top-level [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
968
|
+
#
|
969
|
+
# If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
970
|
+
attr_accessor :capture_method
|
971
|
+
# A single-use `cvc_update` Token that represents a card CVC value. When provided, the CVC value will be verified during the card payment attempt. This parameter can only be provided during confirmation.
|
972
|
+
attr_accessor :cvc_token
|
973
|
+
# Installment configuration for payments attempted on this PaymentIntent.
|
974
|
+
#
|
975
|
+
# For more information, see the [installments integration guide](https://stripe.com/docs/payments/installments).
|
976
|
+
attr_accessor :installments
|
977
|
+
# Configuration options for setting up an eMandate for cards issued in India.
|
978
|
+
attr_accessor :mandate_options
|
979
|
+
# When specified, this parameter indicates that a transaction will be marked
|
980
|
+
# as MOTO (Mail Order Telephone Order) and thus out of scope for SCA. This
|
981
|
+
# parameter can only be provided during confirmation.
|
982
|
+
attr_accessor :moto
|
983
|
+
# Selected network to process this PaymentIntent on. Depends on the available networks of the card attached to the PaymentIntent. Can be only set confirm-time.
|
984
|
+
attr_accessor :network
|
985
|
+
# Request ability to [capture beyond the standard authorization validity window](https://stripe.com/docs/payments/extended-authorization) for this PaymentIntent.
|
986
|
+
attr_accessor :request_extended_authorization
|
987
|
+
# Request ability to [increment the authorization](https://stripe.com/docs/payments/incremental-authorization) for this PaymentIntent.
|
988
|
+
attr_accessor :request_incremental_authorization
|
989
|
+
# Request ability to make [multiple captures](https://stripe.com/docs/payments/multicapture) for this PaymentIntent.
|
990
|
+
attr_accessor :request_multicapture
|
991
|
+
# Request ability to [overcapture](https://stripe.com/docs/payments/overcapture) for this PaymentIntent.
|
992
|
+
attr_accessor :request_overcapture
|
993
|
+
# We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and [other requirements](https://stripe.com/docs/strong-customer-authentication). However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. If not provided, this value defaults to `automatic`. Read our guide on [manually requesting 3D Secure](https://stripe.com/docs/payments/3d-secure/authentication-flow#manual-three-ds) for more information on how this configuration interacts with Radar and our SCA Engine.
|
994
|
+
attr_accessor :request_three_d_secure
|
995
|
+
# When enabled, using a card that is attached to a customer will require the CVC to be provided again (i.e. using the cvc_token parameter).
|
996
|
+
attr_accessor :require_cvc_recollection
|
997
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
998
|
+
#
|
999
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1000
|
+
#
|
1001
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1002
|
+
#
|
1003
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1004
|
+
#
|
1005
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
1006
|
+
attr_accessor :setup_future_usage
|
1007
|
+
# Provides information about a card payment that customers see on their statements. Concatenated with the Kana prefix (shortened Kana descriptor) or Kana statement descriptor that’s set on the account to form the complete statement descriptor. Maximum 22 characters. On card statements, the *concatenation* of both prefix and suffix (including separators) will appear truncated to 22 characters.
|
1008
|
+
attr_accessor :statement_descriptor_suffix_kana
|
1009
|
+
# Provides information about a card payment that customers see on their statements. Concatenated with the Kanji prefix (shortened Kanji descriptor) or Kanji statement descriptor that’s set on the account to form the complete statement descriptor. Maximum 17 characters. On card statements, the *concatenation* of both prefix and suffix (including separators) will appear truncated to 17 characters.
|
1010
|
+
attr_accessor :statement_descriptor_suffix_kanji
|
1011
|
+
# If 3D Secure authentication was performed with a third-party provider,
|
1012
|
+
# the authentication details to use for this payment.
|
1013
|
+
attr_accessor :three_d_secure
|
1014
|
+
|
1015
|
+
def initialize(
|
1016
|
+
capture_method: nil,
|
1017
|
+
cvc_token: nil,
|
1018
|
+
installments: nil,
|
1019
|
+
mandate_options: nil,
|
1020
|
+
moto: nil,
|
1021
|
+
network: nil,
|
1022
|
+
request_extended_authorization: nil,
|
1023
|
+
request_incremental_authorization: nil,
|
1024
|
+
request_multicapture: nil,
|
1025
|
+
request_overcapture: nil,
|
1026
|
+
request_three_d_secure: nil,
|
1027
|
+
require_cvc_recollection: nil,
|
1028
|
+
setup_future_usage: nil,
|
1029
|
+
statement_descriptor_suffix_kana: nil,
|
1030
|
+
statement_descriptor_suffix_kanji: nil,
|
1031
|
+
three_d_secure: nil
|
1032
|
+
)
|
1033
|
+
@capture_method = capture_method
|
1034
|
+
@cvc_token = cvc_token
|
1035
|
+
@installments = installments
|
1036
|
+
@mandate_options = mandate_options
|
1037
|
+
@moto = moto
|
1038
|
+
@network = network
|
1039
|
+
@request_extended_authorization = request_extended_authorization
|
1040
|
+
@request_incremental_authorization = request_incremental_authorization
|
1041
|
+
@request_multicapture = request_multicapture
|
1042
|
+
@request_overcapture = request_overcapture
|
1043
|
+
@request_three_d_secure = request_three_d_secure
|
1044
|
+
@require_cvc_recollection = require_cvc_recollection
|
1045
|
+
@setup_future_usage = setup_future_usage
|
1046
|
+
@statement_descriptor_suffix_kana = statement_descriptor_suffix_kana
|
1047
|
+
@statement_descriptor_suffix_kanji = statement_descriptor_suffix_kanji
|
1048
|
+
@three_d_secure = three_d_secure
|
1049
|
+
end
|
1050
|
+
end
|
1051
|
+
|
1052
|
+
class CardPresent < Stripe::RequestParams
|
1053
|
+
class Routing < Stripe::RequestParams
|
1054
|
+
# Routing requested priority
|
1055
|
+
attr_accessor :requested_priority
|
1056
|
+
|
1057
|
+
def initialize(requested_priority: nil)
|
1058
|
+
@requested_priority = requested_priority
|
1059
|
+
end
|
1060
|
+
end
|
1061
|
+
# Request ability to capture this payment beyond the standard [authorization validity window](https://stripe.com/docs/terminal/features/extended-authorizations#authorization-validity)
|
1062
|
+
attr_accessor :request_extended_authorization
|
1063
|
+
# Request ability to [increment](https://stripe.com/docs/terminal/features/incremental-authorizations) this PaymentIntent if the combination of MCC and card brand is eligible. Check [incremental_authorization_supported](https://stripe.com/docs/api/charges/object#charge_object-payment_method_details-card_present-incremental_authorization_supported) in the [Confirm](https://stripe.com/docs/api/payment_intents/confirm) response to verify support.
|
1064
|
+
attr_accessor :request_incremental_authorization_support
|
1065
|
+
# Network routing priority on co-branded EMV cards supporting domestic debit and international card schemes.
|
1066
|
+
attr_accessor :routing
|
1067
|
+
|
1068
|
+
def initialize(
|
1069
|
+
request_extended_authorization: nil,
|
1070
|
+
request_incremental_authorization_support: nil,
|
1071
|
+
routing: nil
|
1072
|
+
)
|
1073
|
+
@request_extended_authorization = request_extended_authorization
|
1074
|
+
@request_incremental_authorization_support = request_incremental_authorization_support
|
1075
|
+
@routing = routing
|
1076
|
+
end
|
1077
|
+
end
|
1078
|
+
|
1079
|
+
class Cashapp < Stripe::RequestParams
|
1080
|
+
# Controls when the funds are captured from the customer's account.
|
1081
|
+
#
|
1082
|
+
# If provided, this parameter overrides the behavior of the top-level [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
1083
|
+
#
|
1084
|
+
# If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
1085
|
+
attr_accessor :capture_method
|
1086
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1087
|
+
#
|
1088
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1089
|
+
#
|
1090
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1091
|
+
#
|
1092
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1093
|
+
#
|
1094
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
1095
|
+
attr_accessor :setup_future_usage
|
1096
|
+
|
1097
|
+
def initialize(capture_method: nil, setup_future_usage: nil)
|
1098
|
+
@capture_method = capture_method
|
1099
|
+
@setup_future_usage = setup_future_usage
|
1100
|
+
end
|
1101
|
+
end
|
1102
|
+
|
1103
|
+
class Crypto < Stripe::RequestParams
|
1104
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1105
|
+
#
|
1106
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1107
|
+
#
|
1108
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1109
|
+
#
|
1110
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1111
|
+
#
|
1112
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
1113
|
+
attr_accessor :setup_future_usage
|
1114
|
+
|
1115
|
+
def initialize(setup_future_usage: nil)
|
1116
|
+
@setup_future_usage = setup_future_usage
|
1117
|
+
end
|
1118
|
+
end
|
1119
|
+
|
1120
|
+
class CustomerBalance < Stripe::RequestParams
|
1121
|
+
class BankTransfer < Stripe::RequestParams
|
1122
|
+
class EuBankTransfer < Stripe::RequestParams
|
1123
|
+
# The desired country code of the bank account information. Permitted values include: `BE`, `DE`, `ES`, `FR`, `IE`, or `NL`.
|
1124
|
+
attr_accessor :country
|
1125
|
+
|
1126
|
+
def initialize(country: nil)
|
1127
|
+
@country = country
|
1128
|
+
end
|
1129
|
+
end
|
1130
|
+
# Configuration for the eu_bank_transfer funding type.
|
1131
|
+
attr_accessor :eu_bank_transfer
|
1132
|
+
# List of address types that should be returned in the financial_addresses response. If not specified, all valid types will be returned.
|
1133
|
+
#
|
1134
|
+
# Permitted values include: `sort_code`, `zengin`, `iban`, or `spei`.
|
1135
|
+
attr_accessor :requested_address_types
|
1136
|
+
# The list of bank transfer types that this PaymentIntent is allowed to use for funding Permitted values include: `eu_bank_transfer`, `gb_bank_transfer`, `jp_bank_transfer`, `mx_bank_transfer`, or `us_bank_transfer`.
|
1137
|
+
attr_accessor :type
|
1138
|
+
|
1139
|
+
def initialize(eu_bank_transfer: nil, requested_address_types: nil, type: nil)
|
1140
|
+
@eu_bank_transfer = eu_bank_transfer
|
1141
|
+
@requested_address_types = requested_address_types
|
1142
|
+
@type = type
|
1143
|
+
end
|
1144
|
+
end
|
1145
|
+
# Configuration for the bank transfer funding type, if the `funding_type` is set to `bank_transfer`.
|
1146
|
+
attr_accessor :bank_transfer
|
1147
|
+
# The funding method type to be used when there are not enough funds in the customer balance. Permitted values include: `bank_transfer`.
|
1148
|
+
attr_accessor :funding_type
|
1149
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1150
|
+
#
|
1151
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1152
|
+
#
|
1153
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1154
|
+
#
|
1155
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1156
|
+
#
|
1157
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
1158
|
+
attr_accessor :setup_future_usage
|
1159
|
+
|
1160
|
+
def initialize(bank_transfer: nil, funding_type: nil, setup_future_usage: nil)
|
1161
|
+
@bank_transfer = bank_transfer
|
1162
|
+
@funding_type = funding_type
|
1163
|
+
@setup_future_usage = setup_future_usage
|
1164
|
+
end
|
1165
|
+
end
|
1166
|
+
|
1167
|
+
class Eps < Stripe::RequestParams
|
1168
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1169
|
+
#
|
1170
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1171
|
+
#
|
1172
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1173
|
+
#
|
1174
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1175
|
+
#
|
1176
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
1177
|
+
attr_accessor :setup_future_usage
|
1178
|
+
|
1179
|
+
def initialize(setup_future_usage: nil)
|
1180
|
+
@setup_future_usage = setup_future_usage
|
1181
|
+
end
|
1182
|
+
end
|
1183
|
+
|
1184
|
+
class Fpx < Stripe::RequestParams
|
1185
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1186
|
+
#
|
1187
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1188
|
+
#
|
1189
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1190
|
+
#
|
1191
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1192
|
+
#
|
1193
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
1194
|
+
attr_accessor :setup_future_usage
|
1195
|
+
|
1196
|
+
def initialize(setup_future_usage: nil)
|
1197
|
+
@setup_future_usage = setup_future_usage
|
1198
|
+
end
|
1199
|
+
end
|
1200
|
+
|
1201
|
+
class Giropay < Stripe::RequestParams
|
1202
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1203
|
+
#
|
1204
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1205
|
+
#
|
1206
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1207
|
+
#
|
1208
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1209
|
+
#
|
1210
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
1211
|
+
attr_accessor :setup_future_usage
|
1212
|
+
|
1213
|
+
def initialize(setup_future_usage: nil)
|
1214
|
+
@setup_future_usage = setup_future_usage
|
1215
|
+
end
|
1216
|
+
end
|
1217
|
+
|
1218
|
+
class Grabpay < Stripe::RequestParams
|
1219
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1220
|
+
#
|
1221
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1222
|
+
#
|
1223
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1224
|
+
#
|
1225
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1226
|
+
#
|
1227
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
1228
|
+
attr_accessor :setup_future_usage
|
1229
|
+
|
1230
|
+
def initialize(setup_future_usage: nil)
|
1231
|
+
@setup_future_usage = setup_future_usage
|
1232
|
+
end
|
1233
|
+
end
|
1234
|
+
|
1235
|
+
class Ideal < Stripe::RequestParams
|
1236
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1237
|
+
#
|
1238
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1239
|
+
#
|
1240
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1241
|
+
#
|
1242
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1243
|
+
#
|
1244
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
1245
|
+
attr_accessor :setup_future_usage
|
1246
|
+
|
1247
|
+
def initialize(setup_future_usage: nil)
|
1248
|
+
@setup_future_usage = setup_future_usage
|
1249
|
+
end
|
1250
|
+
end
|
1251
|
+
|
1252
|
+
class InteracPresent < Stripe::RequestParams; end
|
1253
|
+
|
1254
|
+
class KakaoPay < Stripe::RequestParams
|
1255
|
+
# Controls when the funds are captured from the customer's account.
|
1256
|
+
#
|
1257
|
+
# If provided, this parameter overrides the behavior of the top-level [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
1258
|
+
#
|
1259
|
+
# If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
1260
|
+
attr_accessor :capture_method
|
1261
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1262
|
+
#
|
1263
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1264
|
+
#
|
1265
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1266
|
+
#
|
1267
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1268
|
+
attr_accessor :setup_future_usage
|
1269
|
+
|
1270
|
+
def initialize(capture_method: nil, setup_future_usage: nil)
|
1271
|
+
@capture_method = capture_method
|
1272
|
+
@setup_future_usage = setup_future_usage
|
1273
|
+
end
|
1274
|
+
end
|
1275
|
+
|
1276
|
+
class Klarna < Stripe::RequestParams
|
1277
|
+
class OnDemand < Stripe::RequestParams
|
1278
|
+
# Your average amount value. You can use a value across your customer base, or segment based on customer type, country, etc.
|
1279
|
+
attr_accessor :average_amount
|
1280
|
+
# The maximum value you may charge a customer per purchase. You can use a value across your customer base, or segment based on customer type, country, etc.
|
1281
|
+
attr_accessor :maximum_amount
|
1282
|
+
# The lowest or minimum value you may charge a customer per purchase. You can use a value across your customer base, or segment based on customer type, country, etc.
|
1283
|
+
attr_accessor :minimum_amount
|
1284
|
+
# Interval at which the customer is making purchases
|
1285
|
+
attr_accessor :purchase_interval
|
1286
|
+
# The number of `purchase_interval` between charges
|
1287
|
+
attr_accessor :purchase_interval_count
|
1288
|
+
|
1289
|
+
def initialize(
|
1290
|
+
average_amount: nil,
|
1291
|
+
maximum_amount: nil,
|
1292
|
+
minimum_amount: nil,
|
1293
|
+
purchase_interval: nil,
|
1294
|
+
purchase_interval_count: nil
|
1295
|
+
)
|
1296
|
+
@average_amount = average_amount
|
1297
|
+
@maximum_amount = maximum_amount
|
1298
|
+
@minimum_amount = minimum_amount
|
1299
|
+
@purchase_interval = purchase_interval
|
1300
|
+
@purchase_interval_count = purchase_interval_count
|
1301
|
+
end
|
1302
|
+
end
|
1303
|
+
|
1304
|
+
class Subscription < Stripe::RequestParams
|
1305
|
+
class NextBilling < Stripe::RequestParams
|
1306
|
+
# The amount of the next charge for the subscription.
|
1307
|
+
attr_accessor :amount
|
1308
|
+
# The date of the next charge for the subscription in YYYY-MM-DD format.
|
1309
|
+
attr_accessor :date
|
1310
|
+
|
1311
|
+
def initialize(amount: nil, date: nil)
|
1312
|
+
@amount = amount
|
1313
|
+
@date = date
|
1314
|
+
end
|
1315
|
+
end
|
1316
|
+
# Unit of time between subscription charges.
|
1317
|
+
attr_accessor :interval
|
1318
|
+
# The number of intervals (specified in the `interval` attribute) between subscription charges. For example, `interval=month` and `interval_count=3` charges every 3 months.
|
1319
|
+
attr_accessor :interval_count
|
1320
|
+
# Name for subscription.
|
1321
|
+
attr_accessor :name
|
1322
|
+
# Describes the upcoming charge for this subscription.
|
1323
|
+
attr_accessor :next_billing
|
1324
|
+
# A non-customer-facing reference to correlate subscription charges in the Klarna app. Use a value that persists across subscription charges.
|
1325
|
+
attr_accessor :reference
|
1326
|
+
|
1327
|
+
def initialize(
|
1328
|
+
interval: nil,
|
1329
|
+
interval_count: nil,
|
1330
|
+
name: nil,
|
1331
|
+
next_billing: nil,
|
1332
|
+
reference: nil
|
1333
|
+
)
|
1334
|
+
@interval = interval
|
1335
|
+
@interval_count = interval_count
|
1336
|
+
@name = name
|
1337
|
+
@next_billing = next_billing
|
1338
|
+
@reference = reference
|
1339
|
+
end
|
1340
|
+
end
|
1341
|
+
# Controls when the funds are captured from the customer's account.
|
1342
|
+
#
|
1343
|
+
# If provided, this parameter overrides the behavior of the top-level [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
1344
|
+
#
|
1345
|
+
# If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
1346
|
+
attr_accessor :capture_method
|
1347
|
+
# On-demand details if setting up or charging an on-demand payment.
|
1348
|
+
attr_accessor :on_demand
|
1349
|
+
# Preferred language of the Klarna authorization page that the customer is redirected to
|
1350
|
+
attr_accessor :preferred_locale
|
1351
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1352
|
+
#
|
1353
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1354
|
+
#
|
1355
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1356
|
+
#
|
1357
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1358
|
+
#
|
1359
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
1360
|
+
attr_accessor :setup_future_usage
|
1361
|
+
# Subscription details if setting up or charging a subscription.
|
1362
|
+
attr_accessor :subscriptions
|
1363
|
+
|
1364
|
+
def initialize(
|
1365
|
+
capture_method: nil,
|
1366
|
+
on_demand: nil,
|
1367
|
+
preferred_locale: nil,
|
1368
|
+
setup_future_usage: nil,
|
1369
|
+
subscriptions: nil
|
1370
|
+
)
|
1371
|
+
@capture_method = capture_method
|
1372
|
+
@on_demand = on_demand
|
1373
|
+
@preferred_locale = preferred_locale
|
1374
|
+
@setup_future_usage = setup_future_usage
|
1375
|
+
@subscriptions = subscriptions
|
1376
|
+
end
|
1377
|
+
end
|
1378
|
+
|
1379
|
+
class Konbini < Stripe::RequestParams
|
1380
|
+
# An optional 10 to 11 digit numeric-only string determining the confirmation code at applicable convenience stores. Must not consist of only zeroes and could be rejected in case of insufficient uniqueness. We recommend to use the customer's phone number.
|
1381
|
+
attr_accessor :confirmation_number
|
1382
|
+
# The number of calendar days (between 1 and 60) after which Konbini payment instructions will expire. For example, if a PaymentIntent is confirmed with Konbini and `expires_after_days` set to 2 on Monday JST, the instructions will expire on Wednesday 23:59:59 JST. Defaults to 3 days.
|
1383
|
+
attr_accessor :expires_after_days
|
1384
|
+
# The timestamp at which the Konbini payment instructions will expire. Only one of `expires_after_days` or `expires_at` may be set.
|
1385
|
+
attr_accessor :expires_at
|
1386
|
+
# A product descriptor of up to 22 characters, which will appear to customers at the convenience store.
|
1387
|
+
attr_accessor :product_description
|
1388
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1389
|
+
#
|
1390
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1391
|
+
#
|
1392
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1393
|
+
#
|
1394
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1395
|
+
#
|
1396
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
1397
|
+
attr_accessor :setup_future_usage
|
1398
|
+
|
1399
|
+
def initialize(
|
1400
|
+
confirmation_number: nil,
|
1401
|
+
expires_after_days: nil,
|
1402
|
+
expires_at: nil,
|
1403
|
+
product_description: nil,
|
1404
|
+
setup_future_usage: nil
|
1405
|
+
)
|
1406
|
+
@confirmation_number = confirmation_number
|
1407
|
+
@expires_after_days = expires_after_days
|
1408
|
+
@expires_at = expires_at
|
1409
|
+
@product_description = product_description
|
1410
|
+
@setup_future_usage = setup_future_usage
|
1411
|
+
end
|
1412
|
+
end
|
1413
|
+
|
1414
|
+
class KrCard < Stripe::RequestParams
|
1415
|
+
# Controls when the funds are captured from the customer's account.
|
1416
|
+
#
|
1417
|
+
# If provided, this parameter overrides the behavior of the top-level [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
1418
|
+
#
|
1419
|
+
# If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
1420
|
+
attr_accessor :capture_method
|
1421
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1422
|
+
#
|
1423
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1424
|
+
#
|
1425
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1426
|
+
#
|
1427
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1428
|
+
attr_accessor :setup_future_usage
|
1429
|
+
|
1430
|
+
def initialize(capture_method: nil, setup_future_usage: nil)
|
1431
|
+
@capture_method = capture_method
|
1432
|
+
@setup_future_usage = setup_future_usage
|
1433
|
+
end
|
1434
|
+
end
|
1435
|
+
|
1436
|
+
class Link < Stripe::RequestParams
|
1437
|
+
# Controls when the funds are captured from the customer's account.
|
1438
|
+
#
|
1439
|
+
# If provided, this parameter overrides the behavior of the top-level [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
1440
|
+
#
|
1441
|
+
# If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
1442
|
+
attr_accessor :capture_method
|
1443
|
+
# [Deprecated] This is a legacy parameter that no longer has any function.
|
1444
|
+
attr_accessor :persistent_token
|
1445
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1446
|
+
#
|
1447
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1448
|
+
#
|
1449
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1450
|
+
#
|
1451
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1452
|
+
#
|
1453
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
1454
|
+
attr_accessor :setup_future_usage
|
1455
|
+
|
1456
|
+
def initialize(capture_method: nil, persistent_token: nil, setup_future_usage: nil)
|
1457
|
+
@capture_method = capture_method
|
1458
|
+
@persistent_token = persistent_token
|
1459
|
+
@setup_future_usage = setup_future_usage
|
1460
|
+
end
|
1461
|
+
end
|
1462
|
+
|
1463
|
+
class MbWay < Stripe::RequestParams
|
1464
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1465
|
+
#
|
1466
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1467
|
+
#
|
1468
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1469
|
+
#
|
1470
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1471
|
+
#
|
1472
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
1473
|
+
attr_accessor :setup_future_usage
|
1474
|
+
|
1475
|
+
def initialize(setup_future_usage: nil)
|
1476
|
+
@setup_future_usage = setup_future_usage
|
1477
|
+
end
|
1478
|
+
end
|
1479
|
+
|
1480
|
+
class Mobilepay < Stripe::RequestParams
|
1481
|
+
# Controls when the funds are captured from the customer's account.
|
1482
|
+
#
|
1483
|
+
# If provided, this parameter overrides the behavior of the top-level [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
1484
|
+
#
|
1485
|
+
# If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
1486
|
+
attr_accessor :capture_method
|
1487
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1488
|
+
#
|
1489
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1490
|
+
#
|
1491
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1492
|
+
#
|
1493
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1494
|
+
#
|
1495
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
1496
|
+
attr_accessor :setup_future_usage
|
1497
|
+
|
1498
|
+
def initialize(capture_method: nil, setup_future_usage: nil)
|
1499
|
+
@capture_method = capture_method
|
1500
|
+
@setup_future_usage = setup_future_usage
|
1501
|
+
end
|
1502
|
+
end
|
1503
|
+
|
1504
|
+
class Multibanco < Stripe::RequestParams
|
1505
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1506
|
+
#
|
1507
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1508
|
+
#
|
1509
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1510
|
+
#
|
1511
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1512
|
+
#
|
1513
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
1514
|
+
attr_accessor :setup_future_usage
|
1515
|
+
|
1516
|
+
def initialize(setup_future_usage: nil)
|
1517
|
+
@setup_future_usage = setup_future_usage
|
1518
|
+
end
|
1519
|
+
end
|
1520
|
+
|
1521
|
+
class NaverPay < Stripe::RequestParams
|
1522
|
+
# Controls when the funds are captured from the customer's account.
|
1523
|
+
#
|
1524
|
+
# If provided, this parameter overrides the behavior of the top-level [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
1525
|
+
#
|
1526
|
+
# If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
1527
|
+
attr_accessor :capture_method
|
1528
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1529
|
+
#
|
1530
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1531
|
+
#
|
1532
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1533
|
+
#
|
1534
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1535
|
+
attr_accessor :setup_future_usage
|
1536
|
+
|
1537
|
+
def initialize(capture_method: nil, setup_future_usage: nil)
|
1538
|
+
@capture_method = capture_method
|
1539
|
+
@setup_future_usage = setup_future_usage
|
1540
|
+
end
|
1541
|
+
end
|
1542
|
+
|
1543
|
+
class NzBankAccount < Stripe::RequestParams
|
1544
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1545
|
+
#
|
1546
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1547
|
+
#
|
1548
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1549
|
+
#
|
1550
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1551
|
+
#
|
1552
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
1553
|
+
attr_accessor :setup_future_usage
|
1554
|
+
# Controls when Stripe will attempt to debit the funds from the customer's account. The date must be a string in YYYY-MM-DD format. The date must be in the future and between 3 and 15 calendar days from now.
|
1555
|
+
attr_accessor :target_date
|
1556
|
+
|
1557
|
+
def initialize(setup_future_usage: nil, target_date: nil)
|
1558
|
+
@setup_future_usage = setup_future_usage
|
1559
|
+
@target_date = target_date
|
1560
|
+
end
|
1561
|
+
end
|
1562
|
+
|
1563
|
+
class Oxxo < Stripe::RequestParams
|
1564
|
+
# The number of calendar days before an OXXO voucher expires. For example, if you create an OXXO voucher on Monday and you set expires_after_days to 2, the OXXO invoice will expire on Wednesday at 23:59 America/Mexico_City time.
|
1565
|
+
attr_accessor :expires_after_days
|
1566
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1567
|
+
#
|
1568
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1569
|
+
#
|
1570
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1571
|
+
#
|
1572
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1573
|
+
#
|
1574
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
1575
|
+
attr_accessor :setup_future_usage
|
1576
|
+
|
1577
|
+
def initialize(expires_after_days: nil, setup_future_usage: nil)
|
1578
|
+
@expires_after_days = expires_after_days
|
1579
|
+
@setup_future_usage = setup_future_usage
|
1580
|
+
end
|
1581
|
+
end
|
1582
|
+
|
1583
|
+
class P24 < Stripe::RequestParams
|
1584
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1585
|
+
#
|
1586
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1587
|
+
#
|
1588
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1589
|
+
#
|
1590
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1591
|
+
#
|
1592
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
1593
|
+
attr_accessor :setup_future_usage
|
1594
|
+
# Confirm that the payer has accepted the P24 terms and conditions.
|
1595
|
+
attr_accessor :tos_shown_and_accepted
|
1596
|
+
|
1597
|
+
def initialize(setup_future_usage: nil, tos_shown_and_accepted: nil)
|
1598
|
+
@setup_future_usage = setup_future_usage
|
1599
|
+
@tos_shown_and_accepted = tos_shown_and_accepted
|
1600
|
+
end
|
1601
|
+
end
|
1602
|
+
|
1603
|
+
class PayByBank < Stripe::RequestParams; end
|
1604
|
+
|
1605
|
+
class Payco < Stripe::RequestParams
|
1606
|
+
# Controls when the funds are captured from the customer's account.
|
1607
|
+
#
|
1608
|
+
# If provided, this parameter overrides the behavior of the top-level [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
1609
|
+
#
|
1610
|
+
# If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
1611
|
+
attr_accessor :capture_method
|
1612
|
+
|
1613
|
+
def initialize(capture_method: nil)
|
1614
|
+
@capture_method = capture_method
|
1615
|
+
end
|
1616
|
+
end
|
1617
|
+
|
1618
|
+
class Paynow < Stripe::RequestParams
|
1619
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1620
|
+
#
|
1621
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1622
|
+
#
|
1623
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1624
|
+
#
|
1625
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1626
|
+
#
|
1627
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
1628
|
+
attr_accessor :setup_future_usage
|
1629
|
+
|
1630
|
+
def initialize(setup_future_usage: nil)
|
1631
|
+
@setup_future_usage = setup_future_usage
|
1632
|
+
end
|
1633
|
+
end
|
1634
|
+
|
1635
|
+
class Paypal < Stripe::RequestParams
|
1636
|
+
# Controls when the funds will be captured from the customer's account.
|
1637
|
+
attr_accessor :capture_method
|
1638
|
+
# [Preferred locale](https://stripe.com/docs/payments/paypal/supported-locales) of the PayPal checkout page that the customer is redirected to.
|
1639
|
+
attr_accessor :preferred_locale
|
1640
|
+
# A reference of the PayPal transaction visible to customer which is mapped to PayPal's invoice ID. This must be a globally unique ID if you have configured in your PayPal settings to block multiple payments per invoice ID.
|
1641
|
+
attr_accessor :reference
|
1642
|
+
# The risk correlation ID for an on-session payment using a saved PayPal payment method.
|
1643
|
+
attr_accessor :risk_correlation_id
|
1644
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1645
|
+
#
|
1646
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1647
|
+
#
|
1648
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1649
|
+
#
|
1650
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1651
|
+
#
|
1652
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
1653
|
+
attr_accessor :setup_future_usage
|
1654
|
+
|
1655
|
+
def initialize(
|
1656
|
+
capture_method: nil,
|
1657
|
+
preferred_locale: nil,
|
1658
|
+
reference: nil,
|
1659
|
+
risk_correlation_id: nil,
|
1660
|
+
setup_future_usage: nil
|
1661
|
+
)
|
1662
|
+
@capture_method = capture_method
|
1663
|
+
@preferred_locale = preferred_locale
|
1664
|
+
@reference = reference
|
1665
|
+
@risk_correlation_id = risk_correlation_id
|
1666
|
+
@setup_future_usage = setup_future_usage
|
1667
|
+
end
|
1668
|
+
end
|
1669
|
+
|
1670
|
+
class Pix < Stripe::RequestParams
|
1671
|
+
# Determines if the amount includes the IOF tax. Defaults to `never`.
|
1672
|
+
attr_accessor :amount_includes_iof
|
1673
|
+
# The number of seconds (between 10 and 1209600) after which Pix payment will expire. Defaults to 86400 seconds.
|
1674
|
+
attr_accessor :expires_after_seconds
|
1675
|
+
# The timestamp at which the Pix expires (between 10 and 1209600 seconds in the future). Defaults to 1 day in the future.
|
1676
|
+
attr_accessor :expires_at
|
1677
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1678
|
+
#
|
1679
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1680
|
+
#
|
1681
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1682
|
+
#
|
1683
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1684
|
+
#
|
1685
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
1686
|
+
attr_accessor :setup_future_usage
|
1687
|
+
|
1688
|
+
def initialize(
|
1689
|
+
amount_includes_iof: nil,
|
1690
|
+
expires_after_seconds: nil,
|
1691
|
+
expires_at: nil,
|
1692
|
+
setup_future_usage: nil
|
1693
|
+
)
|
1694
|
+
@amount_includes_iof = amount_includes_iof
|
1695
|
+
@expires_after_seconds = expires_after_seconds
|
1696
|
+
@expires_at = expires_at
|
1697
|
+
@setup_future_usage = setup_future_usage
|
1698
|
+
end
|
1699
|
+
end
|
1700
|
+
|
1701
|
+
class Promptpay < Stripe::RequestParams
|
1702
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1703
|
+
#
|
1704
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1705
|
+
#
|
1706
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1707
|
+
#
|
1708
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1709
|
+
#
|
1710
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
1711
|
+
attr_accessor :setup_future_usage
|
1712
|
+
|
1713
|
+
def initialize(setup_future_usage: nil)
|
1714
|
+
@setup_future_usage = setup_future_usage
|
1715
|
+
end
|
1716
|
+
end
|
1717
|
+
|
1718
|
+
class RevolutPay < Stripe::RequestParams
|
1719
|
+
# Controls when the funds are captured from the customer's account.
|
1720
|
+
#
|
1721
|
+
# If provided, this parameter overrides the behavior of the top-level [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
1722
|
+
#
|
1723
|
+
# If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
1724
|
+
attr_accessor :capture_method
|
1725
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1726
|
+
#
|
1727
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1728
|
+
#
|
1729
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1730
|
+
#
|
1731
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1732
|
+
attr_accessor :setup_future_usage
|
1733
|
+
|
1734
|
+
def initialize(capture_method: nil, setup_future_usage: nil)
|
1735
|
+
@capture_method = capture_method
|
1736
|
+
@setup_future_usage = setup_future_usage
|
1737
|
+
end
|
1738
|
+
end
|
1739
|
+
|
1740
|
+
class SamsungPay < Stripe::RequestParams
|
1741
|
+
# Controls when the funds are captured from the customer's account.
|
1742
|
+
#
|
1743
|
+
# If provided, this parameter overrides the behavior of the top-level [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
1744
|
+
#
|
1745
|
+
# If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
1746
|
+
attr_accessor :capture_method
|
1747
|
+
|
1748
|
+
def initialize(capture_method: nil)
|
1749
|
+
@capture_method = capture_method
|
1750
|
+
end
|
1751
|
+
end
|
1752
|
+
|
1753
|
+
class Satispay < Stripe::RequestParams
|
1754
|
+
# Controls when the funds are captured from the customer's account.
|
1755
|
+
#
|
1756
|
+
# If provided, this parameter overrides the behavior of the top-level [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.
|
1757
|
+
#
|
1758
|
+
# If `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.
|
1759
|
+
attr_accessor :capture_method
|
1760
|
+
|
1761
|
+
def initialize(capture_method: nil)
|
1762
|
+
@capture_method = capture_method
|
1763
|
+
end
|
1764
|
+
end
|
1765
|
+
|
1766
|
+
class SepaDebit < Stripe::RequestParams
|
1767
|
+
class MandateOptions < Stripe::RequestParams
|
1768
|
+
# Prefix used to generate the Mandate reference. Must be at most 12 characters long. Must consist of only uppercase letters, numbers, spaces, or the following special characters: '/', '_', '-', '&', '.'. Cannot begin with 'STRIPE'.
|
1769
|
+
attr_accessor :reference_prefix
|
1770
|
+
|
1771
|
+
def initialize(reference_prefix: nil)
|
1772
|
+
@reference_prefix = reference_prefix
|
1773
|
+
end
|
1774
|
+
end
|
1775
|
+
# Additional fields for Mandate creation
|
1776
|
+
attr_accessor :mandate_options
|
1777
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1778
|
+
#
|
1779
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1780
|
+
#
|
1781
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1782
|
+
#
|
1783
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1784
|
+
#
|
1785
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
1786
|
+
attr_accessor :setup_future_usage
|
1787
|
+
# Controls when Stripe will attempt to debit the funds from the customer's account. The date must be a string in YYYY-MM-DD format. The date must be in the future and between 3 and 15 calendar days from now.
|
1788
|
+
attr_accessor :target_date
|
1789
|
+
|
1790
|
+
def initialize(mandate_options: nil, setup_future_usage: nil, target_date: nil)
|
1791
|
+
@mandate_options = mandate_options
|
1792
|
+
@setup_future_usage = setup_future_usage
|
1793
|
+
@target_date = target_date
|
1794
|
+
end
|
1795
|
+
end
|
1796
|
+
|
1797
|
+
class Sofort < Stripe::RequestParams
|
1798
|
+
# Language shown to the payer on redirect.
|
1799
|
+
attr_accessor :preferred_language
|
1800
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1801
|
+
#
|
1802
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1803
|
+
#
|
1804
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1805
|
+
#
|
1806
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1807
|
+
#
|
1808
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
1809
|
+
attr_accessor :setup_future_usage
|
1810
|
+
|
1811
|
+
def initialize(preferred_language: nil, setup_future_usage: nil)
|
1812
|
+
@preferred_language = preferred_language
|
1813
|
+
@setup_future_usage = setup_future_usage
|
1814
|
+
end
|
1815
|
+
end
|
1816
|
+
|
1817
|
+
class Swish < Stripe::RequestParams
|
1818
|
+
# A reference for this payment to be displayed in the Swish app.
|
1819
|
+
attr_accessor :reference
|
1820
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1821
|
+
#
|
1822
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1823
|
+
#
|
1824
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1825
|
+
#
|
1826
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1827
|
+
#
|
1828
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
1829
|
+
attr_accessor :setup_future_usage
|
1830
|
+
|
1831
|
+
def initialize(reference: nil, setup_future_usage: nil)
|
1832
|
+
@reference = reference
|
1833
|
+
@setup_future_usage = setup_future_usage
|
1834
|
+
end
|
1835
|
+
end
|
1836
|
+
|
1837
|
+
class Twint < Stripe::RequestParams
|
1838
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1839
|
+
#
|
1840
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1841
|
+
#
|
1842
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1843
|
+
#
|
1844
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1845
|
+
#
|
1846
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
1847
|
+
attr_accessor :setup_future_usage
|
1848
|
+
|
1849
|
+
def initialize(setup_future_usage: nil)
|
1850
|
+
@setup_future_usage = setup_future_usage
|
1851
|
+
end
|
1852
|
+
end
|
1853
|
+
|
1854
|
+
class UsBankAccount < Stripe::RequestParams
|
1855
|
+
class FinancialConnections < Stripe::RequestParams
|
1856
|
+
class Filters < Stripe::RequestParams
|
1857
|
+
# The account subcategories to use to filter for selectable accounts. Valid subcategories are `checking` and `savings`.
|
1858
|
+
attr_accessor :account_subcategories
|
1859
|
+
|
1860
|
+
def initialize(account_subcategories: nil)
|
1861
|
+
@account_subcategories = account_subcategories
|
1862
|
+
end
|
1863
|
+
end
|
1864
|
+
# Provide filters for the linked accounts that the customer can select for the payment method.
|
1865
|
+
attr_accessor :filters
|
1866
|
+
# 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`.
|
1867
|
+
attr_accessor :permissions
|
1868
|
+
# List of data features that you would like to retrieve upon account creation.
|
1869
|
+
attr_accessor :prefetch
|
1870
|
+
# 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.
|
1871
|
+
attr_accessor :return_url
|
1872
|
+
|
1873
|
+
def initialize(filters: nil, permissions: nil, prefetch: nil, return_url: nil)
|
1874
|
+
@filters = filters
|
1875
|
+
@permissions = permissions
|
1876
|
+
@prefetch = prefetch
|
1877
|
+
@return_url = return_url
|
1878
|
+
end
|
1879
|
+
end
|
1880
|
+
|
1881
|
+
class MandateOptions < Stripe::RequestParams
|
1882
|
+
# The method used to collect offline mandate customer acceptance.
|
1883
|
+
attr_accessor :collection_method
|
1884
|
+
|
1885
|
+
def initialize(collection_method: nil)
|
1886
|
+
@collection_method = collection_method
|
1887
|
+
end
|
1888
|
+
end
|
1889
|
+
|
1890
|
+
class Networks < Stripe::RequestParams
|
1891
|
+
# Triggers validations to run across the selected networks
|
1892
|
+
attr_accessor :requested
|
1893
|
+
|
1894
|
+
def initialize(requested: nil)
|
1895
|
+
@requested = requested
|
1896
|
+
end
|
1897
|
+
end
|
1898
|
+
# Additional fields for Financial Connections Session creation
|
1899
|
+
attr_accessor :financial_connections
|
1900
|
+
# Additional fields for Mandate creation
|
1901
|
+
attr_accessor :mandate_options
|
1902
|
+
# Additional fields for network related functions
|
1903
|
+
attr_accessor :networks
|
1904
|
+
# Preferred transaction settlement speed
|
1905
|
+
attr_accessor :preferred_settlement_speed
|
1906
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1907
|
+
#
|
1908
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1909
|
+
#
|
1910
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1911
|
+
#
|
1912
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1913
|
+
#
|
1914
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
1915
|
+
attr_accessor :setup_future_usage
|
1916
|
+
# Controls when Stripe will attempt to debit the funds from the customer's account. The date must be a string in YYYY-MM-DD format. The date must be in the future and between 3 and 15 calendar days from now.
|
1917
|
+
attr_accessor :target_date
|
1918
|
+
# Bank account verification method.
|
1919
|
+
attr_accessor :verification_method
|
1920
|
+
|
1921
|
+
def initialize(
|
1922
|
+
financial_connections: nil,
|
1923
|
+
mandate_options: nil,
|
1924
|
+
networks: nil,
|
1925
|
+
preferred_settlement_speed: nil,
|
1926
|
+
setup_future_usage: nil,
|
1927
|
+
target_date: nil,
|
1928
|
+
verification_method: nil
|
1929
|
+
)
|
1930
|
+
@financial_connections = financial_connections
|
1931
|
+
@mandate_options = mandate_options
|
1932
|
+
@networks = networks
|
1933
|
+
@preferred_settlement_speed = preferred_settlement_speed
|
1934
|
+
@setup_future_usage = setup_future_usage
|
1935
|
+
@target_date = target_date
|
1936
|
+
@verification_method = verification_method
|
1937
|
+
end
|
1938
|
+
end
|
1939
|
+
|
1940
|
+
class WechatPay < Stripe::RequestParams
|
1941
|
+
# The app ID registered with WeChat Pay. Only required when client is ios or android.
|
1942
|
+
attr_accessor :app_id
|
1943
|
+
# The client type that the end customer will pay from
|
1944
|
+
attr_accessor :client
|
1945
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1946
|
+
#
|
1947
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1948
|
+
#
|
1949
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1950
|
+
#
|
1951
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1952
|
+
#
|
1953
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
1954
|
+
attr_accessor :setup_future_usage
|
1955
|
+
|
1956
|
+
def initialize(app_id: nil, client: nil, setup_future_usage: nil)
|
1957
|
+
@app_id = app_id
|
1958
|
+
@client = client
|
1959
|
+
@setup_future_usage = setup_future_usage
|
1960
|
+
end
|
1961
|
+
end
|
1962
|
+
|
1963
|
+
class Zip < Stripe::RequestParams
|
1964
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
1965
|
+
#
|
1966
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
1967
|
+
#
|
1968
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
1969
|
+
#
|
1970
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
1971
|
+
#
|
1972
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
1973
|
+
attr_accessor :setup_future_usage
|
1974
|
+
|
1975
|
+
def initialize(setup_future_usage: nil)
|
1976
|
+
@setup_future_usage = setup_future_usage
|
1977
|
+
end
|
1978
|
+
end
|
1979
|
+
# If this is a `acss_debit` PaymentMethod, this sub-hash contains details about the ACSS Debit payment method options.
|
1980
|
+
attr_accessor :acss_debit
|
1981
|
+
# If this is an `affirm` PaymentMethod, this sub-hash contains details about the Affirm payment method options.
|
1982
|
+
attr_accessor :affirm
|
1983
|
+
# If this is a `afterpay_clearpay` PaymentMethod, this sub-hash contains details about the Afterpay Clearpay payment method options.
|
1984
|
+
attr_accessor :afterpay_clearpay
|
1985
|
+
# If this is a `alipay` PaymentMethod, this sub-hash contains details about the Alipay payment method options.
|
1986
|
+
attr_accessor :alipay
|
1987
|
+
# If this is a `alma` PaymentMethod, this sub-hash contains details about the Alma payment method options.
|
1988
|
+
attr_accessor :alma
|
1989
|
+
# If this is a `amazon_pay` PaymentMethod, this sub-hash contains details about the Amazon Pay payment method options.
|
1990
|
+
attr_accessor :amazon_pay
|
1991
|
+
# If this is a `au_becs_debit` PaymentMethod, this sub-hash contains details about the AU BECS Direct Debit payment method options.
|
1992
|
+
attr_accessor :au_becs_debit
|
1993
|
+
# If this is a `bacs_debit` PaymentMethod, this sub-hash contains details about the BACS Debit payment method options.
|
1994
|
+
attr_accessor :bacs_debit
|
1995
|
+
# If this is a `bancontact` PaymentMethod, this sub-hash contains details about the Bancontact payment method options.
|
1996
|
+
attr_accessor :bancontact
|
1997
|
+
# If this is a `billie` PaymentMethod, this sub-hash contains details about the Billie payment method options.
|
1998
|
+
attr_accessor :billie
|
1999
|
+
# If this is a `blik` PaymentMethod, this sub-hash contains details about the BLIK payment method options.
|
2000
|
+
attr_accessor :blik
|
2001
|
+
# If this is a `boleto` PaymentMethod, this sub-hash contains details about the Boleto payment method options.
|
2002
|
+
attr_accessor :boleto
|
2003
|
+
# Configuration for any card payments attempted on this PaymentIntent.
|
2004
|
+
attr_accessor :card
|
2005
|
+
# If this is a `card_present` PaymentMethod, this sub-hash contains details about the Card Present payment method options.
|
2006
|
+
attr_accessor :card_present
|
2007
|
+
# If this is a `cashapp` PaymentMethod, this sub-hash contains details about the Cash App Pay payment method options.
|
2008
|
+
attr_accessor :cashapp
|
2009
|
+
# If this is a `crypto` PaymentMethod, this sub-hash contains details about the Crypto payment method options.
|
2010
|
+
attr_accessor :crypto
|
2011
|
+
# If this is a `customer balance` PaymentMethod, this sub-hash contains details about the customer balance payment method options.
|
2012
|
+
attr_accessor :customer_balance
|
2013
|
+
# If this is a `eps` PaymentMethod, this sub-hash contains details about the EPS payment method options.
|
2014
|
+
attr_accessor :eps
|
2015
|
+
# If this is a `fpx` PaymentMethod, this sub-hash contains details about the FPX payment method options.
|
2016
|
+
attr_accessor :fpx
|
2017
|
+
# If this is a `giropay` PaymentMethod, this sub-hash contains details about the Giropay payment method options.
|
2018
|
+
attr_accessor :giropay
|
2019
|
+
# If this is a `grabpay` PaymentMethod, this sub-hash contains details about the Grabpay payment method options.
|
2020
|
+
attr_accessor :grabpay
|
2021
|
+
# If this is a `ideal` PaymentMethod, this sub-hash contains details about the Ideal payment method options.
|
2022
|
+
attr_accessor :ideal
|
2023
|
+
# If this is a `interac_present` PaymentMethod, this sub-hash contains details about the Card Present payment method options.
|
2024
|
+
attr_accessor :interac_present
|
2025
|
+
# If this is a `kakao_pay` PaymentMethod, this sub-hash contains details about the Kakao Pay payment method options.
|
2026
|
+
attr_accessor :kakao_pay
|
2027
|
+
# If this is a `klarna` PaymentMethod, this sub-hash contains details about the Klarna payment method options.
|
2028
|
+
attr_accessor :klarna
|
2029
|
+
# If this is a `konbini` PaymentMethod, this sub-hash contains details about the Konbini payment method options.
|
2030
|
+
attr_accessor :konbini
|
2031
|
+
# If this is a `kr_card` PaymentMethod, this sub-hash contains details about the KR Card payment method options.
|
2032
|
+
attr_accessor :kr_card
|
2033
|
+
# If this is a `link` PaymentMethod, this sub-hash contains details about the Link payment method options.
|
2034
|
+
attr_accessor :link
|
2035
|
+
# If this is a `mb_way` PaymentMethod, this sub-hash contains details about the MB WAY payment method options.
|
2036
|
+
attr_accessor :mb_way
|
2037
|
+
# If this is a `MobilePay` PaymentMethod, this sub-hash contains details about the MobilePay payment method options.
|
2038
|
+
attr_accessor :mobilepay
|
2039
|
+
# If this is a `multibanco` PaymentMethod, this sub-hash contains details about the Multibanco payment method options.
|
2040
|
+
attr_accessor :multibanco
|
2041
|
+
# If this is a `naver_pay` PaymentMethod, this sub-hash contains details about the Naver Pay payment method options.
|
2042
|
+
attr_accessor :naver_pay
|
2043
|
+
# If this is a `nz_bank_account` PaymentMethod, this sub-hash contains details about the NZ BECS Direct Debit payment method options.
|
2044
|
+
attr_accessor :nz_bank_account
|
2045
|
+
# If this is a `oxxo` PaymentMethod, this sub-hash contains details about the OXXO payment method options.
|
2046
|
+
attr_accessor :oxxo
|
2047
|
+
# If this is a `p24` PaymentMethod, this sub-hash contains details about the Przelewy24 payment method options.
|
2048
|
+
attr_accessor :p24
|
2049
|
+
# If this is a `pay_by_bank` PaymentMethod, this sub-hash contains details about the PayByBank payment method options.
|
2050
|
+
attr_accessor :pay_by_bank
|
2051
|
+
# If this is a `payco` PaymentMethod, this sub-hash contains details about the PAYCO payment method options.
|
2052
|
+
attr_accessor :payco
|
2053
|
+
# If this is a `paynow` PaymentMethod, this sub-hash contains details about the PayNow payment method options.
|
2054
|
+
attr_accessor :paynow
|
2055
|
+
# If this is a `paypal` PaymentMethod, this sub-hash contains details about the PayPal payment method options.
|
2056
|
+
attr_accessor :paypal
|
2057
|
+
# If this is a `pix` PaymentMethod, this sub-hash contains details about the Pix payment method options.
|
2058
|
+
attr_accessor :pix
|
2059
|
+
# If this is a `promptpay` PaymentMethod, this sub-hash contains details about the PromptPay payment method options.
|
2060
|
+
attr_accessor :promptpay
|
2061
|
+
# If this is a `revolut_pay` PaymentMethod, this sub-hash contains details about the Revolut Pay payment method options.
|
2062
|
+
attr_accessor :revolut_pay
|
2063
|
+
# If this is a `samsung_pay` PaymentMethod, this sub-hash contains details about the Samsung Pay payment method options.
|
2064
|
+
attr_accessor :samsung_pay
|
2065
|
+
# If this is a `satispay` PaymentMethod, this sub-hash contains details about the Satispay payment method options.
|
2066
|
+
attr_accessor :satispay
|
2067
|
+
# If this is a `sepa_debit` PaymentIntent, this sub-hash contains details about the SEPA Debit payment method options.
|
2068
|
+
attr_accessor :sepa_debit
|
2069
|
+
# If this is a `sofort` PaymentMethod, this sub-hash contains details about the SOFORT payment method options.
|
2070
|
+
attr_accessor :sofort
|
2071
|
+
# If this is a `Swish` PaymentMethod, this sub-hash contains details about the Swish payment method options.
|
2072
|
+
attr_accessor :swish
|
2073
|
+
# If this is a `twint` PaymentMethod, this sub-hash contains details about the TWINT payment method options.
|
2074
|
+
attr_accessor :twint
|
2075
|
+
# If this is a `us_bank_account` PaymentMethod, this sub-hash contains details about the US bank account payment method options.
|
2076
|
+
attr_accessor :us_bank_account
|
2077
|
+
# If this is a `wechat_pay` PaymentMethod, this sub-hash contains details about the WeChat Pay payment method options.
|
2078
|
+
attr_accessor :wechat_pay
|
2079
|
+
# If this is a `zip` PaymentMethod, this sub-hash contains details about the Zip payment method options.
|
2080
|
+
attr_accessor :zip
|
2081
|
+
|
2082
|
+
def initialize(
|
2083
|
+
acss_debit: nil,
|
2084
|
+
affirm: nil,
|
2085
|
+
afterpay_clearpay: nil,
|
2086
|
+
alipay: nil,
|
2087
|
+
alma: nil,
|
2088
|
+
amazon_pay: nil,
|
2089
|
+
au_becs_debit: nil,
|
2090
|
+
bacs_debit: nil,
|
2091
|
+
bancontact: nil,
|
2092
|
+
billie: nil,
|
2093
|
+
blik: nil,
|
2094
|
+
boleto: nil,
|
2095
|
+
card: nil,
|
2096
|
+
card_present: nil,
|
2097
|
+
cashapp: nil,
|
2098
|
+
crypto: nil,
|
2099
|
+
customer_balance: nil,
|
2100
|
+
eps: nil,
|
2101
|
+
fpx: nil,
|
2102
|
+
giropay: nil,
|
2103
|
+
grabpay: nil,
|
2104
|
+
ideal: nil,
|
2105
|
+
interac_present: nil,
|
2106
|
+
kakao_pay: nil,
|
2107
|
+
klarna: nil,
|
2108
|
+
konbini: nil,
|
2109
|
+
kr_card: nil,
|
2110
|
+
link: nil,
|
2111
|
+
mb_way: nil,
|
2112
|
+
mobilepay: nil,
|
2113
|
+
multibanco: nil,
|
2114
|
+
naver_pay: nil,
|
2115
|
+
nz_bank_account: nil,
|
2116
|
+
oxxo: nil,
|
2117
|
+
p24: nil,
|
2118
|
+
pay_by_bank: nil,
|
2119
|
+
payco: nil,
|
2120
|
+
paynow: nil,
|
2121
|
+
paypal: nil,
|
2122
|
+
pix: nil,
|
2123
|
+
promptpay: nil,
|
2124
|
+
revolut_pay: nil,
|
2125
|
+
samsung_pay: nil,
|
2126
|
+
satispay: nil,
|
2127
|
+
sepa_debit: nil,
|
2128
|
+
sofort: nil,
|
2129
|
+
swish: nil,
|
2130
|
+
twint: nil,
|
2131
|
+
us_bank_account: nil,
|
2132
|
+
wechat_pay: nil,
|
2133
|
+
zip: nil
|
2134
|
+
)
|
2135
|
+
@acss_debit = acss_debit
|
2136
|
+
@affirm = affirm
|
2137
|
+
@afterpay_clearpay = afterpay_clearpay
|
2138
|
+
@alipay = alipay
|
2139
|
+
@alma = alma
|
2140
|
+
@amazon_pay = amazon_pay
|
2141
|
+
@au_becs_debit = au_becs_debit
|
2142
|
+
@bacs_debit = bacs_debit
|
2143
|
+
@bancontact = bancontact
|
2144
|
+
@billie = billie
|
2145
|
+
@blik = blik
|
2146
|
+
@boleto = boleto
|
2147
|
+
@card = card
|
2148
|
+
@card_present = card_present
|
2149
|
+
@cashapp = cashapp
|
2150
|
+
@crypto = crypto
|
2151
|
+
@customer_balance = customer_balance
|
2152
|
+
@eps = eps
|
2153
|
+
@fpx = fpx
|
2154
|
+
@giropay = giropay
|
2155
|
+
@grabpay = grabpay
|
2156
|
+
@ideal = ideal
|
2157
|
+
@interac_present = interac_present
|
2158
|
+
@kakao_pay = kakao_pay
|
2159
|
+
@klarna = klarna
|
2160
|
+
@konbini = konbini
|
2161
|
+
@kr_card = kr_card
|
2162
|
+
@link = link
|
2163
|
+
@mb_way = mb_way
|
2164
|
+
@mobilepay = mobilepay
|
2165
|
+
@multibanco = multibanco
|
2166
|
+
@naver_pay = naver_pay
|
2167
|
+
@nz_bank_account = nz_bank_account
|
2168
|
+
@oxxo = oxxo
|
2169
|
+
@p24 = p24
|
2170
|
+
@pay_by_bank = pay_by_bank
|
2171
|
+
@payco = payco
|
2172
|
+
@paynow = paynow
|
2173
|
+
@paypal = paypal
|
2174
|
+
@pix = pix
|
2175
|
+
@promptpay = promptpay
|
2176
|
+
@revolut_pay = revolut_pay
|
2177
|
+
@samsung_pay = samsung_pay
|
2178
|
+
@satispay = satispay
|
2179
|
+
@sepa_debit = sepa_debit
|
2180
|
+
@sofort = sofort
|
2181
|
+
@swish = swish
|
2182
|
+
@twint = twint
|
2183
|
+
@us_bank_account = us_bank_account
|
2184
|
+
@wechat_pay = wechat_pay
|
2185
|
+
@zip = zip
|
2186
|
+
end
|
2187
|
+
end
|
2188
|
+
|
2189
|
+
class Shipping < Stripe::RequestParams
|
2190
|
+
class Address < Stripe::RequestParams
|
2191
|
+
# City, district, suburb, town, or village.
|
2192
|
+
attr_accessor :city
|
2193
|
+
# Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
|
2194
|
+
attr_accessor :country
|
2195
|
+
# Address line 1, such as the street, PO Box, or company name.
|
2196
|
+
attr_accessor :line1
|
2197
|
+
# Address line 2, such as the apartment, suite, unit, or building.
|
2198
|
+
attr_accessor :line2
|
2199
|
+
# ZIP or postal code.
|
2200
|
+
attr_accessor :postal_code
|
2201
|
+
# State, county, province, or region.
|
2202
|
+
attr_accessor :state
|
2203
|
+
|
2204
|
+
def initialize(
|
2205
|
+
city: nil,
|
2206
|
+
country: nil,
|
2207
|
+
line1: nil,
|
2208
|
+
line2: nil,
|
2209
|
+
postal_code: nil,
|
2210
|
+
state: nil
|
2211
|
+
)
|
2212
|
+
@city = city
|
2213
|
+
@country = country
|
2214
|
+
@line1 = line1
|
2215
|
+
@line2 = line2
|
2216
|
+
@postal_code = postal_code
|
2217
|
+
@state = state
|
2218
|
+
end
|
2219
|
+
end
|
2220
|
+
# Shipping address.
|
2221
|
+
attr_accessor :address
|
2222
|
+
# The delivery service that shipped a physical product, such as Fedex, UPS, USPS, etc.
|
2223
|
+
attr_accessor :carrier
|
2224
|
+
# Recipient name.
|
2225
|
+
attr_accessor :name
|
2226
|
+
# Recipient phone (including extension).
|
2227
|
+
attr_accessor :phone
|
2228
|
+
# The tracking number for a physical product, obtained from the delivery service. If multiple tracking numbers were generated for this purchase, please separate them with commas.
|
2229
|
+
attr_accessor :tracking_number
|
2230
|
+
|
2231
|
+
def initialize(address: nil, carrier: nil, name: nil, phone: nil, tracking_number: nil)
|
2232
|
+
@address = address
|
2233
|
+
@carrier = carrier
|
2234
|
+
@name = name
|
2235
|
+
@phone = phone
|
2236
|
+
@tracking_number = tracking_number
|
2237
|
+
end
|
2238
|
+
end
|
2239
|
+
|
2240
|
+
class TransferData < Stripe::RequestParams
|
2241
|
+
# The amount that will be transferred automatically when a charge succeeds.
|
2242
|
+
attr_accessor :amount
|
2243
|
+
|
2244
|
+
def initialize(amount: nil)
|
2245
|
+
@amount = amount
|
2246
|
+
end
|
2247
|
+
end
|
2248
|
+
# Amount intended to be collected by this PaymentIntent. A positive integer representing how much to charge in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal) (e.g., 100 cents to charge $1.00 or 100 to charge ¥100, a zero-decimal currency). The minimum amount is $0.50 US or [equivalent in charge currency](https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts). The amount value supports up to eight digits (e.g., a value of 99999999 for a USD charge of $999,999.99).
|
2249
|
+
attr_accessor :amount
|
2250
|
+
# The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account. The amount of the application fee collected will be capped at the total amount captured. For more information, see the PaymentIntents [use case for connected accounts](https://stripe.com/docs/payments/connected-accounts).
|
2251
|
+
attr_accessor :application_fee_amount
|
2252
|
+
# Controls when the funds will be captured from the customer's account.
|
2253
|
+
attr_accessor :capture_method
|
2254
|
+
# 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).
|
2255
|
+
attr_accessor :currency
|
2256
|
+
# ID of the Customer this PaymentIntent belongs to, if one exists.
|
2257
|
+
#
|
2258
|
+
# Payment methods attached to other Customers cannot be used with this PaymentIntent.
|
2259
|
+
#
|
2260
|
+
# If [setup_future_usage](https://stripe.com/docs/api#payment_intent_object-setup_future_usage) is set and this PaymentIntent's payment method is not `card_present`, then the payment method attaches to the Customer after the PaymentIntent has been confirmed and any required actions from the user are complete. If the payment method is `card_present` and isn't a digital wallet, then a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card is created and attached to the Customer instead.
|
2261
|
+
attr_accessor :customer
|
2262
|
+
# An arbitrary string attached to the object. Often useful for displaying to users.
|
2263
|
+
attr_accessor :description
|
2264
|
+
# The list of payment method types to exclude from use with this payment.
|
2265
|
+
attr_accessor :excluded_payment_method_types
|
2266
|
+
# Specifies which fields in the response should be expanded.
|
2267
|
+
attr_accessor :expand
|
2268
|
+
# 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`.
|
2269
|
+
attr_accessor :metadata
|
2270
|
+
# ID of the payment method (a PaymentMethod, Card, or [compatible Source](https://stripe.com/docs/payments/payment-methods/transitioning#compatibility) object) to attach to this PaymentIntent. To unset this field to null, pass in an empty string.
|
2271
|
+
attr_accessor :payment_method
|
2272
|
+
# The ID of the [payment method configuration](https://stripe.com/docs/api/payment_method_configurations) to use with this PaymentIntent.
|
2273
|
+
attr_accessor :payment_method_configuration
|
2274
|
+
# If provided, this hash will be used to create a PaymentMethod. The new PaymentMethod will appear
|
2275
|
+
# in the [payment_method](https://stripe.com/docs/api/payment_intents/object#payment_intent_object-payment_method)
|
2276
|
+
# property on the PaymentIntent.
|
2277
|
+
attr_accessor :payment_method_data
|
2278
|
+
# Payment-method-specific configuration for this PaymentIntent.
|
2279
|
+
attr_accessor :payment_method_options
|
2280
|
+
# The list of payment method types (for example, card) that this PaymentIntent can use. Use `automatic_payment_methods` to manage payment methods from the [Stripe Dashboard](https://dashboard.stripe.com/settings/payment_methods). A list of valid payment method types can be found [here](https://docs.stripe.com/api/payment_methods/object#payment_method_object-type).
|
2281
|
+
attr_accessor :payment_method_types
|
2282
|
+
# Email address that the receipt for the resulting payment will be sent to. If `receipt_email` is specified for a payment in live mode, a receipt will be sent regardless of your [email settings](https://dashboard.stripe.com/account/emails).
|
2283
|
+
attr_accessor :receipt_email
|
2284
|
+
# Indicates that you intend to make future payments with this PaymentIntent's payment method.
|
2285
|
+
#
|
2286
|
+
# If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
|
2287
|
+
#
|
2288
|
+
# If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
|
2289
|
+
#
|
2290
|
+
# When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](/strong-customer-authentication).
|
2291
|
+
#
|
2292
|
+
# If you've already set `setup_future_usage` and you're performing a request using a publishable key, you can only update the value from `on_session` to `off_session`.
|
2293
|
+
attr_accessor :setup_future_usage
|
2294
|
+
# Shipping information for this PaymentIntent.
|
2295
|
+
attr_accessor :shipping
|
2296
|
+
# Text that appears on the customer's statement as the statement descriptor for a non-card charge. This value overrides the account's default statement descriptor. For information about requirements, including the 22-character limit, see [the Statement Descriptor docs](https://docs.stripe.com/get-started/account/statement-descriptors).
|
2297
|
+
#
|
2298
|
+
# Setting this value for a card charge returns an error. For card charges, set the [statement_descriptor_suffix](https://docs.stripe.com/get-started/account/statement-descriptors#dynamic) instead.
|
2299
|
+
attr_accessor :statement_descriptor
|
2300
|
+
# Provides information about a card charge. Concatenated to the account's [statement descriptor prefix](https://docs.stripe.com/get-started/account/statement-descriptors#static) to form the complete statement descriptor that appears on the customer's statement.
|
2301
|
+
attr_accessor :statement_descriptor_suffix
|
2302
|
+
# Use this parameter to automatically create a Transfer when the payment succeeds. Learn more about the [use case for connected accounts](https://stripe.com/docs/payments/connected-accounts).
|
2303
|
+
attr_accessor :transfer_data
|
2304
|
+
# A string that identifies the resulting payment as part of a group. You can only provide `transfer_group` if it hasn't been set. Learn more about the [use case for connected accounts](https://stripe.com/docs/payments/connected-accounts).
|
2305
|
+
attr_accessor :transfer_group
|
2306
|
+
|
2307
|
+
def initialize(
|
2308
|
+
amount: nil,
|
2309
|
+
application_fee_amount: nil,
|
2310
|
+
capture_method: nil,
|
2311
|
+
currency: nil,
|
2312
|
+
customer: nil,
|
2313
|
+
description: nil,
|
2314
|
+
excluded_payment_method_types: nil,
|
2315
|
+
expand: nil,
|
2316
|
+
metadata: nil,
|
2317
|
+
payment_method: nil,
|
2318
|
+
payment_method_configuration: nil,
|
2319
|
+
payment_method_data: nil,
|
2320
|
+
payment_method_options: nil,
|
2321
|
+
payment_method_types: nil,
|
2322
|
+
receipt_email: nil,
|
2323
|
+
setup_future_usage: nil,
|
2324
|
+
shipping: nil,
|
2325
|
+
statement_descriptor: nil,
|
2326
|
+
statement_descriptor_suffix: nil,
|
2327
|
+
transfer_data: nil,
|
2328
|
+
transfer_group: nil
|
2329
|
+
)
|
2330
|
+
@amount = amount
|
2331
|
+
@application_fee_amount = application_fee_amount
|
2332
|
+
@capture_method = capture_method
|
2333
|
+
@currency = currency
|
2334
|
+
@customer = customer
|
2335
|
+
@description = description
|
2336
|
+
@excluded_payment_method_types = excluded_payment_method_types
|
2337
|
+
@expand = expand
|
2338
|
+
@metadata = metadata
|
2339
|
+
@payment_method = payment_method
|
2340
|
+
@payment_method_configuration = payment_method_configuration
|
2341
|
+
@payment_method_data = payment_method_data
|
2342
|
+
@payment_method_options = payment_method_options
|
2343
|
+
@payment_method_types = payment_method_types
|
2344
|
+
@receipt_email = receipt_email
|
2345
|
+
@setup_future_usage = setup_future_usage
|
2346
|
+
@shipping = shipping
|
2347
|
+
@statement_descriptor = statement_descriptor
|
2348
|
+
@statement_descriptor_suffix = statement_descriptor_suffix
|
2349
|
+
@transfer_data = transfer_data
|
2350
|
+
@transfer_group = transfer_group
|
2351
|
+
end
|
2352
|
+
end
|
2353
|
+
end
|