stripe 13.6.0.pre.beta.1 → 14.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +699 -1457
- data/OPENAPI_VERSION +1 -1
- data/README.md +29 -0
- data/VERSION +1 -1
- data/lib/stripe/api_requestor.rb +2 -0
- data/lib/stripe/api_version.rb +1 -1
- data/lib/stripe/errors.rb +0 -7
- data/lib/stripe/object_types.rb +0 -26
- data/lib/stripe/resources/account.rb +83 -614
- data/lib/stripe/resources/account_session.rb +1 -247
- data/lib/stripe/resources/apple_pay_domain.rb +0 -9
- data/lib/stripe/resources/application_fee.rb +1 -10
- data/lib/stripe/resources/balance.rb +0 -9
- data/lib/stripe/resources/balance_transaction.rb +2 -11
- data/lib/stripe/resources/bank_account.rb +1 -1
- data/lib/stripe/resources/billing/alert.rb +0 -9
- data/lib/stripe/resources/billing/credit_balance_summary.rb +0 -48
- data/lib/stripe/resources/billing/credit_balance_transaction.rb +0 -9
- data/lib/stripe/resources/billing/credit_grant.rb +4 -13
- data/lib/stripe/resources/billing/meter.rb +1 -10
- data/lib/stripe/resources/billing_portal/configuration.rb +0 -9
- data/lib/stripe/resources/card.rb +2 -4
- data/lib/stripe/resources/charge.rb +35 -1457
- data/lib/stripe/resources/checkout/session.rb +100 -293
- data/lib/stripe/resources/climate/order.rb +0 -9
- data/lib/stripe/resources/climate/product.rb +0 -9
- data/lib/stripe/resources/climate/supplier.rb +0 -9
- data/lib/stripe/resources/confirmation_token.rb +74 -156
- data/lib/stripe/resources/country_spec.rb +0 -9
- data/lib/stripe/resources/coupon.rb +0 -9
- data/lib/stripe/resources/credit_note.rb +14 -35
- data/lib/stripe/resources/credit_note_line_item.rb +14 -12
- data/lib/stripe/resources/customer.rb +12 -28
- data/lib/stripe/resources/customer_balance_transaction.rb +3 -1
- data/lib/stripe/resources/dispute.rb +0 -9
- data/lib/stripe/resources/entitlements/active_entitlement.rb +0 -9
- data/lib/stripe/resources/entitlements/feature.rb +0 -9
- data/lib/stripe/resources/event.rb +0 -40
- data/lib/stripe/resources/exchange_rate.rb +0 -9
- data/lib/stripe/resources/file.rb +0 -9
- data/lib/stripe/resources/file_link.rb +0 -9
- data/lib/stripe/resources/financial_connections/account.rb +0 -23
- data/lib/stripe/resources/financial_connections/session.rb +1 -65
- data/lib/stripe/resources/financial_connections/transaction.rb +0 -9
- data/lib/stripe/resources/forwarding/request.rb +0 -9
- data/lib/stripe/resources/identity/verification_report.rb +0 -9
- data/lib/stripe/resources/identity/verification_session.rb +0 -9
- data/lib/stripe/resources/invoice.rb +225 -5120
- data/lib/stripe/resources/invoice_item.rb +65 -110
- data/lib/stripe/resources/invoice_line_item.rb +106 -89
- data/lib/stripe/resources/invoice_payment.rb +53 -4
- data/lib/stripe/resources/invoice_rendering_template.rb +0 -12
- data/lib/stripe/resources/issuing/authorization.rb +0 -9
- data/lib/stripe/resources/issuing/card.rb +0 -9
- data/lib/stripe/resources/issuing/cardholder.rb +1 -11
- data/lib/stripe/resources/issuing/dispute.rb +0 -9
- data/lib/stripe/resources/issuing/personalization_design.rb +0 -9
- data/lib/stripe/resources/issuing/physical_bundle.rb +0 -9
- data/lib/stripe/resources/issuing/token.rb +0 -9
- data/lib/stripe/resources/issuing/transaction.rb +0 -15
- data/lib/stripe/resources/line_item.rb +0 -28
- data/lib/stripe/resources/mandate.rb +6 -33
- data/lib/stripe/resources/payment_intent.rb +642 -4975
- data/lib/stripe/resources/payment_link.rb +84 -15
- data/lib/stripe/resources/payment_method.rb +74 -187
- data/lib/stripe/resources/payment_method_configuration.rb +87 -214
- data/lib/stripe/resources/payment_method_domain.rb +9 -18
- data/lib/stripe/resources/payout.rb +0 -9
- data/lib/stripe/resources/person.rb +9 -9
- data/lib/stripe/resources/plan.rb +0 -15
- data/lib/stripe/resources/price.rb +2 -47
- data/lib/stripe/resources/product.rb +0 -68
- data/lib/stripe/resources/promotion_code.rb +0 -9
- data/lib/stripe/resources/quote.rb +8 -2037
- data/lib/stripe/resources/radar/early_fraud_warning.rb +0 -9
- data/lib/stripe/resources/radar/value_list.rb +0 -9
- data/lib/stripe/resources/radar/value_list_item.rb +0 -9
- data/lib/stripe/resources/refund.rb +13 -18
- data/lib/stripe/resources/reporting/report_run.rb +0 -9
- data/lib/stripe/resources/reporting/report_type.rb +0 -9
- data/lib/stripe/resources/review.rb +2 -11
- data/lib/stripe/resources/setup_attempt.rb +11 -16
- data/lib/stripe/resources/setup_intent.rb +158 -540
- data/lib/stripe/resources/shipping_rate.rb +0 -9
- data/lib/stripe/resources/sigma/scheduled_query_run.rb +0 -9
- data/lib/stripe/resources/source.rb +0 -41
- data/lib/stripe/resources/subscription.rb +14 -385
- data/lib/stripe/resources/subscription_item.rb +9 -134
- data/lib/stripe/resources/subscription_schedule.rb +14 -1135
- data/lib/stripe/resources/tax/calculation.rb +0 -9
- data/lib/stripe/resources/tax/registration.rb +1 -10
- data/lib/stripe/resources/tax/settings.rb +0 -9
- data/lib/stripe/resources/tax/transaction.rb +0 -9
- data/lib/stripe/resources/tax_code.rb +0 -9
- data/lib/stripe/resources/tax_id.rb +0 -9
- data/lib/stripe/resources/tax_rate.rb +0 -9
- data/lib/stripe/resources/terminal/configuration.rb +214 -14
- data/lib/stripe/resources/terminal/location.rb +0 -9
- data/lib/stripe/resources/terminal/reader.rb +0 -408
- data/lib/stripe/resources/test_helpers/test_clock.rb +0 -9
- data/lib/stripe/resources/token.rb +1 -10
- data/lib/stripe/resources/topup.rb +0 -9
- data/lib/stripe/resources/transfer.rb +0 -9
- data/lib/stripe/resources/treasury/credit_reversal.rb +0 -9
- data/lib/stripe/resources/treasury/debit_reversal.rb +0 -9
- data/lib/stripe/resources/treasury/financial_account.rb +4 -32
- data/lib/stripe/resources/treasury/financial_account_features.rb +0 -2
- data/lib/stripe/resources/treasury/inbound_transfer.rb +0 -9
- data/lib/stripe/resources/treasury/outbound_payment.rb +0 -9
- data/lib/stripe/resources/treasury/outbound_transfer.rb +0 -46
- data/lib/stripe/resources/treasury/received_credit.rb +1 -47
- data/lib/stripe/resources/treasury/received_debit.rb +1 -49
- data/lib/stripe/resources/treasury/transaction.rb +0 -9
- data/lib/stripe/resources/treasury/transaction_entry.rb +0 -9
- data/lib/stripe/resources/v2/event.rb +1 -0
- data/lib/stripe/resources/v2/event_destination.rb +1 -0
- data/lib/stripe/resources/webhook_endpoint.rb +0 -9
- data/lib/stripe/resources.rb +0 -25
- data/lib/stripe/services/account_external_account_service.rb +1 -1
- data/lib/stripe/services/account_service.rb +68 -509
- data/lib/stripe/services/account_session_service.rb +1 -217
- data/lib/stripe/services/balance_transaction_service.rb +1 -1
- data/lib/stripe/services/billing/credit_balance_summary_service.rb +2 -2
- data/lib/stripe/services/billing/credit_grant_service.rb +2 -2
- data/lib/stripe/services/billing/meter_service.rb +1 -1
- data/lib/stripe/services/charge_service.rb +1 -1335
- data/lib/stripe/services/checkout/session_service.rb +60 -168
- data/lib/stripe/services/credit_note_preview_lines_service.rb +0 -4
- data/lib/stripe/services/credit_note_service.rb +0 -8
- data/lib/stripe/services/customer_service.rb +0 -16
- data/lib/stripe/services/financial_connections/account_service.rb +1 -3
- data/lib/stripe/services/financial_connections/session_service.rb +1 -30
- data/lib/stripe/services/financial_connections_service.rb +1 -2
- data/lib/stripe/services/invoice_item_service.rb +34 -88
- data/lib/stripe/services/invoice_line_item_service.rb +25 -41
- data/lib/stripe/services/invoice_payment_service.rb +33 -5
- data/lib/stripe/services/invoice_service.rb +210 -3147
- data/lib/stripe/services/issuing/cardholder_service.rb +1 -2
- data/lib/stripe/services/issuing/transaction_service.rb +0 -4
- data/lib/stripe/services/issuing_service.rb +1 -5
- data/lib/stripe/services/payment_intent_service.rb +568 -4513
- data/lib/stripe/services/payment_link_service.rb +59 -6
- data/lib/stripe/services/payment_method_configuration_service.rb +62 -146
- data/lib/stripe/services/payment_method_domain_service.rb +6 -6
- data/lib/stripe/services/payment_method_service.rb +49 -119
- data/lib/stripe/services/plan_service.rb +0 -4
- data/lib/stripe/services/price_service.rb +2 -25
- data/lib/stripe/services/product_service.rb +0 -38
- data/lib/stripe/services/quote_service.rb +9 -1716
- data/lib/stripe/services/setup_intent_service.rb +158 -492
- data/lib/stripe/services/subscription_item_service.rb +5 -111
- data/lib/stripe/services/subscription_schedule_service.rb +14 -1005
- data/lib/stripe/services/subscription_service.rb +13 -323
- data/lib/stripe/services/tax/registration_service.rb +1 -1
- data/lib/stripe/services/tax_service.rb +1 -3
- data/lib/stripe/services/terminal/configuration_service.rb +170 -4
- data/lib/stripe/services/terminal/reader_service.rb +0 -177
- data/lib/stripe/services/terminal_service.rb +1 -2
- data/lib/stripe/services/test_helpers/confirmation_token_service.rb +49 -87
- data/lib/stripe/services/test_helpers/terminal/reader_service.rb +0 -43
- data/lib/stripe/services/test_helpers/treasury/received_credit_service.rb +1 -25
- data/lib/stripe/services/test_helpers/treasury/received_debit_service.rb +1 -25
- data/lib/stripe/services/token_service.rb +1 -1
- data/lib/stripe/services/treasury/financial_account_features_service.rb +1 -4
- data/lib/stripe/services/treasury/financial_account_service.rb +3 -17
- data/lib/stripe/services/treasury/outbound_transfer_service.rb +0 -24
- data/lib/stripe/services/v1_services.rb +2 -8
- data/lib/stripe/services/v2/core/event_destination_service.rb +1 -4
- data/lib/stripe/services/v2/core/event_service.rb +1 -4
- data/lib/stripe/services.rb +0 -27
- data/lib/stripe/stripe_client.rb +1 -0
- data/lib/stripe/stripe_configuration.rb +1 -3
- data/lib/stripe/util.rb +1 -7
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +0 -45
- data/rbi/stripe/resources/account.rbi +1131 -1479
- data/rbi/stripe/resources/account_link.rbi +9 -9
- data/rbi/stripe/resources/account_session.rbi +118 -367
- data/rbi/stripe/resources/apple_pay_domain.rbi +8 -15
- data/rbi/stripe/resources/application_fee.rbi +15 -20
- data/rbi/stripe/resources/apps/secret.rbi +20 -20
- data/rbi/stripe/resources/balance.rbi +0 -7
- data/rbi/stripe/resources/balance_transaction.rbi +19 -24
- data/rbi/stripe/resources/bank_account.rbi +1 -1
- data/rbi/stripe/resources/billing/alert.rbi +23 -28
- data/rbi/stripe/resources/billing/credit_balance_summary.rbi +0 -53
- data/rbi/stripe/resources/billing/credit_balance_transaction.rbi +6 -13
- data/rbi/stripe/resources/billing/credit_grant.rbi +30 -37
- data/rbi/stripe/resources/billing/meter.rbi +19 -26
- data/rbi/stripe/resources/billing/meter_event.rbi +4 -4
- data/rbi/stripe/resources/billing/meter_event_adjustment.rbi +5 -5
- data/rbi/stripe/resources/billing_portal/configuration.rbi +86 -81
- data/rbi/stripe/resources/billing_portal/session.rbi +31 -27
- data/rbi/stripe/resources/card.rbi +2 -5
- data/rbi/stripe/resources/charge.rbi +136 -1576
- data/rbi/stripe/resources/checkout/session.rbi +631 -748
- data/rbi/stripe/resources/climate/order.rbi +20 -25
- data/rbi/stripe/resources/climate/product.rbi +5 -12
- data/rbi/stripe/resources/climate/supplier.rbi +5 -12
- data/rbi/stripe/resources/confirmation_token.rbi +274 -268
- data/rbi/stripe/resources/country_spec.rbi +5 -12
- data/rbi/stripe/resources/coupon.rbi +34 -39
- data/rbi/stripe/resources/credit_note.rbi +134 -146
- data/rbi/stripe/resources/credit_note_line_item.rbi +20 -18
- data/rbi/stripe/resources/customer.rbi +172 -164
- data/rbi/stripe/resources/customer_balance_transaction.rbi +4 -1
- data/rbi/stripe/resources/customer_session.rbi +19 -15
- data/rbi/stripe/resources/dispute.rbi +92 -95
- data/rbi/stripe/resources/entitlements/active_entitlement.rbi +5 -12
- data/rbi/stripe/resources/entitlements/feature.rbi +15 -22
- data/rbi/stripe/resources/ephemeral_key.rbi +2 -2
- data/rbi/stripe/resources/event.rbi +16 -60
- data/rbi/stripe/resources/exchange_rate.rbi +5 -12
- data/rbi/stripe/resources/file.rbi +20 -25
- data/rbi/stripe/resources/file_link.rbi +23 -28
- data/rbi/stripe/resources/financial_connections/account.rbi +25 -44
- data/rbi/stripe/resources/financial_connections/session.rbi +12 -75
- data/rbi/stripe/resources/financial_connections/transaction.rbi +16 -19
- data/rbi/stripe/resources/forwarding/request.rbi +21 -24
- data/rbi/stripe/resources/identity/verification_report.rbi +18 -21
- data/rbi/stripe/resources/identity/verification_session.rbi +60 -61
- data/rbi/stripe/resources/invoice.rbi +723 -5918
- data/rbi/stripe/resources/invoice_item.rbi +138 -177
- data/rbi/stripe/resources/invoice_line_item.rbi +199 -264
- data/rbi/stripe/resources/invoice_payment.rbi +51 -7
- data/rbi/stripe/resources/invoice_rendering_template.rbi +10 -20
- data/rbi/stripe/resources/issuing/authorization.rbi +216 -199
- data/rbi/stripe/resources/issuing/card.rbi +104 -101
- data/rbi/stripe/resources/issuing/cardholder.rbi +120 -108
- data/rbi/stripe/resources/issuing/dispute.rbi +164 -151
- data/rbi/stripe/resources/issuing/personalization_design.rbi +61 -56
- data/rbi/stripe/resources/issuing/physical_bundle.rbi +7 -14
- data/rbi/stripe/resources/issuing/token.rbi +16 -21
- data/rbi/stripe/resources/issuing/transaction.rbi +180 -176
- data/rbi/stripe/resources/line_item.rbi +0 -36
- data/rbi/stripe/resources/mandate.rbi +8 -40
- data/rbi/stripe/resources/payment_intent.rbi +2252 -6482
- data/rbi/stripe/resources/payment_link.rbi +346 -211
- data/rbi/stripe/resources/payment_method.rbi +226 -330
- data/rbi/stripe/resources/payment_method_configuration.rbi +602 -685
- data/rbi/stripe/resources/payment_method_domain.rbi +26 -31
- data/rbi/stripe/resources/payout.rbi +43 -42
- data/rbi/stripe/resources/person.rbi +9 -9
- data/rbi/stripe/resources/plan.rbi +51 -63
- data/rbi/stripe/resources/price.rbi +114 -151
- data/rbi/stripe/resources/product.rbi +90 -152
- data/rbi/stripe/resources/promotion_code.rbi +42 -47
- data/rbi/stripe/resources/quote.rbi +168 -2231
- data/rbi/stripe/resources/radar/early_fraud_warning.rbi +17 -20
- data/rbi/stripe/resources/radar/value_list.rbi +24 -29
- data/rbi/stripe/resources/radar/value_list_item.rbi +18 -21
- data/rbi/stripe/resources/refund.rbi +52 -51
- data/rbi/stripe/resources/reporting/report_run.rbi +27 -30
- data/rbi/stripe/resources/reporting/report_type.rbi +2 -9
- data/rbi/stripe/resources/review.rbi +17 -22
- data/rbi/stripe/resources/setup_attempt.rbi +25 -32
- data/rbi/stripe/resources/setup_intent.rbi +900 -1102
- data/rbi/stripe/resources/shipping_rate.rbi +41 -46
- data/rbi/stripe/resources/sigma/scheduled_query_run.rbi +5 -12
- data/rbi/stripe/resources/source.rbi +132 -179
- data/rbi/stripe/resources/subscription.rbi +363 -707
- data/rbi/stripe/resources/subscription_item.rbi +69 -177
- data/rbi/stripe/resources/subscription_schedule.rbi +289 -1447
- data/rbi/stripe/resources/tax/calculation.rbi +43 -48
- data/rbi/stripe/resources/tax/registration.rbi +217 -170
- data/rbi/stripe/resources/tax/settings.rbi +14 -21
- data/rbi/stripe/resources/tax/transaction.rbi +20 -25
- data/rbi/stripe/resources/tax_code.rbi +5 -12
- data/rbi/stripe/resources/tax_id.rbi +15 -22
- data/rbi/stripe/resources/tax_rate.rbi +34 -39
- data/rbi/stripe/resources/terminal/configuration.rbi +457 -212
- data/rbi/stripe/resources/terminal/connection_token.rbi +3 -3
- data/rbi/stripe/resources/terminal/location.rbi +28 -35
- data/rbi/stripe/resources/terminal/reader.rbi +71 -441
- data/rbi/stripe/resources/test_helpers/test_clock.rbi +12 -17
- data/rbi/stripe/resources/token.rbi +288 -263
- data/rbi/stripe/resources/topup.rbi +35 -38
- data/rbi/stripe/resources/transfer.rbi +27 -32
- data/rbi/stripe/resources/treasury/credit_reversal.rbi +10 -17
- data/rbi/stripe/resources/treasury/debit_reversal.rbi +11 -18
- data/rbi/stripe/resources/treasury/financial_account.rbi +125 -130
- data/rbi/stripe/resources/treasury/financial_account_features.rbi +0 -3
- data/rbi/stripe/resources/treasury/inbound_transfer.rbi +22 -29
- data/rbi/stripe/resources/treasury/outbound_payment.rbi +82 -79
- data/rbi/stripe/resources/treasury/outbound_transfer.rbi +44 -86
- data/rbi/stripe/resources/treasury/received_credit.rbi +18 -64
- data/rbi/stripe/resources/treasury/received_debit.rbi +17 -66
- data/rbi/stripe/resources/treasury/transaction.rbi +27 -28
- data/rbi/stripe/resources/treasury/transaction_entry.rbi +25 -26
- data/rbi/stripe/resources/v2/amount.rbi +1 -1
- data/rbi/stripe/resources/v2/event.rbi +1 -0
- data/rbi/stripe/resources/v2/event_destination.rbi +1 -0
- data/rbi/stripe/resources/webhook_endpoint.rbi +18 -25
- data/rbi/stripe/services/account_capability_service.rbi +7 -7
- data/rbi/stripe/services/account_external_account_service.rbi +52 -52
- data/rbi/stripe/services/account_link_service.rbi +9 -9
- data/rbi/stripe/services/account_login_link_service.rbi +2 -2
- data/rbi/stripe/services/account_person_service.rbi +221 -201
- data/rbi/stripe/services/account_service.rbi +1221 -1345
- data/rbi/stripe/services/account_session_service.rbi +115 -346
- data/rbi/stripe/services/apple_pay_domain_service.rbi +10 -10
- data/rbi/stripe/services/application_fee_refund_service.rbi +16 -14
- data/rbi/stripe/services/application_fee_service.rbi +18 -14
- data/rbi/stripe/services/apps/secret_service.rbi +20 -20
- data/rbi/stripe/services/balance_service.rbi +2 -2
- data/rbi/stripe/services/balance_transaction_service.rbi +22 -18
- data/rbi/stripe/services/billing/alert_service.rbi +23 -23
- data/rbi/stripe/services/billing/credit_balance_summary_service.rbi +10 -10
- data/rbi/stripe/services/billing/credit_balance_transaction_service.rbi +8 -8
- data/rbi/stripe/services/billing/credit_grant_service.rbi +32 -30
- data/rbi/stripe/services/billing/meter_event_adjustment_service.rbi +7 -5
- data/rbi/stripe/services/billing/meter_event_service.rbi +4 -4
- data/rbi/stripe/services/billing/meter_event_summary_service.rbi +6 -6
- data/rbi/stripe/services/billing/meter_service.rbi +21 -21
- data/rbi/stripe/services/billing_portal/configuration_service.rbi +90 -76
- data/rbi/stripe/services/billing_portal/session_service.rbi +29 -27
- data/rbi/stripe/services/charge_service.rbi +96 -1464
- data/rbi/stripe/services/checkout/session_line_item_service.rbi +5 -5
- data/rbi/stripe/services/checkout/session_service.rbi +555 -591
- data/rbi/stripe/services/climate/order_service.rbi +22 -20
- data/rbi/stripe/services/climate/product_service.rbi +7 -7
- data/rbi/stripe/services/climate/supplier_service.rbi +7 -7
- data/rbi/stripe/services/confirmation_token_service.rbi +2 -2
- data/rbi/stripe/services/country_spec_service.rbi +7 -7
- data/rbi/stripe/services/coupon_service.rbi +40 -34
- data/rbi/stripe/services/credit_note_line_item_service.rbi +5 -5
- data/rbi/stripe/services/credit_note_preview_lines_service.rbi +35 -35
- data/rbi/stripe/services/credit_note_service.rbi +81 -85
- data/rbi/stripe/services/customer_balance_transaction_service.rbi +15 -15
- data/rbi/stripe/services/customer_cash_balance_service.rbi +7 -7
- data/rbi/stripe/services/customer_cash_balance_transaction_service.rbi +7 -7
- data/rbi/stripe/services/customer_funding_instructions_service.rbi +5 -5
- data/rbi/stripe/services/customer_payment_method_service.rbi +9 -9
- data/rbi/stripe/services/customer_payment_source_service.rbi +48 -44
- data/rbi/stripe/services/customer_service.rbi +143 -139
- data/rbi/stripe/services/customer_session_service.rbi +21 -15
- data/rbi/stripe/services/customer_tax_id_service.rbi +9 -9
- data/rbi/stripe/services/dispute_service.rbi +92 -90
- data/rbi/stripe/services/entitlements/active_entitlement_service.rbi +7 -7
- data/rbi/stripe/services/entitlements/feature_service.rbi +17 -17
- data/rbi/stripe/services/ephemeral_key_service.rbi +8 -8
- data/rbi/stripe/services/event_service.rbi +18 -16
- data/rbi/stripe/services/exchange_rate_service.rbi +7 -7
- data/rbi/stripe/services/file_link_service.rbi +25 -23
- data/rbi/stripe/services/file_service.rbi +22 -20
- data/rbi/stripe/services/financial_connections/account_owner_service.rbi +5 -5
- data/rbi/stripe/services/financial_connections/account_service.rbi +22 -21
- data/rbi/stripe/services/financial_connections/session_service.rbi +16 -39
- data/rbi/stripe/services/financial_connections/transaction_service.rbi +16 -14
- data/rbi/stripe/services/financial_connections_service.rbi +0 -1
- data/rbi/stripe/services/forwarding/request_service.rbi +21 -19
- data/rbi/stripe/services/identity/verification_report_service.rbi +18 -16
- data/rbi/stripe/services/identity/verification_session_service.rbi +62 -56
- data/rbi/stripe/services/invoice_item_service.rbi +99 -155
- data/rbi/stripe/services/invoice_line_item_service.rbi +71 -82
- data/rbi/stripe/services/invoice_payment_service.rbi +39 -12
- data/rbi/stripe/services/invoice_rendering_template_service.rbi +13 -13
- data/rbi/stripe/services/invoice_service.rbi +679 -3799
- data/rbi/stripe/services/issuing/authorization_service.rbi +32 -26
- data/rbi/stripe/services/issuing/card_service.rbi +102 -86
- data/rbi/stripe/services/issuing/cardholder_service.rbi +122 -103
- data/rbi/stripe/services/issuing/dispute_service.rbi +152 -146
- data/rbi/stripe/services/issuing/personalization_design_service.rbi +52 -42
- data/rbi/stripe/services/issuing/physical_bundle_service.rbi +9 -9
- data/rbi/stripe/services/issuing/token_service.rbi +20 -16
- data/rbi/stripe/services/issuing/transaction_service.rbi +25 -23
- data/rbi/stripe/services/issuing_service.rbi +0 -3
- data/rbi/stripe/services/mandate_service.rbi +2 -2
- data/rbi/stripe/services/payment_intent_service.rbi +2312 -6081
- data/rbi/stripe/services/payment_link_line_item_service.rbi +5 -5
- data/rbi/stripe/services/payment_link_service.rbi +303 -201
- data/rbi/stripe/services/payment_method_configuration_service.rbi +616 -620
- data/rbi/stripe/services/payment_method_domain_service.rbi +25 -23
- data/rbi/stripe/services/payment_method_service.rbi +192 -249
- data/rbi/stripe/services/payout_service.rbi +45 -37
- data/rbi/stripe/services/plan_service.rbi +53 -55
- data/rbi/stripe/services/price_service.rbi +124 -129
- data/rbi/stripe/services/product_feature_service.rbi +9 -9
- data/rbi/stripe/services/product_service.rbi +94 -122
- data/rbi/stripe/services/promotion_code_service.rbi +46 -42
- data/rbi/stripe/services/quote_computed_upfront_line_items_service.rbi +5 -5
- data/rbi/stripe/services/quote_line_item_service.rbi +5 -5
- data/rbi/stripe/services/quote_service.rbi +159 -1863
- data/rbi/stripe/services/radar/early_fraud_warning_service.rbi +17 -15
- data/rbi/stripe/services/radar/value_list_item_service.rbi +20 -16
- data/rbi/stripe/services/radar/value_list_service.rbi +28 -24
- data/rbi/stripe/services/refund_service.rbi +37 -33
- data/rbi/stripe/services/reporting/report_run_service.rbi +29 -25
- data/rbi/stripe/services/reporting/report_type_service.rbi +4 -4
- data/rbi/stripe/services/review_service.rbi +17 -15
- data/rbi/stripe/services/setup_attempt_service.rbi +13 -11
- data/rbi/stripe/services/setup_intent_service.rbi +1028 -1062
- data/rbi/stripe/services/shipping_rate_service.rbi +47 -41
- data/rbi/stripe/services/sigma/scheduled_query_run_service.rbi +7 -7
- data/rbi/stripe/services/source_service.rbi +149 -133
- data/rbi/stripe/services/source_transaction_service.rbi +5 -5
- data/rbi/stripe/services/subscription_item_service.rbi +61 -159
- data/rbi/stripe/services/subscription_schedule_service.rbi +289 -1305
- data/rbi/stripe/services/subscription_service.rbi +366 -640
- data/rbi/stripe/services/tax/calculation_line_item_service.rbi +5 -5
- data/rbi/stripe/services/tax/calculation_service.rbi +40 -38
- data/rbi/stripe/services/tax/registration_service.rbi +337 -165
- data/rbi/stripe/services/tax/settings_service.rbi +16 -16
- data/rbi/stripe/services/tax/transaction_line_item_service.rbi +5 -5
- data/rbi/stripe/services/tax/transaction_service.rbi +19 -15
- data/rbi/stripe/services/tax_code_service.rbi +7 -7
- data/rbi/stripe/services/tax_id_service.rbi +17 -17
- data/rbi/stripe/services/tax_rate_service.rbi +36 -34
- data/rbi/stripe/services/tax_service.rbi +0 -2
- data/rbi/stripe/services/terminal/configuration_service.rbi +464 -204
- data/rbi/stripe/services/terminal/connection_token_service.rbi +3 -3
- data/rbi/stripe/services/terminal/location_service.rbi +30 -30
- data/rbi/stripe/services/terminal/reader_service.rbi +57 -226
- data/rbi/stripe/services/terminal_service.rbi +0 -1
- data/rbi/stripe/services/test_helpers/confirmation_token_service.rbi +157 -198
- data/rbi/stripe/services/test_helpers/customer_service.rbi +3 -3
- data/rbi/stripe/services/test_helpers/issuing/authorization_service.rbi +180 -168
- data/rbi/stripe/services/test_helpers/issuing/card_service.rbi +10 -10
- data/rbi/stripe/services/test_helpers/issuing/personalization_design_service.rbi +11 -9
- data/rbi/stripe/services/test_helpers/issuing/transaction_service.rbi +151 -145
- data/rbi/stripe/services/test_helpers/refund_service.rbi +2 -2
- data/rbi/stripe/services/test_helpers/terminal/reader_service.rbi +10 -39
- data/rbi/stripe/services/test_helpers/test_clock_service.rbi +14 -12
- data/rbi/stripe/services/test_helpers/treasury/inbound_transfer_service.rbi +9 -9
- data/rbi/stripe/services/test_helpers/treasury/outbound_payment_service.rbi +20 -18
- data/rbi/stripe/services/test_helpers/treasury/outbound_transfer_service.rbi +20 -18
- data/rbi/stripe/services/test_helpers/treasury/received_credit_service.rbi +11 -38
- data/rbi/stripe/services/test_helpers/treasury/received_debit_service.rbi +11 -38
- data/rbi/stripe/services/token_service.rbi +292 -258
- data/rbi/stripe/services/topup_service.rbi +37 -33
- data/rbi/stripe/services/transfer_reversal_service.rbi +18 -16
- data/rbi/stripe/services/transfer_service.rbi +29 -27
- data/rbi/stripe/services/treasury/credit_reversal_service.rbi +12 -12
- data/rbi/stripe/services/treasury/debit_reversal_service.rbi +13 -13
- data/rbi/stripe/services/treasury/financial_account_features_service.rbi +23 -26
- data/rbi/stripe/services/treasury/financial_account_service.rbi +92 -96
- data/rbi/stripe/services/treasury/inbound_transfer_service.rbi +15 -15
- data/rbi/stripe/services/treasury/outbound_payment_service.rbi +60 -56
- data/rbi/stripe/services/treasury/outbound_transfer_service.rbi +24 -49
- data/rbi/stripe/services/treasury/received_credit_service.rbi +11 -9
- data/rbi/stripe/services/treasury/received_debit_service.rbi +8 -8
- data/rbi/stripe/services/treasury/transaction_entry_service.rbi +25 -21
- data/rbi/stripe/services/treasury/transaction_service.rbi +31 -23
- data/rbi/stripe/services/v1_services.rbi +1 -7
- data/rbi/stripe/services/v2/billing/meter_event_service.rbi +3 -3
- data/rbi/stripe/services/v2/billing/meter_event_stream_service.rbi +3 -3
- data/rbi/stripe/services/v2/core/event_destination_service.rbi +21 -24
- data/rbi/stripe/services/v2/core/event_service.rbi +3 -6
- data/rbi/stripe/services/webhook_endpoint_service.rbi +20 -20
- metadata +4 -109
- data/lib/stripe/request_signing_authenticator.rb +0 -79
- data/lib/stripe/resources/account_notice.rb +0 -132
- data/lib/stripe/resources/billing/meter_error_report.rb +0 -59
- data/lib/stripe/resources/capital/financing_offer.rb +0 -188
- data/lib/stripe/resources/capital/financing_summary.rb +0 -64
- data/lib/stripe/resources/capital/financing_transaction.rb +0 -123
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +0 -27
- data/lib/stripe/resources/financial_connections/institution.rb +0 -99
- data/lib/stripe/resources/gift_cards/card.rb +0 -217
- data/lib/stripe/resources/gift_cards/transaction.rb +0 -281
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +0 -611
- data/lib/stripe/resources/issuing/dispute_settlement_detail.rb +0 -84
- data/lib/stripe/resources/issuing/fraud_liability_debit.rb +0 -95
- data/lib/stripe/resources/issuing/settlement.rb +0 -49
- data/lib/stripe/resources/margin.rb +0 -124
- data/lib/stripe/resources/order.rb +0 -2868
- data/lib/stripe/resources/payment_attempt_record.rb +0 -184
- data/lib/stripe/resources/payment_record.rb +0 -715
- data/lib/stripe/resources/quote_line.rb +0 -274
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -652
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -362
- data/lib/stripe/resources/tax/association.rb +0 -89
- data/lib/stripe/resources/tax/form.rb +0 -220
- data/lib/stripe/resources/terminal/reader_collected_data.rb +0 -40
- data/lib/stripe/resources/usage_record.rb +0 -30
- data/lib/stripe/resources/usage_record_summary.rb +0 -33
- data/lib/stripe/services/account_notice_service.rb +0 -101
- 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/financial_connections/account_inferred_balance_service.rb +0 -37
- data/lib/stripe/services/financial_connections/institution_service.rb +0 -57
- data/lib/stripe/services/gift_cards/card_service.rb +0 -170
- data/lib/stripe/services/gift_cards/transaction_service.rb +0 -209
- data/lib/stripe/services/gift_cards_service.rb +0 -14
- data/lib/stripe/services/invoice_upcoming_lines_service.rb +0 -1881
- 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_line_item_service.rb +0 -35
- data/lib/stripe/services/order_service.rb +0 -2268
- data/lib/stripe/services/payment_attempt_record_service.rb +0 -49
- data/lib/stripe/services/payment_record_service.rb +0 -542
- data/lib/stripe/services/quote_line_service.rb +0 -35
- data/lib/stripe/services/quote_preview_invoice_service.rb +0 -35
- data/lib/stripe/services/quote_preview_subscription_schedule_service.rb +0 -35
- data/lib/stripe/services/subscription_item_usage_record_service.rb +0 -41
- data/lib/stripe/services/subscription_item_usage_record_summary_service.rb +0 -37
- data/lib/stripe/services/tax/association_service.rb +0 -31
- data/lib/stripe/services/tax/form_service.rb +0 -100
- data/lib/stripe/services/terminal/reader_collected_data_service.rb +0 -28
- data/rbi/stripe/resources/account_notice.rbi +0 -139
- data/rbi/stripe/resources/billing/meter_error_report.rbi +0 -71
- data/rbi/stripe/resources/capital/financing_offer.rbi +0 -190
- data/rbi/stripe/resources/capital/financing_summary.rbi +0 -74
- data/rbi/stripe/resources/capital/financing_transaction.rbi +0 -130
- data/rbi/stripe/resources/financial_connections/account_inferred_balance.rbi +0 -27
- data/rbi/stripe/resources/financial_connections/institution.rbi +0 -99
- data/rbi/stripe/resources/gift_cards/card.rbi +0 -206
- data/rbi/stripe/resources/gift_cards/transaction.rbi +0 -257
- data/rbi/stripe/resources/issuing/credit_underwriting_record.rbi +0 -622
- data/rbi/stripe/resources/issuing/dispute_settlement_detail.rbi +0 -83
- data/rbi/stripe/resources/issuing/fraud_liability_debit.rbi +0 -90
- data/rbi/stripe/resources/issuing/settlement.rbi +0 -62
- data/rbi/stripe/resources/margin.rbi +0 -127
- data/rbi/stripe/resources/order.rbi +0 -3036
- data/rbi/stripe/resources/payment_attempt_record.rbi +0 -215
- data/rbi/stripe/resources/payment_record.rbi +0 -722
- data/rbi/stripe/resources/quote_line.rbi +0 -350
- data/rbi/stripe/resources/quote_preview_invoice.rbi +0 -850
- data/rbi/stripe/resources/quote_preview_subscription_schedule.rbi +0 -474
- data/rbi/stripe/resources/tax/association.rbi +0 -94
- data/rbi/stripe/resources/tax/form.rbi +0 -224
- data/rbi/stripe/resources/terminal/reader_collected_data.rbi +0 -41
- data/rbi/stripe/resources/usage_record.rbi +0 -32
- data/rbi/stripe/resources/usage_record_summary.rbi +0 -38
- data/rbi/stripe/services/account_notice_service.rbi +0 -90
- data/rbi/stripe/services/capital/financing_offer_service.rbi +0 -95
- data/rbi/stripe/services/capital/financing_summary_service.rbi +0 -22
- data/rbi/stripe/services/capital/financing_transaction_service.rbi +0 -68
- data/rbi/stripe/services/capital_service.rbi +0 -11
- data/rbi/stripe/services/financial_connections/account_inferred_balance_service.rbi +0 -33
- data/rbi/stripe/services/financial_connections/institution_service.rbi +0 -46
- data/rbi/stripe/services/gift_cards/card_service.rbi +0 -142
- data/rbi/stripe/services/gift_cards/transaction_service.rbi +0 -174
- data/rbi/stripe/services/gift_cards_service.rbi +0 -10
- data/rbi/stripe/services/invoice_upcoming_lines_service.rbi +0 -2023
- data/rbi/stripe/services/issuing/credit_underwriting_record_service.rbi +0 -498
- data/rbi/stripe/services/issuing/dispute_settlement_detail_service.rbi +0 -55
- data/rbi/stripe/services/issuing/fraud_liability_debit_service.rbi +0 -73
- data/rbi/stripe/services/margin_service.rbi +0 -104
- data/rbi/stripe/services/order_line_item_service.rbi +0 -31
- data/rbi/stripe/services/order_service.rbi +0 -2320
- data/rbi/stripe/services/payment_attempt_record_service.rbi +0 -36
- data/rbi/stripe/services/payment_record_service.rbi +0 -521
- data/rbi/stripe/services/quote_line_service.rbi +0 -31
- data/rbi/stripe/services/quote_preview_invoice_service.rbi +0 -31
- data/rbi/stripe/services/quote_preview_subscription_schedule_service.rbi +0 -31
- data/rbi/stripe/services/subscription_item_usage_record_service.rbi +0 -37
- data/rbi/stripe/services/subscription_item_usage_record_summary_service.rbi +0 -33
- data/rbi/stripe/services/tax/association_service.rbi +0 -25
- data/rbi/stripe/services/tax/form_service.rbi +0 -85
- data/rbi/stripe/services/terminal/reader_collected_data_service.rbi +0 -22
@@ -218,7 +218,7 @@ module Stripe
|
|
218
218
|
end
|
219
219
|
end
|
220
220
|
|
221
|
-
class
|
221
|
+
class Billie < Stripe::RequestParams
|
222
222
|
class DisplayPreference < Stripe::RequestParams
|
223
223
|
# The account's preference for whether or not to display this payment method.
|
224
224
|
attr_accessor :preference
|
@@ -235,7 +235,7 @@ module Stripe
|
|
235
235
|
end
|
236
236
|
end
|
237
237
|
|
238
|
-
class
|
238
|
+
class Blik < Stripe::RequestParams
|
239
239
|
class DisplayPreference < Stripe::RequestParams
|
240
240
|
# The account's preference for whether or not to display this payment method.
|
241
241
|
attr_accessor :preference
|
@@ -252,7 +252,7 @@ module Stripe
|
|
252
252
|
end
|
253
253
|
end
|
254
254
|
|
255
|
-
class
|
255
|
+
class Boleto < Stripe::RequestParams
|
256
256
|
class DisplayPreference < Stripe::RequestParams
|
257
257
|
# The account's preference for whether or not to display this payment method.
|
258
258
|
attr_accessor :preference
|
@@ -269,7 +269,7 @@ module Stripe
|
|
269
269
|
end
|
270
270
|
end
|
271
271
|
|
272
|
-
class
|
272
|
+
class Card < Stripe::RequestParams
|
273
273
|
class DisplayPreference < Stripe::RequestParams
|
274
274
|
# The account's preference for whether or not to display this payment method.
|
275
275
|
attr_accessor :preference
|
@@ -286,7 +286,7 @@ module Stripe
|
|
286
286
|
end
|
287
287
|
end
|
288
288
|
|
289
|
-
class
|
289
|
+
class CartesBancaires < Stripe::RequestParams
|
290
290
|
class DisplayPreference < Stripe::RequestParams
|
291
291
|
# The account's preference for whether or not to display this payment method.
|
292
292
|
attr_accessor :preference
|
@@ -303,7 +303,7 @@ module Stripe
|
|
303
303
|
end
|
304
304
|
end
|
305
305
|
|
306
|
-
class
|
306
|
+
class Cashapp < Stripe::RequestParams
|
307
307
|
class DisplayPreference < Stripe::RequestParams
|
308
308
|
# The account's preference for whether or not to display this payment method.
|
309
309
|
attr_accessor :preference
|
@@ -320,7 +320,7 @@ module Stripe
|
|
320
320
|
end
|
321
321
|
end
|
322
322
|
|
323
|
-
class
|
323
|
+
class CustomerBalance < Stripe::RequestParams
|
324
324
|
class DisplayPreference < Stripe::RequestParams
|
325
325
|
# The account's preference for whether or not to display this payment method.
|
326
326
|
attr_accessor :preference
|
@@ -337,7 +337,7 @@ module Stripe
|
|
337
337
|
end
|
338
338
|
end
|
339
339
|
|
340
|
-
class
|
340
|
+
class Eps < Stripe::RequestParams
|
341
341
|
class DisplayPreference < Stripe::RequestParams
|
342
342
|
# The account's preference for whether or not to display this payment method.
|
343
343
|
attr_accessor :preference
|
@@ -354,7 +354,7 @@ module Stripe
|
|
354
354
|
end
|
355
355
|
end
|
356
356
|
|
357
|
-
class
|
357
|
+
class Fpx < Stripe::RequestParams
|
358
358
|
class DisplayPreference < Stripe::RequestParams
|
359
359
|
# The account's preference for whether or not to display this payment method.
|
360
360
|
attr_accessor :preference
|
@@ -371,7 +371,7 @@ module Stripe
|
|
371
371
|
end
|
372
372
|
end
|
373
373
|
|
374
|
-
class
|
374
|
+
class Giropay < Stripe::RequestParams
|
375
375
|
class DisplayPreference < Stripe::RequestParams
|
376
376
|
# The account's preference for whether or not to display this payment method.
|
377
377
|
attr_accessor :preference
|
@@ -388,7 +388,7 @@ module Stripe
|
|
388
388
|
end
|
389
389
|
end
|
390
390
|
|
391
|
-
class
|
391
|
+
class GooglePay < Stripe::RequestParams
|
392
392
|
class DisplayPreference < Stripe::RequestParams
|
393
393
|
# The account's preference for whether or not to display this payment method.
|
394
394
|
attr_accessor :preference
|
@@ -422,23 +422,6 @@ module Stripe
|
|
422
422
|
end
|
423
423
|
end
|
424
424
|
|
425
|
-
class IdBankTransfer < Stripe::RequestParams
|
426
|
-
class DisplayPreference < Stripe::RequestParams
|
427
|
-
# The account's preference for whether or not to display this payment method.
|
428
|
-
attr_accessor :preference
|
429
|
-
|
430
|
-
def initialize(preference: nil)
|
431
|
-
@preference = preference
|
432
|
-
end
|
433
|
-
end
|
434
|
-
# Whether or not the payment method should be displayed.
|
435
|
-
attr_accessor :display_preference
|
436
|
-
|
437
|
-
def initialize(display_preference: nil)
|
438
|
-
@display_preference = display_preference
|
439
|
-
end
|
440
|
-
end
|
441
|
-
|
442
425
|
class Ideal < Stripe::RequestParams
|
443
426
|
class DisplayPreference < Stripe::RequestParams
|
444
427
|
# The account's preference for whether or not to display this payment method.
|
@@ -558,7 +541,7 @@ module Stripe
|
|
558
541
|
end
|
559
542
|
end
|
560
543
|
|
561
|
-
class
|
544
|
+
class NzBankAccount < Stripe::RequestParams
|
562
545
|
class DisplayPreference < Stripe::RequestParams
|
563
546
|
# The account's preference for whether or not to display this payment method.
|
564
547
|
attr_accessor :preference
|
@@ -575,7 +558,7 @@ module Stripe
|
|
575
558
|
end
|
576
559
|
end
|
577
560
|
|
578
|
-
class
|
561
|
+
class Oxxo < Stripe::RequestParams
|
579
562
|
class DisplayPreference < Stripe::RequestParams
|
580
563
|
# The account's preference for whether or not to display this payment method.
|
581
564
|
attr_accessor :preference
|
@@ -592,7 +575,7 @@ module Stripe
|
|
592
575
|
end
|
593
576
|
end
|
594
577
|
|
595
|
-
class
|
578
|
+
class P24 < Stripe::RequestParams
|
596
579
|
class DisplayPreference < Stripe::RequestParams
|
597
580
|
# The account's preference for whether or not to display this payment method.
|
598
581
|
attr_accessor :preference
|
@@ -609,7 +592,7 @@ module Stripe
|
|
609
592
|
end
|
610
593
|
end
|
611
594
|
|
612
|
-
class
|
595
|
+
class PayByBank < Stripe::RequestParams
|
613
596
|
class DisplayPreference < Stripe::RequestParams
|
614
597
|
# The account's preference for whether or not to display this payment method.
|
615
598
|
attr_accessor :preference
|
@@ -626,7 +609,7 @@ module Stripe
|
|
626
609
|
end
|
627
610
|
end
|
628
611
|
|
629
|
-
class
|
612
|
+
class Paynow < Stripe::RequestParams
|
630
613
|
class DisplayPreference < Stripe::RequestParams
|
631
614
|
# The account's preference for whether or not to display this payment method.
|
632
615
|
attr_accessor :preference
|
@@ -643,7 +626,7 @@ module Stripe
|
|
643
626
|
end
|
644
627
|
end
|
645
628
|
|
646
|
-
class
|
629
|
+
class Paypal < Stripe::RequestParams
|
647
630
|
class DisplayPreference < Stripe::RequestParams
|
648
631
|
# The account's preference for whether or not to display this payment method.
|
649
632
|
attr_accessor :preference
|
@@ -677,23 +660,6 @@ module Stripe
|
|
677
660
|
end
|
678
661
|
end
|
679
662
|
|
680
|
-
class Qris < Stripe::RequestParams
|
681
|
-
class DisplayPreference < Stripe::RequestParams
|
682
|
-
# The account's preference for whether or not to display this payment method.
|
683
|
-
attr_accessor :preference
|
684
|
-
|
685
|
-
def initialize(preference: nil)
|
686
|
-
@preference = preference
|
687
|
-
end
|
688
|
-
end
|
689
|
-
# Whether or not the payment method should be displayed.
|
690
|
-
attr_accessor :display_preference
|
691
|
-
|
692
|
-
def initialize(display_preference: nil)
|
693
|
-
@display_preference = display_preference
|
694
|
-
end
|
695
|
-
end
|
696
|
-
|
697
663
|
class RevolutPay < Stripe::RequestParams
|
698
664
|
class DisplayPreference < Stripe::RequestParams
|
699
665
|
# The account's preference for whether or not to display this payment method.
|
@@ -711,7 +677,7 @@ module Stripe
|
|
711
677
|
end
|
712
678
|
end
|
713
679
|
|
714
|
-
class
|
680
|
+
class Satispay < Stripe::RequestParams
|
715
681
|
class DisplayPreference < Stripe::RequestParams
|
716
682
|
# The account's preference for whether or not to display this payment method.
|
717
683
|
attr_accessor :preference
|
@@ -728,7 +694,7 @@ module Stripe
|
|
728
694
|
end
|
729
695
|
end
|
730
696
|
|
731
|
-
class
|
697
|
+
class SepaDebit < Stripe::RequestParams
|
732
698
|
class DisplayPreference < Stripe::RequestParams
|
733
699
|
# The account's preference for whether or not to display this payment method.
|
734
700
|
attr_accessor :preference
|
@@ -868,6 +834,8 @@ module Stripe
|
|
868
834
|
attr_accessor :bacs_debit
|
869
835
|
# Bancontact is the most popular online payment method in Belgium, with over 15 million cards in circulation. [Customers](https://stripe.com/docs/api/customers) use a Bancontact card or mobile app linked to a Belgian bank account to make online payments that are secure, guaranteed, and confirmed immediately. Check this [page](https://stripe.com/docs/payments/bancontact) for more details.
|
870
836
|
attr_accessor :bancontact
|
837
|
+
# Billie is a [single-use](https://docs.stripe.com/payments/payment-methods#usage) payment method that offers businesses Pay by Invoice where they offer payment terms ranging from 7-120 days. Customers are redirected from your website or app, authorize the payment with Billie, then return to your website or app. You get [immediate notification](/payments/payment-methods#payment-notification) of whether the payment succeeded or failed.
|
838
|
+
attr_accessor :billie
|
871
839
|
# BLIK is a [single use](https://stripe.com/docs/payments/payment-methods#usage) payment method that requires customers to authenticate their payments. When customers want to pay online using BLIK, they request a six-digit code from their banking application and enter it into the payment collection form. Check this [page](https://stripe.com/docs/payments/blik) for more details.
|
872
840
|
attr_accessor :blik
|
873
841
|
# Boleto is an official (regulated by the Central Bank of Brazil) payment method in Brazil. Check this [page](https://stripe.com/docs/payments/boleto) for more details.
|
@@ -890,12 +858,8 @@ module Stripe
|
|
890
858
|
attr_accessor :giropay
|
891
859
|
# Google Pay allows customers to make payments in your app or website using any credit or debit card saved to their Google Account, including those from Google Play, YouTube, Chrome, or an Android device. Use the Google Pay API to request any credit or debit card stored in your customer's Google account. Check this [page](https://stripe.com/docs/google-pay) for more details.
|
892
860
|
attr_accessor :google_pay
|
893
|
-
# GoPay is a [single use](https://stripe.com/docs/payments/payment-methods#usage) digital wallet payment method popular in Indonesia. When paying with GoPay, customers authenticate and approve payments using the Gojek app. Desktop checkout is performed by scanning a QR code. When checking out on mobile, customers are redirected to the Gojek app to confirm payment.
|
894
|
-
attr_accessor :gopay
|
895
861
|
# GrabPay is a payment method developed by [Grab](https://www.grab.com/sg/consumer/finance/pay/). GrabPay is a digital wallet - customers maintain a balance in their wallets that they pay out with. Check this [page](https://stripe.com/docs/payments/grabpay) for more details.
|
896
862
|
attr_accessor :grabpay
|
897
|
-
# Stripe users in Indonesia can receive bank transfers from customers in Indonesia. Bank transfers are a popular B2C and B2B payment method in Indonesia.
|
898
|
-
attr_accessor :id_bank_transfer
|
899
863
|
# iDEAL is a Netherlands-based payment method that allows customers to complete transactions online using their bank credentials. All major Dutch banks are members of Currence, the scheme that operates iDEAL, making it the most popular online payment method in the Netherlands with a share of online transactions close to 55%. Check this [page](https://stripe.com/docs/payments/ideal) for more details.
|
900
864
|
attr_accessor :ideal
|
901
865
|
# JCB is a credit card company based in Japan. JCB is currently available in Japan to businesses approved by JCB, and available to all businesses in Australia, Canada, Hong Kong, Japan, New Zealand, Singapore, Switzerland, United Kingdom, United States, and all countries in the European Economic Area except Iceland. Check this [page](https://support.stripe.com/questions/accepting-japan-credit-bureau-%28jcb%29-payments) for more details.
|
@@ -912,6 +876,8 @@ module Stripe
|
|
912
876
|
attr_accessor :multibanco
|
913
877
|
# Configuration name.
|
914
878
|
attr_accessor :name
|
879
|
+
# Stripe users in New Zealand can accept Bulk Electronic Clearing System (BECS) direct debit payments from customers with a New Zeland bank account. Check this [page](https://stripe.com/docs/payments/nz-bank-account) for more details.
|
880
|
+
attr_accessor :nz_bank_account
|
915
881
|
# OXXO is a Mexican chain of convenience stores with thousands of locations across Latin America and represents nearly 20% of online transactions in Mexico. OXXO allows customers to pay bills and online purchases in-store with cash. Check this [page](https://stripe.com/docs/payments/oxxo) for more details.
|
916
882
|
attr_accessor :oxxo
|
917
883
|
# Przelewy24 is a Poland-based payment method aggregator that allows customers to complete transactions online using bank transfers and other methods. Bank transfers account for 30% of online payments in Poland and Przelewy24 provides a way for customers to pay with over 165 banks. Check this [page](https://stripe.com/docs/payments/p24) for more details.
|
@@ -924,18 +890,14 @@ module Stripe
|
|
924
890
|
attr_accessor :paynow
|
925
891
|
# PayPal, a digital wallet popular with customers in Europe, allows your customers worldwide to pay using their PayPal account. Check this [page](https://stripe.com/docs/payments/paypal) for more details.
|
926
892
|
attr_accessor :paypal
|
927
|
-
# PayTo is a [real-time](https://docs.stripe.com/payments/real-time) payment method that enables customers in Australia to pay by providing their bank account details. Customers must accept a mandate authorizing you to debit their account. Check this [page](https://docs.stripe.com/payments/payto) for more details.
|
928
|
-
attr_accessor :payto
|
929
893
|
# PromptPay is a Thailand-based payment method that allows customers to make a payment using their preferred app from participating banks. Check this [page](https://stripe.com/docs/payments/promptpay) for more details.
|
930
894
|
attr_accessor :promptpay
|
931
|
-
# QRIS is a [real-time](https://docs.stripe.com/payments/real-time) payment method popular in Indonesia. When paying with QRIS, customers authenticate and approve payments by scanning a QR code in their preferred digital wallet app.
|
932
|
-
attr_accessor :qris
|
933
895
|
# Revolut Pay, developed by Revolut, a global finance app, is a digital wallet payment method. Revolut Pay uses the customer’s stored balance or cards to fund the payment, and offers the option for non-Revolut customers to save their details after their first purchase.
|
934
896
|
attr_accessor :revolut_pay
|
897
|
+
# Satispay is a [single-use](https://docs.stripe.com/payments/payment-methods#usage) payment method where customers are required to [authenticate](/payments/payment-methods#customer-actions) their payment. Customers pay by being redirected from your website or app, authorizing the payment with Satispay, then returning to your website or app. You get [immediate notification](/payments/payment-methods#payment-notification) of whether the payment succeeded or failed.
|
898
|
+
attr_accessor :satispay
|
935
899
|
# The [Single Euro Payments Area (SEPA)](https://en.wikipedia.org/wiki/Single_Euro_Payments_Area) is an initiative of the European Union to simplify payments within and across member countries. SEPA established and enforced banking standards to allow for the direct debiting of every EUR-denominated bank account within the SEPA region, check this [page](https://stripe.com/docs/payments/sepa-debit) for more details.
|
936
900
|
attr_accessor :sepa_debit
|
937
|
-
# ShopeePay is a [single use](https://stripe.com/docs/payments/payment-methods#usage) digital wallet payment method popular in Indonesia. When paying with GoPay, customers authenticate and approve payments using the Shopee app. Desktop checkout is performed by scanning a QR code. When checking out on mobile, customers are redirected to the Shopee app to confirm payment.
|
938
|
-
attr_accessor :shopeepay
|
939
901
|
# Stripe users in Europe and the United States can use the [Payment Intents API](https://stripe.com/docs/payments/payment-intents)—a single integration path for creating payments using any supported method—to accept [Sofort](https://www.sofort.com/) payments from customers. Check this [page](https://stripe.com/docs/payments/sofort) for more details.
|
940
902
|
attr_accessor :sofort
|
941
903
|
# Swish is a [real-time](https://stripe.com/docs/payments/real-time) payment method popular in Sweden. It allows customers to [authenticate and approve](https://stripe.com/docs/payments/payment-methods#customer-actions) payments using the Swish mobile app and the Swedish BankID mobile app. Check this [page](https://stripe.com/docs/payments/swish) for more details.
|
@@ -961,6 +923,7 @@ module Stripe
|
|
961
923
|
au_becs_debit: nil,
|
962
924
|
bacs_debit: nil,
|
963
925
|
bancontact: nil,
|
926
|
+
billie: nil,
|
964
927
|
blik: nil,
|
965
928
|
boleto: nil,
|
966
929
|
card: nil,
|
@@ -972,9 +935,7 @@ module Stripe
|
|
972
935
|
fpx: nil,
|
973
936
|
giropay: nil,
|
974
937
|
google_pay: nil,
|
975
|
-
gopay: nil,
|
976
938
|
grabpay: nil,
|
977
|
-
id_bank_transfer: nil,
|
978
939
|
ideal: nil,
|
979
940
|
jcb: nil,
|
980
941
|
klarna: nil,
|
@@ -983,18 +944,17 @@ module Stripe
|
|
983
944
|
mobilepay: nil,
|
984
945
|
multibanco: nil,
|
985
946
|
name: nil,
|
947
|
+
nz_bank_account: nil,
|
986
948
|
oxxo: nil,
|
987
949
|
p24: nil,
|
988
950
|
parent: nil,
|
989
951
|
pay_by_bank: nil,
|
990
952
|
paynow: nil,
|
991
953
|
paypal: nil,
|
992
|
-
payto: nil,
|
993
954
|
promptpay: nil,
|
994
|
-
qris: nil,
|
995
955
|
revolut_pay: nil,
|
956
|
+
satispay: nil,
|
996
957
|
sepa_debit: nil,
|
997
|
-
shopeepay: nil,
|
998
958
|
sofort: nil,
|
999
959
|
swish: nil,
|
1000
960
|
twint: nil,
|
@@ -1013,6 +973,7 @@ module Stripe
|
|
1013
973
|
@au_becs_debit = au_becs_debit
|
1014
974
|
@bacs_debit = bacs_debit
|
1015
975
|
@bancontact = bancontact
|
976
|
+
@billie = billie
|
1016
977
|
@blik = blik
|
1017
978
|
@boleto = boleto
|
1018
979
|
@card = card
|
@@ -1024,9 +985,7 @@ module Stripe
|
|
1024
985
|
@fpx = fpx
|
1025
986
|
@giropay = giropay
|
1026
987
|
@google_pay = google_pay
|
1027
|
-
@gopay = gopay
|
1028
988
|
@grabpay = grabpay
|
1029
|
-
@id_bank_transfer = id_bank_transfer
|
1030
989
|
@ideal = ideal
|
1031
990
|
@jcb = jcb
|
1032
991
|
@klarna = klarna
|
@@ -1035,18 +994,17 @@ module Stripe
|
|
1035
994
|
@mobilepay = mobilepay
|
1036
995
|
@multibanco = multibanco
|
1037
996
|
@name = name
|
997
|
+
@nz_bank_account = nz_bank_account
|
1038
998
|
@oxxo = oxxo
|
1039
999
|
@p24 = p24
|
1040
1000
|
@parent = parent
|
1041
1001
|
@pay_by_bank = pay_by_bank
|
1042
1002
|
@paynow = paynow
|
1043
1003
|
@paypal = paypal
|
1044
|
-
@payto = payto
|
1045
1004
|
@promptpay = promptpay
|
1046
|
-
@qris = qris
|
1047
1005
|
@revolut_pay = revolut_pay
|
1006
|
+
@satispay = satispay
|
1048
1007
|
@sepa_debit = sepa_debit
|
1049
|
-
@shopeepay = shopeepay
|
1050
1008
|
@sofort = sofort
|
1051
1009
|
@swish = swish
|
1052
1010
|
@twint = twint
|
@@ -1253,7 +1211,7 @@ module Stripe
|
|
1253
1211
|
end
|
1254
1212
|
end
|
1255
1213
|
|
1256
|
-
class
|
1214
|
+
class Billie < Stripe::RequestParams
|
1257
1215
|
class DisplayPreference < Stripe::RequestParams
|
1258
1216
|
# The account's preference for whether or not to display this payment method.
|
1259
1217
|
attr_accessor :preference
|
@@ -1270,7 +1228,7 @@ module Stripe
|
|
1270
1228
|
end
|
1271
1229
|
end
|
1272
1230
|
|
1273
|
-
class
|
1231
|
+
class Blik < Stripe::RequestParams
|
1274
1232
|
class DisplayPreference < Stripe::RequestParams
|
1275
1233
|
# The account's preference for whether or not to display this payment method.
|
1276
1234
|
attr_accessor :preference
|
@@ -1287,7 +1245,7 @@ module Stripe
|
|
1287
1245
|
end
|
1288
1246
|
end
|
1289
1247
|
|
1290
|
-
class
|
1248
|
+
class Boleto < Stripe::RequestParams
|
1291
1249
|
class DisplayPreference < Stripe::RequestParams
|
1292
1250
|
# The account's preference for whether or not to display this payment method.
|
1293
1251
|
attr_accessor :preference
|
@@ -1304,7 +1262,7 @@ module Stripe
|
|
1304
1262
|
end
|
1305
1263
|
end
|
1306
1264
|
|
1307
|
-
class
|
1265
|
+
class Card < Stripe::RequestParams
|
1308
1266
|
class DisplayPreference < Stripe::RequestParams
|
1309
1267
|
# The account's preference for whether or not to display this payment method.
|
1310
1268
|
attr_accessor :preference
|
@@ -1321,7 +1279,7 @@ module Stripe
|
|
1321
1279
|
end
|
1322
1280
|
end
|
1323
1281
|
|
1324
|
-
class
|
1282
|
+
class CartesBancaires < Stripe::RequestParams
|
1325
1283
|
class DisplayPreference < Stripe::RequestParams
|
1326
1284
|
# The account's preference for whether or not to display this payment method.
|
1327
1285
|
attr_accessor :preference
|
@@ -1338,7 +1296,7 @@ module Stripe
|
|
1338
1296
|
end
|
1339
1297
|
end
|
1340
1298
|
|
1341
|
-
class
|
1299
|
+
class Cashapp < Stripe::RequestParams
|
1342
1300
|
class DisplayPreference < Stripe::RequestParams
|
1343
1301
|
# The account's preference for whether or not to display this payment method.
|
1344
1302
|
attr_accessor :preference
|
@@ -1355,7 +1313,7 @@ module Stripe
|
|
1355
1313
|
end
|
1356
1314
|
end
|
1357
1315
|
|
1358
|
-
class
|
1316
|
+
class CustomerBalance < Stripe::RequestParams
|
1359
1317
|
class DisplayPreference < Stripe::RequestParams
|
1360
1318
|
# The account's preference for whether or not to display this payment method.
|
1361
1319
|
attr_accessor :preference
|
@@ -1372,7 +1330,7 @@ module Stripe
|
|
1372
1330
|
end
|
1373
1331
|
end
|
1374
1332
|
|
1375
|
-
class
|
1333
|
+
class Eps < Stripe::RequestParams
|
1376
1334
|
class DisplayPreference < Stripe::RequestParams
|
1377
1335
|
# The account's preference for whether or not to display this payment method.
|
1378
1336
|
attr_accessor :preference
|
@@ -1389,7 +1347,7 @@ module Stripe
|
|
1389
1347
|
end
|
1390
1348
|
end
|
1391
1349
|
|
1392
|
-
class
|
1350
|
+
class Fpx < Stripe::RequestParams
|
1393
1351
|
class DisplayPreference < Stripe::RequestParams
|
1394
1352
|
# The account's preference for whether or not to display this payment method.
|
1395
1353
|
attr_accessor :preference
|
@@ -1406,7 +1364,7 @@ module Stripe
|
|
1406
1364
|
end
|
1407
1365
|
end
|
1408
1366
|
|
1409
|
-
class
|
1367
|
+
class Giropay < Stripe::RequestParams
|
1410
1368
|
class DisplayPreference < Stripe::RequestParams
|
1411
1369
|
# The account's preference for whether or not to display this payment method.
|
1412
1370
|
attr_accessor :preference
|
@@ -1423,7 +1381,7 @@ module Stripe
|
|
1423
1381
|
end
|
1424
1382
|
end
|
1425
1383
|
|
1426
|
-
class
|
1384
|
+
class GooglePay < Stripe::RequestParams
|
1427
1385
|
class DisplayPreference < Stripe::RequestParams
|
1428
1386
|
# The account's preference for whether or not to display this payment method.
|
1429
1387
|
attr_accessor :preference
|
@@ -1457,23 +1415,6 @@ module Stripe
|
|
1457
1415
|
end
|
1458
1416
|
end
|
1459
1417
|
|
1460
|
-
class IdBankTransfer < Stripe::RequestParams
|
1461
|
-
class DisplayPreference < Stripe::RequestParams
|
1462
|
-
# The account's preference for whether or not to display this payment method.
|
1463
|
-
attr_accessor :preference
|
1464
|
-
|
1465
|
-
def initialize(preference: nil)
|
1466
|
-
@preference = preference
|
1467
|
-
end
|
1468
|
-
end
|
1469
|
-
# Whether or not the payment method should be displayed.
|
1470
|
-
attr_accessor :display_preference
|
1471
|
-
|
1472
|
-
def initialize(display_preference: nil)
|
1473
|
-
@display_preference = display_preference
|
1474
|
-
end
|
1475
|
-
end
|
1476
|
-
|
1477
1418
|
class Ideal < Stripe::RequestParams
|
1478
1419
|
class DisplayPreference < Stripe::RequestParams
|
1479
1420
|
# The account's preference for whether or not to display this payment method.
|
@@ -1593,7 +1534,7 @@ module Stripe
|
|
1593
1534
|
end
|
1594
1535
|
end
|
1595
1536
|
|
1596
|
-
class
|
1537
|
+
class NzBankAccount < Stripe::RequestParams
|
1597
1538
|
class DisplayPreference < Stripe::RequestParams
|
1598
1539
|
# The account's preference for whether or not to display this payment method.
|
1599
1540
|
attr_accessor :preference
|
@@ -1610,7 +1551,7 @@ module Stripe
|
|
1610
1551
|
end
|
1611
1552
|
end
|
1612
1553
|
|
1613
|
-
class
|
1554
|
+
class Oxxo < Stripe::RequestParams
|
1614
1555
|
class DisplayPreference < Stripe::RequestParams
|
1615
1556
|
# The account's preference for whether or not to display this payment method.
|
1616
1557
|
attr_accessor :preference
|
@@ -1627,7 +1568,7 @@ module Stripe
|
|
1627
1568
|
end
|
1628
1569
|
end
|
1629
1570
|
|
1630
|
-
class
|
1571
|
+
class P24 < Stripe::RequestParams
|
1631
1572
|
class DisplayPreference < Stripe::RequestParams
|
1632
1573
|
# The account's preference for whether or not to display this payment method.
|
1633
1574
|
attr_accessor :preference
|
@@ -1644,7 +1585,7 @@ module Stripe
|
|
1644
1585
|
end
|
1645
1586
|
end
|
1646
1587
|
|
1647
|
-
class
|
1588
|
+
class PayByBank < Stripe::RequestParams
|
1648
1589
|
class DisplayPreference < Stripe::RequestParams
|
1649
1590
|
# The account's preference for whether or not to display this payment method.
|
1650
1591
|
attr_accessor :preference
|
@@ -1661,7 +1602,7 @@ module Stripe
|
|
1661
1602
|
end
|
1662
1603
|
end
|
1663
1604
|
|
1664
|
-
class
|
1605
|
+
class Paynow < Stripe::RequestParams
|
1665
1606
|
class DisplayPreference < Stripe::RequestParams
|
1666
1607
|
# The account's preference for whether or not to display this payment method.
|
1667
1608
|
attr_accessor :preference
|
@@ -1678,7 +1619,7 @@ module Stripe
|
|
1678
1619
|
end
|
1679
1620
|
end
|
1680
1621
|
|
1681
|
-
class
|
1622
|
+
class Paypal < Stripe::RequestParams
|
1682
1623
|
class DisplayPreference < Stripe::RequestParams
|
1683
1624
|
# The account's preference for whether or not to display this payment method.
|
1684
1625
|
attr_accessor :preference
|
@@ -1712,23 +1653,6 @@ module Stripe
|
|
1712
1653
|
end
|
1713
1654
|
end
|
1714
1655
|
|
1715
|
-
class Qris < Stripe::RequestParams
|
1716
|
-
class DisplayPreference < Stripe::RequestParams
|
1717
|
-
# The account's preference for whether or not to display this payment method.
|
1718
|
-
attr_accessor :preference
|
1719
|
-
|
1720
|
-
def initialize(preference: nil)
|
1721
|
-
@preference = preference
|
1722
|
-
end
|
1723
|
-
end
|
1724
|
-
# Whether or not the payment method should be displayed.
|
1725
|
-
attr_accessor :display_preference
|
1726
|
-
|
1727
|
-
def initialize(display_preference: nil)
|
1728
|
-
@display_preference = display_preference
|
1729
|
-
end
|
1730
|
-
end
|
1731
|
-
|
1732
1656
|
class RevolutPay < Stripe::RequestParams
|
1733
1657
|
class DisplayPreference < Stripe::RequestParams
|
1734
1658
|
# The account's preference for whether or not to display this payment method.
|
@@ -1746,7 +1670,7 @@ module Stripe
|
|
1746
1670
|
end
|
1747
1671
|
end
|
1748
1672
|
|
1749
|
-
class
|
1673
|
+
class Satispay < Stripe::RequestParams
|
1750
1674
|
class DisplayPreference < Stripe::RequestParams
|
1751
1675
|
# The account's preference for whether or not to display this payment method.
|
1752
1676
|
attr_accessor :preference
|
@@ -1763,7 +1687,7 @@ module Stripe
|
|
1763
1687
|
end
|
1764
1688
|
end
|
1765
1689
|
|
1766
|
-
class
|
1690
|
+
class SepaDebit < Stripe::RequestParams
|
1767
1691
|
class DisplayPreference < Stripe::RequestParams
|
1768
1692
|
# The account's preference for whether or not to display this payment method.
|
1769
1693
|
attr_accessor :preference
|
@@ -1905,6 +1829,8 @@ module Stripe
|
|
1905
1829
|
attr_accessor :bacs_debit
|
1906
1830
|
# Bancontact is the most popular online payment method in Belgium, with over 15 million cards in circulation. [Customers](https://stripe.com/docs/api/customers) use a Bancontact card or mobile app linked to a Belgian bank account to make online payments that are secure, guaranteed, and confirmed immediately. Check this [page](https://stripe.com/docs/payments/bancontact) for more details.
|
1907
1831
|
attr_accessor :bancontact
|
1832
|
+
# Billie is a [single-use](https://docs.stripe.com/payments/payment-methods#usage) payment method that offers businesses Pay by Invoice where they offer payment terms ranging from 7-120 days. Customers are redirected from your website or app, authorize the payment with Billie, then return to your website or app. You get [immediate notification](/payments/payment-methods#payment-notification) of whether the payment succeeded or failed.
|
1833
|
+
attr_accessor :billie
|
1908
1834
|
# BLIK is a [single use](https://stripe.com/docs/payments/payment-methods#usage) payment method that requires customers to authenticate their payments. When customers want to pay online using BLIK, they request a six-digit code from their banking application and enter it into the payment collection form. Check this [page](https://stripe.com/docs/payments/blik) for more details.
|
1909
1835
|
attr_accessor :blik
|
1910
1836
|
# Boleto is an official (regulated by the Central Bank of Brazil) payment method in Brazil. Check this [page](https://stripe.com/docs/payments/boleto) for more details.
|
@@ -1927,12 +1853,8 @@ module Stripe
|
|
1927
1853
|
attr_accessor :giropay
|
1928
1854
|
# Google Pay allows customers to make payments in your app or website using any credit or debit card saved to their Google Account, including those from Google Play, YouTube, Chrome, or an Android device. Use the Google Pay API to request any credit or debit card stored in your customer's Google account. Check this [page](https://stripe.com/docs/google-pay) for more details.
|
1929
1855
|
attr_accessor :google_pay
|
1930
|
-
# GoPay is a [single use](https://stripe.com/docs/payments/payment-methods#usage) digital wallet payment method popular in Indonesia. When paying with GoPay, customers authenticate and approve payments using the Gojek app. Desktop checkout is performed by scanning a QR code. When checking out on mobile, customers are redirected to the Gojek app to confirm payment.
|
1931
|
-
attr_accessor :gopay
|
1932
1856
|
# GrabPay is a payment method developed by [Grab](https://www.grab.com/sg/consumer/finance/pay/). GrabPay is a digital wallet - customers maintain a balance in their wallets that they pay out with. Check this [page](https://stripe.com/docs/payments/grabpay) for more details.
|
1933
1857
|
attr_accessor :grabpay
|
1934
|
-
# Stripe users in Indonesia can receive bank transfers from customers in Indonesia. Bank transfers are a popular B2C and B2B payment method in Indonesia.
|
1935
|
-
attr_accessor :id_bank_transfer
|
1936
1858
|
# iDEAL is a Netherlands-based payment method that allows customers to complete transactions online using their bank credentials. All major Dutch banks are members of Currence, the scheme that operates iDEAL, making it the most popular online payment method in the Netherlands with a share of online transactions close to 55%. Check this [page](https://stripe.com/docs/payments/ideal) for more details.
|
1937
1859
|
attr_accessor :ideal
|
1938
1860
|
# JCB is a credit card company based in Japan. JCB is currently available in Japan to businesses approved by JCB, and available to all businesses in Australia, Canada, Hong Kong, Japan, New Zealand, Singapore, Switzerland, United Kingdom, United States, and all countries in the European Economic Area except Iceland. Check this [page](https://support.stripe.com/questions/accepting-japan-credit-bureau-%28jcb%29-payments) for more details.
|
@@ -1949,6 +1871,8 @@ module Stripe
|
|
1949
1871
|
attr_accessor :multibanco
|
1950
1872
|
# Configuration name.
|
1951
1873
|
attr_accessor :name
|
1874
|
+
# Stripe users in New Zealand can accept Bulk Electronic Clearing System (BECS) direct debit payments from customers with a New Zeland bank account. Check this [page](https://stripe.com/docs/payments/nz-bank-account) for more details.
|
1875
|
+
attr_accessor :nz_bank_account
|
1952
1876
|
# OXXO is a Mexican chain of convenience stores with thousands of locations across Latin America and represents nearly 20% of online transactions in Mexico. OXXO allows customers to pay bills and online purchases in-store with cash. Check this [page](https://stripe.com/docs/payments/oxxo) for more details.
|
1953
1877
|
attr_accessor :oxxo
|
1954
1878
|
# Przelewy24 is a Poland-based payment method aggregator that allows customers to complete transactions online using bank transfers and other methods. Bank transfers account for 30% of online payments in Poland and Przelewy24 provides a way for customers to pay with over 165 banks. Check this [page](https://stripe.com/docs/payments/p24) for more details.
|
@@ -1959,18 +1883,14 @@ module Stripe
|
|
1959
1883
|
attr_accessor :paynow
|
1960
1884
|
# PayPal, a digital wallet popular with customers in Europe, allows your customers worldwide to pay using their PayPal account. Check this [page](https://stripe.com/docs/payments/paypal) for more details.
|
1961
1885
|
attr_accessor :paypal
|
1962
|
-
# PayTo is a [real-time](https://docs.stripe.com/payments/real-time) payment method that enables customers in Australia to pay by providing their bank account details. Customers must accept a mandate authorizing you to debit their account. Check this [page](https://docs.stripe.com/payments/payto) for more details.
|
1963
|
-
attr_accessor :payto
|
1964
1886
|
# PromptPay is a Thailand-based payment method that allows customers to make a payment using their preferred app from participating banks. Check this [page](https://stripe.com/docs/payments/promptpay) for more details.
|
1965
1887
|
attr_accessor :promptpay
|
1966
|
-
# QRIS is a [real-time](https://docs.stripe.com/payments/real-time) payment method popular in Indonesia. When paying with QRIS, customers authenticate and approve payments by scanning a QR code in their preferred digital wallet app.
|
1967
|
-
attr_accessor :qris
|
1968
1888
|
# Revolut Pay, developed by Revolut, a global finance app, is a digital wallet payment method. Revolut Pay uses the customer’s stored balance or cards to fund the payment, and offers the option for non-Revolut customers to save their details after their first purchase.
|
1969
1889
|
attr_accessor :revolut_pay
|
1890
|
+
# Satispay is a [single-use](https://docs.stripe.com/payments/payment-methods#usage) payment method where customers are required to [authenticate](/payments/payment-methods#customer-actions) their payment. Customers pay by being redirected from your website or app, authorizing the payment with Satispay, then returning to your website or app. You get [immediate notification](/payments/payment-methods#payment-notification) of whether the payment succeeded or failed.
|
1891
|
+
attr_accessor :satispay
|
1970
1892
|
# The [Single Euro Payments Area (SEPA)](https://en.wikipedia.org/wiki/Single_Euro_Payments_Area) is an initiative of the European Union to simplify payments within and across member countries. SEPA established and enforced banking standards to allow for the direct debiting of every EUR-denominated bank account within the SEPA region, check this [page](https://stripe.com/docs/payments/sepa-debit) for more details.
|
1971
1893
|
attr_accessor :sepa_debit
|
1972
|
-
# ShopeePay is a [single use](https://stripe.com/docs/payments/payment-methods#usage) digital wallet payment method popular in Indonesia. When paying with GoPay, customers authenticate and approve payments using the Shopee app. Desktop checkout is performed by scanning a QR code. When checking out on mobile, customers are redirected to the Shopee app to confirm payment.
|
1973
|
-
attr_accessor :shopeepay
|
1974
1894
|
# Stripe users in Europe and the United States can use the [Payment Intents API](https://stripe.com/docs/payments/payment-intents)—a single integration path for creating payments using any supported method—to accept [Sofort](https://www.sofort.com/) payments from customers. Check this [page](https://stripe.com/docs/payments/sofort) for more details.
|
1975
1895
|
attr_accessor :sofort
|
1976
1896
|
# Swish is a [real-time](https://stripe.com/docs/payments/real-time) payment method popular in Sweden. It allows customers to [authenticate and approve](https://stripe.com/docs/payments/payment-methods#customer-actions) payments using the Swish mobile app and the Swedish BankID mobile app. Check this [page](https://stripe.com/docs/payments/swish) for more details.
|
@@ -1997,6 +1917,7 @@ module Stripe
|
|
1997
1917
|
au_becs_debit: nil,
|
1998
1918
|
bacs_debit: nil,
|
1999
1919
|
bancontact: nil,
|
1920
|
+
billie: nil,
|
2000
1921
|
blik: nil,
|
2001
1922
|
boleto: nil,
|
2002
1923
|
card: nil,
|
@@ -2008,9 +1929,7 @@ module Stripe
|
|
2008
1929
|
fpx: nil,
|
2009
1930
|
giropay: nil,
|
2010
1931
|
google_pay: nil,
|
2011
|
-
gopay: nil,
|
2012
1932
|
grabpay: nil,
|
2013
|
-
id_bank_transfer: nil,
|
2014
1933
|
ideal: nil,
|
2015
1934
|
jcb: nil,
|
2016
1935
|
klarna: nil,
|
@@ -2019,17 +1938,16 @@ module Stripe
|
|
2019
1938
|
mobilepay: nil,
|
2020
1939
|
multibanco: nil,
|
2021
1940
|
name: nil,
|
1941
|
+
nz_bank_account: nil,
|
2022
1942
|
oxxo: nil,
|
2023
1943
|
p24: nil,
|
2024
1944
|
pay_by_bank: nil,
|
2025
1945
|
paynow: nil,
|
2026
1946
|
paypal: nil,
|
2027
|
-
payto: nil,
|
2028
1947
|
promptpay: nil,
|
2029
|
-
qris: nil,
|
2030
1948
|
revolut_pay: nil,
|
1949
|
+
satispay: nil,
|
2031
1950
|
sepa_debit: nil,
|
2032
|
-
shopeepay: nil,
|
2033
1951
|
sofort: nil,
|
2034
1952
|
swish: nil,
|
2035
1953
|
twint: nil,
|
@@ -2049,6 +1967,7 @@ module Stripe
|
|
2049
1967
|
@au_becs_debit = au_becs_debit
|
2050
1968
|
@bacs_debit = bacs_debit
|
2051
1969
|
@bancontact = bancontact
|
1970
|
+
@billie = billie
|
2052
1971
|
@blik = blik
|
2053
1972
|
@boleto = boleto
|
2054
1973
|
@card = card
|
@@ -2060,9 +1979,7 @@ module Stripe
|
|
2060
1979
|
@fpx = fpx
|
2061
1980
|
@giropay = giropay
|
2062
1981
|
@google_pay = google_pay
|
2063
|
-
@gopay = gopay
|
2064
1982
|
@grabpay = grabpay
|
2065
|
-
@id_bank_transfer = id_bank_transfer
|
2066
1983
|
@ideal = ideal
|
2067
1984
|
@jcb = jcb
|
2068
1985
|
@klarna = klarna
|
@@ -2071,17 +1988,16 @@ module Stripe
|
|
2071
1988
|
@mobilepay = mobilepay
|
2072
1989
|
@multibanco = multibanco
|
2073
1990
|
@name = name
|
1991
|
+
@nz_bank_account = nz_bank_account
|
2074
1992
|
@oxxo = oxxo
|
2075
1993
|
@p24 = p24
|
2076
1994
|
@pay_by_bank = pay_by_bank
|
2077
1995
|
@paynow = paynow
|
2078
1996
|
@paypal = paypal
|
2079
|
-
@payto = payto
|
2080
1997
|
@promptpay = promptpay
|
2081
|
-
@qris = qris
|
2082
1998
|
@revolut_pay = revolut_pay
|
1999
|
+
@satispay = satispay
|
2083
2000
|
@sepa_debit = sepa_debit
|
2084
|
-
@shopeepay = shopeepay
|
2085
2001
|
@sofort = sofort
|
2086
2002
|
@swish = swish
|
2087
2003
|
@twint = twint
|