- #1618 Update generated code
- Add support for
migrate
method on resourceSubscription
- Add support for
collect_payment_method
andconfirm_payment_intent
methods on resourceTerminal::Reader
- Add support for
crypto_payments
onAccount::Capability
,Account::CreateParams::Capability
, andAccount::UpdateParams::Capability
- Add support for
proof_of_address
onAccount::CreateParams::Document
andAccount::UpdateParams::Document
- Add support for
monthly_payout_days
andweekly_payout_days
onAccount::CreateParams::Setting::Payout::Schedule
,Account::Setting::Payout::Schedule
, andAccount::UpdateParams::Setting::Payout::Schedule
- Change
Account::Setting::Invoice.hosted_payment_method_save
to be required - Add support for
crypto
onCharge::PaymentMethodDetail
,ConfirmationToken::CreateParams::PaymentMethodDatum
,ConfirmationToken::PaymentMethodPreview
,PaymentIntent::ConfirmParams::PaymentMethodDatum
,PaymentIntent::ConfirmParams::PaymentMethodOption
,PaymentIntent::CreateParams::PaymentMethodDatum
,PaymentIntent::CreateParams::PaymentMethodOption
,PaymentIntent::PaymentMethodOption
,PaymentIntent::UpdateParams::PaymentMethodDatum
,PaymentIntent::UpdateParams::PaymentMethodOption
,PaymentMethod::CreateParams
,PaymentMethod
,SetupIntent::ConfirmParams::PaymentMethodDatum
,SetupIntent::CreateParams::PaymentMethodDatum
, andSetupIntent::UpdateParams::PaymentMethodDatum
- Change type of
Charge::PaymentMethodDetail::Card::Installment::Plan.type
,ConfirmationToken::CreateParams::PaymentMethodOption::Card::Installment::Plan.type
,ConfirmationToken::PaymentMethodOption::Card::Installment::Plan.type
,Invoice::CreateParams::PaymentSetting::PaymentMethodOption::Card::Installment::Plan.type
,Invoice::UpdateParams::PaymentSetting::PaymentMethodOption::Card::Installment::Plan.type
,PaymentIntent::ConfirmParams::PaymentMethodOption::Card::Installment::Plan.type
,PaymentIntent::CreateParams::PaymentMethodOption::Card::Installment::Plan.type
,PaymentIntent::PaymentMethodOption::Card::Installment::AvailablePlan.type
,PaymentIntent::PaymentMethodOption::Card::Installment::Plan.type
, andPaymentIntent::UpdateParams::PaymentMethodOption::Card::Installment::Plan.type
fromliteral('fixed_count')
toenum('bonus'|'fixed_count'|'revolving')
- Add support for
subscriptions
onCheckout::Session::CreateParams::PaymentMethodOption::Klarna
,PaymentIntent::ConfirmParams::PaymentMethodOption::Klarna
,PaymentIntent::CreateParams::PaymentMethodOption::Klarna
, andPaymentIntent::UpdateParams::PaymentMethodOption::Klarna
- Add support for
billing_mode
onCheckout::Session::CreateParams::SubscriptionDatum
,Invoice::CreatePreviewParams::ScheduleDetail
,Invoice::CreatePreviewParams::SubscriptionDetail
,Quote::CreateParams::SubscriptionDatum
,Quote::SubscriptionDatum
,Subscription::CreateParams
,SubscriptionSchedule::CreateParams
,SubscriptionSchedule
, andSubscription
- Change type of
Dispute.enhanced_eligibility_types
fromliteral('visa_compelling_evidence_3')
toenum('visa_compelling_evidence_3'|'visa_compliance')
- Add support for
related_person
onIdentity::VerificationSession::CreateParams
andIdentity::VerificationSession
- Add support for
matching
onIdentity::VerificationSession::Option
- Add support for
klarna
onMandate::PaymentMethodDetail
,SetupIntent::ConfirmParams::PaymentMethodOption
,SetupIntent::CreateParams::PaymentMethodOption
,SetupIntent::PaymentMethodOption
, andSetupIntent::UpdateParams::PaymentMethodOption
- Add support for
on_demand
onPaymentIntent::ConfirmParams::PaymentMethodOption::Klarna
,PaymentIntent::CreateParams::PaymentMethodOption::Klarna
, andPaymentIntent::UpdateParams::PaymentMethodOption::Klarna
- Change type of
PaymentIntent::ConfirmParams::PaymentMethodOption::Klarna.setup_future_usage
,PaymentIntent::CreateParams::PaymentMethodOption::Klarna.setup_future_usage
,PaymentIntent::PaymentMethodOption::Klarna.setup_future_usage
, andPaymentIntent::UpdateParams::PaymentMethodOption::Klarna.setup_future_usage
fromliteral('none')
toenum('none'|'off_session'|'on_session')
- Add support for
ua
onTax::Registration::CountryOption
andTax::Registration::CreateParams::CountryOption
- Change type of
Terminal::Location::UpdateParams.display_name
fromstring
toemptyable(string)
- Add support for
collect_payment_method
andconfirm_payment_intent
onTerminal::Reader::Action
- Add support for
status
onTreasury::FinancialAccount::ListParams
- Add support for
- #1615 Update README to mention that APIResource.request was removed
- #1619 Updated StripeClient snippets in README
- #1621 Disable flaky test in jruby/truffleruby
- #1620 Fix
raw_request
example in README