Crate stripe

Source
Expand description

This crate provides Rust bindings to the Stripe HTTP API.

§Getting Started

To get started, we need to create a Client:

let client = stripe::Client::new("sk_test_YOUR_STRIPE_SECRET");

Then we can begin making requests as we’d like. Most Stripe requests accept many optional parameters, so we usually get the ::new(...) with any required params and then set the ones we want from there.

Most requests for creating or updating a Stripe object use the same Rust struct, so you may frequently need to refer to the official API docs to determine which fields are required for either request.

Note: We have an extensive collection of examples which are interspersed in the documentation. Any time an API is used in an example it is highlighted in the docs for that item. You can also find all the raw examples in the examples directory. Please have a look at those for inspiration or ideas on how to get started.

§Idempotency / Request Strategies

This library provides a few basic request strategies for making requests to the Stripe API. This is currently implemented as an enum with the following variants:

  • RequestStrategy::Once: This is the default strategy. It will make a request to the Stripe API and, whether the request fails or not, will simply return the response.
  • RequestStrategy::Idempotent: This strategy will make a request to stripe api, passing the provided key to Stripe as the Idempotency-Key header, ensuring that the request is idempotent. If the request fails, you may retry it.
  • RequestStrategy::Retry: Make a request to the Stripe API and, if the request fails, retry it up to n times with a timeout. The idempotency key is generated automatically and is stable across retries.
  • RequestStrategy::ExponentialBackoff: Make a request to the Stripe API and, if the request fails, retry it up to n times with exponential backoff. The idempotency key is generated automatically and is stable across retries.

Want to implement your own? If it is a common strategy, please consider opening a PR to add it to the library. Otherwise, we are open to turning this into an open trait so that you can implement your own strategy.

Modules§

generated
generated module

Structs§

AcceptTosconnect
Accountconnect
The resource representing a Stripe “Account”.
AccountAnnualRevenueconnect
AccountBacsDebitPaymentsSettingsconnect
AccountCapabilitiesconnect
AccountCardIssuingSettingsconnect
AccountFutureRequirementsconnect
AccountId
An id for the corresponding object type.
AccountInvoicesSettingsconnect
AccountLinkconnect
The resource representing a Stripe “AccountLink”.
AccountMonthlyEstimatedRevenueconnect
AccountRequirementsconnect
AccountRequirementsAlternativeconnect
AccountRequirementsAlternativeconnect
AccountRequirementsError
AccountRequirementsErrorconnect
AccountRequirementsErrorconnect
AccountSepaDebitPaymentsSettingsconnect
AccountSettingsconnect
AccountSettingsParamsconnect
AccountSettingsParamsBacsDebitPaymentsconnect
AccountSettingsParamsCardIssuingconnect
AccountSettingsParamsCardIssuingTosAcceptanceconnect
AccountSettingsParamsTreasuryconnect
AccountSettingsParamsTreasuryTosAcceptanceconnect
AccountTermsOfServiceconnect
AccountTreasurySettingsconnect
AccountUnificationAccountControllerconnect
AddInvoiceItemsbilling
AddInvoiceItemsbilling
Address
The resource representing a Stripe “Address”.
AdvanceTestClock
AlipayAccountId
An id for the corresponding object type.
ApiErrors
The resource representing a Stripe “APIErrors”.
Applicationconnect
The resource representing a Stripe “Application”.
ApplicationFeeconnect
The resource representing a Stripe “PlatformFee”.
ApplicationFeeId
An id for the corresponding object type.
ApplicationFeeRefundconnect
The resource representing a Stripe “FeeRefund”.
ApplicationFeeRefundId
An id for the corresponding object type.
ApplicationId
An id for the corresponding object type.
AttachPaymentMethod
The parameters for PaymentMethod::attach
AutomaticTaxbilling
Balance
The resource representing a Stripe “Balance”.
BalanceAmount
BalanceAmountBySourceType
The resource representing a Stripe “BalanceAmountBySourceType”.
BalanceAmountNet
BalanceDetail
BalanceTransaction
The resource representing a Stripe “BalanceTransaction”.
BalanceTransactionId
An id for the corresponding object type.
BankAccount
The resource representing a Stripe “BankAccount”.
BankAccountId
An id for the corresponding object type.
BankAccountParams
BankTokenId
An id for the corresponding object type.
BaseClientruntime-tokio-hyper or runtime-tokio-hyper-rustls or runtime-tokio-hyper-rustls-webpki or runtime-blocking or runtime-blocking-rustls or runtime-blocking-rustls-webpki
BillingDetails
The resource representing a Stripe “billing_details”.
BillingPortalConfigurationbilling
The resource representing a Stripe “PortalConfiguration”.
BillingPortalConfigurationId
An id for the corresponding object type.
BillingPortalSessionbilling
The resource representing a Stripe “PortalSession”.
BillingPortalSessionId
An id for the corresponding object type.
BrandingSettingsconnect
BrandingSettingsParamsconnect
BusinessProfileconnect
CancelPaymentIntent
The set of parameters that can be used when canceling a payment_intent object.
CancelSetupIntent
The set of parameters that can be used when canceling a setup_intent object.
CancelSubscriptionbilling
CancellationDetailsbilling
CaptureCharge
The set of parameters that can be used when capturing a charge object.
CapturePaymentIntent
The set of parameters that can be used when capturing a payment_intent object.
Card
The resource representing a Stripe “Card”.
CardDetails
CardDetailsParams
CardId
An id for the corresponding object type.
CardIssuingAccountTermsOfServiceconnect
CardMandatePaymentMethodDetails
CardParams
CardPaymentsSettingsconnect
CardPaymentsSettingsParamsconnect
CardPresent
CardTokenId
An id for the corresponding object type.
CashBalance
The resource representing a Stripe “cash_balance”.
Charge
The resource representing a Stripe “Charge”.
ChargeId
An id for the corresponding object type.
ChargeOutcome
ChargeSearchParams
CheckoutAcssDebitMandateOptionscheckout
CheckoutAcssDebitPaymentMethodOptionscheckout
CheckoutAffirmPaymentMethodOptionscheckout
CheckoutAfterpayClearpayPaymentMethodOptionscheckout
CheckoutAlipayPaymentMethodOptionscheckout
CheckoutAuBecsDebitPaymentMethodOptionscheckout
CheckoutBacsDebitPaymentMethodOptionscheckout
CheckoutBancontactPaymentMethodOptionscheckout
CheckoutBoletoPaymentMethodOptionscheckout
CheckoutCardInstallmentsOptionscheckout
CheckoutCardPaymentMethodOptionscheckout
CheckoutCashappPaymentMethodOptionscheckout
CheckoutCustomerBalanceBankTransferPaymentMethodOptionscheckout
CheckoutCustomerBalancePaymentMethodOptionscheckout
CheckoutEpsPaymentMethodOptionscheckout
CheckoutFpxPaymentMethodOptionscheckout
CheckoutGiropayPaymentMethodOptionscheckout
CheckoutGrabPayPaymentMethodOptionscheckout
CheckoutIdealPaymentMethodOptionscheckout
CheckoutKlarnaPaymentMethodOptionscheckout
CheckoutKonbiniPaymentMethodOptionscheckout
CheckoutLinkPaymentMethodOptionscheckout
CheckoutOxxoPaymentMethodOptionscheckout
CheckoutP24PaymentMethodOptionscheckout
CheckoutPaynowPaymentMethodOptionscheckout
CheckoutPaypalPaymentMethodOptionscheckout
CheckoutPixPaymentMethodOptionscheckout
CheckoutRevolutPayPaymentMethodOptionscheckout
CheckoutSepaDebitPaymentMethodOptionscheckout
CheckoutSessioncheckout
The resource representing a Stripe “Session”.
CheckoutSessionId
An id for the corresponding object type.
CheckoutSessionItemcheckout
The resource representing a Stripe “LineItem”.
CheckoutSessionItemId
An id for the corresponding object type.
CheckoutSessionPaymentMethodOptionscheckout
CheckoutSofortPaymentMethodOptionscheckout
CheckoutSwishPaymentMethodOptionscheckout
CheckoutUsBankAccountPaymentMethodOptionscheckout
Client
Companyconnect
CompanyParamsconnect
CompanyParamsOwnershipDeclarationconnect
CompanyVerificationconnect
CompanyVerificationDocumentconnect
CompanyVerificationParamsconnect
ConfirmSetupIntent
The set of parameters that can be used when confirming a setup_intent object.
ConnectAccountReference
The resource representing a Stripe “ConnectAccountReference”.
ConnectCollectionTransferconnect
The resource representing a Stripe “ConnectCollectionTransfer”.
ConnectCollectionTransferId
An id for the corresponding object type.
ConnectTokenId
An id for the corresponding object type.
CountrySpecSupportedBankAccountCurrencies
Couponbilling
The resource representing a Stripe “Coupon”.
CouponAppliesTobilling
CouponCurrencyOptionbilling
CouponId
CreateAccountconnect
The parameters for Account::create.
CreateAccountCapabilitiesconnect
CreateAccountCapabilitiesAcssDebitPaymentsconnect
CreateAccountCapabilitiesAffirmPaymentsconnect
CreateAccountCapabilitiesAfterpayClearpayPaymentsconnect
CreateAccountCapabilitiesAuBecsDebitPaymentsconnect
CreateAccountCapabilitiesBacsDebitPaymentsconnect
CreateAccountCapabilitiesBancontactPaymentsconnect
CreateAccountCapabilitiesBankTransferPaymentsconnect
CreateAccountCapabilitiesBlikPaymentsconnect
CreateAccountCapabilitiesBoletoPaymentsconnect
CreateAccountCapabilitiesCardIssuingconnect
CreateAccountCapabilitiesCardPaymentsconnect
CreateAccountCapabilitiesCartesBancairesPaymentsconnect
CreateAccountCapabilitiesCashappPaymentsconnect
CreateAccountCapabilitiesEpsPaymentsconnect
CreateAccountCapabilitiesFpxPaymentsconnect
CreateAccountCapabilitiesGiropayPaymentsconnect
CreateAccountCapabilitiesGrabpayPaymentsconnect
CreateAccountCapabilitiesIdealPaymentsconnect
CreateAccountCapabilitiesIndiaInternationalPaymentsconnect
CreateAccountCapabilitiesJcbPaymentsconnect
CreateAccountCapabilitiesKlarnaPaymentsconnect
CreateAccountCapabilitiesKonbiniPaymentsconnect
CreateAccountCapabilitiesLegacyPaymentsconnect
CreateAccountCapabilitiesLinkPaymentsconnect
CreateAccountCapabilitiesOxxoPaymentsconnect
CreateAccountCapabilitiesP24Paymentsconnect
CreateAccountCapabilitiesPaynowPaymentsconnect
CreateAccountCapabilitiesPromptpayPaymentsconnect
CreateAccountCapabilitiesRevolutPayPaymentsconnect
CreateAccountCapabilitiesSepaDebitPaymentsconnect
CreateAccountCapabilitiesSofortPaymentsconnect
CreateAccountCapabilitiesSwishPaymentsconnect
CreateAccountCapabilitiesTaxReportingUs1099Kconnect
CreateAccountCapabilitiesTaxReportingUs1099Miscconnect
CreateAccountCapabilitiesTransfersconnect
CreateAccountCapabilitiesTreasuryconnect
CreateAccountCapabilitiesUsBankAccountAchPaymentsconnect
CreateAccountCapabilitiesZipPaymentsconnect
CreateAccountDocumentsconnect
CreateAccountDocumentsBankAccountOwnershipVerificationconnect
CreateAccountDocumentsCompanyLicenseconnect
CreateAccountDocumentsCompanyMemorandumOfAssociationconnect
CreateAccountDocumentsCompanyMinisterialDecreeconnect
CreateAccountDocumentsCompanyRegistrationVerificationconnect
CreateAccountDocumentsCompanyTaxIdVerificationconnect
CreateAccountDocumentsProofOfRegistrationconnect
CreateAccountLinkconnect
The parameters for AccountLink::create.
CreateAccountLinkCollectionOptionsconnect
CreateBillingPortalSessionbilling
The parameters for BillingPortalSession::create.
CreateBillingPortalSessionFlowDatabilling
CreateBillingPortalSessionFlowDataAfterCompletionbilling
CreateBillingPortalSessionFlowDataAfterCompletionHostedConfirmationbilling
CreateBillingPortalSessionFlowDataAfterCompletionRedirectbilling
CreateBillingPortalSessionFlowDataSubscriptionCancelbilling
CreateBillingPortalSessionFlowDataSubscriptionCancelRetentionbilling
CreateBillingPortalSessionFlowDataSubscriptionCancelRetentionCouponOfferbilling
CreateBillingPortalSessionFlowDataSubscriptionUpdatebilling
CreateBillingPortalSessionFlowDataSubscriptionUpdateConfirmbilling
CreateBillingPortalSessionFlowDataSubscriptionUpdateConfirmDiscountsbilling
CreateBillingPortalSessionFlowDataSubscriptionUpdateConfirmItemsbilling
CreateCharge
The parameters for Charge::create.
CreateChargeRadarOptions
CreateCheckoutSessioncheckout
The parameters for CheckoutSession::create.
CreateCheckoutSessionAfterExpirationcheckout
CreateCheckoutSessionAfterExpirationRecoverycheckout
CreateCheckoutSessionAutomaticTaxcheckout
CreateCheckoutSessionAutomaticTaxLiabilitycheckout
CreateCheckoutSessionConsentCollectioncheckout
CreateCheckoutSessionConsentCollectionPaymentMethodReuseAgreementcheckout
CreateCheckoutSessionCustomFieldscheckout
CreateCheckoutSessionCustomFieldsDropdowncheckout
CreateCheckoutSessionCustomFieldsDropdownOptionscheckout
CreateCheckoutSessionCustomFieldsLabelcheckout
CreateCheckoutSessionCustomFieldsNumericcheckout
CreateCheckoutSessionCustomFieldsTextcheckout
CreateCheckoutSessionCustomTextcheckout
CreateCheckoutSessionCustomTextAfterSubmitcheckout
CreateCheckoutSessionCustomTextShippingAddresscheckout
CreateCheckoutSessionCustomTextSubmitcheckout
CreateCheckoutSessionCustomTextTermsOfServiceAcceptancecheckout
CreateCheckoutSessionCustomerUpdatecheckout
CreateCheckoutSessionDiscountscheckout
CreateCheckoutSessionInvoiceCreationcheckout
CreateCheckoutSessionInvoiceCreationInvoiceDatacheckout
CreateCheckoutSessionInvoiceCreationInvoiceDataCustomFieldscheckout
CreateCheckoutSessionInvoiceCreationInvoiceDataIssuercheckout
CreateCheckoutSessionInvoiceCreationInvoiceDataRenderingOptionscheckout
CreateCheckoutSessionLineItemscheckout
CreateCheckoutSessionLineItemsAdjustableQuantitycheckout
CreateCheckoutSessionLineItemsPriceDatacheckout
CreateCheckoutSessionLineItemsPriceDataProductDatacheckout
CreateCheckoutSessionLineItemsPriceDataRecurringcheckout
CreateCheckoutSessionPaymentIntentDatacheckout
CreateCheckoutSessionPaymentIntentDataShippingcheckout
CreateCheckoutSessionPaymentIntentDataShippingAddresscheckout
CreateCheckoutSessionPaymentIntentDataTransferDatacheckout
CreateCheckoutSessionPaymentMethodOptionscheckout
CreateCheckoutSessionPaymentMethodOptionsAcssDebitcheckout
CreateCheckoutSessionPaymentMethodOptionsAcssDebitMandateOptionscheckout
CreateCheckoutSessionPaymentMethodOptionsAffirmcheckout
CreateCheckoutSessionPaymentMethodOptionsAfterpayClearpaycheckout
CreateCheckoutSessionPaymentMethodOptionsAlipaycheckout
CreateCheckoutSessionPaymentMethodOptionsAuBecsDebitcheckout
CreateCheckoutSessionPaymentMethodOptionsBacsDebitcheckout
CreateCheckoutSessionPaymentMethodOptionsBancontactcheckout
CreateCheckoutSessionPaymentMethodOptionsBoletocheckout
CreateCheckoutSessionPaymentMethodOptionsCardcheckout
CreateCheckoutSessionPaymentMethodOptionsCardInstallmentscheckout
CreateCheckoutSessionPaymentMethodOptionsCashappcheckout
CreateCheckoutSessionPaymentMethodOptionsCustomerBalancecheckout
CreateCheckoutSessionPaymentMethodOptionsCustomerBalanceBankTransfercheckout
CreateCheckoutSessionPaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfercheckout
CreateCheckoutSessionPaymentMethodOptionsEpscheckout
CreateCheckoutSessionPaymentMethodOptionsFpxcheckout
CreateCheckoutSessionPaymentMethodOptionsGiropaycheckout
CreateCheckoutSessionPaymentMethodOptionsGrabpaycheckout
CreateCheckoutSessionPaymentMethodOptionsIdealcheckout
CreateCheckoutSessionPaymentMethodOptionsKlarnacheckout
CreateCheckoutSessionPaymentMethodOptionsKonbinicheckout
CreateCheckoutSessionPaymentMethodOptionsLinkcheckout
CreateCheckoutSessionPaymentMethodOptionsOxxocheckout
CreateCheckoutSessionPaymentMethodOptionsP24checkout
CreateCheckoutSessionPaymentMethodOptionsPaynowcheckout
CreateCheckoutSessionPaymentMethodOptionsPaypalcheckout
CreateCheckoutSessionPaymentMethodOptionsPixcheckout
CreateCheckoutSessionPaymentMethodOptionsRevolutPaycheckout
CreateCheckoutSessionPaymentMethodOptionsSepaDebitcheckout
CreateCheckoutSessionPaymentMethodOptionsSofortcheckout
CreateCheckoutSessionPaymentMethodOptionsSwishcheckout
CreateCheckoutSessionPaymentMethodOptionsUsBankAccountcheckout
CreateCheckoutSessionPaymentMethodOptionsUsBankAccountFinancialConnectionscheckout
CreateCheckoutSessionPaymentMethodOptionsWechatPaycheckout
CreateCheckoutSessionPhoneNumberCollectioncheckout
CreateCheckoutSessionSetupIntentDatacheckout
CreateCheckoutSessionShippingAddressCollectioncheckout
CreateCheckoutSessionShippingOptionscheckout
CreateCheckoutSessionShippingOptionsShippingRateDatacheckout
CreateCheckoutSessionShippingOptionsShippingRateDataDeliveryEstimatecheckout
CreateCheckoutSessionShippingOptionsShippingRateDataDeliveryEstimateMaximumcheckout
CreateCheckoutSessionShippingOptionsShippingRateDataDeliveryEstimateMinimumcheckout
CreateCheckoutSessionShippingOptionsShippingRateDataFixedAmountcheckout
CreateCheckoutSessionShippingOptionsShippingRateDataFixedAmountCurrencyOptionscheckout
CreateCheckoutSessionSubscriptionDatacheckout
CreateCheckoutSessionSubscriptionDataInvoiceSettingscheckout
CreateCheckoutSessionSubscriptionDataInvoiceSettingsIssuercheckout
CreateCheckoutSessionSubscriptionDataTransferDatacheckout
CreateCheckoutSessionSubscriptionDataTrialSettingscheckout
CreateCheckoutSessionSubscriptionDataTrialSettingsEndBehaviorcheckout
CreateCheckoutSessionTaxIdCollectioncheckout
CreateCouponbilling
The parameters for Coupon::create.
CreateCouponAppliesTobilling
CreateCouponCurrencyOptionsbilling
CreateCreditNotebilling
The parameters for CreditNote::create.
CreateCreditNoteLinesbilling
CreateCreditNoteLinesTaxAmountsbilling
CreateCreditNoteShippingCostbilling
CreateCustomer
The parameters for Customer::create.
CreateCustomerBalanceTransactionbilling
The parameters that can be used when creating or updating a CustomerBalanceTransaction.
CreateCustomerCashBalance
CreateCustomerCashBalanceSettings
CreateCustomerSession
The parameters for CustomerSession::create.
CreateCustomerSessionComponents
CreateCustomerSessionComponentsBuyButton
CreateCustomerSessionComponentsPricingTable
CreateCustomerShipping
CreateCustomerShippingAddress
CreateCustomerTax
CreateEphemeralKey
The parameters for EphemeralKey::create.
CreateFileLink
The parameters for FileLink::create.
CreateInvoicebilling
The parameters for Invoice::create.
CreateInvoiceAutomaticTaxbilling
CreateInvoiceAutomaticTaxLiabilitybilling
CreateInvoiceCustomFieldsbilling
CreateInvoiceDiscountsbilling
CreateInvoiceFromInvoicebilling
CreateInvoiceIssuerbilling
CreateInvoiceItembilling
The parameters for InvoiceItem::create.
CreateInvoiceItemDiscountsbilling
CreateInvoiceLineItembilling
CreateInvoicePaymentSettingsbilling
CreateInvoicePaymentSettingsPaymentMethodOptionsbilling
CreateInvoicePaymentSettingsPaymentMethodOptionsAcssDebitbilling
CreateInvoicePaymentSettingsPaymentMethodOptionsAcssDebitMandateOptionsbilling
CreateInvoicePaymentSettingsPaymentMethodOptionsBancontactbilling
CreateInvoicePaymentSettingsPaymentMethodOptionsCardbilling
CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsbilling
CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlanbilling
CreateInvoicePaymentSettingsPaymentMethodOptionsCustomerBalancebilling
CreateInvoicePaymentSettingsPaymentMethodOptionsCustomerBalanceBankTransferbilling
CreateInvoicePaymentSettingsPaymentMethodOptionsCustomerBalanceBankTransferEuBankTransferbilling
CreateInvoicePaymentSettingsPaymentMethodOptionsKonbinibilling
CreateInvoicePaymentSettingsPaymentMethodOptionsUsBankAccountbilling
CreateInvoicePaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsbilling
CreateInvoiceRenderingbilling
CreateInvoiceRenderingOptionsbilling
CreateInvoiceRenderingPdfbilling
CreateInvoiceShippingCostbilling
CreateInvoiceShippingCostShippingRateDatabilling
CreateInvoiceShippingCostShippingRateDataDeliveryEstimatebilling
CreateInvoiceShippingCostShippingRateDataDeliveryEstimateMaximumbilling
CreateInvoiceShippingCostShippingRateDataDeliveryEstimateMinimumbilling
CreateInvoiceShippingCostShippingRateDataFixedAmountbilling
CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsbilling
CreateInvoiceShippingDetailsbilling
CreateInvoiceShippingDetailsAddressbilling
CreateInvoiceTransferDatabilling
CreateLoginLinkconnect
CreatePaymentIntent
The parameters for PaymentIntent::create.
CreatePaymentIntentAutomaticPaymentMethods
CreatePaymentIntentMandateData
CreatePaymentIntentMandateDataCustomerAcceptance
CreatePaymentIntentMandateDataCustomerAcceptanceOffline
CreatePaymentIntentMandateDataCustomerAcceptanceOnline
CreatePaymentIntentPaymentMethodData
CreatePaymentIntentPaymentMethodDataAcssDebit
CreatePaymentIntentPaymentMethodDataAffirm
CreatePaymentIntentPaymentMethodDataAfterpayClearpay
CreatePaymentIntentPaymentMethodDataAlipay
CreatePaymentIntentPaymentMethodDataAuBecsDebit
CreatePaymentIntentPaymentMethodDataBacsDebit
CreatePaymentIntentPaymentMethodDataBancontact
CreatePaymentIntentPaymentMethodDataBillingDetails
CreatePaymentIntentPaymentMethodDataBillingDetailsAddress
CreatePaymentIntentPaymentMethodDataBlik
CreatePaymentIntentPaymentMethodDataBoleto
CreatePaymentIntentPaymentMethodDataCashapp
CreatePaymentIntentPaymentMethodDataCustomerBalance
CreatePaymentIntentPaymentMethodDataEps
CreatePaymentIntentPaymentMethodDataFpx
CreatePaymentIntentPaymentMethodDataGiropay
CreatePaymentIntentPaymentMethodDataGrabpay
CreatePaymentIntentPaymentMethodDataIdeal
CreatePaymentIntentPaymentMethodDataInteracPresent
CreatePaymentIntentPaymentMethodDataKlarna
CreatePaymentIntentPaymentMethodDataKlarnaDob
CreatePaymentIntentPaymentMethodDataKonbini
CreatePaymentIntentPaymentMethodDataLink
CreatePaymentIntentPaymentMethodDataOxxo
CreatePaymentIntentPaymentMethodDataP24
CreatePaymentIntentPaymentMethodDataPaynow
CreatePaymentIntentPaymentMethodDataPaypal
CreatePaymentIntentPaymentMethodDataPix
CreatePaymentIntentPaymentMethodDataPromptpay
CreatePaymentIntentPaymentMethodDataRadarOptions
CreatePaymentIntentPaymentMethodDataRevolutPay
CreatePaymentIntentPaymentMethodDataSepaDebit
CreatePaymentIntentPaymentMethodDataSofort
CreatePaymentIntentPaymentMethodDataSwish
CreatePaymentIntentPaymentMethodDataUsBankAccount
CreatePaymentIntentPaymentMethodDataWechatPay
CreatePaymentIntentPaymentMethodDataZip
CreatePaymentIntentPaymentMethodOptions
CreatePaymentIntentPaymentMethodOptionsAcssDebit
CreatePaymentIntentPaymentMethodOptionsAcssDebitMandateOptions
CreatePaymentIntentPaymentMethodOptionsAffirm
CreatePaymentIntentPaymentMethodOptionsAfterpayClearpay
CreatePaymentIntentPaymentMethodOptionsAlipay
CreatePaymentIntentPaymentMethodOptionsAuBecsDebit
CreatePaymentIntentPaymentMethodOptionsBacsDebit
CreatePaymentIntentPaymentMethodOptionsBancontact
CreatePaymentIntentPaymentMethodOptionsBlik
CreatePaymentIntentPaymentMethodOptionsBoleto
CreatePaymentIntentPaymentMethodOptionsCard
CreatePaymentIntentPaymentMethodOptionsCardInstallments
CreatePaymentIntentPaymentMethodOptionsCardInstallmentsPlan
CreatePaymentIntentPaymentMethodOptionsCardMandateOptions
CreatePaymentIntentPaymentMethodOptionsCardPresent
CreatePaymentIntentPaymentMethodOptionsCardThreeDSecure
CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptions
CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptionsCartesBancaires
CreatePaymentIntentPaymentMethodOptionsCashapp
CreatePaymentIntentPaymentMethodOptionsCustomerBalance
CreatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer
CreatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer
CreatePaymentIntentPaymentMethodOptionsEps
CreatePaymentIntentPaymentMethodOptionsFpx
CreatePaymentIntentPaymentMethodOptionsGiropay
CreatePaymentIntentPaymentMethodOptionsGrabpay
CreatePaymentIntentPaymentMethodOptionsIdeal
CreatePaymentIntentPaymentMethodOptionsInteracPresent
CreatePaymentIntentPaymentMethodOptionsKlarna
CreatePaymentIntentPaymentMethodOptionsKonbini
CreatePaymentIntentPaymentMethodOptionsLink
CreatePaymentIntentPaymentMethodOptionsOxxo
CreatePaymentIntentPaymentMethodOptionsP24
CreatePaymentIntentPaymentMethodOptionsPaynow
CreatePaymentIntentPaymentMethodOptionsPaypal
CreatePaymentIntentPaymentMethodOptionsPix
CreatePaymentIntentPaymentMethodOptionsPromptpay
CreatePaymentIntentPaymentMethodOptionsRevolutPay
CreatePaymentIntentPaymentMethodOptionsSepaDebit
CreatePaymentIntentPaymentMethodOptionsSepaDebitMandateOptions
CreatePaymentIntentPaymentMethodOptionsSofort
CreatePaymentIntentPaymentMethodOptionsSwish
CreatePaymentIntentPaymentMethodOptionsUsBankAccount
CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnections
CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptions
CreatePaymentIntentPaymentMethodOptionsUsBankAccountNetworks
CreatePaymentIntentPaymentMethodOptionsWechatPay
CreatePaymentIntentPaymentMethodOptionsZip
CreatePaymentIntentRadarOptions
CreatePaymentIntentShipping
CreatePaymentIntentShippingAddress
CreatePaymentIntentTransferData
CreatePaymentLinkcheckout
The parameters for PaymentLink::create.
CreatePaymentLinkAfterCompletioncheckout
CreatePaymentLinkAfterCompletionHostedConfirmationcheckout
CreatePaymentLinkAfterCompletionRedirectcheckout
CreatePaymentLinkAutomaticTaxcheckout
CreatePaymentLinkAutomaticTaxLiabilitycheckout
CreatePaymentLinkConsentCollectioncheckout
CreatePaymentLinkConsentCollectionPaymentMethodReuseAgreementcheckout
CreatePaymentLinkCustomFieldscheckout
CreatePaymentLinkCustomFieldsDropdowncheckout
CreatePaymentLinkCustomFieldsDropdownOptionscheckout
CreatePaymentLinkCustomFieldsLabelcheckout
CreatePaymentLinkCustomFieldsNumericcheckout
CreatePaymentLinkCustomFieldsTextcheckout
CreatePaymentLinkCustomTextcheckout
CreatePaymentLinkCustomTextAfterSubmitcheckout
CreatePaymentLinkCustomTextShippingAddresscheckout
CreatePaymentLinkCustomTextSubmitcheckout
CreatePaymentLinkCustomTextTermsOfServiceAcceptancecheckout
CreatePaymentLinkInvoiceCreationcheckout
CreatePaymentLinkInvoiceCreationInvoiceDatacheckout
CreatePaymentLinkInvoiceCreationInvoiceDataCustomFieldscheckout
CreatePaymentLinkInvoiceCreationInvoiceDataIssuercheckout
CreatePaymentLinkInvoiceCreationInvoiceDataRenderingOptionscheckout
CreatePaymentLinkLineItemscheckout
CreatePaymentLinkLineItemsAdjustableQuantitycheckout
CreatePaymentLinkPaymentIntentDatacheckout
CreatePaymentLinkPhoneNumberCollectioncheckout
CreatePaymentLinkRestrictionscheckout
CreatePaymentLinkRestrictionsCompletedSessionscheckout
CreatePaymentLinkShippingAddressCollectioncheckout
CreatePaymentLinkShippingOptionscheckout
CreatePaymentLinkSubscriptionDatacheckout
CreatePaymentLinkSubscriptionDataInvoiceSettingscheckout
CreatePaymentLinkSubscriptionDataInvoiceSettingsIssuercheckout
CreatePaymentLinkSubscriptionDataTrialSettingscheckout
CreatePaymentLinkSubscriptionDataTrialSettingsEndBehaviorcheckout
CreatePaymentLinkTaxIdCollectioncheckout
CreatePaymentLinkTransferDatacheckout
CreatePaymentMethod
The parameters for PaymentMethod::create.
CreatePaymentMethodAcssDebit
CreatePaymentMethodAffirm
CreatePaymentMethodAfterpayClearpay
CreatePaymentMethodAlipay
CreatePaymentMethodAuBecsDebit
CreatePaymentMethodBacsDebit
CreatePaymentMethodBancontact
CreatePaymentMethodBlik
CreatePaymentMethodBoleto
CreatePaymentMethodCashapp
CreatePaymentMethodCustomerBalance
CreatePaymentMethodEps
CreatePaymentMethodFpx
CreatePaymentMethodGiropay
CreatePaymentMethodGrabpay
CreatePaymentMethodIdeal
CreatePaymentMethodInteracPresent
CreatePaymentMethodKlarna
CreatePaymentMethodKlarnaDob
CreatePaymentMethodKonbini
CreatePaymentMethodLink
CreatePaymentMethodOxxo
CreatePaymentMethodP24
CreatePaymentMethodPaynow
CreatePaymentMethodPaypal
CreatePaymentMethodPix
CreatePaymentMethodPromptpay
CreatePaymentMethodRadarOptions
CreatePaymentMethodRevolutPay
CreatePaymentMethodSepaDebit
CreatePaymentMethodSofort
CreatePaymentMethodSwish
CreatePaymentMethodUsBankAccount
CreatePaymentMethodWechatPay
CreatePaymentMethodZip
CreatePayout
The parameters for Payout::create.
CreatePrice
The parameters for Price::create.
CreatePriceCurrencyOptions
CreatePriceCurrencyOptionsCustomUnitAmount
CreatePriceCurrencyOptionsTiers
CreatePriceCustomUnitAmount
CreatePriceProductData
CreatePriceRecurring
CreatePriceTiers
CreatePriceTransformQuantity
CreateProduct
The parameters for Product::create.
CreateProductDefaultPriceData
CreateProductDefaultPriceDataCurrencyOptions
CreateProductDefaultPriceDataCurrencyOptionsCustomUnitAmount
CreateProductDefaultPriceDataCurrencyOptionsTiers
CreateProductDefaultPriceDataRecurring
CreateProductFeatures
CreatePromotionCodeproducts
CreatePromotionCodeRestrictionsproducts
Settings that restrict the redemption of the promotion code.
CreatePromotionCodeRestrictionsCurrencyOptionsproducts
Promotion codes defined in each available currency option.
CreateRefund
The parameters for Refund::create.
CreateSetupIntent
The parameters for SetupIntent::create.
CreateSetupIntentAutomaticPaymentMethods
CreateSetupIntentMandateData
CreateSetupIntentMandateDataCustomerAcceptance
CreateSetupIntentMandateDataCustomerAcceptanceOffline
CreateSetupIntentMandateDataCustomerAcceptanceOnline
CreateSetupIntentPaymentMethodData
CreateSetupIntentPaymentMethodDataAcssDebit
CreateSetupIntentPaymentMethodDataAffirm
CreateSetupIntentPaymentMethodDataAfterpayClearpay
CreateSetupIntentPaymentMethodDataAlipay
CreateSetupIntentPaymentMethodDataAuBecsDebit
CreateSetupIntentPaymentMethodDataBacsDebit
CreateSetupIntentPaymentMethodDataBancontact
CreateSetupIntentPaymentMethodDataBillingDetails
CreateSetupIntentPaymentMethodDataBillingDetailsAddress
CreateSetupIntentPaymentMethodDataBlik
CreateSetupIntentPaymentMethodDataBoleto
CreateSetupIntentPaymentMethodDataCashapp
CreateSetupIntentPaymentMethodDataCustomerBalance
CreateSetupIntentPaymentMethodDataEps
CreateSetupIntentPaymentMethodDataFpx
CreateSetupIntentPaymentMethodDataGiropay
CreateSetupIntentPaymentMethodDataGrabpay
CreateSetupIntentPaymentMethodDataIdeal
CreateSetupIntentPaymentMethodDataInteracPresent
CreateSetupIntentPaymentMethodDataKlarna
CreateSetupIntentPaymentMethodDataKlarnaDob
CreateSetupIntentPaymentMethodDataKonbini
CreateSetupIntentPaymentMethodDataLink
CreateSetupIntentPaymentMethodDataOxxo
CreateSetupIntentPaymentMethodDataP24
CreateSetupIntentPaymentMethodDataPaynow
CreateSetupIntentPaymentMethodDataPaypal
CreateSetupIntentPaymentMethodDataPix
CreateSetupIntentPaymentMethodDataPromptpay
CreateSetupIntentPaymentMethodDataRadarOptions
CreateSetupIntentPaymentMethodDataRevolutPay
CreateSetupIntentPaymentMethodDataSepaDebit
CreateSetupIntentPaymentMethodDataSofort
CreateSetupIntentPaymentMethodDataSwish
CreateSetupIntentPaymentMethodDataUsBankAccount
CreateSetupIntentPaymentMethodDataWechatPay
CreateSetupIntentPaymentMethodDataZip
CreateSetupIntentPaymentMethodOptions
CreateSetupIntentPaymentMethodOptionsAcssDebit
CreateSetupIntentPaymentMethodOptionsAcssDebitMandateOptions
CreateSetupIntentPaymentMethodOptionsCard
CreateSetupIntentPaymentMethodOptionsCardMandateOptions
CreateSetupIntentPaymentMethodOptionsCardThreeDSecure
CreateSetupIntentPaymentMethodOptionsCardThreeDSecureNetworkOptions
CreateSetupIntentPaymentMethodOptionsCardThreeDSecureNetworkOptionsCartesBancaires
CreateSetupIntentPaymentMethodOptionsLink
CreateSetupIntentPaymentMethodOptionsPaypal
CreateSetupIntentPaymentMethodOptionsSepaDebit
CreateSetupIntentPaymentMethodOptionsSepaDebitMandateOptions
CreateSetupIntentPaymentMethodOptionsUsBankAccount
CreateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnections
CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions
CreateSetupIntentPaymentMethodOptionsUsBankAccountNetworks
CreateSetupIntentSingleUse
CreateShippingRate
The parameters for ShippingRate::create.
CreateShippingRateDeliveryEstimate
CreateShippingRateDeliveryEstimateMaximum
CreateShippingRateDeliveryEstimateMinimum
CreateShippingRateFixedAmount
CreateShippingRateFixedAmountCurrencyOptions
CreateSource
The parameters for Source::create.
CreateSourceReceiver
CreateSourceRedirect
CreateSourceSourceOrder
CreateSourceSourceOrderItems
CreateSourceSourceOrderShipping
CreateSourceSourceOrderShippingAddress
CreateSubscriptionbilling
The parameters for Subscription::create.
CreateSubscriptionAutomaticTaxbilling
CreateSubscriptionAutomaticTaxLiabilitybilling
CreateSubscriptionBillingCycleAnchorConfigbilling
CreateSubscriptionInvoiceSettingsbilling
CreateSubscriptionInvoiceSettingsIssuerbilling
CreateSubscriptionItembilling
The parameters for SubscriptionItem::create.
CreateSubscriptionItemsbilling
CreateSubscriptionItemsBillingThresholdsbilling
CreateSubscriptionPaymentSettingsbilling
CreateSubscriptionPaymentSettingsPaymentMethodOptionsbilling
CreateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebitbilling
CreateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebitMandateOptionsbilling
CreateSubscriptionPaymentSettingsPaymentMethodOptionsBancontactbilling
CreateSubscriptionPaymentSettingsPaymentMethodOptionsCardbilling
CreateSubscriptionPaymentSettingsPaymentMethodOptionsCardMandateOptionsbilling
CreateSubscriptionPaymentSettingsPaymentMethodOptionsCustomerBalancebilling
CreateSubscriptionPaymentSettingsPaymentMethodOptionsCustomerBalanceBankTransferbilling
CreateSubscriptionPaymentSettingsPaymentMethodOptionsCustomerBalanceBankTransferEuBankTransferbilling
CreateSubscriptionPaymentSettingsPaymentMethodOptionsKonbinibilling
CreateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountbilling
CreateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsbilling
CreateSubscriptionPendingInvoiceItemIntervalbilling
CreateSubscriptionSchedulebilling
The parameters for SubscriptionSchedule::create.
CreateSubscriptionSchedulePhasesbilling
CreateSubscriptionSchedulePhasesAutomaticTaxbilling
CreateSubscriptionSchedulePhasesAutomaticTaxLiabilitybilling
CreateSubscriptionSchedulePhasesItemsbilling
CreateSubscriptionSchedulePhasesItemsBillingThresholdsbilling
CreateSubscriptionSchedulePhasesItemsPriceDatabilling
CreateSubscriptionSchedulePhasesItemsPriceDataRecurringbilling
CreateSubscriptionSchedulePhasesTransferDatabilling
CreateSubscriptionTransferDatabilling
CreateSubscriptionTrialSettingsbilling
CreateSubscriptionTrialSettingsEndBehaviorbilling
CreateTaxIdbilling
The parameters for TaxId::create.
CreateTaxIdOwnerbilling
CreateTaxRatebilling
The parameters for TaxRate::create.
CreateTerminalConfigurationterminal
The parameters for TerminalConfiguration::create.
CreateTerminalConfigurationBbposWiseposEterminal
CreateTerminalConfigurationOfflineterminal
CreateTerminalConfigurationTippingterminal
CreateTerminalConfigurationTippingAudterminal
CreateTerminalConfigurationTippingCadterminal
CreateTerminalConfigurationTippingChfterminal
CreateTerminalConfigurationTippingCzkterminal
CreateTerminalConfigurationTippingDkkterminal
CreateTerminalConfigurationTippingEurterminal
CreateTerminalConfigurationTippingGbpterminal
CreateTerminalConfigurationTippingHkdterminal
CreateTerminalConfigurationTippingMyrterminal
CreateTerminalConfigurationTippingNokterminal
CreateTerminalConfigurationTippingNzdterminal
CreateTerminalConfigurationTippingSekterminal
CreateTerminalConfigurationTippingSgdterminal
CreateTerminalConfigurationTippingUsdterminal
CreateTerminalConfigurationVerifoneP400terminal
CreateTerminalConnectionTokenterminal
The parameters for TerminalConnectionToken::create.
CreateTerminalLocationterminal
The parameters for TerminalLocation::create.
CreateTerminalLocationAddressterminal
CreateTerminalReaderterminal
The parameters for TerminalReader::create.
CreateTestClock
CreateToken
The parameters for Token::create.
CreateTokenAccount
CreateTokenCvcUpdate
CreateTokenPerson
CreateTokenPersonAdditionalTosAcceptances
CreateTokenPersonAdditionalTosAcceptancesAccount
CreateTokenPersonDob
CreateTokenPersonDocuments
CreateTokenPersonDocumentsCompanyAuthorization
CreateTokenPersonDocumentsPassport
CreateTokenPersonDocumentsVisa
CreateTokenPersonRegisteredAddress
CreateTokenPersonRelationship
CreateTokenPii
CreateTransferconnect
The parameters for Transfer::create.
CreateTransferReversal
The set of parameters that can be used when doing transfer reversal.
CreateUsageRecordbilling
The parameters for UsageRecord::create.
CreateWebhookEndpointwebhook-endpoints
The parameters for WebhookEndpoint::create.
CreditCardSpecs
CreditNotebilling
The resource representing a Stripe “CreditNote”.
CreditNoteId
An id for the corresponding object type.
CreditNoteLineItembilling
The resource representing a Stripe “CreditNoteLineItem”.
CreditNoteLineItemId
An id for the corresponding object type.
CreditNoteTaxAmountbilling
CreditNoteTaxAmountbilling
CurrencyOption
CustomUnitAmount
The resource representing a Stripe “CustomUnitAmount”.
Customer
The resource representing a Stripe “Customer”.
CustomerAcceptance
CustomerBalanceCustomerBalanceSettings
CustomerBalanceTransactionbilling
The resource representing a Stripe “CustomerBalanceTransaction”.
CustomerBalanceTransactionId
An id for the corresponding object type.
CustomerId
An id for the corresponding object type.
CustomerInvoiceSettings
CustomerInvoiceSettingsCustomFields
CustomerInvoiceSettingsRenderingOptions
CustomerPaymentMethodRetrieval
CustomerSearchParams
CustomerSession
The resource representing a Stripe “CustomerSessionResourceCustomerSession”.
CustomerSessionResourceComponents
CustomerSessionResourceComponentsResourceBuyButton
CustomerSessionResourceComponentsResourcePricingTable
CustomerTax
CustomerTaxLocation
DashboardSettingsconnect
DeclineChargeOnconnect
DeclineChargeOnParamsconnect
DestinationDetailsUnimplemented
DestinationSpecs
Discountbilling
The resource representing a Stripe “Discount”.
DiscountId
An id for the corresponding object type.
DiscountsResourceDiscountAmountbilling
DiscountsResourceDiscountAmountbilling
DiscountsResourceDiscountAmountbilling
DiscountsResourceDiscountAmountbilling
Dispute
The resource representing a Stripe “Dispute”.
DisputeEvidence
DisputeEvidenceDetails
DisputeId
An id for the corresponding object type.
DisputePaymentMethodDetails
DisputePaymentMethodDetailsCard
EmailSent
EphemeralKey
The resource representing a Stripe “EphemeralKey”.
EphemeralKeyId
An id for the corresponding object type.
Eventevents
The resource representing a Stripe “NotificationEvent”.
EventId
An id for the corresponding object type.
ExchangeRateRates
ExternalAccountRequirements
Fee
File
The resource representing a Stripe “File”.
FileId
An id for the corresponding object type.
FileLink
The resource representing a Stripe “FileLink”.
FileLinkId
An id for the corresponding object type.
FinalizeInvoiceParamsbilling
FraudDetails
FraudDetailsParams
FundingInstructionsBankTransferAbaRecord
FundingInstructionsBankTransferFinancialAddress
FundingInstructionsBankTransferIbanRecord
FundingInstructionsBankTransferSortCodeRecord
FundingInstructionsBankTransferSpeiRecord
FundingInstructionsBankTransferSwiftRecord
FundingInstructionsBankTransferZenginRecord
Headers
Invoicebilling
The resource representing a Stripe “Invoice”.
InvoiceId
An id for the corresponding object type.
InvoiceInstallmentsCardbilling
InvoiceItembilling
The resource representing a Stripe “InvoiceItem”.
InvoiceItemId
An id for the corresponding object type.
InvoiceItemPriceDatabilling
InvoiceItemPriceDatabilling
InvoiceItemPriceDatabilling
InvoiceItemThresholdReasonbilling
InvoiceLineItembilling
The resource representing a Stripe “InvoiceLineItem”.
InvoiceLineItemIdWebhook
An id for the corresponding object type.
InvoiceMandateOptionsCardbilling
InvoicePaymentMethodOptionsAcssDebitbilling
The resource representing a Stripe “invoice_payment_method_options_acss_debit”.
InvoicePaymentMethodOptionsAcssDebitMandateOptionsbilling
InvoicePaymentMethodOptionsBancontactbilling
The resource representing a Stripe “invoice_payment_method_options_bancontact”.
InvoicePaymentMethodOptionsCardbilling
InvoicePaymentMethodOptionsCustomerBalancebilling
The resource representing a Stripe “invoice_payment_method_options_customer_balance”.
InvoicePaymentMethodOptionsCustomerBalanceBankTransferbilling
InvoicePaymentMethodOptionsCustomerBalanceBankTransferEuBankTransferbilling
InvoicePaymentMethodOptionsKonbinibilling
The resource representing a Stripe “invoice_payment_method_options_konbini”.
InvoicePaymentMethodOptionsUsBankAccountbilling
The resource representing a Stripe “invoice_payment_method_options_us_bank_account”.
InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsbilling
InvoiceRenderingPdfbilling
InvoiceSearchParamsbilling
InvoiceSettingCustomField
InvoiceSettingCustomFieldcheckout
InvoiceSettingCustomFieldcheckout
InvoiceSettingCustomFieldbilling
InvoiceSettingCustomerSetting
InvoiceSettingQuoteSettingbilling
InvoiceSettingRenderingOptions
The resource representing a Stripe “InvoiceSettingRenderingOptions”.
InvoiceSettingSubscriptionSchedulePhaseSettingbilling
InvoiceThresholdReasonbilling
InvoiceTransferDatabilling
InvoicesFromInvoicebilling
InvoicesInvoiceRenderingbilling
InvoicesPaymentMethodOptionsbilling
InvoicesPaymentSettingsbilling
InvoicesResourceInvoiceTaxIdbilling
InvoicesResourceLineItemsCreditedItemsbilling
InvoicesResourceLineItemsProrationDetailsbilling
InvoicesShippingCostbilling
The resource representing a Stripe “InvoicesShippingCost”.
InvoicesStatusTransitionsbilling
IssuingAuthorizationissuing
The resource representing a Stripe “IssuingAuthorization”.
IssuingAuthorizationAmountDetails
IssuingAuthorizationAuthenticationExemptionissuing
IssuingAuthorizationId
An id for the corresponding object type.
IssuingAuthorizationNetworkDataissuing
IssuingAuthorizationPendingRequestissuing
IssuingAuthorizationRequestissuing
IssuingAuthorizationThreeDSecureissuing
IssuingAuthorizationTreasuryissuing
IssuingAuthorizationVerificationDataissuing
IssuingCardissuing
The resource representing a Stripe “IssuingCard”.
IssuingCardApplePayissuing
IssuingCardAuthorizationControlsissuing
IssuingCardGooglePayissuing
IssuingCardId
An id for the corresponding object type.
IssuingCardShippingissuing
IssuingCardShippingCustomsissuing
IssuingCardSpendingLimitissuing
IssuingCardWalletsissuing
IssuingCardholderissuing
The resource representing a Stripe “IssuingCardholder”.
IssuingCardholderAddressissuing
IssuingCardholderAuthorizationControlsissuing
IssuingCardholderCardIssuingissuing
IssuingCardholderCompanyissuing
IssuingCardholderId
An id for the corresponding object type.
IssuingCardholderIdDocumentissuing
IssuingCardholderIndividualissuing
IssuingCardholderIndividualDobissuing
IssuingCardholderRequirementsissuing
IssuingCardholderSpendingLimitissuing
IssuingCardholderUserTermsAcceptanceissuing
IssuingCardholderVerificationissuing
IssuingDisputeissuing
The resource representing a Stripe “IssuingDispute”.
IssuingDisputeCanceledEvidenceissuing
IssuingDisputeDuplicateEvidenceissuing
IssuingDisputeEvidenceissuing
IssuingDisputeFraudulentEvidenceissuing
IssuingDisputeId
An id for the corresponding object type.
IssuingDisputeMerchandiseNotAsDescribedEvidenceissuing
IssuingDisputeNotReceivedEvidenceissuing
IssuingDisputeOtherEvidenceissuing
IssuingDisputeServiceNotAsDescribedEvidenceissuing
IssuingDisputeTreasuryissuing
IssuingNetworkTokenAddressissuing
IssuingNetworkTokenDeviceissuing
IssuingNetworkTokenMastercardissuing
IssuingNetworkTokenNetworkDataissuing
IssuingNetworkTokenVisaissuing
IssuingNetworkTokenWalletProviderissuing
IssuingTokenissuing
The resource representing a Stripe “IssuingNetworkToken”.
IssuingTokenId
IssuingTransactionissuing
The resource representing a Stripe “IssuingTransaction”.
IssuingTransactionAmountDetailsissuing
IssuingTransactionFlightDataissuing
IssuingTransactionFlightDataLegissuing
IssuingTransactionFuelDataissuing
IssuingTransactionId
An id for the corresponding object type.
IssuingTransactionLodgingDataissuing
IssuingTransactionNetworkDataissuing
IssuingTransactionPurchaseDetailsissuing
IssuingTransactionReceiptDataissuing
IssuingTransactionTreasuryissuing
LegalEntityDobconnect
LegalEntityUboDeclarationconnect
Level3
Level3LineItems
LineItemsDiscountAmountcheckout
LineItemsDiscountAmountcheckout
LineItemsDiscountAmountbilling
LineItemsTaxAmountcheckout
LineItemsTaxAmountcheckout
LineItemsTaxAmountbilling
LineItemsTaxAmountbilling
LinkedAccountOptionsUsBankAccount
The resource representing a Stripe “linked_account_options_us_bank_account”.
List
A single page of a cursor-paginated list of an object.
ListAccountsconnect
The parameters for Account::list.
ListApplicationFeesconnect
The parameters for ApplicationFee::list.
ListBalanceTransactions
The parameters for BalanceTransaction::list.
ListCharges
The parameters for Charge::list.
ListCheckoutSessionscheckout
The parameters for CheckoutSession::list.
ListCheckoutSessionsCustomerDetailscheckout
ListCouponsbilling
The parameters for Coupon::list.
ListCreditNotesbilling
The parameters for CreditNote::list.
ListCustomerBalanceTransactionsbilling
The parameters for CustomerBalanceTransaction::list.
ListCustomers
The parameters for Customer::list.
ListDisputes
The parameters for Dispute::list.
ListEventsevents
The parameters for Event::list.
ListFileLinks
The parameters for FileLink::list.
ListFiles
The parameters for File::list.
ListInvoiceItemsbilling
The parameters for InvoiceItem::list.
ListInvoicesbilling
The parameters for Invoice::list.
ListPaymentIntents
The parameters for PaymentIntent::list.
ListPaymentLinkscheckout
The parameters for PaymentLink::list.
ListPaymentMethods
The parameters for PaymentMethod::list.
ListPayouts
The parameters for Payout::list.
ListPlansbilling
The parameters for Plan::list.
ListPrices
The parameters for Price::list.
ListPricesRecurring
ListProducts
The parameters for Product::list.
ListPromotionCodesbilling
The parameters for PromotionCode::list.
ListQuotesbilling
The parameters for Quote::list.
ListRefunds
The parameters for Refund::list.
ListReviewsfraud
The parameters for Review::list.
ListSetupAttempts
The parameters for SetupAttempt::list.
ListSetupIntents
The parameters for SetupIntent::list.
ListShippingRates
The parameters for ShippingRate::list.
ListSources
The parameters for Source::list.
ListSubscriptionItemsbilling
The parameters for SubscriptionItem::list.
ListSubscriptionSchedulesbilling
The parameters for SubscriptionSchedule::list.
ListSubscriptionsbilling
The parameters for Subscription::list.
ListSubscriptionsAutomaticTaxbilling
ListTaxCodes
The parameters for TaxCode::list.
ListTaxIdsbilling
The parameters for TaxId::list.
ListTaxIdsOwnerbilling
ListTaxRatesbilling
The parameters for TaxRate::list.
ListTerminalConfigurationsterminal
The parameters for TerminalConfiguration::list.
ListTerminalLocationsterminal
The parameters for TerminalLocation::list.
ListTerminalReadersterminal
The parameters for TerminalReader::list.
ListTestClocks
ListTopupsconnect
The parameters for Topup::list.
ListTransfersconnect
The parameters for Transfer::list.
ListWebhookEndpointswebhook-endpoints
The parameters for WebhookEndpoint::list.
LoginLinkconnect
The resource representing a Stripe “LoginLink”.
Mandate
The resource representing a Stripe “Mandate”.
MandateAcssDebit
MandateAuBecsDebit
MandateBacsDebit
MandateCashapp
MandateData
MandateId
An id for the corresponding object type.
MandateLink
MandateMultiUse
MandatePaymentMethodDetails
MandatePaypal
MandateSepaDebit
MandateSingleUse
MandateUsBankAccount
MerchantDataissuing
The resource representing a Stripe “IssuingAuthorizationMerchantData”.
Networks
NotificationEventDataevents
The resource representing a Stripe “NotificationEventData”.
NotificationEventRequestevents
OfflineAcceptance
OnlineAcceptance
OrderId
An id for the corresponding object type.
OrderReturnId
An id for the corresponding object type.
PackageDimensions
ParseCurrencyError
ParseIdError
PaymentError
The resource representing a Stripe PaymentError object.
PaymentFlowsAmountDetails
PaymentFlowsAmountDetailsResourceTip
PaymentFlowsAutomaticPaymentMethodsPaymentIntent
PaymentFlowsAutomaticPaymentMethodsSetupIntent
PaymentFlowsPrivatePaymentMethodsAlipay
PaymentFlowsPrivatePaymentMethodsAlipayDetails
PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceEnterpriseFeaturesExtendedAuthorizationExtendedAuthorization
PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceEnterpriseFeaturesIncrementalAuthorizationIncrementalAuthorization
PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceEnterpriseFeaturesOvercaptureOvercapture
PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceMulticapture
PaymentFlowsPrivatePaymentMethodsKlarnaDob
PaymentIntent
The resource representing a Stripe “PaymentIntent”.
PaymentIntentCardProcessing
PaymentIntentConfirmParams
The set of parameters that can be used when confirming a payment_intent object.
PaymentIntentId
An id for the corresponding object type.
PaymentIntentNextAction
PaymentIntentNextActionAlipayHandleRedirect
PaymentIntentNextActionBoleto
PaymentIntentNextActionCardAwaitNotification
PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode
The resource representing a Stripe “PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode”.
PaymentIntentNextActionCashappQrCode
PaymentIntentNextActionDisplayBankTransferInstructions
PaymentIntentNextActionDisplayOxxoDetails
PaymentIntentNextActionKonbini
PaymentIntentNextActionKonbiniFamilymart
PaymentIntentNextActionKonbiniLawson
PaymentIntentNextActionKonbiniMinistop
PaymentIntentNextActionKonbiniSeicomart
PaymentIntentNextActionKonbiniStores
PaymentIntentNextActionPaynowDisplayQrCode
PaymentIntentNextActionPixDisplayQrCode
PaymentIntentNextActionPromptpayDisplayQrCode
PaymentIntentNextActionRedirectToUrl
PaymentIntentNextActionSwishHandleRedirectOrDisplayQrCode
PaymentIntentNextActionSwishQrCode
PaymentIntentNextActionVerifyWithMicrodeposits
PaymentIntentNextActionWechatPayDisplayQrCode
PaymentIntentNextActionWechatPayRedirectToAndroidApp
PaymentIntentNextActionWechatPayRedirectToIosApp
PaymentIntentPaymentMethodOptions
PaymentIntentPaymentMethodOptionsAcssDebit
PaymentIntentPaymentMethodOptionsAuBecsDebit
PaymentIntentPaymentMethodOptionsBlik
PaymentIntentPaymentMethodOptionsCard
PaymentIntentPaymentMethodOptionsEps
PaymentIntentPaymentMethodOptionsLink
PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebit
PaymentIntentPaymentMethodOptionsMandateOptionsSepaDebit
PaymentIntentPaymentMethodOptionsSepaDebit
PaymentIntentPaymentMethodOptionsSwish
PaymentIntentPaymentMethodOptionsUsBankAccount
PaymentIntentProcessing
PaymentIntentProcessingCustomerNotification
PaymentIntentSearchParams
PaymentIntentUpdateParams
The set of parameters that can be used when updating a payment_intent object.
PaymentLinkcheckout
The resource representing a Stripe “PaymentLink”.
PaymentLinkId
An id for the corresponding object type.
PaymentLinksResourceAfterCompletioncheckout
PaymentLinksResourceAutomaticTaxcheckout
PaymentLinksResourceCompletedSessionscheckout
PaymentLinksResourceCompletionBehaviorConfirmationPagecheckout
PaymentLinksResourceCompletionBehaviorRedirectcheckout
PaymentLinksResourceConsentCollectioncheckout
PaymentLinksResourceCustomFieldscheckout
PaymentLinksResourceCustomFieldsDropdowncheckout
PaymentLinksResourceCustomFieldsDropdownOptioncheckout
PaymentLinksResourceCustomFieldsLabelcheckout
PaymentLinksResourceCustomFieldsNumericcheckout
PaymentLinksResourceCustomFieldsTextcheckout
PaymentLinksResourceCustomTextcheckout
PaymentLinksResourceCustomTextPositioncheckout
PaymentLinksResourceInvoiceCreationcheckout
PaymentLinksResourceInvoiceSettingscheckout
PaymentLinksResourcePaymentIntentDatacheckout
PaymentLinksResourcePaymentMethodReuseAgreementcheckout
PaymentLinksResourcePhoneNumberCollectioncheckout
PaymentLinksResourceRestrictionscheckout
PaymentLinksResourceShippingAddressCollectioncheckout
PaymentLinksResourceShippingOptioncheckout
PaymentLinksResourceSubscriptionDatacheckout
PaymentLinksResourceSubscriptionDataInvoiceSettingscheckout
PaymentLinksResourceTaxIdCollectioncheckout
PaymentLinksResourceTransferDatacheckout
PaymentMethod
The resource representing a Stripe “PaymentMethod”.
PaymentMethodAcssDebit
PaymentMethodAffirm
PaymentMethodAfterpayClearpay
PaymentMethodAuBecsDebit
PaymentMethodBacsDebit
PaymentMethodBancontact
PaymentMethodBlik
PaymentMethodBoleto
PaymentMethodCardChecks
PaymentMethodCardPresentNetworks
The resource representing a Stripe “payment_method_card_present_networks”.
PaymentMethodCardWalletLink
PaymentMethodCashapp
PaymentMethodConfigBizPaymentMethodConfigurationDetails
The resource representing a Stripe “PaymentMethodConfigBizPaymentMethodConfigurationDetails”.
PaymentMethodConfigurationId
PaymentMethodCustomerBalance
PaymentMethodDetails
PaymentMethodDetailsAchCreditTransfer
PaymentMethodDetailsAchDebit
PaymentMethodDetailsAcssDebit
PaymentMethodDetailsAffirm
PaymentMethodDetailsAfterpayClearpay
PaymentMethodDetailsAuBecsDebit
PaymentMethodDetailsBacsDebit
PaymentMethodDetailsBancontact
PaymentMethodDetailsBlik
PaymentMethodDetailsBoleto
PaymentMethodDetailsCard
PaymentMethodDetailsCardChecks
PaymentMethodDetailsCardInstallments
PaymentMethodDetailsCardInstallmentsPlan
PaymentMethodDetailsCardNetworkToken
PaymentMethodDetailsCardPresent
PaymentMethodDetailsCardPresent
PaymentMethodDetailsCardPresentOffline
PaymentMethodDetailsCardPresentReceipt
PaymentMethodDetailsCardWallet
PaymentMethodDetailsCardWallet
PaymentMethodDetailsCardWalletAmexExpressCheckout
PaymentMethodDetailsCardWalletApplePay
The resource representing a Stripe “payment_method_details_card_wallet_apple_pay”.
PaymentMethodDetailsCardWalletGooglePay
The resource representing a Stripe “payment_method_details_card_wallet_google_pay”.
PaymentMethodDetailsCardWalletLink
PaymentMethodDetailsCardWalletMasterpass
PaymentMethodDetailsCardWalletSamsungPay
PaymentMethodDetailsCardWalletVisaCheckout
PaymentMethodDetailsCashapp
PaymentMethodDetailsCustomerBalance
PaymentMethodDetailsEps
PaymentMethodDetailsFpx
PaymentMethodDetailsGiropay
PaymentMethodDetailsGrabpay
PaymentMethodDetailsIdeal
PaymentMethodDetailsInteracPresent
PaymentMethodDetailsInteracPresentReceipt
PaymentMethodDetailsKlarna
PaymentMethodDetailsKonbini
PaymentMethodDetailsKonbiniStore
PaymentMethodDetailsLink
PaymentMethodDetailsMultibanco
PaymentMethodDetailsOxxo
PaymentMethodDetailsP24
PaymentMethodDetailsPaynow
PaymentMethodDetailsPaypal
PaymentMethodDetailsPix
PaymentMethodDetailsPromptpay
PaymentMethodDetailsRevolutPay
PaymentMethodDetailsSepaCreditTransfer
PaymentMethodDetailsSepaDebit
PaymentMethodDetailsSofort
PaymentMethodDetailsStripeAccount
PaymentMethodDetailsSwish
PaymentMethodDetailsUsBankAccount
PaymentMethodDetailsWechat
PaymentMethodDetailsWechatPay
PaymentMethodDetailsZip
PaymentMethodEps
PaymentMethodFpx
PaymentMethodGiropay
PaymentMethodGrabpay
PaymentMethodId
An id for the corresponding object type.
PaymentMethodIdeal
PaymentMethodInteracPresent
PaymentMethodKlarna
PaymentMethodKonbini
PaymentMethodLink
PaymentMethodOptionsAffirm
PaymentMethodOptionsAfterpayClearpay
PaymentMethodOptionsAlipay
PaymentMethodOptionsBacsDebit
PaymentMethodOptionsBancontact
PaymentMethodOptionsBoleto
PaymentMethodOptionsCardInstallments
PaymentMethodOptionsCardMandateOptions
PaymentMethodOptionsCardPresent
PaymentMethodOptionsCashapp
PaymentMethodOptionsCustomerBalance
PaymentMethodOptionsCustomerBalanceBankTransfer
PaymentMethodOptionsCustomerBalanceEuBankAccount
The resource representing a Stripe “payment_method_options_customer_balance_eu_bank_account”.
PaymentMethodOptionsFpx
PaymentMethodOptionsGiropay
PaymentMethodOptionsGrabpay
PaymentMethodOptionsIdeal
PaymentMethodOptionsInteracPresent
PaymentMethodOptionsKlarna
PaymentMethodOptionsKonbini
PaymentMethodOptionsOxxo
PaymentMethodOptionsP24
PaymentMethodOptionsPaynow
PaymentMethodOptionsPaypal
PaymentMethodOptionsPix
PaymentMethodOptionsPromptpay
PaymentMethodOptionsRevolutPay
PaymentMethodOptionsSofort
PaymentMethodOptionsUsBankAccountMandateOptions
The resource representing a Stripe “payment_method_options_us_bank_account_mandate_options”.
PaymentMethodOptionsWechatPay
PaymentMethodOptionsZip
PaymentMethodOxxo
PaymentMethodP24
PaymentMethodPaynow
PaymentMethodPaypal
PaymentMethodPix
PaymentMethodPromptpay
PaymentMethodRevolutPay
PaymentMethodSepaDebit
PaymentMethodSofort
PaymentMethodSwish
PaymentMethodUsBankAccount
PaymentMethodUsBankAccountBlocked
PaymentMethodUsBankAccountStatusDetails
PaymentMethodWechatPay
PaymentMethodZip
PaymentPagesCheckoutSessionAfterExpirationcheckout
PaymentPagesCheckoutSessionAfterExpirationRecoverycheckout
PaymentPagesCheckoutSessionAutomaticTaxcheckout
PaymentPagesCheckoutSessionConsentcheckout
PaymentPagesCheckoutSessionConsentCollectioncheckout
PaymentPagesCheckoutSessionCurrencyConversioncheckout
PaymentPagesCheckoutSessionCustomFieldscheckout
PaymentPagesCheckoutSessionCustomFieldsDropdowncheckout
PaymentPagesCheckoutSessionCustomFieldsLabelcheckout
PaymentPagesCheckoutSessionCustomFieldsNumericcheckout
PaymentPagesCheckoutSessionCustomFieldsOptioncheckout
PaymentPagesCheckoutSessionCustomFieldsTextcheckout
PaymentPagesCheckoutSessionCustomTextcheckout
PaymentPagesCheckoutSessionCustomTextPositioncheckout
PaymentPagesCheckoutSessionCustomerDetailscheckout
PaymentPagesCheckoutSessionInvoiceCreationcheckout
PaymentPagesCheckoutSessionInvoiceSettingscheckout
PaymentPagesCheckoutSessionPaymentMethodReuseAgreementcheckout
PaymentPagesCheckoutSessionPhoneNumberCollectioncheckout
PaymentPagesCheckoutSessionShippingAddressCollectioncheckout
PaymentPagesCheckoutSessionShippingCostcheckout
PaymentPagesCheckoutSessionShippingOptioncheckout
PaymentPagesCheckoutSessionTaxIdcheckout
PaymentPagesCheckoutSessionTaxIdCollectioncheckout
PaymentPagesCheckoutSessionTotalDetailscheckout
PaymentPagesCheckoutSessionTotalDetailsResourceBreakdowncheckout
PaymentsSettingsconnect
PaymentsSettingsParamsconnect
Payout
The resource representing a Stripe “Payout”.
PayoutId
An id for the corresponding object type.
PayoutSettingsconnect
PayoutSettingsParamsconnect
PaypalSellerProtection
Periodbilling
Personconnect
The resource representing a Stripe “Person”.
PersonAdditionalTosAcceptanceconnect
PersonAdditionalTosAcceptancesconnect
PersonFutureRequirementsconnect
PersonId
An id for the corresponding object type.
PersonParamsconnect
PersonParamsDobconnect
PersonParamsRegisteredAddressconnect
PersonParamsRelationshipconnect
PersonRelationshipconnect
PersonRequirementsconnect
PersonVerificationconnect
PersonVerificationDocumentconnect
PersonVerificationParams
Planbilling
The resource representing a Stripe “Plan”.
PlanId
PlanTierbilling
PlatformTaxFee
The resource representing a Stripe “PlatformTax”.
PlatformTaxFeeId
An id for the corresponding object type.
PortalBusinessProfilebilling
PortalCustomerUpdatebilling
PortalFeaturesbilling
PortalFlowsAfterCompletionHostedConfirmationbilling
PortalFlowsAfterCompletionRedirectbilling
PortalFlowsCouponOfferbilling
PortalFlowsFlowbilling
PortalFlowsFlowAfterCompletionbilling
PortalFlowsFlowSubscriptionCancelbilling
PortalFlowsFlowSubscriptionUpdatebilling
PortalFlowsFlowSubscriptionUpdateConfirmbilling
PortalFlowsRetentionbilling
PortalFlowsSubscriptionUpdateConfirmDiscountbilling
PortalFlowsSubscriptionUpdateConfirmItembilling
PortalInvoiceListbilling
PortalLoginPagebilling
PortalPaymentMethodUpdatebilling
PortalSubscriptionCancelbilling
PortalSubscriptionCancellationReasonbilling
PortalSubscriptionPausebilling
PortalSubscriptionUpdatebilling
PortalSubscriptionUpdateProductbilling
Price
The resource representing a Stripe “Price”.
PriceId
PriceSearchParamsproducts
PriceTier
Product
The resource representing a Stripe “Product”.
ProductFeature
ProductId
ProductSearchParamsproducts
PromotionCodebilling
The resource representing a Stripe “PromotionCode”.
PromotionCodeCurrencyOptionbilling
PromotionCodeId
An id for the corresponding object type.
PromotionCodesResourceRestrictionsbilling
Quotebilling
The resource representing a Stripe “Quote”.
QuoteId
An id for the corresponding object type.
QuotesResourceAutomaticTaxbilling
QuotesResourceComputedbilling
QuotesResourceFromQuotebilling
QuotesResourceRecurringbilling
QuotesResourceStatusTransitionsbilling
QuotesResourceSubscriptionDataSubscriptionDatabilling
QuotesResourceTotalDetailsbilling
The resource representing a Stripe “QuotesResourceTotalDetails”.
QuotesResourceTotalDetailsResourceBreakdownbilling
QuotesResourceTransferDatabilling
QuotesResourceUpfrontbilling
RadarRadarOptions
The resource representing a Stripe “RadarRadarOptions”.
RadarReviewResourceLocationfraud
RadarReviewResourceSessionfraud
RadarValueListItem
RangeBounds
RecipientId
Recurring
Refund
The resource representing a Stripe “Refund”.
RefundDestinationDetails
RefundDestinationDetailsCard
RefundDestinationDetailsGeneric
RefundId
An id for the corresponding object type.
RefundNextAction
RefundNextActionDisplayDetails
RequestError
An error reported by stripe in a request’s response.
ReserveTransaction
The resource representing a Stripe “ReserveTransaction”.
ReserveTransactionId
An id for the corresponding object type.
RetrieveCheckoutSessionLineItemscheckout
The parameters for CheckoutSession::retrieve_line_items.
RetrieveUpcomingInvoicebilling
Reviewfraud
The resource representing a Stripe “RadarReview”.
ReviewId
An id for the corresponding object type.
Rule
ScheduledQueryRunsigma
The resource representing a Stripe “ScheduledQueryRun”.
ScheduledQueryRunId
An id for the corresponding object type.
SchedulesPhaseAutomaticTaxbilling
SearchList
A single page of a cursor-paginated list of a search object.
SepaDebitGeneratedFrom
SetupAttempt
The resource representing a Stripe “PaymentFlowsSetupIntentSetupAttempt”.
SetupAttemptId
An id for the corresponding object type.
SetupAttemptPaymentMethodDetails
SetupAttemptPaymentMethodDetailsAcssDebit
SetupAttemptPaymentMethodDetailsAuBecsDebit
SetupAttemptPaymentMethodDetailsBacsDebit
SetupAttemptPaymentMethodDetailsBancontact
SetupAttemptPaymentMethodDetailsBoleto
SetupAttemptPaymentMethodDetailsCard
SetupAttemptPaymentMethodDetailsCardChecks
SetupAttemptPaymentMethodDetailsCardPresent
SetupAttemptPaymentMethodDetailsCardWallet
SetupAttemptPaymentMethodDetailsCashapp
SetupAttemptPaymentMethodDetailsIdeal
SetupAttemptPaymentMethodDetailsKlarna
SetupAttemptPaymentMethodDetailsLink
SetupAttemptPaymentMethodDetailsPaypal
SetupAttemptPaymentMethodDetailsSepaDebit
SetupAttemptPaymentMethodDetailsSofort
SetupAttemptPaymentMethodDetailsUsBankAccount
SetupIntent
The resource representing a Stripe “SetupIntent”.
SetupIntentId
An id for the corresponding object type.
SetupIntentNextAction
SetupIntentNextActionRedirectToUrl
SetupIntentNextActionVerifyWithMicrodeposits
SetupIntentPaymentMethodOptions
SetupIntentPaymentMethodOptionsAcssDebit
SetupIntentPaymentMethodOptionsCard
SetupIntentPaymentMethodOptionsCardMandateOptions
SetupIntentPaymentMethodOptionsLink
SetupIntentPaymentMethodOptionsMandateOptionsAcssDebit
SetupIntentPaymentMethodOptionsMandateOptionsSepaDebit
SetupIntentPaymentMethodOptionsPaypal
SetupIntentPaymentMethodOptionsSepaDebit
SetupIntentPaymentMethodOptionsUsBankAccount
Shipping
The resource representing a Stripe “Shipping”.
ShippingRate
The resource representing a Stripe “ShippingRate”.
ShippingRateCurrencyOption
ShippingRateDeliveryEstimate
ShippingRateDeliveryEstimateBound
ShippingRateFixedAmount
ShippingRateId
An id for the corresponding object type.
SigmaScheduledQueryRunErrorsigma
SkuId
An id for the corresponding object type.
Source
The resource representing a Stripe “Source”.
SourceAcceptanceOfflineParams
SourceAcceptanceOnlineParams
SourceAcceptanceParams
SourceCodeVerificationFlow
SourceId
An id for the corresponding object type.
SourceMandateParams
SourceOrder
SourceOrderItem
SourceOwner
SourceReceiverFlow
SourceRedirectFlow
SourceTypeAchCreditTransfer
SourceTypeAchDebit
SourceTypeAcssDebit
SourceTypeAlipay
SourceTypeAuBecsDebit
SourceTypeBancontact
SourceTypeCard
SourceTypeCardPresent
SourceTypeEps
SourceTypeGiropay
SourceTypeIdeal
SourceTypeKlarna
SourceTypeMultibanco
SourceTypeP24
SourceTypeSepaCreditTransfer
SourceTypeSepaDebit
SourceTypeSofort
SourceTypeThreeDSecure
SourceTypeWechat
Subscriptionbilling
The resource representing a Stripe “Subscription”.
SubscriptionAutomaticTaxbilling
SubscriptionBillingThresholdsbilling
The resource representing a Stripe “SubscriptionBillingThresholds”.
SubscriptionDetailsDatabilling
SubscriptionId
An id for the corresponding object type.
SubscriptionItembilling
The resource representing a Stripe “SubscriptionItem”.
SubscriptionItemBillingThresholdsbilling
The resource representing a Stripe “SubscriptionItemBillingThresholds”.
SubscriptionItemFilterbilling
SubscriptionItemId
An id for the corresponding object type.
SubscriptionItemPriceDatabilling
SubscriptionItemPriceDatabilling
SubscriptionItemPriceDataRecurringbilling
SubscriptionItemPriceDataRecurringbilling
SubscriptionLineId
An id for the corresponding object type.
SubscriptionPaymentMethodOptionsCardbilling
SubscriptionPendingInvoiceItemIntervalbilling
SubscriptionPriceDatabilling
SubscriptionPriceDataRecurringbilling
SubscriptionSchedulebilling
The resource representing a Stripe “SubscriptionSchedule”.
SubscriptionScheduleAddInvoiceItembilling
SubscriptionScheduleBillingThresholdsbilling
SubscriptionScheduleConfigurationItembilling
SubscriptionScheduleCurrentPhasebilling
SubscriptionScheduleDefaultSettingsbilling
SubscriptionScheduleDefaultSettingsParamsbilling
SubscriptionScheduleDefaultSettingsParamsAutomaticTaxbilling
SubscriptionScheduleDefaultSettingsParamsAutomaticTaxLiabilitybilling
SubscriptionScheduleDefaultSettingsParamsTransferDatabilling
SubscriptionScheduleId
An id for the corresponding object type.
SubscriptionScheduleInvoiceSettingsbilling
SubscriptionScheduleInvoiceSettingsIssuerbilling
SubscriptionSchedulePhaseConfigurationbilling
SubscriptionSchedulesResourceDefaultSettingsAutomaticTaxbilling
SubscriptionSearchParamsbilling
SubscriptionTransferData
SubscriptionsResourceBillingCycleAnchorConfigbilling
SubscriptionsResourcePauseCollectionbilling
SubscriptionsResourcePaymentMethodOptionsbilling
SubscriptionsResourcePaymentSettingsbilling
SubscriptionsResourcePendingUpdatebilling
SubscriptionsTrialsResourceEndBehaviorbilling
SubscriptionsTrialsResourceTrialSettingsbilling
The resource representing a Stripe “SubscriptionsTrialsResourceTrialSettings”.
TaxAmountbilling
TaxAmountbilling
TaxCalculationtax-calculation
The resource representing a Stripe “TaxProductResourceTaxCalculation”.
TaxCalculationId
TaxCalculationLineItemtax-calculation
The resource representing a Stripe “TaxProductResourceTaxCalculationLineItem”.
TaxCalculationLineItemId
TaxCode
The resource representing a Stripe “TaxProductResourceTaxCode”.
TaxCodeId
An id for the corresponding object type.
TaxDeductedAtSource
The resource representing a Stripe “TaxDeductedAtSource”.
TaxDeductedAtSourceId
An id for the corresponding object type.
TaxIDsOwnerbilling
TaxIdbilling
The resource representing a Stripe “tax_id”.
TaxIdData
TaxIdId
An id for the corresponding object type.
TaxIdVerificationbilling
TaxProductResourceCustomerDetailstax-calculation
The resource representing a Stripe “TaxProductResourceCustomerDetails”.
TaxProductResourceCustomerDetailsResourceTaxIdtax-calculation
TaxProductResourceJurisdictiontax-calculation
TaxProductResourceJurisdictiontax-calculation
TaxProductResourceLineItemTaxBreakdowntax-calculation
TaxProductResourceLineItemTaxBreakdowntax-calculation
TaxProductResourceLineItemTaxRateDetailstax-calculation
TaxProductResourceLineItemTaxRateDetailstax-calculation
TaxProductResourcePostalAddresstax-calculation
TaxProductResourceTaxBreakdowntax-calculation
TaxProductResourceTaxCalculationShippingCosttax-calculation
TaxProductResourceTaxRateDetailstax-calculation
TaxRatebilling
The resource representing a Stripe “TaxRate”.
TaxRateId
An id for the corresponding object type.
TerminalConfigurationterminal
The resource representing a Stripe “TerminalConfigurationConfiguration”.
TerminalConfigurationConfigurationResourceCurrencySpecificConfigterminal
TerminalConfigurationConfigurationResourceDeviceTypeSpecificConfigterminal
TerminalConfigurationConfigurationResourceOfflineConfigterminal
TerminalConfigurationConfigurationResourceTippingterminal
TerminalConfigurationId
An id for the corresponding object type.
TerminalConnectionTokenterminal
The resource representing a Stripe “TerminalConnectionToken”.
TerminalLocationterminal
The resource representing a Stripe “TerminalLocationLocation”.
TerminalLocationId
An id for the corresponding object type.
TerminalReaderterminal
The resource representing a Stripe “TerminalReaderReader”.
TerminalReaderId
An id for the corresponding object type.
TerminalReaderReaderResourceCartterminal
TerminalReaderReaderResourceLineItemterminal
TerminalReaderReaderResourceProcessConfigterminal
TerminalReaderReaderResourceProcessPaymentIntentActionterminal
TerminalReaderReaderResourceProcessSetupConfigterminal
TerminalReaderReaderResourceProcessSetupIntentActionterminal
TerminalReaderReaderResourceReaderActionterminal
TerminalReaderReaderResourceRefundPaymentActionterminal
TerminalReaderReaderResourceSetReaderDisplayActionterminal
TerminalReaderReaderResourceTippingConfigterminal
TestHelpersTestClock
The resource representing a Stripe “TestClock”.
TestHelpersTestClockId
An id for the corresponding object type.
ThreeDSecureDetails
ThreeDSecureDetails
ThreeDSecureDetailsCharge
ThreeDSecureUsage
Token
The resource representing a Stripe “Token”.
TokenParams
Topupconnect
The resource representing a Stripe “Topup”.
TopupId
An id for the corresponding object type.
TosAcceptanceconnect
Transferconnect
The resource representing a Stripe “Transfer”.
TransferData
TransferData
TransferDataParams
TransferId
An id for the corresponding object type.
TransferReversalconnect
The resource representing a Stripe “TransferReversal”.
TransferReversalId
An id for the corresponding object type.
TransferScheduleconnect
TransferScheduleParamsconnect
TransformQuantity
TransformUsagebilling
UpdateAccountconnect
The parameters for Account::update.
UpdateAccountCapabilitiesconnect
UpdateAccountCapabilitiesAcssDebitPaymentsconnect
UpdateAccountCapabilitiesAffirmPaymentsconnect
UpdateAccountCapabilitiesAfterpayClearpayPaymentsconnect
UpdateAccountCapabilitiesAuBecsDebitPaymentsconnect
UpdateAccountCapabilitiesBacsDebitPaymentsconnect
UpdateAccountCapabilitiesBancontactPaymentsconnect
UpdateAccountCapabilitiesBankTransferPaymentsconnect
UpdateAccountCapabilitiesBlikPaymentsconnect
UpdateAccountCapabilitiesBoletoPaymentsconnect
UpdateAccountCapabilitiesCardIssuingconnect
UpdateAccountCapabilitiesCardPaymentsconnect
UpdateAccountCapabilitiesCartesBancairesPaymentsconnect
UpdateAccountCapabilitiesCashappPaymentsconnect
UpdateAccountCapabilitiesEpsPaymentsconnect
UpdateAccountCapabilitiesFpxPaymentsconnect
UpdateAccountCapabilitiesGiropayPaymentsconnect
UpdateAccountCapabilitiesGrabpayPaymentsconnect
UpdateAccountCapabilitiesIdealPaymentsconnect
UpdateAccountCapabilitiesIndiaInternationalPaymentsconnect
UpdateAccountCapabilitiesJcbPaymentsconnect
UpdateAccountCapabilitiesKlarnaPaymentsconnect
UpdateAccountCapabilitiesKonbiniPaymentsconnect
UpdateAccountCapabilitiesLegacyPaymentsconnect
UpdateAccountCapabilitiesLinkPaymentsconnect
UpdateAccountCapabilitiesOxxoPaymentsconnect
UpdateAccountCapabilitiesP24Paymentsconnect
UpdateAccountCapabilitiesPaynowPaymentsconnect
UpdateAccountCapabilitiesPromptpayPaymentsconnect
UpdateAccountCapabilitiesRevolutPayPaymentsconnect
UpdateAccountCapabilitiesSepaDebitPaymentsconnect
UpdateAccountCapabilitiesSofortPaymentsconnect
UpdateAccountCapabilitiesSwishPaymentsconnect
UpdateAccountCapabilitiesTaxReportingUs1099Kconnect
UpdateAccountCapabilitiesTaxReportingUs1099Miscconnect
UpdateAccountCapabilitiesTransfersconnect
UpdateAccountCapabilitiesTreasuryconnect
UpdateAccountCapabilitiesUsBankAccountAchPaymentsconnect
UpdateAccountCapabilitiesZipPaymentsconnect
UpdateAccountDocumentsconnect
UpdateAccountDocumentsBankAccountOwnershipVerificationconnect
UpdateAccountDocumentsCompanyLicenseconnect
UpdateAccountDocumentsCompanyMemorandumOfAssociationconnect
UpdateAccountDocumentsCompanyMinisterialDecreeconnect
UpdateAccountDocumentsCompanyRegistrationVerificationconnect
UpdateAccountDocumentsCompanyTaxIdVerificationconnect
UpdateAccountDocumentsProofOfRegistrationconnect
UpdateApiParam
If this is a card PaymentMethod, this hash contains the user’s card details.
UpdateCharge
The parameters for Charge::update.
UpdateCouponbilling
The parameters for Coupon::update.
UpdateCouponCurrencyOptionsbilling
UpdateCreditNotebilling
The parameters for CreditNote::update.
UpdateCustomer
The parameters for Customer::update.
UpdateCustomerBalanceTransactionbilling
The parameters that can be used when creating or updating a CustomerBalanceTransaction.
UpdateCustomerCashBalance
UpdateCustomerCashBalanceSettings
UpdateCustomerShipping
UpdateCustomerShippingAddress
UpdateCustomerTax
UpdateFileLink
The parameters for FileLink::update.
UpdateInvoiceItembilling
The parameters for InvoiceItem::update.
UpdateInvoiceItemDiscountsbilling
UpdatePaymentIntent
The parameters for PaymentIntent::update.
UpdatePaymentIntentPaymentMethodData
UpdatePaymentIntentPaymentMethodDataAcssDebit
UpdatePaymentIntentPaymentMethodDataAffirm
UpdatePaymentIntentPaymentMethodDataAfterpayClearpay
UpdatePaymentIntentPaymentMethodDataAlipay
UpdatePaymentIntentPaymentMethodDataAuBecsDebit
UpdatePaymentIntentPaymentMethodDataBacsDebit
UpdatePaymentIntentPaymentMethodDataBancontact
UpdatePaymentIntentPaymentMethodDataBillingDetails
UpdatePaymentIntentPaymentMethodDataBillingDetailsAddress
UpdatePaymentIntentPaymentMethodDataBlik
UpdatePaymentIntentPaymentMethodDataBoleto
UpdatePaymentIntentPaymentMethodDataCashapp
UpdatePaymentIntentPaymentMethodDataCustomerBalance
UpdatePaymentIntentPaymentMethodDataEps
UpdatePaymentIntentPaymentMethodDataFpx
UpdatePaymentIntentPaymentMethodDataGiropay
UpdatePaymentIntentPaymentMethodDataGrabpay
UpdatePaymentIntentPaymentMethodDataIdeal
UpdatePaymentIntentPaymentMethodDataInteracPresent
UpdatePaymentIntentPaymentMethodDataKlarna
UpdatePaymentIntentPaymentMethodDataKlarnaDob
UpdatePaymentIntentPaymentMethodDataKonbini
UpdatePaymentIntentPaymentMethodDataLink
UpdatePaymentIntentPaymentMethodDataOxxo
UpdatePaymentIntentPaymentMethodDataP24
UpdatePaymentIntentPaymentMethodDataPaynow
UpdatePaymentIntentPaymentMethodDataPaypal
UpdatePaymentIntentPaymentMethodDataPix
UpdatePaymentIntentPaymentMethodDataPromptpay
UpdatePaymentIntentPaymentMethodDataRadarOptions
UpdatePaymentIntentPaymentMethodDataRevolutPay
UpdatePaymentIntentPaymentMethodDataSepaDebit
UpdatePaymentIntentPaymentMethodDataSofort
UpdatePaymentIntentPaymentMethodDataSwish
UpdatePaymentIntentPaymentMethodDataUsBankAccount
UpdatePaymentIntentPaymentMethodDataWechatPay
UpdatePaymentIntentPaymentMethodDataZip
UpdatePaymentIntentPaymentMethodOptions
UpdatePaymentIntentPaymentMethodOptionsAcssDebit
UpdatePaymentIntentPaymentMethodOptionsAcssDebitMandateOptions
UpdatePaymentIntentPaymentMethodOptionsAffirm
UpdatePaymentIntentPaymentMethodOptionsAfterpayClearpay
UpdatePaymentIntentPaymentMethodOptionsAlipay
UpdatePaymentIntentPaymentMethodOptionsAuBecsDebit
UpdatePaymentIntentPaymentMethodOptionsBacsDebit
UpdatePaymentIntentPaymentMethodOptionsBancontact
UpdatePaymentIntentPaymentMethodOptionsBlik
UpdatePaymentIntentPaymentMethodOptionsBoleto
UpdatePaymentIntentPaymentMethodOptionsCard
UpdatePaymentIntentPaymentMethodOptionsCardInstallments
UpdatePaymentIntentPaymentMethodOptionsCardInstallmentsPlan
UpdatePaymentIntentPaymentMethodOptionsCardMandateOptions
UpdatePaymentIntentPaymentMethodOptionsCardPresent
UpdatePaymentIntentPaymentMethodOptionsCardThreeDSecure
UpdatePaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptions
UpdatePaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptionsCartesBancaires
UpdatePaymentIntentPaymentMethodOptionsCashapp
UpdatePaymentIntentPaymentMethodOptionsCustomerBalance
UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer
UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer
UpdatePaymentIntentPaymentMethodOptionsEps
UpdatePaymentIntentPaymentMethodOptionsFpx
UpdatePaymentIntentPaymentMethodOptionsGiropay
UpdatePaymentIntentPaymentMethodOptionsGrabpay
UpdatePaymentIntentPaymentMethodOptionsIdeal
UpdatePaymentIntentPaymentMethodOptionsInteracPresent
UpdatePaymentIntentPaymentMethodOptionsKlarna
UpdatePaymentIntentPaymentMethodOptionsKonbini
UpdatePaymentIntentPaymentMethodOptionsLink
UpdatePaymentIntentPaymentMethodOptionsOxxo
UpdatePaymentIntentPaymentMethodOptionsP24
UpdatePaymentIntentPaymentMethodOptionsPaynow
UpdatePaymentIntentPaymentMethodOptionsPaypal
UpdatePaymentIntentPaymentMethodOptionsPix
UpdatePaymentIntentPaymentMethodOptionsPromptpay
UpdatePaymentIntentPaymentMethodOptionsRevolutPay
UpdatePaymentIntentPaymentMethodOptionsSepaDebit
UpdatePaymentIntentPaymentMethodOptionsSepaDebitMandateOptions
UpdatePaymentIntentPaymentMethodOptionsSofort
UpdatePaymentIntentPaymentMethodOptionsSwish
UpdatePaymentIntentPaymentMethodOptionsUsBankAccount
UpdatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnections
UpdatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptions
UpdatePaymentIntentPaymentMethodOptionsUsBankAccountNetworks
UpdatePaymentIntentPaymentMethodOptionsWechatPay
UpdatePaymentIntentPaymentMethodOptionsZip
UpdatePaymentIntentShipping
UpdatePaymentIntentShippingAddress
UpdatePaymentIntentTransferData
UpdatePaymentLinkcheckout
The parameters for PaymentLink::update.
UpdatePaymentLinkAfterCompletioncheckout
UpdatePaymentLinkAfterCompletionHostedConfirmationcheckout
UpdatePaymentLinkAfterCompletionRedirectcheckout
UpdatePaymentLinkAutomaticTaxcheckout
UpdatePaymentLinkAutomaticTaxLiabilitycheckout
UpdatePaymentLinkCustomFieldscheckout
UpdatePaymentLinkCustomFieldsDropdowncheckout
UpdatePaymentLinkCustomFieldsDropdownOptionscheckout
UpdatePaymentLinkCustomFieldsLabelcheckout
UpdatePaymentLinkCustomFieldsNumericcheckout
UpdatePaymentLinkCustomFieldsTextcheckout
UpdatePaymentLinkCustomTextcheckout
UpdatePaymentLinkCustomTextAfterSubmitcheckout
UpdatePaymentLinkCustomTextShippingAddresscheckout
UpdatePaymentLinkCustomTextSubmitcheckout
UpdatePaymentLinkCustomTextTermsOfServiceAcceptancecheckout
UpdatePaymentLinkInvoiceCreationcheckout
UpdatePaymentLinkInvoiceCreationInvoiceDatacheckout
UpdatePaymentLinkInvoiceCreationInvoiceDataCustomFieldscheckout
UpdatePaymentLinkInvoiceCreationInvoiceDataIssuercheckout
UpdatePaymentLinkInvoiceCreationInvoiceDataRenderingOptionscheckout
UpdatePaymentLinkLineItemscheckout
UpdatePaymentLinkLineItemsAdjustableQuantitycheckout
UpdatePaymentLinkPaymentIntentDatacheckout
UpdatePaymentLinkRestrictionscheckout
UpdatePaymentLinkRestrictionsCompletedSessionscheckout
UpdatePaymentLinkShippingAddressCollectioncheckout
UpdatePaymentLinkSubscriptionDatacheckout
UpdatePaymentLinkSubscriptionDataInvoiceSettingscheckout
UpdatePaymentLinkSubscriptionDataInvoiceSettingsIssuercheckout
UpdatePaymentLinkSubscriptionDataTrialSettingscheckout
UpdatePaymentLinkSubscriptionDataTrialSettingsEndBehaviorcheckout
UpdatePaymentMethod
The parameters for PaymentMethod::update.
UpdatePaymentMethodLink
UpdatePaymentMethodUsBankAccount
UpdatePayout
The parameters for Payout::update.
UpdatePlanbilling
The parameters for Plan::update.
UpdatePrice
The parameters for Price::update.
UpdatePriceCurrencyOptions
UpdatePriceCurrencyOptionsCustomUnitAmount
UpdatePriceCurrencyOptionsTiers
UpdateProduct
The parameters for Product::update.
UpdateProductFeatures
UpdatePromotionCodebilling
The parameters for PromotionCode::update.
UpdatePromotionCodeRestrictionsbilling
UpdatePromotionCodeRestrictionsCurrencyOptionsbilling
UpdateRefund
The parameters for Refund::update.
UpdateSetupIntent
The parameters for SetupIntent::update.
UpdateSetupIntentPaymentMethodData
UpdateSetupIntentPaymentMethodDataAcssDebit
UpdateSetupIntentPaymentMethodDataAffirm
UpdateSetupIntentPaymentMethodDataAfterpayClearpay
UpdateSetupIntentPaymentMethodDataAlipay
UpdateSetupIntentPaymentMethodDataAuBecsDebit
UpdateSetupIntentPaymentMethodDataBacsDebit
UpdateSetupIntentPaymentMethodDataBancontact
UpdateSetupIntentPaymentMethodDataBillingDetails
UpdateSetupIntentPaymentMethodDataBillingDetailsAddress
UpdateSetupIntentPaymentMethodDataBlik
UpdateSetupIntentPaymentMethodDataBoleto
UpdateSetupIntentPaymentMethodDataCashapp
UpdateSetupIntentPaymentMethodDataCustomerBalance
UpdateSetupIntentPaymentMethodDataEps
UpdateSetupIntentPaymentMethodDataFpx
UpdateSetupIntentPaymentMethodDataGiropay
UpdateSetupIntentPaymentMethodDataGrabpay
UpdateSetupIntentPaymentMethodDataIdeal
UpdateSetupIntentPaymentMethodDataInteracPresent
UpdateSetupIntentPaymentMethodDataKlarna
UpdateSetupIntentPaymentMethodDataKlarnaDob
UpdateSetupIntentPaymentMethodDataKonbini
UpdateSetupIntentPaymentMethodDataLink
UpdateSetupIntentPaymentMethodDataOxxo
UpdateSetupIntentPaymentMethodDataP24
UpdateSetupIntentPaymentMethodDataPaynow
UpdateSetupIntentPaymentMethodDataPaypal
UpdateSetupIntentPaymentMethodDataPix
UpdateSetupIntentPaymentMethodDataPromptpay
UpdateSetupIntentPaymentMethodDataRadarOptions
UpdateSetupIntentPaymentMethodDataRevolutPay
UpdateSetupIntentPaymentMethodDataSepaDebit
UpdateSetupIntentPaymentMethodDataSofort
UpdateSetupIntentPaymentMethodDataSwish
UpdateSetupIntentPaymentMethodDataUsBankAccount
UpdateSetupIntentPaymentMethodDataWechatPay
UpdateSetupIntentPaymentMethodDataZip
UpdateSetupIntentPaymentMethodOptions
UpdateSetupIntentPaymentMethodOptionsAcssDebit
UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptions
UpdateSetupIntentPaymentMethodOptionsCard
UpdateSetupIntentPaymentMethodOptionsCardMandateOptions
UpdateSetupIntentPaymentMethodOptionsCardThreeDSecure
UpdateSetupIntentPaymentMethodOptionsCardThreeDSecureNetworkOptions
UpdateSetupIntentPaymentMethodOptionsCardThreeDSecureNetworkOptionsCartesBancaires
UpdateSetupIntentPaymentMethodOptionsLink
UpdateSetupIntentPaymentMethodOptionsPaypal
UpdateSetupIntentPaymentMethodOptionsSepaDebit
UpdateSetupIntentPaymentMethodOptionsSepaDebitMandateOptions
UpdateSetupIntentPaymentMethodOptionsUsBankAccount
UpdateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnections
UpdateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions
UpdateSetupIntentPaymentMethodOptionsUsBankAccountNetworks
UpdateShippingRate
The parameters for ShippingRate::update.
UpdateShippingRateFixedAmount
UpdateShippingRateFixedAmountCurrencyOptions
UpdateSource
The parameters for Source::update.
UpdateSourceSourceOrder
UpdateSourceSourceOrderItems
UpdateSourceSourceOrderShipping
UpdateSourceSourceOrderShippingAddress
UpdateSubscriptionbilling
The parameters for Subscription::update.
UpdateSubscriptionAutomaticTaxbilling
UpdateSubscriptionAutomaticTaxLiabilitybilling
UpdateSubscriptionCancellationDetailsbilling
UpdateSubscriptionInvoiceSettingsbilling
UpdateSubscriptionInvoiceSettingsIssuerbilling
UpdateSubscriptionItembilling
The parameters for SubscriptionItem::update.
UpdateSubscriptionItemsbilling
UpdateSubscriptionPauseCollectionbilling
UpdateSubscriptionPaymentSettingsbilling
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsbilling
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebitbilling
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebitMandateOptionsbilling
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsBancontactbilling
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsCardbilling
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsCardMandateOptionsbilling
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsCustomerBalancebilling
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsCustomerBalanceBankTransferbilling
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsCustomerBalanceBankTransferEuBankTransferbilling
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsKonbinibilling
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountbilling
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsbilling
UpdateSubscriptionPendingInvoiceItemIntervalbilling
UpdateSubscriptionSchedulebilling
The parameters for SubscriptionSchedule::update.
UpdateSubscriptionSchedulePhasesbilling
UpdateSubscriptionSchedulePhasesAutomaticTaxbilling
UpdateSubscriptionSchedulePhasesAutomaticTaxLiabilitybilling
UpdateSubscriptionSchedulePhasesItemsbilling
UpdateSubscriptionSchedulePhasesItemsBillingThresholdsbilling
UpdateSubscriptionSchedulePhasesItemsPriceDatabilling
UpdateSubscriptionSchedulePhasesItemsPriceDataRecurringbilling
UpdateSubscriptionSchedulePhasesTransferDatabilling
UpdateSubscriptionTransferDatabilling
UpdateSubscriptionTrialSettingsbilling
UpdateSubscriptionTrialSettingsEndBehaviorbilling
UpdateTaxRatebilling
The parameters for TaxRate::update.
UpdateTopupconnect
The parameters for Topup::update.
UpdateTransferconnect
The parameters for Transfer::update.
UpdateWebhookEndpointwebhook-endpoints
The parameters for WebhookEndpoint::update.
UsBankAccountNetworks
UsageRecordbilling
The resource representing a Stripe “UsageRecord”.
UsageRecordId
An id for the corresponding object type.
UsageRecordSummarybilling
The resource representing a Stripe “UsageRecordSummary”.
UsageRecordSummaryId
An id for the corresponding object type.
VerificationDocumentParams
VerifyBankAccount
The set of parameters that can be used when verifying a Bank Account.
VerifyMicrodeposits
Verifies microdeposits on a SetupIntent object.
WalletAmexExpressCheckout
WalletApplePay
WalletDetails
WalletGooglePay
WalletMasterpass
WalletSamsungPay
WalletVisaCheckout
Webhookevents and webhook-events
WebhookEndpointwebhook-endpoints
The resource representing a Stripe “NotificationWebhookEndpoint”.
WebhookEndpointId
An id for the corresponding object type.

Enums§

AccountBusinessTypeconnect
An enum representing the possible values of an Account’s business_type field.
AccountCapabilitiesAcssDebitPaymentsconnect
An enum representing the possible values of an AccountCapabilities’s acss_debit_payments field.
AccountCapabilitiesAffirmPaymentsconnect
An enum representing the possible values of an AccountCapabilities’s affirm_payments field.
AccountCapabilitiesAfterpayClearpayPaymentsconnect
An enum representing the possible values of an AccountCapabilities’s afterpay_clearpay_payments field.
AccountCapabilitiesBacsDebitPaymentsconnect
An enum representing the possible values of an AccountCapabilities’s bacs_debit_payments field.
AccountCapabilitiesBancontactPaymentsconnect
An enum representing the possible values of an AccountCapabilities’s bancontact_payments field.
AccountCapabilitiesBankTransferPaymentsconnect
An enum representing the possible values of an AccountCapabilities’s bank_transfer_payments field.
AccountCapabilitiesBlikPaymentsconnect
An enum representing the possible values of an AccountCapabilities’s blik_payments field.
AccountCapabilitiesBoletoPaymentsconnect
An enum representing the possible values of an AccountCapabilities’s boleto_payments field.
AccountCapabilitiesCartesBancairesPaymentsconnect
An enum representing the possible values of an AccountCapabilities’s cartes_bancaires_payments field.
AccountCapabilitiesCashappPaymentsconnect
An enum representing the possible values of an AccountCapabilities’s cashapp_payments field.
AccountCapabilitiesEpsPaymentsconnect
An enum representing the possible values of an AccountCapabilities’s eps_payments field.
AccountCapabilitiesFpxPaymentsconnect
An enum representing the possible values of an AccountCapabilities’s fpx_payments field.
AccountCapabilitiesGiropayPaymentsconnect
An enum representing the possible values of an AccountCapabilities’s giropay_payments field.
AccountCapabilitiesGrabpayPaymentsconnect
An enum representing the possible values of an AccountCapabilities’s grabpay_payments field.
AccountCapabilitiesIdealPaymentsconnect
An enum representing the possible values of an AccountCapabilities’s ideal_payments field.
AccountCapabilitiesIndiaInternationalPaymentsconnect
An enum representing the possible values of an AccountCapabilities’s india_international_payments field.
AccountCapabilitiesKlarnaPaymentsconnect
An enum representing the possible values of an AccountCapabilities’s klarna_payments field.
AccountCapabilitiesKonbiniPaymentsconnect
An enum representing the possible values of an AccountCapabilities’s konbini_payments field.
AccountCapabilitiesLinkPaymentsconnect
An enum representing the possible values of an AccountCapabilities’s link_payments field.
AccountCapabilitiesOxxoPaymentsconnect
An enum representing the possible values of an AccountCapabilities’s oxxo_payments field.
AccountCapabilitiesP24Paymentsconnect
An enum representing the possible values of an AccountCapabilities’s p24_payments field.
AccountCapabilitiesPaynowPaymentsconnect
An enum representing the possible values of an AccountCapabilities’s paynow_payments field.
AccountCapabilitiesPromptpayPaymentsconnect
An enum representing the possible values of an AccountCapabilities’s promptpay_payments field.
AccountCapabilitiesRevolutPayPaymentsconnect
An enum representing the possible values of an AccountCapabilities’s revolut_pay_payments field.
AccountCapabilitiesSepaDebitPaymentsconnect
An enum representing the possible values of an AccountCapabilities’s sepa_debit_payments field.
AccountCapabilitiesSofortPaymentsconnect
An enum representing the possible values of an AccountCapabilities’s sofort_payments field.
AccountCapabilitiesSwishPaymentsconnect
An enum representing the possible values of an AccountCapabilities’s swish_payments field.
AccountCapabilitiesTreasuryconnect
An enum representing the possible values of an AccountCapabilities’s treasury field.
AccountCapabilitiesUsBankAccountAchPaymentsconnect
An enum representing the possible values of an AccountCapabilities’s us_bank_account_ach_payments field.
AccountCapabilitiesZipPaymentsconnect
An enum representing the possible values of an AccountCapabilities’s zip_payments field.
AccountLinkCollectconnect
An enum representing the possible values of an CreateAccountLink’s collect field.
AccountLinkTypeconnect
An enum representing the possible values of an CreateAccountLink’s type_ field.
AccountRequirementsErrorCode
An enum representing the possible values of an AccountRequirementsError’s code field.
AccountRequirementsErrorCodeconnect
An enum representing the possible values of an AccountRequirementsError’s code field.
AccountRequirementsErrorCodeconnect
An enum representing the possible values of an AccountRequirementsError’s code field.
AccountTypeconnect
An enum representing the possible values of an CreateAccount’s type_ field.
AccountUnificationAccountControllerTypeconnect
An enum representing the possible values of an AccountUnificationAccountController’s type field.
ApiErrorsCode
An enum representing the possible values of an ApiErrors’s code field.
ApiErrorsType
An enum representing the possible values of an ApiErrors’s type field.
ApiVersion
An enum representing the versions of the Stripe API.
AutomaticTaxStatusbilling
An enum representing the possible values of an AutomaticTax’s status field.
BalanceTransactionSourceId
BalanceTransactionSourceUnion
BalanceTransactionStatus
An enum representing the possible values of an BalanceTransaction’s status field.
BalanceTransactionType
An enum representing the possible values of an BalanceTransaction’s type field.
BankAccountAvailablePayoutMethods
An enum representing the possible values of an BankAccount’s available_payout_methods field.
BankAccountStatus
An enum representing the possible values of an BankAccount’s status field.
BillingPortalSessionLocalebilling
An enum representing the possible values of an BillingPortalSession’s locale field.
CancellationDetailsFeedbackbilling
An enum representing the possible values of an CancellationDetails’s feedback field.
CancellationDetailsReasonbilling
An enum representing the possible values of an CancellationDetails’s reason field.
CapabilityStatusconnect
An enum representing the possible values of an AccountCapabilities’s au_becs_debit_payments field.
CaptureMethod
The resource representing a Stripe CaptureMethod object.
CardAvailablePayoutMethods
An enum representing the possible values of an Card’s available_payout_methods field.
CardBrand
CardPresentReadMethod
An enum representing the possible values of an CardPresent’s read_method field.
CardType
ChargeSourceParams
The set of PaymentSource parameters that can be used to create a charge.
ChargeStatus
An enum representing the possible values of an Charge’s status field.
CheckoutAcssDebitMandateOptionsDefaultForcheckout
An enum representing the possible values of an CheckoutAcssDebitMandateOptions’s default_for field.
CheckoutAcssDebitMandateOptionsPaymentSchedulecheckout
An enum representing the possible values of an CheckoutAcssDebitMandateOptions’s payment_schedule field.
CheckoutAcssDebitMandateOptionsTransactionTypecheckout
An enum representing the possible values of an CheckoutAcssDebitMandateOptions’s transaction_type field.
CheckoutAcssDebitPaymentMethodOptionsSetupFutureUsagecheckout
An enum representing the possible values of an CheckoutAcssDebitPaymentMethodOptions’s setup_future_usage field.
CheckoutAcssDebitPaymentMethodOptionsVerificationMethodcheckout
An enum representing the possible values of an CheckoutAcssDebitPaymentMethodOptions’s verification_method field.
CheckoutAffirmPaymentMethodOptionsSetupFutureUsagecheckout
An enum representing the possible values of an CheckoutAffirmPaymentMethodOptions’s setup_future_usage field.
CheckoutAfterpayClearpayPaymentMethodOptionsSetupFutureUsagecheckout
An enum representing the possible values of an CheckoutAfterpayClearpayPaymentMethodOptions’s setup_future_usage field.
CheckoutAlipayPaymentMethodOptionsSetupFutureUsagecheckout
An enum representing the possible values of an CheckoutAlipayPaymentMethodOptions’s setup_future_usage field.
CheckoutAuBecsDebitPaymentMethodOptionsSetupFutureUsagecheckout
An enum representing the possible values of an CheckoutAuBecsDebitPaymentMethodOptions’s setup_future_usage field.
CheckoutBacsDebitPaymentMethodOptionsSetupFutureUsagecheckout
An enum representing the possible values of an CheckoutBacsDebitPaymentMethodOptions’s setup_future_usage field.
CheckoutBancontactPaymentMethodOptionsSetupFutureUsagecheckout
An enum representing the possible values of an CheckoutBancontactPaymentMethodOptions’s setup_future_usage field.
CheckoutBoletoPaymentMethodOptionsSetupFutureUsagecheckout
An enum representing the possible values of an CheckoutBoletoPaymentMethodOptions’s setup_future_usage field.
CheckoutCardPaymentMethodOptionsSetupFutureUsagecheckout
An enum representing the possible values of an CheckoutCardPaymentMethodOptions’s setup_future_usage field.
CheckoutCashappPaymentMethodOptionsSetupFutureUsagecheckout
An enum representing the possible values of an CheckoutCashappPaymentMethodOptions’s setup_future_usage field.
CheckoutCustomerBalanceBankTransferPaymentMethodOptionsRequestedAddressTypescheckout
An enum representing the possible values of an CheckoutCustomerBalanceBankTransferPaymentMethodOptions’s requested_address_types field.
CheckoutCustomerBalanceBankTransferPaymentMethodOptionsTypecheckout
An enum representing the possible values of an CheckoutCustomerBalanceBankTransferPaymentMethodOptions’s type field.
CheckoutCustomerBalancePaymentMethodOptionsFundingTypecheckout
An enum representing the possible values of an CheckoutCustomerBalancePaymentMethodOptions’s funding_type field.
CheckoutCustomerBalancePaymentMethodOptionsSetupFutureUsagecheckout
An enum representing the possible values of an CheckoutCustomerBalancePaymentMethodOptions’s setup_future_usage field.
CheckoutEpsPaymentMethodOptionsSetupFutureUsagecheckout
An enum representing the possible values of an CheckoutEpsPaymentMethodOptions’s setup_future_usage field.
CheckoutFpxPaymentMethodOptionsSetupFutureUsagecheckout
An enum representing the possible values of an CheckoutFpxPaymentMethodOptions’s setup_future_usage field.
CheckoutGiropayPaymentMethodOptionsSetupFutureUsagecheckout
An enum representing the possible values of an CheckoutGiropayPaymentMethodOptions’s setup_future_usage field.
CheckoutGrabPayPaymentMethodOptionsSetupFutureUsagecheckout
An enum representing the possible values of an CheckoutGrabPayPaymentMethodOptions’s setup_future_usage field.
CheckoutIdealPaymentMethodOptionsSetupFutureUsagecheckout
An enum representing the possible values of an CheckoutIdealPaymentMethodOptions’s setup_future_usage field.
CheckoutKlarnaPaymentMethodOptionsSetupFutureUsagecheckout
An enum representing the possible values of an CheckoutKlarnaPaymentMethodOptions’s setup_future_usage field.
CheckoutKonbiniPaymentMethodOptionsSetupFutureUsagecheckout
An enum representing the possible values of an CheckoutKonbiniPaymentMethodOptions’s setup_future_usage field.
CheckoutLinkPaymentMethodOptionsSetupFutureUsagecheckout
An enum representing the possible values of an CheckoutLinkPaymentMethodOptions’s setup_future_usage field.
CheckoutOxxoPaymentMethodOptionsSetupFutureUsagecheckout
An enum representing the possible values of an CheckoutOxxoPaymentMethodOptions’s setup_future_usage field.
CheckoutP24PaymentMethodOptionsSetupFutureUsagecheckout
An enum representing the possible values of an CheckoutP24PaymentMethodOptions’s setup_future_usage field.
CheckoutPaynowPaymentMethodOptionsSetupFutureUsagecheckout
An enum representing the possible values of an CheckoutPaynowPaymentMethodOptions’s setup_future_usage field.
CheckoutPaypalPaymentMethodOptionsCaptureMethodcheckout
An enum representing the possible values of an CheckoutPaypalPaymentMethodOptions’s capture_method field.
CheckoutPaypalPaymentMethodOptionsSetupFutureUsagecheckout
An enum representing the possible values of an CheckoutPaypalPaymentMethodOptions’s setup_future_usage field.
CheckoutSepaDebitPaymentMethodOptionsSetupFutureUsagecheckout
An enum representing the possible values of an CheckoutSepaDebitPaymentMethodOptions’s setup_future_usage field.
CheckoutSessionBillingAddressCollectioncheckout
An enum representing the possible values of an CheckoutSession’s billing_address_collection field.
CheckoutSessionCustomerCreationcheckout
An enum representing the possible values of an CheckoutSession’s customer_creation field.
CheckoutSessionLocalecheckout
An enum representing the possible values of an CheckoutSession’s locale field.
CheckoutSessionModecheckout
An enum representing the possible values of an CheckoutSession’s mode field.
CheckoutSessionPaymentMethodCollectioncheckout
An enum representing the possible values of an CheckoutSession’s payment_method_collection field.
CheckoutSessionPaymentStatuscheckout
An enum representing the possible values of an CheckoutSession’s payment_status field.
CheckoutSessionRedirectOnCompletioncheckout
An enum representing the possible values of an CheckoutSession’s redirect_on_completion field.
CheckoutSessionStatuscheckout
An enum representing the possible values of an CheckoutSession’s status field.
CheckoutSessionSubmitTypecheckout
An enum representing the possible values of an CheckoutSession’s submit_type field.
CheckoutSessionUiModecheckout
An enum representing the possible values of an CheckoutSession’s ui_mode field.
CheckoutSofortPaymentMethodOptionsSetupFutureUsagecheckout
An enum representing the possible values of an CheckoutSofortPaymentMethodOptions’s setup_future_usage field.
CheckoutUsBankAccountPaymentMethodOptionsSetupFutureUsagecheckout
An enum representing the possible values of an CheckoutUsBankAccountPaymentMethodOptions’s setup_future_usage field.
CheckoutUsBankAccountPaymentMethodOptionsVerificationMethodcheckout
An enum representing the possible values of an CheckoutUsBankAccountPaymentMethodOptions’s verification_method field.
CollectionMethodbilling
An enum representing the possible values of an Invoice’s collection_method field.
CompanyParamsStructureconnect
An enum representing the possible values of an CompanyParams’s structure field.
CompanyStructureconnect
An enum representing the possible values of an Company’s structure field.
ConfirmationMethod
The resource representing a Stripe ConfirmationMethod object.
ConnectAccountReferenceType
An enum representing the possible values of an ConnectAccountReference’s type field.
CouponDurationbilling
An enum representing the possible values of an Coupon’s duration field.
CreateAccountLinkCollectionOptionsFieldsconnect
An enum representing the possible values of an CreateAccountLinkCollectionOptions’s fields field.
CreateAccountLinkCollectionOptionsFutureRequirementsconnect
An enum representing the possible values of an CreateAccountLinkCollectionOptions’s future_requirements field.
CreateBillingPortalSessionFlowDataAfterCompletionTypebilling
An enum representing the possible values of an CreateBillingPortalSessionFlowDataAfterCompletion’s type field.
CreateBillingPortalSessionFlowDataSubscriptionCancelRetentionTypebilling
An enum representing the possible values of an CreateBillingPortalSessionFlowDataSubscriptionCancelRetention’s type field.
CreateBillingPortalSessionFlowDataTypebilling
An enum representing the possible values of an CreateBillingPortalSessionFlowData’s type field.
CreateCheckoutSessionAutomaticTaxLiabilityTypecheckout
An enum representing the possible values of an CreateCheckoutSessionAutomaticTaxLiability’s type field.
CreateCheckoutSessionConsentCollectionPaymentMethodReuseAgreementPositioncheckout
An enum representing the possible values of an CreateCheckoutSessionConsentCollectionPaymentMethodReuseAgreement’s position field.
CreateCheckoutSessionConsentCollectionPromotionscheckout
An enum representing the possible values of an CreateCheckoutSessionConsentCollection’s promotions field.
CreateCheckoutSessionConsentCollectionTermsOfServicecheckout
An enum representing the possible values of an CreateCheckoutSessionConsentCollection’s terms_of_service field.
CreateCheckoutSessionCustomFieldsLabelTypecheckout
An enum representing the possible values of an CreateCheckoutSessionCustomFieldsLabel’s type field.
CreateCheckoutSessionCustomFieldsTypecheckout
An enum representing the possible values of an CreateCheckoutSessionCustomFields’s type field.
CreateCheckoutSessionCustomerUpdateAddresscheckout
An enum representing the possible values of an CreateCheckoutSessionCustomerUpdate’s address field.
CreateCheckoutSessionCustomerUpdateNamecheckout
An enum representing the possible values of an CreateCheckoutSessionCustomerUpdate’s name field.
CreateCheckoutSessionCustomerUpdateShippingcheckout
An enum representing the possible values of an CreateCheckoutSessionCustomerUpdate’s shipping field.
CreateCheckoutSessionInvoiceCreationInvoiceDataIssuerTypecheckout
An enum representing the possible values of an CreateCheckoutSessionInvoiceCreationInvoiceDataIssuer’s type field.
CreateCheckoutSessionInvoiceCreationInvoiceDataRenderingOptionsAmountTaxDisplaycheckout
An enum representing the possible values of an CreateCheckoutSessionInvoiceCreationInvoiceDataRenderingOptions’s amount_tax_display field.
CreateCheckoutSessionLineItemsPriceDataRecurringIntervalcheckout
An enum representing the possible values of an CreateCheckoutSessionLineItemsPriceDataRecurring’s interval field.
CreateCheckoutSessionLineItemsPriceDataTaxBehaviorcheckout
An enum representing the possible values of an CreateCheckoutSessionLineItemsPriceData’s tax_behavior field.
CreateCheckoutSessionPaymentIntentDataCaptureMethodcheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentIntentData’s capture_method field.
CreateCheckoutSessionPaymentIntentDataSetupFutureUsagecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentIntentData’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsAcssDebitMandateOptionsDefaultForcheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsAcssDebitMandateOptions’s default_for field.
CreateCheckoutSessionPaymentMethodOptionsAcssDebitMandateOptionsPaymentSchedulecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsAcssDebitMandateOptions’s payment_schedule field.
CreateCheckoutSessionPaymentMethodOptionsAcssDebitMandateOptionsTransactionTypecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsAcssDebitMandateOptions’s transaction_type field.
CreateCheckoutSessionPaymentMethodOptionsAcssDebitSetupFutureUsagecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsAcssDebit’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsAcssDebitVerificationMethodcheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsAcssDebit’s verification_method field.
CreateCheckoutSessionPaymentMethodOptionsAffirmSetupFutureUsagecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsAffirm’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsAfterpayClearpaySetupFutureUsagecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsAfterpayClearpay’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsAlipaySetupFutureUsagecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsAlipay’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsAuBecsDebitSetupFutureUsagecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsAuBecsDebit’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsBacsDebitSetupFutureUsagecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsBacsDebit’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsBancontactSetupFutureUsagecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsBancontact’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsBoletoSetupFutureUsagecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsBoleto’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsCardSetupFutureUsagecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsCard’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsCashappSetupFutureUsagecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsCashapp’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsCustomerBalanceBankTransferRequestedAddressTypescheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsCustomerBalanceBankTransfer’s requested_address_types field.
CreateCheckoutSessionPaymentMethodOptionsCustomerBalanceBankTransferTypecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsCustomerBalanceBankTransfer’s type field.
CreateCheckoutSessionPaymentMethodOptionsCustomerBalanceFundingTypecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsCustomerBalance’s funding_type field.
CreateCheckoutSessionPaymentMethodOptionsCustomerBalanceSetupFutureUsagecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsCustomerBalance’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsEpsSetupFutureUsagecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsEps’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsFpxSetupFutureUsagecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsFpx’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsGiropaySetupFutureUsagecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsGiropay’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsGrabpaySetupFutureUsagecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsGrabpay’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsIdealSetupFutureUsagecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsIdeal’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsKlarnaSetupFutureUsagecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsKlarna’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsKonbiniSetupFutureUsagecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsKonbini’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsLinkSetupFutureUsagecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsLink’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsOxxoSetupFutureUsagecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsOxxo’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsP24SetupFutureUsagecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsP24’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsPaynowSetupFutureUsagecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsPaynow’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsPaypalCaptureMethodcheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsPaypal’s capture_method field.
CreateCheckoutSessionPaymentMethodOptionsPaypalPreferredLocalecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsPaypal’s preferred_locale field.
CreateCheckoutSessionPaymentMethodOptionsPaypalSetupFutureUsagecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsPaypal’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsRevolutPaySetupFutureUsagecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsRevolutPay’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsSepaDebitSetupFutureUsagecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsSepaDebit’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsSofortSetupFutureUsagecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsSofort’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsUsBankAccountFinancialConnectionsPermissionscheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsUsBankAccountFinancialConnections’s permissions field.
CreateCheckoutSessionPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetchcheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsUsBankAccountFinancialConnections’s prefetch field.
CreateCheckoutSessionPaymentMethodOptionsUsBankAccountSetupFutureUsagecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsUsBankAccount’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsUsBankAccountVerificationMethodcheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsUsBankAccount’s verification_method field.
CreateCheckoutSessionPaymentMethodOptionsWechatPayClientcheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsWechatPay’s client field.
CreateCheckoutSessionPaymentMethodOptionsWechatPaySetupFutureUsagecheckout
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsWechatPay’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodTypescheckout
An enum representing the possible values of an CreateCheckoutSession’s payment_method_types field.
CreateCheckoutSessionShippingAddressCollectionAllowedCountriescheckout
An enum representing the possible values of an CreateCheckoutSessionShippingAddressCollection’s allowed_countries field.
CreateCheckoutSessionShippingOptionsShippingRateDataDeliveryEstimateMaximumUnitcheckout
An enum representing the possible values of an CreateCheckoutSessionShippingOptionsShippingRateDataDeliveryEstimateMaximum’s unit field.
CreateCheckoutSessionShippingOptionsShippingRateDataDeliveryEstimateMinimumUnitcheckout
An enum representing the possible values of an CreateCheckoutSessionShippingOptionsShippingRateDataDeliveryEstimateMinimum’s unit field.
CreateCheckoutSessionShippingOptionsShippingRateDataFixedAmountCurrencyOptionsTaxBehaviorcheckout
An enum representing the possible values of an CreateCheckoutSessionShippingOptionsShippingRateDataFixedAmountCurrencyOptions’s tax_behavior field.
CreateCheckoutSessionShippingOptionsShippingRateDataTaxBehaviorcheckout
An enum representing the possible values of an CreateCheckoutSessionShippingOptionsShippingRateData’s tax_behavior field.
CreateCheckoutSessionShippingOptionsShippingRateDataTypecheckout
An enum representing the possible values of an CreateCheckoutSessionShippingOptionsShippingRateData’s type field.
CreateCheckoutSessionSubscriptionDataInvoiceSettingsIssuerTypecheckout
An enum representing the possible values of an CreateCheckoutSessionSubscriptionDataInvoiceSettingsIssuer’s type field.
CreateCheckoutSessionSubscriptionDataProrationBehaviorcheckout
An enum representing the possible values of an CreateCheckoutSessionSubscriptionData’s proration_behavior field.
CreateCheckoutSessionSubscriptionDataTrialSettingsEndBehaviorMissingPaymentMethodcheckout
An enum representing the possible values of an CreateCheckoutSessionSubscriptionDataTrialSettingsEndBehavior’s missing_payment_method field.
CreateCreditNoteLinesTypebilling
An enum representing the possible values of an CreateCreditNoteLines’s type field.
CreateCustomerCashBalanceSettingsReconciliationMode
An enum representing the possible values of an CreateCustomerCashBalanceSettings’s reconciliation_mode field.
CreateCustomerTaxValidateLocation
An enum representing the possible values of an CreateCustomerTax’s validate_location field.
CreateInvoiceAutomaticTaxLiabilityTypebilling
An enum representing the possible values of an CreateInvoiceAutomaticTaxLiability’s type field.
CreateInvoiceFromInvoiceActionbilling
An enum representing the possible values of an CreateInvoiceFromInvoice’s action field.
CreateInvoiceIssuerTypebilling
An enum representing the possible values of an CreateInvoiceIssuer’s type field.
CreateInvoicePaymentSettingsPaymentMethodOptionsAcssDebitMandateOptionsTransactionTypebilling
An enum representing the possible values of an CreateInvoicePaymentSettingsPaymentMethodOptionsAcssDebitMandateOptions’s transaction_type field.
CreateInvoicePaymentSettingsPaymentMethodOptionsAcssDebitVerificationMethodbilling
An enum representing the possible values of an CreateInvoicePaymentSettingsPaymentMethodOptionsAcssDebit’s verification_method field.
CreateInvoicePaymentSettingsPaymentMethodOptionsBancontactPreferredLanguagebilling
An enum representing the possible values of an CreateInvoicePaymentSettingsPaymentMethodOptionsBancontact’s preferred_language field.
CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlanIntervalbilling
An enum representing the possible values of an CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlan’s interval field.
CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlanTypebilling
An enum representing the possible values of an CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlan’s type field.
CreateInvoicePaymentSettingsPaymentMethodOptionsCardRequestThreeDSecurebilling
An enum representing the possible values of an CreateInvoicePaymentSettingsPaymentMethodOptionsCard’s request_three_d_secure field.
CreateInvoicePaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsPermissionsbilling
An enum representing the possible values of an CreateInvoicePaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections’s permissions field.
CreateInvoicePaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetchbilling
An enum representing the possible values of an CreateInvoicePaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections’s prefetch field.
CreateInvoicePaymentSettingsPaymentMethodOptionsUsBankAccountVerificationMethodbilling
An enum representing the possible values of an CreateInvoicePaymentSettingsPaymentMethodOptionsUsBankAccount’s verification_method field.
CreateInvoicePaymentSettingsPaymentMethodTypesbilling
An enum representing the possible values of an CreateInvoicePaymentSettings’s payment_method_types field.
CreateInvoiceRenderingAmountTaxDisplaybilling
An enum representing the possible values of an CreateInvoiceRendering’s amount_tax_display field.
CreateInvoiceRenderingOptionsAmountTaxDisplaybilling
An enum representing the possible values of an CreateInvoiceRenderingOptions’s amount_tax_display field.
CreateInvoiceRenderingPdfPageSizebilling
An enum representing the possible values of an CreateInvoiceRenderingPdf’s page_size field.
CreateInvoiceShippingCostShippingRateDataDeliveryEstimateMaximumUnitbilling
An enum representing the possible values of an CreateInvoiceShippingCostShippingRateDataDeliveryEstimateMaximum’s unit field.
CreateInvoiceShippingCostShippingRateDataDeliveryEstimateMinimumUnitbilling
An enum representing the possible values of an CreateInvoiceShippingCostShippingRateDataDeliveryEstimateMinimum’s unit field.
CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehaviorbilling
An enum representing the possible values of an CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptions’s tax_behavior field.
CreateInvoiceShippingCostShippingRateDataTaxBehaviorbilling
An enum representing the possible values of an CreateInvoiceShippingCostShippingRateData’s tax_behavior field.
CreateInvoiceShippingCostShippingRateDataTypebilling
An enum representing the possible values of an CreateInvoiceShippingCostShippingRateData’s type field.
CreatePaymentIntentAutomaticPaymentMethodsAllowRedirects
An enum representing the possible values of an CreatePaymentIntentAutomaticPaymentMethods’s allow_redirects field.
CreatePaymentIntentMandateDataCustomerAcceptanceType
An enum representing the possible values of an CreatePaymentIntentMandateDataCustomerAcceptance’s type field.
CreatePaymentIntentPaymentMethodDataEpsBank
An enum representing the possible values of an CreatePaymentIntentPaymentMethodDataEps’s bank field.
CreatePaymentIntentPaymentMethodDataFpxAccountHolderType
An enum representing the possible values of an CreatePaymentIntentPaymentMethodDataFpx’s account_holder_type field.
CreatePaymentIntentPaymentMethodDataFpxBank
An enum representing the possible values of an CreatePaymentIntentPaymentMethodDataFpx’s bank field.
CreatePaymentIntentPaymentMethodDataIdealBank
An enum representing the possible values of an CreatePaymentIntentPaymentMethodDataIdeal’s bank field.
CreatePaymentIntentPaymentMethodDataP24Bank
An enum representing the possible values of an CreatePaymentIntentPaymentMethodDataP24’s bank field.
CreatePaymentIntentPaymentMethodDataSofortCountry
An enum representing the possible values of an CreatePaymentIntentPaymentMethodDataSofort’s country field.
CreatePaymentIntentPaymentMethodDataType
An enum representing the possible values of an CreatePaymentIntentPaymentMethodData’s type field.
CreatePaymentIntentPaymentMethodDataUsBankAccountAccountHolderType
An enum representing the possible values of an CreatePaymentIntentPaymentMethodDataUsBankAccount’s account_holder_type field.
CreatePaymentIntentPaymentMethodDataUsBankAccountAccountType
An enum representing the possible values of an CreatePaymentIntentPaymentMethodDataUsBankAccount’s account_type field.
CreatePaymentIntentPaymentMethodOptionsAcssDebitMandateOptionsPaymentSchedule
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsAcssDebitMandateOptions’s payment_schedule field.
CreatePaymentIntentPaymentMethodOptionsAcssDebitMandateOptionsTransactionType
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsAcssDebitMandateOptions’s transaction_type field.
CreatePaymentIntentPaymentMethodOptionsAcssDebitSetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsAcssDebit’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsAcssDebit’s verification_method field.
CreatePaymentIntentPaymentMethodOptionsAffirmCaptureMethod
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsAffirm’s capture_method field.
CreatePaymentIntentPaymentMethodOptionsAffirmSetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsAffirm’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsAfterpayClearpayCaptureMethod
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsAfterpayClearpay’s capture_method field.
CreatePaymentIntentPaymentMethodOptionsAfterpayClearpaySetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsAfterpayClearpay’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsAlipaySetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsAlipay’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsAuBecsDebitSetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsAuBecsDebit’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsBacsDebitSetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsBacsDebit’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsBancontactPreferredLanguage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsBancontact’s preferred_language field.
CreatePaymentIntentPaymentMethodOptionsBancontactSetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsBancontact’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsBlikSetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsBlik’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsBoletoSetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsBoleto’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsCardCaptureMethod
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsCard’s capture_method field.
CreatePaymentIntentPaymentMethodOptionsCardInstallmentsPlanInterval
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsCardInstallmentsPlan’s interval field.
CreatePaymentIntentPaymentMethodOptionsCardInstallmentsPlanType
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsCardInstallmentsPlan’s type field.
CreatePaymentIntentPaymentMethodOptionsCardMandateOptionsAmountType
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsCardMandateOptions’s amount_type field.
CreatePaymentIntentPaymentMethodOptionsCardMandateOptionsInterval
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsCardMandateOptions’s interval field.
CreatePaymentIntentPaymentMethodOptionsCardMandateOptionsSupportedTypes
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsCardMandateOptions’s supported_types field.
CreatePaymentIntentPaymentMethodOptionsCardNetwork
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsCard’s network field.
CreatePaymentIntentPaymentMethodOptionsCardRequestExtendedAuthorization
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsCard’s request_extended_authorization field.
CreatePaymentIntentPaymentMethodOptionsCardRequestIncrementalAuthorization
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsCard’s request_incremental_authorization field.
CreatePaymentIntentPaymentMethodOptionsCardRequestMulticapture
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsCard’s request_multicapture field.
CreatePaymentIntentPaymentMethodOptionsCardRequestOvercapture
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsCard’s request_overcapture field.
CreatePaymentIntentPaymentMethodOptionsCardRequestThreeDSecure
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsCard’s request_three_d_secure field.
CreatePaymentIntentPaymentMethodOptionsCardSetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsCard’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureAresTransStatus
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsCardThreeDSecure’s ares_trans_status field.
CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureElectronicCommerceIndicator
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsCardThreeDSecure’s electronic_commerce_indicator field.
CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsCardThreeDSecure’s exemption_indicator field.
CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptionsCartesBancairesCbAvalgo
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptionsCartesBancaires’s cb_avalgo field.
CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureVersion
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsCardThreeDSecure’s version field.
CreatePaymentIntentPaymentMethodOptionsCashappCaptureMethod
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsCashapp’s capture_method field.
CreatePaymentIntentPaymentMethodOptionsCashappSetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsCashapp’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransferRequestedAddressTypes
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer’s requested_address_types field.
CreatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransferType
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer’s type field.
CreatePaymentIntentPaymentMethodOptionsCustomerBalanceFundingType
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsCustomerBalance’s funding_type field.
CreatePaymentIntentPaymentMethodOptionsCustomerBalanceSetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsCustomerBalance’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsEpsSetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsEps’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsFpxSetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsFpx’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsGiropaySetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsGiropay’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsGrabpaySetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsGrabpay’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsIdealSetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsIdeal’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsKlarnaCaptureMethod
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsKlarna’s capture_method field.
CreatePaymentIntentPaymentMethodOptionsKlarnaPreferredLocale
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsKlarna’s preferred_locale field.
CreatePaymentIntentPaymentMethodOptionsKlarnaSetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsKlarna’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsKonbiniSetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsKonbini’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsLinkCaptureMethod
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsLink’s capture_method field.
CreatePaymentIntentPaymentMethodOptionsLinkSetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsLink’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsOxxoSetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsOxxo’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsP24SetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsP24’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsPaynowSetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsPaynow’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsPaypalCaptureMethod
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsPaypal’s capture_method field.
CreatePaymentIntentPaymentMethodOptionsPaypalPreferredLocale
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsPaypal’s preferred_locale field.
CreatePaymentIntentPaymentMethodOptionsPaypalSetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsPaypal’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsPixSetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsPix’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsPromptpaySetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsPromptpay’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsRevolutPaySetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsRevolutPay’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsSepaDebitSetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsSepaDebit’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsSofort’s preferred_language field.
CreatePaymentIntentPaymentMethodOptionsSofortSetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsSofort’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsSwishSetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsSwish’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPermissions
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnections’s permissions field.
CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnections’s prefetch field.
CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptions’s collection_method field.
CreatePaymentIntentPaymentMethodOptionsUsBankAccountNetworksRequested
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsUsBankAccountNetworks’s requested field.
CreatePaymentIntentPaymentMethodOptionsUsBankAccountPreferredSettlementSpeed
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsUsBankAccount’s preferred_settlement_speed field.
CreatePaymentIntentPaymentMethodOptionsUsBankAccountSetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsUsBankAccount’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsUsBankAccountVerificationMethod
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsUsBankAccount’s verification_method field.
CreatePaymentIntentPaymentMethodOptionsWechatPayClient
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsWechatPay’s client field.
CreatePaymentIntentPaymentMethodOptionsWechatPaySetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsWechatPay’s setup_future_usage field.
CreatePaymentIntentPaymentMethodOptionsZipSetupFutureUsage
An enum representing the possible values of an CreatePaymentIntentPaymentMethodOptionsZip’s setup_future_usage field.
CreatePaymentLinkAfterCompletionTypecheckout
An enum representing the possible values of an CreatePaymentLinkAfterCompletion’s type field.
CreatePaymentLinkAutomaticTaxLiabilityTypecheckout
An enum representing the possible values of an CreatePaymentLinkAutomaticTaxLiability’s type field.
CreatePaymentLinkConsentCollectionPaymentMethodReuseAgreementPositioncheckout
An enum representing the possible values of an CreatePaymentLinkConsentCollectionPaymentMethodReuseAgreement’s position field.
CreatePaymentLinkConsentCollectionPromotionscheckout
An enum representing the possible values of an CreatePaymentLinkConsentCollection’s promotions field.
CreatePaymentLinkConsentCollectionTermsOfServicecheckout
An enum representing the possible values of an CreatePaymentLinkConsentCollection’s terms_of_service field.
CreatePaymentLinkCustomFieldsLabelTypecheckout
An enum representing the possible values of an CreatePaymentLinkCustomFieldsLabel’s type field.
CreatePaymentLinkCustomFieldsTypecheckout
An enum representing the possible values of an CreatePaymentLinkCustomFields’s type field.
CreatePaymentLinkInvoiceCreationInvoiceDataIssuerTypecheckout
An enum representing the possible values of an CreatePaymentLinkInvoiceCreationInvoiceDataIssuer’s type field.
CreatePaymentLinkInvoiceCreationInvoiceDataRenderingOptionsAmountTaxDisplaycheckout
An enum representing the possible values of an CreatePaymentLinkInvoiceCreationInvoiceDataRenderingOptions’s amount_tax_display field.
CreatePaymentLinkPaymentIntentDataCaptureMethodcheckout
An enum representing the possible values of an CreatePaymentLinkPaymentIntentData’s capture_method field.
CreatePaymentLinkPaymentIntentDataSetupFutureUsagecheckout
An enum representing the possible values of an CreatePaymentLinkPaymentIntentData’s setup_future_usage field.
CreatePaymentLinkPaymentMethodTypescheckout
An enum representing the possible values of an CreatePaymentLink’s payment_method_types field.
CreatePaymentLinkShippingAddressCollectionAllowedCountriescheckout
An enum representing the possible values of an CreatePaymentLinkShippingAddressCollection’s allowed_countries field.
CreatePaymentLinkSubscriptionDataInvoiceSettingsIssuerTypecheckout
An enum representing the possible values of an CreatePaymentLinkSubscriptionDataInvoiceSettingsIssuer’s type field.
CreatePaymentLinkSubscriptionDataTrialSettingsEndBehaviorMissingPaymentMethodcheckout
An enum representing the possible values of an CreatePaymentLinkSubscriptionDataTrialSettingsEndBehavior’s missing_payment_method field.
CreatePaymentMethodCardUnion
If this is a card PaymentMethod, this hash contains the user’s card details.
CreatePaymentMethodEpsBank
An enum representing the possible values of an CreatePaymentMethodEps’s bank field.
CreatePaymentMethodFpxAccountHolderType
An enum representing the possible values of an CreatePaymentMethodFpx’s account_holder_type field.
CreatePaymentMethodFpxBank
An enum representing the possible values of an CreatePaymentMethodFpx’s bank field.
CreatePaymentMethodIdealBank
An enum representing the possible values of an CreatePaymentMethodIdeal’s bank field.
CreatePaymentMethodP24Bank
An enum representing the possible values of an CreatePaymentMethodP24’s bank field.
CreatePaymentMethodSofortCountry
An enum representing the possible values of an CreatePaymentMethodSofort’s country field.
CreatePaymentMethodUsBankAccountAccountHolderType
An enum representing the possible values of an CreatePaymentMethodUsBankAccount’s account_holder_type field.
CreatePaymentMethodUsBankAccountAccountType
An enum representing the possible values of an CreatePaymentMethodUsBankAccount’s account_type field.
CreatePriceCurrencyOptionsTaxBehavior
An enum representing the possible values of an CreatePriceCurrencyOptions’s tax_behavior field.
CreatePriceRecurringAggregateUsage
An enum representing the possible values of an CreatePriceRecurring’s aggregate_usage field.
CreatePriceRecurringInterval
An enum representing the possible values of an CreatePriceRecurring’s interval field.
CreatePriceRecurringUsageType
An enum representing the possible values of an CreatePriceRecurring’s usage_type field.
CreatePriceTransformQuantityRound
An enum representing the possible values of an CreatePriceTransformQuantity’s round field.
CreateProductDefaultPriceDataCurrencyOptionsTaxBehavior
An enum representing the possible values of an CreateProductDefaultPriceDataCurrencyOptions’s tax_behavior field.
CreateProductDefaultPriceDataRecurringInterval
An enum representing the possible values of an CreateProductDefaultPriceDataRecurring’s interval field.
CreateProductDefaultPriceDataTaxBehavior
An enum representing the possible values of an CreateProductDefaultPriceData’s tax_behavior field.
CreateSetupIntentAutomaticPaymentMethodsAllowRedirects
An enum representing the possible values of an CreateSetupIntentAutomaticPaymentMethods’s allow_redirects field.
CreateSetupIntentFlowDirections
An enum representing the possible values of an CreateSetupIntent’s flow_directions field.
CreateSetupIntentMandateDataCustomerAcceptanceType
An enum representing the possible values of an CreateSetupIntentMandateDataCustomerAcceptance’s type field.
CreateSetupIntentPaymentMethodDataEpsBank
An enum representing the possible values of an CreateSetupIntentPaymentMethodDataEps’s bank field.
CreateSetupIntentPaymentMethodDataFpxAccountHolderType
An enum representing the possible values of an CreateSetupIntentPaymentMethodDataFpx’s account_holder_type field.
CreateSetupIntentPaymentMethodDataFpxBank
An enum representing the possible values of an CreateSetupIntentPaymentMethodDataFpx’s bank field.
CreateSetupIntentPaymentMethodDataIdealBank
An enum representing the possible values of an CreateSetupIntentPaymentMethodDataIdeal’s bank field.
CreateSetupIntentPaymentMethodDataP24Bank
An enum representing the possible values of an CreateSetupIntentPaymentMethodDataP24’s bank field.
CreateSetupIntentPaymentMethodDataSofortCountry
An enum representing the possible values of an CreateSetupIntentPaymentMethodDataSofort’s country field.
CreateSetupIntentPaymentMethodDataType
An enum representing the possible values of an CreateSetupIntentPaymentMethodData’s type field.
CreateSetupIntentPaymentMethodDataUsBankAccountAccountHolderType
An enum representing the possible values of an CreateSetupIntentPaymentMethodDataUsBankAccount’s account_holder_type field.
CreateSetupIntentPaymentMethodDataUsBankAccountAccountType
An enum representing the possible values of an CreateSetupIntentPaymentMethodDataUsBankAccount’s account_type field.
CreateSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
An enum representing the possible values of an CreateSetupIntentPaymentMethodOptionsAcssDebitMandateOptions’s default_for field.
CreateSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsPaymentSchedule
An enum representing the possible values of an CreateSetupIntentPaymentMethodOptionsAcssDebitMandateOptions’s payment_schedule field.
CreateSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsTransactionType
An enum representing the possible values of an CreateSetupIntentPaymentMethodOptionsAcssDebitMandateOptions’s transaction_type field.
CreateSetupIntentPaymentMethodOptionsAcssDebitVerificationMethod
An enum representing the possible values of an CreateSetupIntentPaymentMethodOptionsAcssDebit’s verification_method field.
CreateSetupIntentPaymentMethodOptionsCardMandateOptionsAmountType
An enum representing the possible values of an CreateSetupIntentPaymentMethodOptionsCardMandateOptions’s amount_type field.
CreateSetupIntentPaymentMethodOptionsCardMandateOptionsInterval
An enum representing the possible values of an CreateSetupIntentPaymentMethodOptionsCardMandateOptions’s interval field.
CreateSetupIntentPaymentMethodOptionsCardMandateOptionsSupportedTypes
An enum representing the possible values of an CreateSetupIntentPaymentMethodOptionsCardMandateOptions’s supported_types field.
CreateSetupIntentPaymentMethodOptionsCardNetwork
An enum representing the possible values of an CreateSetupIntentPaymentMethodOptionsCard’s network field.
CreateSetupIntentPaymentMethodOptionsCardRequestThreeDSecure
An enum representing the possible values of an CreateSetupIntentPaymentMethodOptionsCard’s request_three_d_secure field.
CreateSetupIntentPaymentMethodOptionsCardThreeDSecureAresTransStatus
An enum representing the possible values of an CreateSetupIntentPaymentMethodOptionsCardThreeDSecure’s ares_trans_status field.
CreateSetupIntentPaymentMethodOptionsCardThreeDSecureElectronicCommerceIndicator
An enum representing the possible values of an CreateSetupIntentPaymentMethodOptionsCardThreeDSecure’s electronic_commerce_indicator field.
CreateSetupIntentPaymentMethodOptionsCardThreeDSecureNetworkOptionsCartesBancairesCbAvalgo
An enum representing the possible values of an CreateSetupIntentPaymentMethodOptionsCardThreeDSecureNetworkOptionsCartesBancaires’s cb_avalgo field.
CreateSetupIntentPaymentMethodOptionsCardThreeDSecureVersion
An enum representing the possible values of an CreateSetupIntentPaymentMethodOptionsCardThreeDSecure’s version field.
CreateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPermissions
An enum representing the possible values of an CreateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnections’s permissions field.
CreateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
An enum representing the possible values of an CreateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnections’s prefetch field.
CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
An enum representing the possible values of an CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions’s collection_method field.
CreateSetupIntentPaymentMethodOptionsUsBankAccountNetworksRequested
An enum representing the possible values of an CreateSetupIntentPaymentMethodOptionsUsBankAccountNetworks’s requested field.
CreateSetupIntentPaymentMethodOptionsUsBankAccountVerificationMethod
An enum representing the possible values of an CreateSetupIntentPaymentMethodOptionsUsBankAccount’s verification_method field.
CreateShippingRateDeliveryEstimateMaximumUnit
An enum representing the possible values of an CreateShippingRateDeliveryEstimateMaximum’s unit field.
CreateShippingRateDeliveryEstimateMinimumUnit
An enum representing the possible values of an CreateShippingRateDeliveryEstimateMinimum’s unit field.
CreateShippingRateFixedAmountCurrencyOptionsTaxBehavior
An enum representing the possible values of an CreateShippingRateFixedAmountCurrencyOptions’s tax_behavior field.
CreateSourceSourceOrderItemsType
An enum representing the possible values of an CreateSourceSourceOrderItems’s type field.
CreateSubscriptionAutomaticTaxLiabilityTypebilling
An enum representing the possible values of an CreateSubscriptionAutomaticTaxLiability’s type field.
CreateSubscriptionInvoiceSettingsIssuerTypebilling
An enum representing the possible values of an CreateSubscriptionInvoiceSettingsIssuer’s type field.
CreateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebitMandateOptionsTransactionTypebilling
An enum representing the possible values of an CreateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebitMandateOptions’s transaction_type field.
CreateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebitVerificationMethodbilling
An enum representing the possible values of an CreateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebit’s verification_method field.
CreateSubscriptionPaymentSettingsPaymentMethodOptionsBancontactPreferredLanguagebilling
An enum representing the possible values of an CreateSubscriptionPaymentSettingsPaymentMethodOptionsBancontact’s preferred_language field.
CreateSubscriptionPaymentSettingsPaymentMethodOptionsCardMandateOptionsAmountTypebilling
An enum representing the possible values of an CreateSubscriptionPaymentSettingsPaymentMethodOptionsCardMandateOptions’s amount_type field.
CreateSubscriptionPaymentSettingsPaymentMethodOptionsCardNetworkbilling
An enum representing the possible values of an CreateSubscriptionPaymentSettingsPaymentMethodOptionsCard’s network field.
CreateSubscriptionPaymentSettingsPaymentMethodOptionsCardRequestThreeDSecurebilling
An enum representing the possible values of an CreateSubscriptionPaymentSettingsPaymentMethodOptionsCard’s request_three_d_secure field.
CreateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsPermissionsbilling
An enum representing the possible values of an CreateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections’s permissions field.
CreateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetchbilling
An enum representing the possible values of an CreateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections’s prefetch field.
CreateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountVerificationMethodbilling
An enum representing the possible values of an CreateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccount’s verification_method field.
CreateSubscriptionPaymentSettingsPaymentMethodTypesbilling
An enum representing the possible values of an CreateSubscriptionPaymentSettings’s payment_method_types field.
CreateSubscriptionPaymentSettingsSaveDefaultPaymentMethodbilling
An enum representing the possible values of an CreateSubscriptionPaymentSettings’s save_default_payment_method field.
CreateSubscriptionSchedulePhasesAutomaticTaxLiabilityTypebilling
An enum representing the possible values of an CreateSubscriptionSchedulePhasesAutomaticTaxLiability’s type field.
CreateSubscriptionSchedulePhasesBillingCycleAnchorbilling
An enum representing the possible values of an CreateSubscriptionSchedulePhases’s billing_cycle_anchor field.
CreateSubscriptionSchedulePhasesItemsPriceDataRecurringIntervalbilling
An enum representing the possible values of an CreateSubscriptionSchedulePhasesItemsPriceDataRecurring’s interval field.
CreateSubscriptionSchedulePhasesItemsPriceDataTaxBehaviorbilling
An enum representing the possible values of an CreateSubscriptionSchedulePhasesItemsPriceData’s tax_behavior field.
CreateSubscriptionTrialSettingsEndBehaviorMissingPaymentMethodbilling
An enum representing the possible values of an CreateSubscriptionTrialSettingsEndBehavior’s missing_payment_method field.
CreateTaxIdOwnerTypebilling
An enum representing the possible values of an CreateTaxIdOwner’s type field.
CreateTokenAccountBusinessType
An enum representing the possible values of an CreateTokenAccount’s business_type field.
CreateTokenCardUnion
The card this token will represent.
CreditNoteLineItemTypebilling
An enum representing the possible values of an CreditNoteLineItem’s type field.
CreditNoteReasonbilling
An enum representing the possible values of an CreditNote’s reason field.
CreditNoteStatusbilling
An enum representing the possible values of an CreditNote’s status field.
CreditNoteTaxAmountTaxabilityReasonbilling
An enum representing the possible values of an CreditNoteTaxAmount’s taxability_reason field.
CreditNoteTaxAmountTaxabilityReasonbilling
An enum representing the possible values of an CreditNoteTaxAmount’s taxability_reason field.
CreditNoteTypebilling
An enum representing the possible values of an CreditNote’s type field.
Currency
Currency is the list of supported currencies.
CurrencyOptionTaxBehavior
An enum representing the possible values of an CurrencyOption’s tax_behavior field.
CustomerAcceptanceType
An enum representing the possible values of an CustomerAcceptance’s type field.
CustomerBalanceCustomerBalanceSettingsReconciliationMode
An enum representing the possible values of an CustomerBalanceCustomerBalanceSettings’s reconciliation_mode field.
CustomerBalanceTransactionTypebilling
An enum representing the possible values of an CustomerBalanceTransaction’s type field.
CustomerInvoiceSettingsRenderingOptionsAmountTaxDisplay
An enum representing the possible values of an CustomerInvoiceSettingsRenderingOptions’s amount_tax_display field.
CustomerPaymentMethodRetrievalType
CustomerTaxAutomaticTax
An enum representing the possible values of an CustomerTax’s automatic_tax field.
CustomerTaxExempt
An enum representing the possible values of an Customer’s tax_exempt field.
CustomerTaxExemptFilter
An enum representing the possible values of an CreateCustomer’s tax_exempt field.
CustomerTaxLocationSource
An enum representing the possible values of an CustomerTaxLocation’s source field.
DelayDays
DelayDaysOther
DetachedSource
DisputePaymentMethodDetailsType
An enum representing the possible values of an DisputePaymentMethodDetails’s type field.
DisputeStatus
An enum representing the possible values of an Dispute’s status field.
ErrorCode
The list of possible values for a RequestError’s code.
ErrorType
The list of possible values for a RequestError’s type.
EventFilterwebhook-endpoints
An enum representing the possible values of an CreateWebhookEndpoint’s enabled_events field.
EventObjectevents
EventTypeevents
Expandable
An id or object.
ExternalAccount
FeeType
An enum representing the possible values of an Fee’s type field.
FilePurpose
An enum representing the possible values of an ListFiles’s purpose field.
FraudDetailsParamsUserReport
An enum representing the possible values of an FraudDetailsParams’s user_report field.
FundingInstructionsBankTransferFinancialAddressSupportedNetworks
An enum representing the possible values of an FundingInstructionsBankTransferFinancialAddress’s supported_networks field.
FundingInstructionsBankTransferFinancialAddressType
An enum representing the possible values of an FundingInstructionsBankTransferFinancialAddress’s type field.
IdOrCreate
InvoiceBillingReasonbilling
An enum representing the possible values of an Invoice’s billing_reason field.
InvoiceCustomerTaxExemptbilling
An enum representing the possible values of an Invoice’s customer_tax_exempt field.
InvoiceItemPriceDataTaxBehaviorbilling
An enum representing the possible values of an InvoiceItemPriceData’s tax_behavior field.
InvoiceItemPriceDataTaxBehaviorbilling
An enum representing the possible values of an InvoiceItemPriceData’s tax_behavior field.
InvoiceItemPriceDataTaxBehaviorbilling
An enum representing the possible values of an InvoiceItemPriceData’s tax_behavior field.
InvoiceItemTaxBehaviorbilling
An enum representing the possible values of an CreateInvoiceItem’s tax_behavior field.
InvoiceLineItemId
InvoiceLineItemTypebilling
An enum representing the possible values of an InvoiceLineItem’s type field.
InvoiceMandateOptionsCardAmountTypebilling
An enum representing the possible values of an InvoiceMandateOptionsCard’s amount_type field.
InvoicePaymentMethodOptionsAcssDebitMandateOptionsTransactionTypebilling
An enum representing the possible values of an InvoicePaymentMethodOptionsAcssDebitMandateOptions’s transaction_type field.
InvoicePaymentMethodOptionsAcssDebitVerificationMethodbilling
An enum representing the possible values of an InvoicePaymentMethodOptionsAcssDebit’s verification_method field.
InvoicePaymentMethodOptionsBancontactPreferredLanguagebilling
An enum representing the possible values of an InvoicePaymentMethodOptionsBancontact’s preferred_language field.
InvoicePaymentMethodOptionsCardRequestThreeDSecurebilling
An enum representing the possible values of an InvoicePaymentMethodOptionsCard’s request_three_d_secure field.
InvoicePaymentMethodOptionsCustomerBalanceBankTransferEuBankTransferCountrybilling
An enum representing the possible values of an InvoicePaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer’s country field.
InvoicePaymentMethodOptionsCustomerBalanceFundingTypebilling
An enum representing the possible values of an InvoicePaymentMethodOptionsCustomerBalance’s funding_type field.
InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsPermissionsbilling
An enum representing the possible values of an InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptions’s permissions field.
InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsPrefetchbilling
An enum representing the possible values of an InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptions’s prefetch field.
InvoicePaymentMethodOptionsUsBankAccountVerificationMethodbilling
An enum representing the possible values of an InvoicePaymentMethodOptionsUsBankAccount’s verification_method field.
InvoicePendingInvoiceItemsBehaviorbilling
An enum representing the possible values of an CreateInvoice’s pending_invoice_items_behavior field.
InvoiceRenderingPdfPageSizebilling
An enum representing the possible values of an InvoiceRenderingPdf’s page_size field.
InvoiceStatusbilling
An enum representing the possible values of an Invoice’s status field.
InvoicesPaymentSettingsPaymentMethodTypesbilling
An enum representing the possible values of an InvoicesPaymentSettings’s payment_method_types field.
IssuingAuthorizationAuthenticationExemptionClaimedByissuing
An enum representing the possible values of an IssuingAuthorizationAuthenticationExemption’s claimed_by field.
IssuingAuthorizationAuthenticationExemptionTypeissuing
An enum representing the possible values of an IssuingAuthorizationAuthenticationExemption’s type field.
IssuingAuthorizationCheckissuing
An enum representing the possible values of the IssuingAuthorizationVerificationData fields.
IssuingAuthorizationMethodissuing
An enum representing the possible values of the IssuingAuthorization’s authorization_method field.
IssuingAuthorizationReasonissuing
An enum representing the possible values of the IssuingAuthorizationRequest’s reason field.
IssuingAuthorizationStatusissuing
An enum representing the possible values of an IssuingAuthorization’s status field.
IssuingAuthorizationThreeDSecureResultissuing
An enum representing the possible values of an IssuingAuthorizationThreeDSecure’s result field.
IssuingAuthorizationWalletProviderissuing
An enum representing the possible values of an IssuingAuthorization’s wallet_provider field.
IssuingCardApplePayIneligibleReasonissuing
An enum representing the possible values of an IssuingCardApplePay’s ineligible_reason field.
IssuingCardCancellationReasonissuing
An enum representing the possible values of an IssuingCard’s cancellation_reason field.
IssuingCardGooglePayIneligibleReasonissuing
An enum representing the possible values of an IssuingCardGooglePay’s ineligible_reason field.
IssuingCardPinStatusissuing
An enum representing the possible values of an IssuingCardPin’s status field.
IssuingCardReplacementReasonissuing
An enum representing the possible values of an IssuingCard’s replacement_reason field.
IssuingCardShippingCarrierissuing
An enum representing the possible values of an IssuingCardShipping’s carrier field.
IssuingCardShippingServiceissuing
An enum representing the possible values of an IssuingCardShipping’s service field.
IssuingCardShippingStatusissuing
An enum representing the possible values of an IssuingCardShipping’s status field.
IssuingCardShippingTypeissuing
An enum representing the possible values of an IssuingCardShipping’s type field.
IssuingCardSpendingLimitCategoriesissuing
An enum representing the possible values of an IssuingCardSpendingLimit’s categories field.
IssuingCardSpendingLimitIntervalissuing
An enum representing the possible values of an IssuingCardSpendingLimit’s interval field.
IssuingCardStatusissuing
An enum representing the possible values of an IssuingCard’s status field.
IssuingCardTypeissuing
An enum representing the possible values of an IssuingCard’s type field.
IssuingCardholderPreferredLocalesissuing
An enum representing the possible values of an IssuingCardholder’s preferred_locales field.
IssuingCardholderRequirementsDisabledReasonissuing
An enum representing the possible values of an IssuingCardholderRequirements’s disabled_reason field.
IssuingCardholderRequirementsPastDueissuing
An enum representing the possible values of an IssuingCardholderRequirements’s past_due field.
IssuingCardholderSpendingLimitCategoriesissuing
An enum representing the possible values of an IssuingCardholderSpendingLimit’s categories field.
IssuingCardholderSpendingLimitIntervalissuing
An enum representing the possible values of an IssuingCardholderSpendingLimit’s interval field.
IssuingCardholderStatusissuing
An enum representing the possible values of an IssuingCardholder’s status field.
IssuingCardholderTypeissuing
An enum representing the possible values of an IssuingCardholder’s type field.
IssuingDisputeCanceledEvidenceProductTypeissuing
An enum representing the possible values of an IssuingDisputeCanceledEvidence’s product_type field.
IssuingDisputeCanceledEvidenceReturnStatusissuing
An enum representing the possible values of an IssuingDisputeCanceledEvidence’s return_status field.
IssuingDisputeEvidenceReasonissuing
An enum representing the possible values of an IssuingDisputeEvidence’s reason field.
IssuingDisputeMerchandiseNotAsDescribedEvidenceReturnStatusissuing
An enum representing the possible values of an IssuingDisputeMerchandiseNotAsDescribedEvidence’s return_status field.
IssuingDisputeNotReceivedEvidenceProductTypeissuing
An enum representing the possible values of an IssuingDisputeNotReceivedEvidence’s product_type field.
IssuingDisputeOtherEvidenceProductTypeissuing
An enum representing the possible values of an IssuingDisputeOtherEvidence’s product_type field.
IssuingDisputeReasonissuing
An enum representing the possible values of an IssuingDispute’s reason field.
IssuingDisputeStatusissuing
An enum representing the possible values of an IssuingDispute’s status field.
IssuingNetworkTokenDeviceTypeissuing
An enum representing the possible values of an IssuingNetworkTokenDevice’s type field.
IssuingNetworkTokenNetworkDataTypeissuing
An enum representing the possible values of an IssuingNetworkTokenNetworkData’s type field.
IssuingNetworkTokenWalletProviderCardNumberSourceissuing
An enum representing the possible values of an IssuingNetworkTokenWalletProvider’s card_number_source field.
IssuingNetworkTokenWalletProviderReasonCodesissuing
An enum representing the possible values of an IssuingNetworkTokenWalletProvider’s reason_codes field.
IssuingNetworkTokenWalletProviderSuggestedDecisionissuing
An enum representing the possible values of an IssuingNetworkTokenWalletProvider’s suggested_decision field.
IssuingTokenNetworkissuing
An enum representing the possible values of an IssuingToken’s network field.
IssuingTokenStatusissuing
An enum representing the possible values of an IssuingToken’s status field.
IssuingTokenWalletProviderissuing
An enum representing the possible values of an IssuingToken’s wallet_provider field.
IssuingTransactionTypeissuing
An enum representing the possible values of an IssuingTransaction’s type field.
IssuingTransactionWalletissuing
An enum representing the possible values of an IssuingTransaction’s wallet field.
LineItemsTaxAmountTaxabilityReasoncheckout
An enum representing the possible values of an LineItemsTaxAmount’s taxability_reason field.
LineItemsTaxAmountTaxabilityReasoncheckout
An enum representing the possible values of an LineItemsTaxAmount’s taxability_reason field.
LineItemsTaxAmountTaxabilityReasonbilling
An enum representing the possible values of an LineItemsTaxAmount’s taxability_reason field.
LineItemsTaxAmountTaxabilityReasonbilling
An enum representing the possible values of an LineItemsTaxAmount’s taxability_reason field.
LinkedAccountOptionsUsBankAccountPermissions
An enum representing the possible values of an LinkedAccountOptionsUsBankAccount’s permissions field.
LinkedAccountOptionsUsBankAccountPrefetch
An enum representing the possible values of an LinkedAccountOptionsUsBankAccount’s prefetch field.
ListPricesRecurringInterval
An enum representing the possible values of an ListPricesRecurring’s interval field.
ListPricesRecurringUsageType
An enum representing the possible values of an ListPricesRecurring’s usage_type field.
ListTaxIdsOwnerTypebilling
An enum representing the possible values of an ListTaxIdsOwner’s type field.
MandateAcssDebitDefaultFor
An enum representing the possible values of an MandateAcssDebit’s default_for field.
MandateAcssDebitPaymentSchedule
An enum representing the possible values of an MandateAcssDebit’s payment_schedule field.
MandateAcssDebitTransactionType
An enum representing the possible values of an MandateAcssDebit’s transaction_type field.
MandateBacsDebitNetworkStatus
An enum representing the possible values of an MandateBacsDebit’s network_status field.
MandateBacsDebitRevocationReason
An enum representing the possible values of an MandateBacsDebit’s revocation_reason field.
MandateStatus
An enum representing the possible values of an Mandate’s status field.
MandateType
An enum representing the possible values of an Mandate’s type field.
MandateUsBankAccountCollectionMethod
An enum representing the possible values of an MandateUsBankAccount’s collection_method field.
MerchantCategoryissuing
An enum representing the industry of a merchant.
OffSessionOther
OrderStatusFilterorders
An enum representing the possible values of an ListOrders’s status field.
PaymentErrorType
The resource representing a Stripe PaymentErrorType object.
PaymentFlowsAutomaticPaymentMethodsPaymentIntentAllowRedirects
An enum representing the possible values of an PaymentFlowsAutomaticPaymentMethodsPaymentIntent’s allow_redirects field.
PaymentFlowsAutomaticPaymentMethodsSetupIntentAllowRedirects
An enum representing the possible values of an PaymentFlowsAutomaticPaymentMethodsSetupIntent’s allow_redirects field.
PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceEnterpriseFeaturesExtendedAuthorizationExtendedAuthorizationStatus
An enum representing the possible values of an PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceEnterpriseFeaturesExtendedAuthorizationExtendedAuthorization’s status field.
PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceEnterpriseFeaturesIncrementalAuthorizationIncrementalAuthorizationStatus
An enum representing the possible values of an PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceEnterpriseFeaturesIncrementalAuthorizationIncrementalAuthorization’s status field.
PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceEnterpriseFeaturesOvercaptureOvercaptureStatus
An enum representing the possible values of an PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceEnterpriseFeaturesOvercaptureOvercapture’s status field.
PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceMulticaptureStatus
An enum representing the possible values of an PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceMulticapture’s status field.
PaymentIntentCancellationReason
An enum representing the possible values of an PaymentIntent’s cancellation_reason field.
PaymentIntentCaptureMethod
An enum representing the possible values of an PaymentIntent’s capture_method field.
PaymentIntentConfirmationMethod
An enum representing the possible values of an PaymentIntent’s confirmation_method field.
PaymentIntentMethodType
Represents the way a PaymentIntent needs to be fulfilled.
PaymentIntentNextActionDisplayBankTransferInstructionsType
An enum representing the possible values of an PaymentIntentNextActionDisplayBankTransferInstructions’s type field.
PaymentIntentNextActionType
PaymentIntentNextActionVerifyWithMicrodepositsMicrodepositType
An enum representing the possible values of an PaymentIntentNextActionVerifyWithMicrodeposits’s microdeposit_type field.
PaymentIntentOffSession
PaymentIntentPaymentMethodOptionsAcssDebitSetupFutureUsage
An enum representing the possible values of an PaymentIntentPaymentMethodOptionsAcssDebit’s setup_future_usage field.
PaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod
An enum representing the possible values of an PaymentIntentPaymentMethodOptionsAcssDebit’s verification_method field.
PaymentIntentPaymentMethodOptionsAuBecsDebitSetupFutureUsage
An enum representing the possible values of an PaymentIntentPaymentMethodOptionsAuBecsDebit’s setup_future_usage field.
PaymentIntentPaymentMethodOptionsBlikSetupFutureUsage
An enum representing the possible values of an PaymentIntentPaymentMethodOptionsBlik’s setup_future_usage field.
PaymentIntentPaymentMethodOptionsCardCaptureMethod
An enum representing the possible values of an PaymentIntentPaymentMethodOptionsCard’s capture_method field.
PaymentIntentPaymentMethodOptionsCardNetwork
An enum representing the possible values of an PaymentIntentPaymentMethodOptionsCard’s network field.
PaymentIntentPaymentMethodOptionsCardRequestExtendedAuthorization
An enum representing the possible values of an PaymentIntentPaymentMethodOptionsCard’s request_extended_authorization field.
PaymentIntentPaymentMethodOptionsCardRequestIncrementalAuthorization
An enum representing the possible values of an PaymentIntentPaymentMethodOptionsCard’s request_incremental_authorization field.
PaymentIntentPaymentMethodOptionsCardRequestMulticapture
An enum representing the possible values of an PaymentIntentPaymentMethodOptionsCard’s request_multicapture field.
PaymentIntentPaymentMethodOptionsCardRequestOvercapture
An enum representing the possible values of an PaymentIntentPaymentMethodOptionsCard’s request_overcapture field.
PaymentIntentPaymentMethodOptionsCardRequestThreeDSecure
An enum representing the possible values of an PaymentIntentPaymentMethodOptionsCard’s request_three_d_secure field.
PaymentIntentPaymentMethodOptionsCardSetupFutureUsage
An enum representing the possible values of an PaymentIntentPaymentMethodOptionsCard’s setup_future_usage field.
PaymentIntentPaymentMethodOptionsEpsSetupFutureUsage
An enum representing the possible values of an PaymentIntentPaymentMethodOptionsEps’s setup_future_usage field.
PaymentIntentPaymentMethodOptionsLinkCaptureMethod
An enum representing the possible values of an PaymentIntentPaymentMethodOptionsLink’s capture_method field.
PaymentIntentPaymentMethodOptionsLinkSetupFutureUsage
An enum representing the possible values of an PaymentIntentPaymentMethodOptionsLink’s setup_future_usage field.
PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebitPaymentSchedule
An enum representing the possible values of an PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebit’s payment_schedule field.
PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebitTransactionType
An enum representing the possible values of an PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebit’s transaction_type field.
PaymentIntentPaymentMethodOptionsSepaDebitSetupFutureUsage
An enum representing the possible values of an PaymentIntentPaymentMethodOptionsSepaDebit’s setup_future_usage field.
PaymentIntentPaymentMethodOptionsSwishSetupFutureUsage
An enum representing the possible values of an PaymentIntentPaymentMethodOptionsSwish’s setup_future_usage field.
PaymentIntentPaymentMethodOptionsUsBankAccountPreferredSettlementSpeed
An enum representing the possible values of an PaymentIntentPaymentMethodOptionsUsBankAccount’s preferred_settlement_speed field.
PaymentIntentPaymentMethodOptionsUsBankAccountSetupFutureUsage
An enum representing the possible values of an PaymentIntentPaymentMethodOptionsUsBankAccount’s setup_future_usage field.
PaymentIntentPaymentMethodOptionsUsBankAccountVerificationMethod
An enum representing the possible values of an PaymentIntentPaymentMethodOptionsUsBankAccount’s verification_method field.
PaymentIntentProcessingType
An enum representing the possible values of an PaymentIntentProcessing’s type field.
PaymentIntentSetupFutureUsage
An enum representing the possible values of an PaymentIntent’s setup_future_usage field.
PaymentIntentSetupFutureUsageFilter
An enum representing the possible values of an UpdatePaymentIntent’s setup_future_usage field.
PaymentIntentStatus
An enum representing the possible values of an PaymentIntent’s status field.
PaymentLinkBillingAddressCollectioncheckout
An enum representing the possible values of an PaymentLink’s billing_address_collection field.
PaymentLinkCustomerCreationcheckout
An enum representing the possible values of an PaymentLink’s customer_creation field.
PaymentLinkPaymentMethodCollectioncheckout
An enum representing the possible values of an PaymentLink’s payment_method_collection field.
PaymentLinkPaymentMethodTypescheckout
An enum representing the possible values of an PaymentLink’s payment_method_types field.
PaymentLinkSubmitTypecheckout
An enum representing the possible values of an PaymentLink’s submit_type field.
PaymentLinksResourceAfterCompletionTypecheckout
An enum representing the possible values of an PaymentLinksResourceAfterCompletion’s type field.
PaymentLinksResourceConsentCollectionPromotionscheckout
An enum representing the possible values of an PaymentLinksResourceConsentCollection’s promotions field.
PaymentLinksResourceConsentCollectionTermsOfServicecheckout
An enum representing the possible values of an PaymentLinksResourceConsentCollection’s terms_of_service field.
PaymentLinksResourceCustomFieldsLabelTypecheckout
An enum representing the possible values of an PaymentLinksResourceCustomFieldsLabel’s type field.
PaymentLinksResourceCustomFieldsTypecheckout
An enum representing the possible values of an PaymentLinksResourceCustomFields’s type field.
PaymentLinksResourcePaymentIntentDataCaptureMethodcheckout
An enum representing the possible values of an PaymentLinksResourcePaymentIntentData’s capture_method field.
PaymentLinksResourcePaymentIntentDataSetupFutureUsagecheckout
An enum representing the possible values of an PaymentLinksResourcePaymentIntentData’s setup_future_usage field.
PaymentLinksResourcePaymentMethodReuseAgreementPositioncheckout
An enum representing the possible values of an PaymentLinksResourcePaymentMethodReuseAgreement’s position field.
PaymentLinksResourceShippingAddressCollectionAllowedCountriescheckout
An enum representing the possible values of an PaymentLinksResourceShippingAddressCollection’s allowed_countries field.
PaymentMethodDetailsAchDebitAccountHolderType
An enum representing the possible values of an PaymentMethodDetailsAchDebit’s account_holder_type field.
PaymentMethodDetailsBancontactPreferredLanguage
An enum representing the possible values of an PaymentMethodDetailsBancontact’s preferred_language field.
PaymentMethodDetailsCardPresentReadMethod
An enum representing the possible values of an PaymentMethodDetailsCardPresent’s read_method field.
PaymentMethodDetailsCardPresentReceiptAccountType
An enum representing the possible values of an PaymentMethodDetailsCardPresentReceipt’s account_type field.
PaymentMethodDetailsCardWalletType
An enum representing the possible values of an PaymentMethodDetailsCardWallet’s type field.
PaymentMethodDetailsEpsBank
An enum representing the possible values of an PaymentMethodDetailsEps’s bank field.
PaymentMethodDetailsFpxAccountHolderType
An enum representing the possible values of an PaymentMethodDetailsFpx’s account_holder_type field.
PaymentMethodDetailsFpxBank
An enum representing the possible values of an PaymentMethodDetailsFpx’s bank field.
PaymentMethodDetailsIdealBank
An enum representing the possible values of an PaymentMethodDetailsIdeal’s bank field.
PaymentMethodDetailsIdealBic
An enum representing the possible values of an PaymentMethodDetailsIdeal’s bic field.
PaymentMethodDetailsInteracPresentReadMethod
An enum representing the possible values of an PaymentMethodDetailsInteracPresent’s read_method field.
PaymentMethodDetailsInteracPresentReceiptAccountType
An enum representing the possible values of an PaymentMethodDetailsInteracPresentReceipt’s account_type field.
PaymentMethodDetailsKonbiniStoreChain
An enum representing the possible values of an PaymentMethodDetailsKonbiniStore’s chain field.
PaymentMethodDetailsP24Bank
An enum representing the possible values of an PaymentMethodDetailsP24’s bank field.
PaymentMethodDetailsSofortPreferredLanguage
An enum representing the possible values of an PaymentMethodDetailsSofort’s preferred_language field.
PaymentMethodDetailsUsBankAccountAccountHolderType
An enum representing the possible values of an PaymentMethodDetailsUsBankAccount’s account_holder_type field.
PaymentMethodDetailsUsBankAccountAccountType
An enum representing the possible values of an PaymentMethodDetailsUsBankAccount’s account_type field.
PaymentMethodEpsBank
An enum representing the possible values of an PaymentMethodEps’s bank field.
PaymentMethodFpxAccountHolderType
An enum representing the possible values of an PaymentMethodFpx’s account_holder_type field.
PaymentMethodFpxBank
An enum representing the possible values of an PaymentMethodFpx’s bank field.
PaymentMethodIdealBank
An enum representing the possible values of an PaymentMethodIdeal’s bank field.
PaymentMethodIdealBic
An enum representing the possible values of an PaymentMethodIdeal’s bic field.
PaymentMethodInteracPresentReadMethod
An enum representing the possible values of an PaymentMethodInteracPresent’s read_method field.
PaymentMethodOptionsAffirmCaptureMethod
An enum representing the possible values of an PaymentMethodOptionsAffirm’s capture_method field.
PaymentMethodOptionsAffirmSetupFutureUsage
An enum representing the possible values of an PaymentMethodOptionsAffirm’s setup_future_usage field.
PaymentMethodOptionsAfterpayClearpayCaptureMethod
An enum representing the possible values of an PaymentMethodOptionsAfterpayClearpay’s capture_method field.
PaymentMethodOptionsAfterpayClearpaySetupFutureUsage
An enum representing the possible values of an PaymentMethodOptionsAfterpayClearpay’s setup_future_usage field.
PaymentMethodOptionsAlipaySetupFutureUsage
An enum representing the possible values of an PaymentMethodOptionsAlipay’s setup_future_usage field.
PaymentMethodOptionsBacsDebitSetupFutureUsage
An enum representing the possible values of an PaymentMethodOptionsBacsDebit’s setup_future_usage field.
PaymentMethodOptionsBancontactPreferredLanguage
An enum representing the possible values of an PaymentMethodOptionsBancontact’s preferred_language field.
PaymentMethodOptionsBancontactSetupFutureUsage
An enum representing the possible values of an PaymentMethodOptionsBancontact’s setup_future_usage field.
PaymentMethodOptionsBoletoSetupFutureUsage
An enum representing the possible values of an PaymentMethodOptionsBoleto’s setup_future_usage field.
PaymentMethodOptionsCardMandateOptionsAmountType
An enum representing the possible values of an PaymentMethodOptionsCardMandateOptions’s amount_type field.
PaymentMethodOptionsCardMandateOptionsInterval
An enum representing the possible values of an PaymentMethodOptionsCardMandateOptions’s interval field.
PaymentMethodOptionsCardMandateOptionsSupportedTypes
An enum representing the possible values of an PaymentMethodOptionsCardMandateOptions’s supported_types field.
PaymentMethodOptionsCashappCaptureMethod
An enum representing the possible values of an PaymentMethodOptionsCashapp’s capture_method field.
PaymentMethodOptionsCashappSetupFutureUsage
An enum representing the possible values of an PaymentMethodOptionsCashapp’s setup_future_usage field.
PaymentMethodOptionsCustomerBalanceBankTransferRequestedAddressTypes
An enum representing the possible values of an PaymentMethodOptionsCustomerBalanceBankTransfer’s requested_address_types field.
PaymentMethodOptionsCustomerBalanceBankTransferType
An enum representing the possible values of an PaymentMethodOptionsCustomerBalanceBankTransfer’s type field.
PaymentMethodOptionsCustomerBalanceEuBankAccountCountry
An enum representing the possible values of an PaymentMethodOptionsCustomerBalanceEuBankAccount’s country field.
PaymentMethodOptionsCustomerBalanceFundingType
An enum representing the possible values of an PaymentMethodOptionsCustomerBalance’s funding_type field.
PaymentMethodOptionsCustomerBalanceSetupFutureUsage
An enum representing the possible values of an PaymentMethodOptionsCustomerBalance’s setup_future_usage field.
PaymentMethodOptionsFpxSetupFutureUsage
An enum representing the possible values of an PaymentMethodOptionsFpx’s setup_future_usage field.
PaymentMethodOptionsGiropaySetupFutureUsage
An enum representing the possible values of an PaymentMethodOptionsGiropay’s setup_future_usage field.
PaymentMethodOptionsGrabpaySetupFutureUsage
An enum representing the possible values of an PaymentMethodOptionsGrabpay’s setup_future_usage field.
PaymentMethodOptionsIdealSetupFutureUsage
An enum representing the possible values of an PaymentMethodOptionsIdeal’s setup_future_usage field.
PaymentMethodOptionsKlarnaCaptureMethod
An enum representing the possible values of an PaymentMethodOptionsKlarna’s capture_method field.
PaymentMethodOptionsKlarnaSetupFutureUsage
An enum representing the possible values of an PaymentMethodOptionsKlarna’s setup_future_usage field.
PaymentMethodOptionsKonbiniSetupFutureUsage
An enum representing the possible values of an PaymentMethodOptionsKonbini’s setup_future_usage field.
PaymentMethodOptionsOxxoSetupFutureUsage
An enum representing the possible values of an PaymentMethodOptionsOxxo’s setup_future_usage field.
PaymentMethodOptionsP24SetupFutureUsage
An enum representing the possible values of an PaymentMethodOptionsP24’s setup_future_usage field.
PaymentMethodOptionsPaynowSetupFutureUsage
An enum representing the possible values of an PaymentMethodOptionsPaynow’s setup_future_usage field.
PaymentMethodOptionsPaypalCaptureMethod
An enum representing the possible values of an PaymentMethodOptionsPaypal’s capture_method field.
PaymentMethodOptionsPaypalSetupFutureUsage
An enum representing the possible values of an PaymentMethodOptionsPaypal’s setup_future_usage field.
PaymentMethodOptionsPixSetupFutureUsage
An enum representing the possible values of an PaymentMethodOptionsPix’s setup_future_usage field.
PaymentMethodOptionsPromptpaySetupFutureUsage
An enum representing the possible values of an PaymentMethodOptionsPromptpay’s setup_future_usage field.
PaymentMethodOptionsSofortPreferredLanguage
An enum representing the possible values of an PaymentMethodOptionsSofort’s preferred_language field.
PaymentMethodOptionsSofortSetupFutureUsage
An enum representing the possible values of an PaymentMethodOptionsSofort’s setup_future_usage field.
PaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
An enum representing the possible values of an PaymentMethodOptionsUsBankAccountMandateOptions’s collection_method field.
PaymentMethodOptionsWechatPayClient
An enum representing the possible values of an PaymentMethodOptionsWechatPay’s client field.
PaymentMethodOptionsWechatPaySetupFutureUsage
An enum representing the possible values of an PaymentMethodOptionsWechatPay’s setup_future_usage field.
PaymentMethodOptionsZipSetupFutureUsage
An enum representing the possible values of an PaymentMethodOptionsZip’s setup_future_usage field.
PaymentMethodP24Bank
An enum representing the possible values of an PaymentMethodP24’s bank field.
PaymentMethodType
An enum representing the possible values of an PaymentMethod’s type field.
PaymentMethodTypeFilter
An enum representing the possible values of an ListPaymentMethods’s type_ field.
PaymentMethodUsBankAccountAccountHolderType
An enum representing the possible values of an PaymentMethodUsBankAccount’s account_holder_type field.
PaymentMethodUsBankAccountAccountType
An enum representing the possible values of an PaymentMethodUsBankAccount’s account_type field.
PaymentMethodUsBankAccountBlockedNetworkCode
An enum representing the possible values of an PaymentMethodUsBankAccountBlocked’s network_code field.
PaymentMethodUsBankAccountBlockedReason
An enum representing the possible values of an PaymentMethodUsBankAccountBlocked’s reason field.
PaymentPagesCheckoutSessionAutomaticTaxStatuscheckout
An enum representing the possible values of an PaymentPagesCheckoutSessionAutomaticTax’s status field.
PaymentPagesCheckoutSessionConsentCollectionPromotionscheckout
An enum representing the possible values of an PaymentPagesCheckoutSessionConsentCollection’s promotions field.
PaymentPagesCheckoutSessionConsentCollectionTermsOfServicecheckout
An enum representing the possible values of an PaymentPagesCheckoutSessionConsentCollection’s terms_of_service field.
PaymentPagesCheckoutSessionConsentPromotionscheckout
An enum representing the possible values of an PaymentPagesCheckoutSessionConsent’s promotions field.
PaymentPagesCheckoutSessionConsentTermsOfServicecheckout
An enum representing the possible values of an PaymentPagesCheckoutSessionConsent’s terms_of_service field.
PaymentPagesCheckoutSessionCustomFieldsLabelTypecheckout
An enum representing the possible values of an PaymentPagesCheckoutSessionCustomFieldsLabel’s type field.
PaymentPagesCheckoutSessionCustomFieldsTypecheckout
An enum representing the possible values of an PaymentPagesCheckoutSessionCustomFields’s type field.
PaymentPagesCheckoutSessionCustomerDetailsTaxExemptcheckout
An enum representing the possible values of an PaymentPagesCheckoutSessionCustomerDetails’s tax_exempt field.
PaymentPagesCheckoutSessionPaymentMethodReuseAgreementPositioncheckout
An enum representing the possible values of an PaymentPagesCheckoutSessionPaymentMethodReuseAgreement’s position field.
PaymentPagesCheckoutSessionShippingAddressCollectionAllowedCountriescheckout
An enum representing the possible values of an PaymentPagesCheckoutSessionShippingAddressCollection’s allowed_countries field.
PaymentPagesCheckoutSessionTaxIdTypecheckout
An enum representing the possible values of an PaymentPagesCheckoutSessionTaxId’s type field.
PaymentSource
A PaymentSource represents a payment method associated with a customer or charge. This value is usually returned as a subresource on another request.
PaymentSourceId
PaymentSourceParams
A PaymentSourceParams represents all of the supported ways that can be used.
PayoutDestinationId
PayoutDestinationUnion
PayoutMethod
An enum representing the possible values of an CreatePayout’s method field.
PayoutReconciliationStatus
An enum representing the possible values of an Payout’s reconciliation_status field.
PayoutSourceType
An enum representing the possible values of an CreatePayout’s source_type field.
PayoutType
An enum representing the possible values of an Payout’s type field.
PaypalSellerProtectionDisputeCategories
An enum representing the possible values of an PaypalSellerProtection’s dispute_categories field.
PaypalSellerProtectionStatus
An enum representing the possible values of an PaypalSellerProtection’s status field.
PersonParamsPoliticalExposureconnect
An enum representing the possible values of an PersonParams’s political_exposure field.
PersonPoliticalExposureconnect
An enum representing the possible values of an Person’s political_exposure field.
PlanAggregateUsagebilling
An enum representing the possible values of an Plan’s aggregate_usage field.
PlanBillingSchemebilling
An enum representing the possible values of an Plan’s billing_scheme field.
PlanIntervalbilling
An enum representing the possible values of an Plan’s interval field.
PlanIntervalbilling
An enum representing the possible values of an SubscriptionItemPriceDataRecurring’s interval field.
PlanIntervalbilling
An enum representing the possible values of an SubscriptionPendingInvoiceItemInterval’s interval field.
PlanTiersModebilling
An enum representing the possible values of an Plan’s tiers_mode field.
PlanUsageTypebilling
An enum representing the possible values of an Plan’s usage_type field.
PortalCustomerUpdateAllowedUpdatesbilling
An enum representing the possible values of an PortalCustomerUpdate’s allowed_updates field.
PortalFlowsFlowAfterCompletionTypebilling
An enum representing the possible values of an PortalFlowsFlowAfterCompletion’s type field.
PortalFlowsFlowTypebilling
An enum representing the possible values of an PortalFlowsFlow’s type field.
PortalFlowsRetentionTypebilling
An enum representing the possible values of an PortalFlowsRetention’s type field.
PortalSubscriptionCancelModebilling
An enum representing the possible values of an PortalSubscriptionCancel’s mode field.
PortalSubscriptionCancelProrationBehaviorbilling
An enum representing the possible values of an PortalSubscriptionCancel’s proration_behavior field.
PortalSubscriptionCancellationReasonOptionsbilling
An enum representing the possible values of an PortalSubscriptionCancellationReason’s options field.
PortalSubscriptionUpdateDefaultAllowedUpdatesbilling
An enum representing the possible values of an PortalSubscriptionUpdate’s default_allowed_updates field.
PortalSubscriptionUpdateProrationBehaviorbilling
An enum representing the possible values of an PortalSubscriptionUpdate’s proration_behavior field.
PriceBillingScheme
An enum representing the possible values of an Price’s billing_scheme field.
PriceTaxBehavior
An enum representing the possible values of an Price’s tax_behavior field.
PriceTiersMode
An enum representing the possible values of an Price’s tiers_mode field.
PriceType
An enum representing the possible values of an Price’s type field.
ProductType
An enum representing the possible values of an Product’s type field.
QuoteCollectionMethodbilling
An enum representing the possible values of an Quote’s collection_method field.
QuoteStatusbilling
An enum representing the possible values of an Quote’s status field.
QuotesResourceAutomaticTaxStatusbilling
An enum representing the possible values of an QuotesResourceAutomaticTax’s status field.
QuotesResourceRecurringIntervalbilling
An enum representing the possible values of an QuotesResourceRecurring’s interval field.
RangeQuery
A set of generic request parameters that can be used on list endpoints to filter their results by some timestamp.
RecurringAggregateUsage
An enum representing the possible values of an Recurring’s aggregate_usage field.
RecurringInterval
An enum representing the possible values of an Recurring’s interval field.
RecurringUsageType
An enum representing the possible values of an Recurring’s usage_type field.
RefundDestinationDetailsCardType
An enum representing the possible values of an RefundDestinationDetailsCard’s type field.
RefundOrigin
An enum representing the possible values of an CreateRefund’s origin field.
RefundReason
An enum representing the possible values of an Refund’s reason field.
RefundReasonFilter
An enum representing the possible values of an CreateRefund’s reason field.
RequestStrategy
ReviewClosedReasonfraud
An enum representing the possible values of an Review’s closed_reason field.
ReviewOpenedReasonfraud
An enum representing the possible values of an Review’s opened_reason field.
ReviewReasonfraud
An enum representing the possible values of an Review’s reason field.
Scheduled
ScheduledOther
SetupAttemptFlowDirections
An enum representing the possible values of an SetupAttempt’s flow_directions field.
SetupAttemptPaymentMethodDetailsBancontactPreferredLanguage
An enum representing the possible values of an SetupAttemptPaymentMethodDetailsBancontact’s preferred_language field.
SetupAttemptPaymentMethodDetailsCardWalletType
An enum representing the possible values of an SetupAttemptPaymentMethodDetailsCardWallet’s type field.
SetupAttemptPaymentMethodDetailsIdealBank
An enum representing the possible values of an SetupAttemptPaymentMethodDetailsIdeal’s bank field.
SetupAttemptPaymentMethodDetailsIdealBic
An enum representing the possible values of an SetupAttemptPaymentMethodDetailsIdeal’s bic field.
SetupAttemptPaymentMethodDetailsSofortPreferredLanguage
An enum representing the possible values of an SetupAttemptPaymentMethodDetailsSofort’s preferred_language field.
SetupIntentCancellationReason
An enum representing the possible values of an SetupIntent’s cancellation_reason field.
SetupIntentFlowDirections
An enum representing the possible values of an SetupIntent’s flow_directions field.
SetupIntentNextActionVerifyWithMicrodepositsMicrodepositType
An enum representing the possible values of an SetupIntentNextActionVerifyWithMicrodeposits’s microdeposit_type field.
SetupIntentPaymentMethodOptionsAcssDebitVerificationMethod
An enum representing the possible values of an SetupIntentPaymentMethodOptionsAcssDebit’s verification_method field.
SetupIntentPaymentMethodOptionsCardMandateOptionsAmountType
An enum representing the possible values of an SetupIntentPaymentMethodOptionsCardMandateOptions’s amount_type field.
SetupIntentPaymentMethodOptionsCardMandateOptionsInterval
An enum representing the possible values of an SetupIntentPaymentMethodOptionsCardMandateOptions’s interval field.
SetupIntentPaymentMethodOptionsCardMandateOptionsSupportedTypes
An enum representing the possible values of an SetupIntentPaymentMethodOptionsCardMandateOptions’s supported_types field.
SetupIntentPaymentMethodOptionsCardNetwork
An enum representing the possible values of an SetupIntentPaymentMethodOptionsCard’s network field.
SetupIntentPaymentMethodOptionsCardRequestThreeDSecure
An enum representing the possible values of an SetupIntentPaymentMethodOptionsCard’s request_three_d_secure field.
SetupIntentPaymentMethodOptionsMandateOptionsAcssDebitDefaultFor
An enum representing the possible values of an SetupIntentPaymentMethodOptionsMandateOptionsAcssDebit’s default_for field.
SetupIntentPaymentMethodOptionsMandateOptionsAcssDebitPaymentSchedule
An enum representing the possible values of an SetupIntentPaymentMethodOptionsMandateOptionsAcssDebit’s payment_schedule field.
SetupIntentPaymentMethodOptionsMandateOptionsAcssDebitTransactionType
An enum representing the possible values of an SetupIntentPaymentMethodOptionsMandateOptionsAcssDebit’s transaction_type field.
SetupIntentPaymentMethodOptionsUsBankAccountVerificationMethod
An enum representing the possible values of an SetupIntentPaymentMethodOptionsUsBankAccount’s verification_method field.
SetupIntentStatus
An enum representing the possible values of an SetupIntent’s status field.
ShippingRateCurrencyOptionTaxBehavior
An enum representing the possible values of an ShippingRateCurrencyOption’s tax_behavior field.
ShippingRateDeliveryEstimateBoundUnit
An enum representing the possible values of an ShippingRateDeliveryEstimateBound’s unit field.
ShippingRateTaxBehavior
An enum representing the possible values of an ShippingRate’s tax_behavior field.
ShippingRateType
An enum representing the possible values of an ShippingRate’s type field.
SourceAcceptanceParamsStatus
An enum representing the possible values of an SourceAcceptanceParams’s status field.
SourceAcceptanceParamsType
An enum representing the possible values of an SourceAcceptanceParams’s type field.
SourceFlow
An enum representing the possible values of an CreateSource’s flow field.
SourceMandateInterval
An enum representing the possible values of an SourceMandateParams’s interval field.
SourceMandateNotificationMethod
An enum representing the possible values of an SourceMandateParams’s notification_method field.
SourceRedirectFlowFailureReason
An enum representing the possible values of an SourceRedirectFlow’s failure_reason field.
SourceRedirectFlowStatus
An enum representing the possible values of an SourceRedirectFlow’s status field.
SourceRefundNotificationMethod
An enum representing the possible values of an CreateSourceReceiver’s refund_attributes_method field.
SourceStatus
An enum representing the possible values of an Source’s status field.
SourceType
An enum representing the possible values of an Source’s type field.
SourceUsage
An enum representing the possible values of an Source’s usage field.
StripeError
An error encountered when communicating with the Stripe API.
SubscriptionBillingCycleAnchorbilling
An enum representing the possible values of an UpdateSubscription’s billing_cycle_anchor field.
SubscriptionIntervalbilling
An enum representing the possible values of an SubscriptionPendingInvoiceItemInterval’s interval field.
SubscriptionItemIntervalbilling
An enum representing the possible values of an SubscriptionItemPriceDataRecurring’s interval field.
SubscriptionItemPaymentBehaviorbilling
An enum representing the possible values of an CreateSubscriptionItem’s payment_behavior field.
SubscriptionItemPriceDataTaxBehaviorbilling
An enum representing the possible values of an SubscriptionItemPriceData’s tax_behavior field.
SubscriptionItemPriceDataTaxBehaviorbilling
An enum representing the possible values of an SubscriptionItemPriceData’s tax_behavior field.
SubscriptionPaymentBehaviorbilling
An enum representing the possible values of an CreateSubscriptionItem’s payment_behavior field.
SubscriptionPaymentBehaviorbilling
An enum representing the possible values of an CreateSubscription’s payment_behavior field.
SubscriptionPaymentMethodOptionsCardNetworkbilling
An enum representing the possible values of an SubscriptionPaymentMethodOptionsCard’s network field.
SubscriptionPaymentMethodOptionsCardRequestThreeDSecurebilling
An enum representing the possible values of an SubscriptionPaymentMethodOptionsCard’s request_three_d_secure field.
SubscriptionProrationBehaviorbilling
An enum representing the possible values of an CreateSubscriptionItem’s proration_behavior field.
SubscriptionProrationBehaviorbilling
An enum representing the possible values of an CreateSubscription’s proration_behavior field.
SubscriptionProrationBehaviorbilling
An enum representing the possible values of an SubscriptionSchedulePhaseConfiguration’s proration_behavior field.
SubscriptionScheduleDefaultSettingsBillingCycleAnchorbilling
An enum representing the possible values of an SubscriptionScheduleDefaultSettings’s billing_cycle_anchor field.
SubscriptionScheduleDefaultSettingsCollectionMethodbilling
An enum representing the possible values of an SubscriptionScheduleDefaultSettings’s collection_method field.
SubscriptionScheduleDefaultSettingsParamsAutomaticTaxLiabilityTypebilling
An enum representing the possible values of an SubscriptionScheduleDefaultSettingsParamsAutomaticTaxLiability’s type field.
SubscriptionScheduleDefaultSettingsParamsBillingCycleAnchorbilling
An enum representing the possible values of an SubscriptionScheduleDefaultSettingsParams’s billing_cycle_anchor field.
SubscriptionScheduleEndBehaviorbilling
An enum representing the possible values of an SubscriptionSchedule’s end_behavior field.
SubscriptionScheduleInvoiceSettingsIssuerTypebilling
An enum representing the possible values of an SubscriptionScheduleInvoiceSettingsIssuer’s type field.
SubscriptionSchedulePhaseConfigurationBillingCycleAnchorbilling
An enum representing the possible values of an SubscriptionSchedulePhaseConfiguration’s billing_cycle_anchor field.
SubscriptionScheduleStatusbilling
An enum representing the possible values of an SubscriptionSchedule’s status field.
SubscriptionStatusbilling
An enum representing the possible values of an Subscription’s status field.
SubscriptionStatusFilterbilling
An enum representing the possible values of an ListSubscriptions’s status field.
SubscriptionsResourcePauseCollectionBehaviorbilling
An enum representing the possible values of an SubscriptionsResourcePauseCollection’s behavior field.
SubscriptionsResourcePaymentSettingsPaymentMethodTypesbilling
An enum representing the possible values of an SubscriptionsResourcePaymentSettings’s payment_method_types field.
SubscriptionsResourcePaymentSettingsSaveDefaultPaymentMethodbilling
An enum representing the possible values of an SubscriptionsResourcePaymentSettings’s save_default_payment_method field.
SubscriptionsTrialsResourceEndBehaviorMissingPaymentMethodbilling
An enum representing the possible values of an SubscriptionsTrialsResourceEndBehavior’s missing_payment_method field.
TaxAmountTaxabilityReasonbilling
An enum representing the possible values of an TaxAmount’s taxability_reason field.
TaxAmountTaxabilityReasonbilling
An enum representing the possible values of an TaxAmount’s taxability_reason field.
TaxCalculationLineItemTaxBehaviortax-calculation
An enum representing the possible values of an TaxCalculationLineItem’s tax_behavior field.
TaxIDsOwnerTypebilling
An enum representing the possible values of an TaxIDsOwner’s type field.
TaxIdType
An enum representing the possible values of an TaxIdData’s type field.
TaxIdTypebilling
An enum representing the possible values of an InvoicesResourceInvoiceTaxId’s type field.
TaxIdTypebilling
An enum representing the possible values of an TaxId’s type field.
TaxIdTypeFilterbilling
An enum representing the possible values of an CreateTaxId’s type_ field.
TaxIdVerificationStatusbilling
An enum representing the possible values of an TaxIdVerification’s status field.
TaxProductResourceCustomerDetailsAddressSourcetax-calculation
An enum representing the possible values of an TaxProductResourceCustomerDetails’s address_source field.
TaxProductResourceCustomerDetailsResourceTaxIdTypetax-calculation
An enum representing the possible values of an TaxProductResourceCustomerDetailsResourceTaxId’s type field.
TaxProductResourceCustomerDetailsTaxabilityOverridetax-calculation
An enum representing the possible values of an TaxProductResourceCustomerDetails’s taxability_override field.
TaxProductResourceJurisdictionLeveltax-calculation
An enum representing the possible values of an TaxProductResourceJurisdiction’s level field.
TaxProductResourceJurisdictionLeveltax-calculation
An enum representing the possible values of an TaxProductResourceJurisdiction’s level field.
TaxProductResourceLineItemTaxBreakdownSourcingtax-calculation
An enum representing the possible values of an TaxProductResourceLineItemTaxBreakdown’s sourcing field.
TaxProductResourceLineItemTaxBreakdownSourcingtax-calculation
An enum representing the possible values of an TaxProductResourceLineItemTaxBreakdown’s sourcing field.
TaxProductResourceLineItemTaxBreakdownTaxabilityReasontax-calculation
An enum representing the possible values of an TaxProductResourceLineItemTaxBreakdown’s taxability_reason field.
TaxProductResourceLineItemTaxBreakdownTaxabilityReasontax-calculation
An enum representing the possible values of an TaxProductResourceLineItemTaxBreakdown’s taxability_reason field.
TaxProductResourceLineItemTaxRateDetailsTaxTypetax-calculation
An enum representing the possible values of an TaxProductResourceLineItemTaxRateDetails’s tax_type field.
TaxProductResourceLineItemTaxRateDetailsTaxTypetax-calculation
An enum representing the possible values of an TaxProductResourceLineItemTaxRateDetails’s tax_type field.
TaxProductResourceTaxBreakdownTaxabilityReasontax-calculation
An enum representing the possible values of an TaxProductResourceTaxBreakdown’s taxability_reason field.
TaxProductResourceTaxCalculationShippingCostTaxBehaviortax-calculation
An enum representing the possible values of an TaxProductResourceTaxCalculationShippingCost’s tax_behavior field.
TaxProductResourceTaxRateDetailsTaxTypetax-calculation
An enum representing the possible values of an TaxProductResourceTaxRateDetails’s tax_type field.
TaxRateJurisdictionLevelbilling
An enum representing the possible values of an TaxRate’s jurisdiction_level field.
TaxRateTaxTypebilling
An enum representing the possible values of an TaxRate’s tax_type field.
TerminalReaderDeviceTypeterminal
An enum representing the possible values of an TerminalReader’s device_type field.
TerminalReaderReaderResourceReaderActionStatusterminal
An enum representing the possible values of an TerminalReaderReaderResourceReaderAction’s status field.
TerminalReaderReaderResourceReaderActionTypeterminal
An enum representing the possible values of an TerminalReaderReaderResourceReaderAction’s type field.
TerminalReaderReaderResourceRefundPaymentActionReasonterminal
An enum representing the possible values of an TerminalReaderReaderResourceRefundPaymentAction’s reason field.
TerminalReaderReaderResourceSetReaderDisplayActionTypeterminal
An enum representing the possible values of an TerminalReaderReaderResourceSetReaderDisplayAction’s type field.
TerminalReaderStatusterminal
An enum representing the possible values of an TerminalReader’s status field.
TestHelpersTestClockStatus
An enum representing the possible values of an TestHelpersTestClock’s status field.
ThreeDSecureDetailsAuthenticationFlow
An enum representing the possible values of an ThreeDSecureDetails’s authentication_flow field.
ThreeDSecureDetailsChargeAuthenticationFlow
An enum representing the possible values of an ThreeDSecureDetailsCharge’s authentication_flow field.
ThreeDSecureDetailsChargeElectronicCommerceIndicator
An enum representing the possible values of an ThreeDSecureDetailsCharge’s electronic_commerce_indicator field.
ThreeDSecureDetailsChargeExemptionIndicator
An enum representing the possible values of an ThreeDSecureDetailsCharge’s exemption_indicator field.
ThreeDSecureDetailsChargeResult
An enum representing the possible values of an ThreeDSecureDetailsCharge’s result field.
ThreeDSecureDetailsChargeResultReason
An enum representing the possible values of an ThreeDSecureDetailsCharge’s result_reason field.
ThreeDSecureDetailsChargeVersion
An enum representing the possible values of an ThreeDSecureDetailsCharge’s version field.
ThreeDSecureDetailsElectronicCommerceIndicator
An enum representing the possible values of an ThreeDSecureDetails’s electronic_commerce_indicator field.
ThreeDSecureDetailsResult
An enum representing the possible values of an ThreeDSecureDetails’s result field.
ThreeDSecureDetailsResultReason
An enum representing the possible values of an ThreeDSecureDetails’s result_reason field.
ThreeDSecureDetailsVersion
An enum representing the possible values of an ThreeDSecureDetails’s version field.
TokenId
TokenType
An enum representing the possible values of an Token’s type field.
TopupStatusconnect
An enum representing the possible values of an Topup’s status field.
TopupStatusFilterconnect
An enum representing the possible values of an ListTopups’s status field.
TransferScheduleIntervalconnect
An enum representing the possible values of an TransferScheduleParams’s interval field.
TransferScheduleParamsWeeklyAnchorconnect
An enum representing the possible values of an TransferScheduleParams’s weekly_anchor field.
TransferSourceTypeconnect
An enum representing the possible values of an CreateTransfer’s source_type field.
TransformQuantityRound
An enum representing the possible values of an TransformQuantity’s round field.
TransformUsageRoundbilling
An enum representing the possible values of an TransformUsage’s round field.
UpTo
UpToOther
UpdateCustomerCashBalanceSettingsReconciliationMode
An enum representing the possible values of an UpdateCustomerCashBalanceSettings’s reconciliation_mode field.
UpdateCustomerTaxValidateLocation
An enum representing the possible values of an UpdateCustomerTax’s validate_location field.
UpdatePaymentIntentPaymentMethodDataEpsBank
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodDataEps’s bank field.
UpdatePaymentIntentPaymentMethodDataFpxAccountHolderType
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodDataFpx’s account_holder_type field.
UpdatePaymentIntentPaymentMethodDataFpxBank
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodDataFpx’s bank field.
UpdatePaymentIntentPaymentMethodDataIdealBank
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodDataIdeal’s bank field.
UpdatePaymentIntentPaymentMethodDataP24Bank
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodDataP24’s bank field.
UpdatePaymentIntentPaymentMethodDataSofortCountry
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodDataSofort’s country field.
UpdatePaymentIntentPaymentMethodDataType
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodData’s type field.
UpdatePaymentIntentPaymentMethodDataUsBankAccountAccountHolderType
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodDataUsBankAccount’s account_holder_type field.
UpdatePaymentIntentPaymentMethodDataUsBankAccountAccountType
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodDataUsBankAccount’s account_type field.
UpdatePaymentIntentPaymentMethodOptionsAcssDebitMandateOptionsPaymentSchedule
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsAcssDebitMandateOptions’s payment_schedule field.
UpdatePaymentIntentPaymentMethodOptionsAcssDebitMandateOptionsTransactionType
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsAcssDebitMandateOptions’s transaction_type field.
UpdatePaymentIntentPaymentMethodOptionsAcssDebitSetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsAcssDebit’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsAcssDebit’s verification_method field.
UpdatePaymentIntentPaymentMethodOptionsAffirmCaptureMethod
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsAffirm’s capture_method field.
UpdatePaymentIntentPaymentMethodOptionsAffirmSetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsAffirm’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsAfterpayClearpayCaptureMethod
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsAfterpayClearpay’s capture_method field.
UpdatePaymentIntentPaymentMethodOptionsAfterpayClearpaySetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsAfterpayClearpay’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsAlipaySetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsAlipay’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsAuBecsDebitSetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsAuBecsDebit’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsBacsDebitSetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsBacsDebit’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsBancontactPreferredLanguage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsBancontact’s preferred_language field.
UpdatePaymentIntentPaymentMethodOptionsBancontactSetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsBancontact’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsBlikSetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsBlik’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsBoletoSetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsBoleto’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsCardCaptureMethod
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsCard’s capture_method field.
UpdatePaymentIntentPaymentMethodOptionsCardInstallmentsPlanInterval
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsCardInstallmentsPlan’s interval field.
UpdatePaymentIntentPaymentMethodOptionsCardInstallmentsPlanType
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsCardInstallmentsPlan’s type field.
UpdatePaymentIntentPaymentMethodOptionsCardMandateOptionsAmountType
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsCardMandateOptions’s amount_type field.
UpdatePaymentIntentPaymentMethodOptionsCardMandateOptionsInterval
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsCardMandateOptions’s interval field.
UpdatePaymentIntentPaymentMethodOptionsCardMandateOptionsSupportedTypes
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsCardMandateOptions’s supported_types field.
UpdatePaymentIntentPaymentMethodOptionsCardNetwork
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsCard’s network field.
UpdatePaymentIntentPaymentMethodOptionsCardRequestExtendedAuthorization
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsCard’s request_extended_authorization field.
UpdatePaymentIntentPaymentMethodOptionsCardRequestIncrementalAuthorization
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsCard’s request_incremental_authorization field.
UpdatePaymentIntentPaymentMethodOptionsCardRequestMulticapture
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsCard’s request_multicapture field.
UpdatePaymentIntentPaymentMethodOptionsCardRequestOvercapture
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsCard’s request_overcapture field.
UpdatePaymentIntentPaymentMethodOptionsCardRequestThreeDSecure
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsCard’s request_three_d_secure field.
UpdatePaymentIntentPaymentMethodOptionsCardSetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsCard’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsCardThreeDSecureAresTransStatus
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsCardThreeDSecure’s ares_trans_status field.
UpdatePaymentIntentPaymentMethodOptionsCardThreeDSecureElectronicCommerceIndicator
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsCardThreeDSecure’s electronic_commerce_indicator field.
UpdatePaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsCardThreeDSecure’s exemption_indicator field.
UpdatePaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptionsCartesBancairesCbAvalgo
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptionsCartesBancaires’s cb_avalgo field.
UpdatePaymentIntentPaymentMethodOptionsCardThreeDSecureVersion
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsCardThreeDSecure’s version field.
UpdatePaymentIntentPaymentMethodOptionsCashappCaptureMethod
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsCashapp’s capture_method field.
UpdatePaymentIntentPaymentMethodOptionsCashappSetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsCashapp’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransferRequestedAddressTypes
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer’s requested_address_types field.
UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransferType
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer’s type field.
UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceFundingType
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsCustomerBalance’s funding_type field.
UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceSetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsCustomerBalance’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsEpsSetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsEps’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsFpxSetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsFpx’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsGiropaySetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsGiropay’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsGrabpaySetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsGrabpay’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsIdealSetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsIdeal’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsKlarnaCaptureMethod
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsKlarna’s capture_method field.
UpdatePaymentIntentPaymentMethodOptionsKlarnaPreferredLocale
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsKlarna’s preferred_locale field.
UpdatePaymentIntentPaymentMethodOptionsKlarnaSetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsKlarna’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsKonbiniSetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsKonbini’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsLinkCaptureMethod
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsLink’s capture_method field.
UpdatePaymentIntentPaymentMethodOptionsLinkSetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsLink’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsOxxoSetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsOxxo’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsP24SetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsP24’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsPaynowSetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsPaynow’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsPaypalCaptureMethod
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsPaypal’s capture_method field.
UpdatePaymentIntentPaymentMethodOptionsPaypalPreferredLocale
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsPaypal’s preferred_locale field.
UpdatePaymentIntentPaymentMethodOptionsPaypalSetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsPaypal’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsPixSetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsPix’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsPromptpaySetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsPromptpay’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsRevolutPaySetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsRevolutPay’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsSepaDebitSetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsSepaDebit’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsSofortPreferredLanguage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsSofort’s preferred_language field.
UpdatePaymentIntentPaymentMethodOptionsSofortSetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsSofort’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsSwishSetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsSwish’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPermissions
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnections’s permissions field.
UpdatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnections’s prefetch field.
UpdatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptions’s collection_method field.
UpdatePaymentIntentPaymentMethodOptionsUsBankAccountNetworksRequested
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsUsBankAccountNetworks’s requested field.
UpdatePaymentIntentPaymentMethodOptionsUsBankAccountPreferredSettlementSpeed
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsUsBankAccount’s preferred_settlement_speed field.
UpdatePaymentIntentPaymentMethodOptionsUsBankAccountSetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsUsBankAccount’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsUsBankAccountVerificationMethod
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsUsBankAccount’s verification_method field.
UpdatePaymentIntentPaymentMethodOptionsWechatPayClient
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsWechatPay’s client field.
UpdatePaymentIntentPaymentMethodOptionsWechatPaySetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsWechatPay’s setup_future_usage field.
UpdatePaymentIntentPaymentMethodOptionsZipSetupFutureUsage
An enum representing the possible values of an UpdatePaymentIntentPaymentMethodOptionsZip’s setup_future_usage field.
UpdatePaymentLinkAfterCompletionTypecheckout
An enum representing the possible values of an UpdatePaymentLinkAfterCompletion’s type field.
UpdatePaymentLinkAutomaticTaxLiabilityTypecheckout
An enum representing the possible values of an UpdatePaymentLinkAutomaticTaxLiability’s type field.
UpdatePaymentLinkCustomFieldsLabelTypecheckout
An enum representing the possible values of an UpdatePaymentLinkCustomFieldsLabel’s type field.
UpdatePaymentLinkCustomFieldsTypecheckout
An enum representing the possible values of an UpdatePaymentLinkCustomFields’s type field.
UpdatePaymentLinkInvoiceCreationInvoiceDataIssuerTypecheckout
An enum representing the possible values of an UpdatePaymentLinkInvoiceCreationInvoiceDataIssuer’s type field.
UpdatePaymentLinkInvoiceCreationInvoiceDataRenderingOptionsAmountTaxDisplaycheckout
An enum representing the possible values of an UpdatePaymentLinkInvoiceCreationInvoiceDataRenderingOptions’s amount_tax_display field.
UpdatePaymentLinkPaymentMethodTypescheckout
An enum representing the possible values of an UpdatePaymentLink’s payment_method_types field.
UpdatePaymentLinkShippingAddressCollectionAllowedCountriescheckout
An enum representing the possible values of an UpdatePaymentLinkShippingAddressCollection’s allowed_countries field.
UpdatePaymentLinkSubscriptionDataInvoiceSettingsIssuerTypecheckout
An enum representing the possible values of an UpdatePaymentLinkSubscriptionDataInvoiceSettingsIssuer’s type field.
UpdatePaymentLinkSubscriptionDataTrialSettingsEndBehaviorMissingPaymentMethodcheckout
An enum representing the possible values of an UpdatePaymentLinkSubscriptionDataTrialSettingsEndBehavior’s missing_payment_method field.
UpdatePaymentMethodUsBankAccountAccountHolderType
An enum representing the possible values of an UpdatePaymentMethodUsBankAccount’s account_holder_type field.
UpdatePaymentMethodUsBankAccountAccountType
An enum representing the possible values of an UpdatePaymentMethodUsBankAccount’s account_type field.
UpdatePriceCurrencyOptionsTaxBehavior
An enum representing the possible values of an UpdatePriceCurrencyOptions’s tax_behavior field.
UpdateSetupIntentFlowDirections
An enum representing the possible values of an UpdateSetupIntent’s flow_directions field.
UpdateSetupIntentPaymentMethodDataEpsBank
An enum representing the possible values of an UpdateSetupIntentPaymentMethodDataEps’s bank field.
UpdateSetupIntentPaymentMethodDataFpxAccountHolderType
An enum representing the possible values of an UpdateSetupIntentPaymentMethodDataFpx’s account_holder_type field.
UpdateSetupIntentPaymentMethodDataFpxBank
An enum representing the possible values of an UpdateSetupIntentPaymentMethodDataFpx’s bank field.
UpdateSetupIntentPaymentMethodDataIdealBank
An enum representing the possible values of an UpdateSetupIntentPaymentMethodDataIdeal’s bank field.
UpdateSetupIntentPaymentMethodDataP24Bank
An enum representing the possible values of an UpdateSetupIntentPaymentMethodDataP24’s bank field.
UpdateSetupIntentPaymentMethodDataSofortCountry
An enum representing the possible values of an UpdateSetupIntentPaymentMethodDataSofort’s country field.
UpdateSetupIntentPaymentMethodDataType
An enum representing the possible values of an UpdateSetupIntentPaymentMethodData’s type field.
UpdateSetupIntentPaymentMethodDataUsBankAccountAccountHolderType
An enum representing the possible values of an UpdateSetupIntentPaymentMethodDataUsBankAccount’s account_holder_type field.
UpdateSetupIntentPaymentMethodDataUsBankAccountAccountType
An enum representing the possible values of an UpdateSetupIntentPaymentMethodDataUsBankAccount’s account_type field.
UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
An enum representing the possible values of an UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptions’s default_for field.
UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsPaymentSchedule
An enum representing the possible values of an UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptions’s payment_schedule field.
UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsTransactionType
An enum representing the possible values of an UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptions’s transaction_type field.
UpdateSetupIntentPaymentMethodOptionsAcssDebitVerificationMethod
An enum representing the possible values of an UpdateSetupIntentPaymentMethodOptionsAcssDebit’s verification_method field.
UpdateSetupIntentPaymentMethodOptionsCardMandateOptionsAmountType
An enum representing the possible values of an UpdateSetupIntentPaymentMethodOptionsCardMandateOptions’s amount_type field.
UpdateSetupIntentPaymentMethodOptionsCardMandateOptionsInterval
An enum representing the possible values of an UpdateSetupIntentPaymentMethodOptionsCardMandateOptions’s interval field.
UpdateSetupIntentPaymentMethodOptionsCardMandateOptionsSupportedTypes
An enum representing the possible values of an UpdateSetupIntentPaymentMethodOptionsCardMandateOptions’s supported_types field.
UpdateSetupIntentPaymentMethodOptionsCardNetwork
An enum representing the possible values of an UpdateSetupIntentPaymentMethodOptionsCard’s network field.
UpdateSetupIntentPaymentMethodOptionsCardRequestThreeDSecure
An enum representing the possible values of an UpdateSetupIntentPaymentMethodOptionsCard’s request_three_d_secure field.
UpdateSetupIntentPaymentMethodOptionsCardThreeDSecureAresTransStatus
An enum representing the possible values of an UpdateSetupIntentPaymentMethodOptionsCardThreeDSecure’s ares_trans_status field.
UpdateSetupIntentPaymentMethodOptionsCardThreeDSecureElectronicCommerceIndicator
An enum representing the possible values of an UpdateSetupIntentPaymentMethodOptionsCardThreeDSecure’s electronic_commerce_indicator field.
UpdateSetupIntentPaymentMethodOptionsCardThreeDSecureNetworkOptionsCartesBancairesCbAvalgo
An enum representing the possible values of an UpdateSetupIntentPaymentMethodOptionsCardThreeDSecureNetworkOptionsCartesBancaires’s cb_avalgo field.
UpdateSetupIntentPaymentMethodOptionsCardThreeDSecureVersion
An enum representing the possible values of an UpdateSetupIntentPaymentMethodOptionsCardThreeDSecure’s version field.
UpdateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPermissions
An enum representing the possible values of an UpdateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnections’s permissions field.
UpdateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
An enum representing the possible values of an UpdateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnections’s prefetch field.
UpdateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
An enum representing the possible values of an UpdateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions’s collection_method field.
UpdateSetupIntentPaymentMethodOptionsUsBankAccountNetworksRequested
An enum representing the possible values of an UpdateSetupIntentPaymentMethodOptionsUsBankAccountNetworks’s requested field.
UpdateSetupIntentPaymentMethodOptionsUsBankAccountVerificationMethod
An enum representing the possible values of an UpdateSetupIntentPaymentMethodOptionsUsBankAccount’s verification_method field.
UpdateShippingRateFixedAmountCurrencyOptionsTaxBehavior
An enum representing the possible values of an UpdateShippingRateFixedAmountCurrencyOptions’s tax_behavior field.
UpdateSourceSourceOrderItemsType
An enum representing the possible values of an UpdateSourceSourceOrderItems’s type field.
UpdateSubscriptionAutomaticTaxLiabilityTypebilling
An enum representing the possible values of an UpdateSubscriptionAutomaticTaxLiability’s type field.
UpdateSubscriptionCancellationDetailsFeedbackbilling
An enum representing the possible values of an UpdateSubscriptionCancellationDetails’s feedback field.
UpdateSubscriptionInvoiceSettingsIssuerTypebilling
An enum representing the possible values of an UpdateSubscriptionInvoiceSettingsIssuer’s type field.
UpdateSubscriptionPauseCollectionBehaviorbilling
An enum representing the possible values of an UpdateSubscriptionPauseCollection’s behavior field.
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebitMandateOptionsTransactionTypebilling
An enum representing the possible values of an UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebitMandateOptions’s transaction_type field.
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebitVerificationMethodbilling
An enum representing the possible values of an UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebit’s verification_method field.
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsBancontactPreferredLanguagebilling
An enum representing the possible values of an UpdateSubscriptionPaymentSettingsPaymentMethodOptionsBancontact’s preferred_language field.
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsCardMandateOptionsAmountTypebilling
An enum representing the possible values of an UpdateSubscriptionPaymentSettingsPaymentMethodOptionsCardMandateOptions’s amount_type field.
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsCardNetworkbilling
An enum representing the possible values of an UpdateSubscriptionPaymentSettingsPaymentMethodOptionsCard’s network field.
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsCardRequestThreeDSecurebilling
An enum representing the possible values of an UpdateSubscriptionPaymentSettingsPaymentMethodOptionsCard’s request_three_d_secure field.
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsPermissionsbilling
An enum representing the possible values of an UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections’s permissions field.
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetchbilling
An enum representing the possible values of an UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections’s prefetch field.
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountVerificationMethodbilling
An enum representing the possible values of an UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccount’s verification_method field.
UpdateSubscriptionPaymentSettingsPaymentMethodTypesbilling
An enum representing the possible values of an UpdateSubscriptionPaymentSettings’s payment_method_types field.
UpdateSubscriptionPaymentSettingsSaveDefaultPaymentMethodbilling
An enum representing the possible values of an UpdateSubscriptionPaymentSettings’s save_default_payment_method field.
UpdateSubscriptionSchedulePhasesAutomaticTaxLiabilityTypebilling
An enum representing the possible values of an UpdateSubscriptionSchedulePhasesAutomaticTaxLiability’s type field.
UpdateSubscriptionSchedulePhasesBillingCycleAnchorbilling
An enum representing the possible values of an UpdateSubscriptionSchedulePhases’s billing_cycle_anchor field.
UpdateSubscriptionSchedulePhasesItemsPriceDataRecurringIntervalbilling
An enum representing the possible values of an UpdateSubscriptionSchedulePhasesItemsPriceDataRecurring’s interval field.
UpdateSubscriptionSchedulePhasesItemsPriceDataTaxBehaviorbilling
An enum representing the possible values of an UpdateSubscriptionSchedulePhasesItemsPriceData’s tax_behavior field.
UpdateSubscriptionTrialSettingsEndBehaviorMissingPaymentMethodbilling
An enum representing the possible values of an UpdateSubscriptionTrialSettingsEndBehavior’s missing_payment_method field.
UsBankAccountNetworksSupported
An enum representing the possible values of an UsBankAccountNetworks’s supported field.
UsageRecordActionbilling
An enum representing the possible values of a UsageRecord’s account field.
WalletDetailsType
An enum representing the possible values of an WalletDetails’s type field.
WebhookEndpointStatuswebhook-endpoints
An enum representing the possible values of an WebhookEndpoint’s status field.
WebhookError
An error encountered when communicating with the Stripe API webhooks.

Traits§

Object
Implemented by types which represent stripe objects.

Type Aliases§

InvoiceCollectionMethodDeprecatedbilling
Metadata
Responseruntime-tokio-hyper or runtime-tokio-hyper-rustls or runtime-tokio-hyper-rustls-webpki or runtime-blocking or runtime-blocking-rustls or runtime-blocking-rustls-webpki
An alias for Result.
Timestamp