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§

AcceptTos
Account
The resource representing a Stripe “Account”.
AccountAnnualRevenue
AccountBacsDebitPaymentsSettings
AccountCapabilities
AccountCardIssuingSettings
AccountFutureRequirements
AccountId
An id for the corresponding object type.
AccountInvoicesSettings
AccountLink
The resource representing a Stripe “AccountLink”.
AccountMonthlyEstimatedRevenue
AccountRequirements
AccountRequirementsAlternative
AccountRequirementsAlternative
AccountRequirementsError
AccountRequirementsError
AccountRequirementsError
AccountSepaDebitPaymentsSettings
AccountSettings
AccountSettingsParams
AccountSettingsParamsBacsDebitPayments
AccountSettingsParamsCardIssuing
AccountSettingsParamsCardIssuingTosAcceptance
AccountSettingsParamsTreasury
AccountSettingsParamsTreasuryTosAcceptance
AccountTermsOfService
AccountTreasurySettings
AccountUnificationAccountController
AddInvoiceItems
AddInvoiceItems
Address
The resource representing a Stripe “Address”.
AlipayAccountId
An id for the corresponding object type.
ApiErrors
The resource representing a Stripe “APIErrors”.
Application
The resource representing a Stripe “Application”.
ApplicationFee
The resource representing a Stripe “PlatformFee”.
ApplicationFeeId
An id for the corresponding object type.
ApplicationFeeRefund
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
AutomaticTax
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.
BaseClient
BillingDetails
The resource representing a Stripe “billing_details”.
BillingPortalConfiguration
The resource representing a Stripe “PortalConfiguration”.
BillingPortalConfigurationId
An id for the corresponding object type.
BillingPortalSession
The resource representing a Stripe “PortalSession”.
BillingPortalSessionId
An id for the corresponding object type.
BrandingSettings
BrandingSettingsParams
BusinessProfile
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.
CancelSubscription
CancellationDetails
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.
CardIssuingAccountTermsOfService
CardMandatePaymentMethodDetails
CardParams
CardPaymentsSettings
CardPaymentsSettingsParams
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
CheckoutAcssDebitMandateOptions
CheckoutAcssDebitPaymentMethodOptions
CheckoutAffirmPaymentMethodOptions
CheckoutAfterpayClearpayPaymentMethodOptions
CheckoutAlipayPaymentMethodOptions
CheckoutAuBecsDebitPaymentMethodOptions
CheckoutBacsDebitPaymentMethodOptions
CheckoutBancontactPaymentMethodOptions
CheckoutBoletoPaymentMethodOptions
CheckoutCardInstallmentsOptions
CheckoutCardPaymentMethodOptions
CheckoutCashappPaymentMethodOptions
CheckoutCustomerBalanceBankTransferPaymentMethodOptions
CheckoutCustomerBalancePaymentMethodOptions
CheckoutEpsPaymentMethodOptions
CheckoutFpxPaymentMethodOptions
CheckoutGiropayPaymentMethodOptions
CheckoutGrabPayPaymentMethodOptions
CheckoutIdealPaymentMethodOptions
CheckoutKlarnaPaymentMethodOptions
CheckoutKonbiniPaymentMethodOptions
CheckoutLinkPaymentMethodOptions
CheckoutOxxoPaymentMethodOptions
CheckoutP24PaymentMethodOptions
CheckoutPaynowPaymentMethodOptions
CheckoutPaypalPaymentMethodOptions
CheckoutPixPaymentMethodOptions
CheckoutRevolutPayPaymentMethodOptions
CheckoutSepaDebitPaymentMethodOptions
CheckoutSession
The resource representing a Stripe “Session”.
CheckoutSessionId
An id for the corresponding object type.
CheckoutSessionItem
The resource representing a Stripe “LineItem”.
CheckoutSessionItemId
An id for the corresponding object type.
CheckoutSessionPaymentMethodOptions
CheckoutSofortPaymentMethodOptions
CheckoutSwishPaymentMethodOptions
CheckoutUsBankAccountPaymentMethodOptions
Client
Company
CompanyParams
CompanyParamsOwnershipDeclaration
CompanyVerification
CompanyVerificationDocument
CompanyVerificationParams
ConfirmSetupIntent
The set of parameters that can be used when confirming a setup_intent object.
ConnectAccountReference
The resource representing a Stripe “ConnectAccountReference”.
ConnectCollectionTransfer
The resource representing a Stripe “ConnectCollectionTransfer”.
ConnectCollectionTransferId
An id for the corresponding object type.
ConnectTokenId
An id for the corresponding object type.
CountrySpecSupportedBankAccountCurrencies
Coupon
The resource representing a Stripe “Coupon”.
CouponAppliesTo
CouponCurrencyOption
CouponId
CreateAccount
The parameters for Account::create.
CreateAccountCapabilities
CreateAccountCapabilitiesAcssDebitPayments
CreateAccountCapabilitiesAffirmPayments
CreateAccountCapabilitiesAfterpayClearpayPayments
CreateAccountCapabilitiesAuBecsDebitPayments
CreateAccountCapabilitiesBacsDebitPayments
CreateAccountCapabilitiesBancontactPayments
CreateAccountCapabilitiesBankTransferPayments
CreateAccountCapabilitiesBlikPayments
CreateAccountCapabilitiesBoletoPayments
CreateAccountCapabilitiesCardIssuing
CreateAccountCapabilitiesCardPayments
CreateAccountCapabilitiesCartesBancairesPayments
CreateAccountCapabilitiesCashappPayments
CreateAccountCapabilitiesEpsPayments
CreateAccountCapabilitiesFpxPayments
CreateAccountCapabilitiesGiropayPayments
CreateAccountCapabilitiesGrabpayPayments
CreateAccountCapabilitiesIdealPayments
CreateAccountCapabilitiesIndiaInternationalPayments
CreateAccountCapabilitiesJcbPayments
CreateAccountCapabilitiesKlarnaPayments
CreateAccountCapabilitiesKonbiniPayments
CreateAccountCapabilitiesLegacyPayments
CreateAccountCapabilitiesLinkPayments
CreateAccountCapabilitiesOxxoPayments
CreateAccountCapabilitiesP24Payments
CreateAccountCapabilitiesPaynowPayments
CreateAccountCapabilitiesPromptpayPayments
CreateAccountCapabilitiesRevolutPayPayments
CreateAccountCapabilitiesSepaDebitPayments
CreateAccountCapabilitiesSofortPayments
CreateAccountCapabilitiesSwishPayments
CreateAccountCapabilitiesTaxReportingUs1099K
CreateAccountCapabilitiesTaxReportingUs1099Misc
CreateAccountCapabilitiesTransfers
CreateAccountCapabilitiesTreasury
CreateAccountCapabilitiesUsBankAccountAchPayments
CreateAccountCapabilitiesZipPayments
CreateAccountDocuments
CreateAccountDocumentsBankAccountOwnershipVerification
CreateAccountDocumentsCompanyLicense
CreateAccountDocumentsCompanyMemorandumOfAssociation
CreateAccountDocumentsCompanyMinisterialDecree
CreateAccountDocumentsCompanyRegistrationVerification
CreateAccountDocumentsCompanyTaxIdVerification
CreateAccountDocumentsProofOfRegistration
CreateAccountLink
The parameters for AccountLink::create.
CreateAccountLinkCollectionOptions
CreateBillingPortalSession
The parameters for BillingPortalSession::create.
CreateBillingPortalSessionFlowData
CreateBillingPortalSessionFlowDataAfterCompletion
CreateBillingPortalSessionFlowDataAfterCompletionHostedConfirmation
CreateBillingPortalSessionFlowDataAfterCompletionRedirect
CreateBillingPortalSessionFlowDataSubscriptionCancel
CreateBillingPortalSessionFlowDataSubscriptionCancelRetention
CreateBillingPortalSessionFlowDataSubscriptionCancelRetentionCouponOffer
CreateBillingPortalSessionFlowDataSubscriptionUpdate
CreateBillingPortalSessionFlowDataSubscriptionUpdateConfirm
CreateBillingPortalSessionFlowDataSubscriptionUpdateConfirmDiscounts
CreateBillingPortalSessionFlowDataSubscriptionUpdateConfirmItems
CreateCharge
The parameters for Charge::create.
CreateChargeRadarOptions
CreateCheckoutSession
The parameters for CheckoutSession::create.
CreateCheckoutSessionAfterExpiration
CreateCheckoutSessionAfterExpirationRecovery
CreateCheckoutSessionAutomaticTax
CreateCheckoutSessionAutomaticTaxLiability
CreateCheckoutSessionConsentCollection
CreateCheckoutSessionConsentCollectionPaymentMethodReuseAgreement
CreateCheckoutSessionCustomFields
CreateCheckoutSessionCustomFieldsDropdown
CreateCheckoutSessionCustomFieldsDropdownOptions
CreateCheckoutSessionCustomFieldsLabel
CreateCheckoutSessionCustomFieldsNumeric
CreateCheckoutSessionCustomFieldsText
CreateCheckoutSessionCustomText
CreateCheckoutSessionCustomTextAfterSubmit
CreateCheckoutSessionCustomTextShippingAddress
CreateCheckoutSessionCustomTextSubmit
CreateCheckoutSessionCustomTextTermsOfServiceAcceptance
CreateCheckoutSessionCustomerUpdate
CreateCheckoutSessionDiscounts
CreateCheckoutSessionInvoiceCreation
CreateCheckoutSessionInvoiceCreationInvoiceData
CreateCheckoutSessionInvoiceCreationInvoiceDataCustomFields
CreateCheckoutSessionInvoiceCreationInvoiceDataIssuer
CreateCheckoutSessionInvoiceCreationInvoiceDataRenderingOptions
CreateCheckoutSessionLineItems
CreateCheckoutSessionLineItemsAdjustableQuantity
CreateCheckoutSessionLineItemsPriceData
CreateCheckoutSessionLineItemsPriceDataProductData
CreateCheckoutSessionLineItemsPriceDataRecurring
CreateCheckoutSessionPaymentIntentData
CreateCheckoutSessionPaymentIntentDataShipping
CreateCheckoutSessionPaymentIntentDataShippingAddress
CreateCheckoutSessionPaymentIntentDataTransferData
CreateCheckoutSessionPaymentMethodOptions
CreateCheckoutSessionPaymentMethodOptionsAcssDebit
CreateCheckoutSessionPaymentMethodOptionsAcssDebitMandateOptions
CreateCheckoutSessionPaymentMethodOptionsAffirm
CreateCheckoutSessionPaymentMethodOptionsAfterpayClearpay
CreateCheckoutSessionPaymentMethodOptionsAlipay
CreateCheckoutSessionPaymentMethodOptionsAuBecsDebit
CreateCheckoutSessionPaymentMethodOptionsBacsDebit
CreateCheckoutSessionPaymentMethodOptionsBancontact
CreateCheckoutSessionPaymentMethodOptionsBoleto
CreateCheckoutSessionPaymentMethodOptionsCard
CreateCheckoutSessionPaymentMethodOptionsCardInstallments
CreateCheckoutSessionPaymentMethodOptionsCashapp
CreateCheckoutSessionPaymentMethodOptionsCustomerBalance
CreateCheckoutSessionPaymentMethodOptionsCustomerBalanceBankTransfer
CreateCheckoutSessionPaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer
CreateCheckoutSessionPaymentMethodOptionsEps
CreateCheckoutSessionPaymentMethodOptionsFpx
CreateCheckoutSessionPaymentMethodOptionsGiropay
CreateCheckoutSessionPaymentMethodOptionsGrabpay
CreateCheckoutSessionPaymentMethodOptionsIdeal
CreateCheckoutSessionPaymentMethodOptionsKlarna
CreateCheckoutSessionPaymentMethodOptionsKonbini
CreateCheckoutSessionPaymentMethodOptionsLink
CreateCheckoutSessionPaymentMethodOptionsOxxo
CreateCheckoutSessionPaymentMethodOptionsP24
CreateCheckoutSessionPaymentMethodOptionsPaynow
CreateCheckoutSessionPaymentMethodOptionsPaypal
CreateCheckoutSessionPaymentMethodOptionsPix
CreateCheckoutSessionPaymentMethodOptionsRevolutPay
CreateCheckoutSessionPaymentMethodOptionsSepaDebit
CreateCheckoutSessionPaymentMethodOptionsSofort
CreateCheckoutSessionPaymentMethodOptionsSwish
CreateCheckoutSessionPaymentMethodOptionsUsBankAccount
CreateCheckoutSessionPaymentMethodOptionsUsBankAccountFinancialConnections
CreateCheckoutSessionPaymentMethodOptionsWechatPay
CreateCheckoutSessionPhoneNumberCollection
CreateCheckoutSessionSetupIntentData
CreateCheckoutSessionShippingAddressCollection
CreateCheckoutSessionShippingOptions
CreateCheckoutSessionShippingOptionsShippingRateData
CreateCheckoutSessionShippingOptionsShippingRateDataDeliveryEstimate
CreateCheckoutSessionShippingOptionsShippingRateDataDeliveryEstimateMaximum
CreateCheckoutSessionShippingOptionsShippingRateDataDeliveryEstimateMinimum
CreateCheckoutSessionShippingOptionsShippingRateDataFixedAmount
CreateCheckoutSessionShippingOptionsShippingRateDataFixedAmountCurrencyOptions
CreateCheckoutSessionSubscriptionData
CreateCheckoutSessionSubscriptionDataInvoiceSettings
CreateCheckoutSessionSubscriptionDataInvoiceSettingsIssuer
CreateCheckoutSessionSubscriptionDataTransferData
CreateCheckoutSessionSubscriptionDataTrialSettings
CreateCheckoutSessionSubscriptionDataTrialSettingsEndBehavior
CreateCheckoutSessionTaxIdCollection
CreateCoupon
The parameters for Coupon::create.
CreateCouponAppliesTo
CreateCouponCurrencyOptions
CreateCreditNote
The parameters for CreditNote::create.
CreateCreditNoteLines
CreateCreditNoteLinesTaxAmounts
CreateCreditNoteShippingCost
CreateCustomer
The parameters for Customer::create.
CreateCustomerBalanceTransaction
The parameters that can be used when creating or updating a CustomerBalanceTransaction.
CreateCustomerCashBalance
CreateCustomerCashBalanceSettings
CreateCustomerShipping
CreateCustomerShippingAddress
CreateCustomerTax
CreateEphemeralKey
The parameters for EphemeralKey::create.
CreateFileLink
The parameters for FileLink::create.
CreateInvoice
The parameters for Invoice::create.
CreateInvoiceAutomaticTax
CreateInvoiceAutomaticTaxLiability
CreateInvoiceCustomFields
CreateInvoiceDiscounts
CreateInvoiceFromInvoice
CreateInvoiceIssuer
CreateInvoiceItem
The parameters for InvoiceItem::create.
CreateInvoiceItemDiscounts
CreateInvoiceLineItem
CreateInvoicePaymentSettings
CreateInvoicePaymentSettingsPaymentMethodOptions
CreateInvoicePaymentSettingsPaymentMethodOptionsAcssDebit
CreateInvoicePaymentSettingsPaymentMethodOptionsAcssDebitMandateOptions
CreateInvoicePaymentSettingsPaymentMethodOptionsBancontact
CreateInvoicePaymentSettingsPaymentMethodOptionsCard
CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallments
CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlan
CreateInvoicePaymentSettingsPaymentMethodOptionsCustomerBalance
CreateInvoicePaymentSettingsPaymentMethodOptionsCustomerBalanceBankTransfer
CreateInvoicePaymentSettingsPaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer
CreateInvoicePaymentSettingsPaymentMethodOptionsKonbini
CreateInvoicePaymentSettingsPaymentMethodOptionsUsBankAccount
CreateInvoicePaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections
CreateInvoiceRendering
CreateInvoiceRenderingOptions
CreateInvoiceRenderingPdf
CreateInvoiceShippingCost
CreateInvoiceShippingCostShippingRateData
CreateInvoiceShippingCostShippingRateDataDeliveryEstimate
CreateInvoiceShippingCostShippingRateDataDeliveryEstimateMaximum
CreateInvoiceShippingCostShippingRateDataDeliveryEstimateMinimum
CreateInvoiceShippingCostShippingRateDataFixedAmount
CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptions
CreateInvoiceShippingDetails
CreateInvoiceShippingDetailsAddress
CreateInvoiceTransferData
CreateLoginLink
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
CreatePaymentLink
The parameters for PaymentLink::create.
CreatePaymentLinkAfterCompletion
CreatePaymentLinkAfterCompletionHostedConfirmation
CreatePaymentLinkAfterCompletionRedirect
CreatePaymentLinkAutomaticTax
CreatePaymentLinkAutomaticTaxLiability
CreatePaymentLinkConsentCollection
CreatePaymentLinkConsentCollectionPaymentMethodReuseAgreement
CreatePaymentLinkCustomFields
CreatePaymentLinkCustomFieldsDropdown
CreatePaymentLinkCustomFieldsDropdownOptions
CreatePaymentLinkCustomFieldsLabel
CreatePaymentLinkCustomFieldsNumeric
CreatePaymentLinkCustomFieldsText
CreatePaymentLinkCustomText
CreatePaymentLinkCustomTextAfterSubmit
CreatePaymentLinkCustomTextShippingAddress
CreatePaymentLinkCustomTextSubmit
CreatePaymentLinkCustomTextTermsOfServiceAcceptance
CreatePaymentLinkInvoiceCreation
CreatePaymentLinkInvoiceCreationInvoiceData
CreatePaymentLinkInvoiceCreationInvoiceDataCustomFields
CreatePaymentLinkInvoiceCreationInvoiceDataIssuer
CreatePaymentLinkInvoiceCreationInvoiceDataRenderingOptions
CreatePaymentLinkLineItems
CreatePaymentLinkLineItemsAdjustableQuantity
CreatePaymentLinkPaymentIntentData
CreatePaymentLinkPhoneNumberCollection
CreatePaymentLinkRestrictions
CreatePaymentLinkRestrictionsCompletedSessions
CreatePaymentLinkShippingAddressCollection
CreatePaymentLinkShippingOptions
CreatePaymentLinkSubscriptionData
CreatePaymentLinkSubscriptionDataInvoiceSettings
CreatePaymentLinkSubscriptionDataInvoiceSettingsIssuer
CreatePaymentLinkSubscriptionDataTrialSettings
CreatePaymentLinkSubscriptionDataTrialSettingsEndBehavior
CreatePaymentLinkTaxIdCollection
CreatePaymentLinkTransferData
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
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
CreateSubscription
The parameters for Subscription::create.
CreateSubscriptionAutomaticTax
CreateSubscriptionAutomaticTaxLiability
CreateSubscriptionBillingCycleAnchorConfig
CreateSubscriptionInvoiceSettings
CreateSubscriptionInvoiceSettingsIssuer
CreateSubscriptionItem
The parameters for SubscriptionItem::create.
CreateSubscriptionItems
CreateSubscriptionItemsBillingThresholds
CreateSubscriptionPaymentSettings
CreateSubscriptionPaymentSettingsPaymentMethodOptions
CreateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebit
CreateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebitMandateOptions
CreateSubscriptionPaymentSettingsPaymentMethodOptionsBancontact
CreateSubscriptionPaymentSettingsPaymentMethodOptionsCard
CreateSubscriptionPaymentSettingsPaymentMethodOptionsCardMandateOptions
CreateSubscriptionPaymentSettingsPaymentMethodOptionsCustomerBalance
CreateSubscriptionPaymentSettingsPaymentMethodOptionsCustomerBalanceBankTransfer
CreateSubscriptionPaymentSettingsPaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer
CreateSubscriptionPaymentSettingsPaymentMethodOptionsKonbini
CreateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccount
CreateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections
CreateSubscriptionPendingInvoiceItemInterval
CreateSubscriptionSchedule
The parameters for SubscriptionSchedule::create.
CreateSubscriptionSchedulePhases
CreateSubscriptionSchedulePhasesAutomaticTax
CreateSubscriptionSchedulePhasesAutomaticTaxLiability
CreateSubscriptionSchedulePhasesItems
CreateSubscriptionSchedulePhasesItemsBillingThresholds
CreateSubscriptionSchedulePhasesItemsPriceData
CreateSubscriptionSchedulePhasesItemsPriceDataRecurring
CreateSubscriptionSchedulePhasesTransferData
CreateSubscriptionTransferData
CreateSubscriptionTrialSettings
CreateSubscriptionTrialSettingsEndBehavior
CreateTaxId
The parameters for TaxId::create.
CreateTaxIdOwner
CreateTaxRate
The parameters for TaxRate::create.
CreateTerminalConfiguration
The parameters for TerminalConfiguration::create.
CreateTerminalConfigurationBbposWiseposE
CreateTerminalConfigurationOffline
CreateTerminalConfigurationTipping
CreateTerminalConfigurationTippingAud
CreateTerminalConfigurationTippingCad
CreateTerminalConfigurationTippingChf
CreateTerminalConfigurationTippingCzk
CreateTerminalConfigurationTippingDkk
CreateTerminalConfigurationTippingEur
CreateTerminalConfigurationTippingGbp
CreateTerminalConfigurationTippingHkd
CreateTerminalConfigurationTippingMyr
CreateTerminalConfigurationTippingNok
CreateTerminalConfigurationTippingNzd
CreateTerminalConfigurationTippingSek
CreateTerminalConfigurationTippingSgd
CreateTerminalConfigurationTippingUsd
CreateTerminalConfigurationVerifoneP400
CreateTerminalConnectionToken
The parameters for TerminalConnectionToken::create.
CreateTerminalLocation
The parameters for TerminalLocation::create.
CreateTerminalLocationAddress
CreateTerminalReader
The parameters for TerminalReader::create.
CreateToken
The parameters for Token::create.
CreateTokenAccount
CreateTokenCvcUpdate
CreateTokenPerson
CreateTokenPersonAdditionalTosAcceptances
CreateTokenPersonAdditionalTosAcceptancesAccount
CreateTokenPersonDob
CreateTokenPersonDocuments
CreateTokenPersonDocumentsCompanyAuthorization
CreateTokenPersonDocumentsPassport
CreateTokenPersonDocumentsVisa
CreateTokenPersonRegisteredAddress
CreateTokenPersonRelationship
CreateTokenPii
CreateTransfer
The parameters for Transfer::create.
CreateTransferReversal
The set of parameters that can be used when doing transfer reversal.
CreateUsageRecord
The parameters for UsageRecord::create.
CreateWebhookEndpoint
The parameters for WebhookEndpoint::create.
CreditCardSpecs
CreditNote
The resource representing a Stripe “CreditNote”.
CreditNoteId
An id for the corresponding object type.
CreditNoteLineItem
The resource representing a Stripe “CreditNoteLineItem”.
CreditNoteLineItemId
An id for the corresponding object type.
CreditNoteTaxAmount
CreditNoteTaxAmount
CurrencyOption
CustomUnitAmount
The resource representing a Stripe “CustomUnitAmount”.
Customer
The resource representing a Stripe “Customer”.
CustomerAcceptance
CustomerBalanceCustomerBalanceSettings
CustomerBalanceTransaction
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
CustomerTax
CustomerTaxLocation
DashboardSettings
DeclineChargeOn
DeclineChargeOnParams
DestinationDetailsUnimplemented
DestinationSpecs
Discount
The resource representing a Stripe “Discount”.
DiscountId
An id for the corresponding object type.
DiscountsResourceDiscountAmount
DiscountsResourceDiscountAmount
DiscountsResourceDiscountAmount
DiscountsResourceDiscountAmount
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.
Event
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.
FinalizeInvoiceParams
FraudDetails
FraudDetailsParams
FundingInstructionsBankTransferAbaRecord
FundingInstructionsBankTransferFinancialAddress
FundingInstructionsBankTransferIbanRecord
FundingInstructionsBankTransferSortCodeRecord
FundingInstructionsBankTransferSpeiRecord
FundingInstructionsBankTransferSwiftRecord
FundingInstructionsBankTransferZenginRecord
Headers
Invoice
The resource representing a Stripe “Invoice”.
InvoiceId
An id for the corresponding object type.
InvoiceInstallmentsCard
InvoiceItem
The resource representing a Stripe “InvoiceItem”.
InvoiceItemId
An id for the corresponding object type.
InvoiceItemPriceData
InvoiceItemPriceData
InvoiceItemPriceData
InvoiceItemThresholdReason
InvoiceLineItem
The resource representing a Stripe “InvoiceLineItem”.
InvoiceLineItemIdWebhook
An id for the corresponding object type.
InvoiceMandateOptionsCard
InvoicePaymentMethodOptionsAcssDebit
The resource representing a Stripe “invoice_payment_method_options_acss_debit”.
InvoicePaymentMethodOptionsAcssDebitMandateOptions
InvoicePaymentMethodOptionsBancontact
The resource representing a Stripe “invoice_payment_method_options_bancontact”.
InvoicePaymentMethodOptionsCard
InvoicePaymentMethodOptionsCustomerBalance
The resource representing a Stripe “invoice_payment_method_options_customer_balance”.
InvoicePaymentMethodOptionsCustomerBalanceBankTransfer
InvoicePaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer
InvoicePaymentMethodOptionsKonbini
The resource representing a Stripe “invoice_payment_method_options_konbini”.
InvoicePaymentMethodOptionsUsBankAccount
The resource representing a Stripe “invoice_payment_method_options_us_bank_account”.
InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptions
InvoiceRenderingPdf
InvoiceSearchParams
InvoiceSettingCustomField
InvoiceSettingCustomField
InvoiceSettingCustomField
InvoiceSettingCustomField
InvoiceSettingCustomerSetting
InvoiceSettingQuoteSetting
InvoiceSettingRenderingOptions
The resource representing a Stripe “InvoiceSettingRenderingOptions”.
InvoiceSettingSubscriptionSchedulePhaseSetting
InvoiceThresholdReason
InvoiceTransferData
InvoicesFromInvoice
InvoicesInvoiceRendering
InvoicesPaymentMethodOptions
InvoicesPaymentSettings
InvoicesResourceInvoiceTaxId
InvoicesResourceLineItemsCreditedItems
InvoicesResourceLineItemsProrationDetails
InvoicesShippingCost
The resource representing a Stripe “InvoicesShippingCost”.
InvoicesStatusTransitions
IssuingAuthorization
The resource representing a Stripe “IssuingAuthorization”.
IssuingAuthorizationAmountDetails
IssuingAuthorizationAuthenticationExemption
IssuingAuthorizationId
An id for the corresponding object type.
IssuingAuthorizationNetworkData
IssuingAuthorizationPendingRequest
IssuingAuthorizationRequest
IssuingAuthorizationThreeDSecure
IssuingAuthorizationTreasury
IssuingAuthorizationVerificationData
IssuingCard
The resource representing a Stripe “IssuingCard”.
IssuingCardApplePay
IssuingCardAuthorizationControls
IssuingCardGooglePay
IssuingCardId
An id for the corresponding object type.
IssuingCardShipping
IssuingCardShippingCustoms
IssuingCardSpendingLimit
IssuingCardWallets
IssuingCardholder
The resource representing a Stripe “IssuingCardholder”.
IssuingCardholderAddress
IssuingCardholderAuthorizationControls
IssuingCardholderCardIssuing
IssuingCardholderCompany
IssuingCardholderId
An id for the corresponding object type.
IssuingCardholderIdDocument
IssuingCardholderIndividual
IssuingCardholderIndividualDob
IssuingCardholderRequirements
IssuingCardholderSpendingLimit
IssuingCardholderUserTermsAcceptance
IssuingCardholderVerification
IssuingDispute
The resource representing a Stripe “IssuingDispute”.
IssuingDisputeCanceledEvidence
IssuingDisputeDuplicateEvidence
IssuingDisputeEvidence
IssuingDisputeFraudulentEvidence
IssuingDisputeId
An id for the corresponding object type.
IssuingDisputeMerchandiseNotAsDescribedEvidence
IssuingDisputeNotReceivedEvidence
IssuingDisputeOtherEvidence
IssuingDisputeServiceNotAsDescribedEvidence
IssuingDisputeTreasury
IssuingNetworkTokenAddress
IssuingNetworkTokenDevice
IssuingNetworkTokenMastercard
IssuingNetworkTokenNetworkData
IssuingNetworkTokenVisa
IssuingNetworkTokenWalletProvider
IssuingToken
The resource representing a Stripe “IssuingNetworkToken”.
IssuingTokenId
IssuingTransaction
The resource representing a Stripe “IssuingTransaction”.
IssuingTransactionAmountDetails
IssuingTransactionFlightData
IssuingTransactionFlightDataLeg
IssuingTransactionFuelData
IssuingTransactionId
An id for the corresponding object type.
IssuingTransactionLodgingData
IssuingTransactionNetworkData
IssuingTransactionPurchaseDetails
IssuingTransactionReceiptData
IssuingTransactionTreasury
LegalEntityDob
LegalEntityUboDeclaration
Level3
Level3LineItems
LineItemsDiscountAmount
LineItemsDiscountAmount
LineItemsDiscountAmount
LineItemsTaxAmount
LineItemsTaxAmount
LineItemsTaxAmount
LineItemsTaxAmount
LinkedAccountOptionsUsBankAccount
The resource representing a Stripe “linked_account_options_us_bank_account”.
List
A single page of a cursor-paginated list of an object.
ListAccounts
The parameters for Account::list.
ListApplicationFees
The parameters for ApplicationFee::list.
ListBalanceTransactions
The parameters for BalanceTransaction::list.
ListCharges
The parameters for Charge::list.
ListCheckoutSessions
The parameters for CheckoutSession::list.
ListCheckoutSessionsCustomerDetails
ListCoupons
The parameters for Coupon::list.
ListCreditNotes
The parameters for CreditNote::list.
ListCustomerBalanceTransactions
The parameters for CustomerBalanceTransaction::list.
ListCustomers
The parameters for Customer::list.
ListDisputes
The parameters for Dispute::list.
ListEvents
The parameters for Event::list.
ListFileLinks
The parameters for FileLink::list.
ListFiles
The parameters for File::list.
ListInvoiceItems
The parameters for InvoiceItem::list.
ListInvoices
The parameters for Invoice::list.
ListPaymentIntents
The parameters for PaymentIntent::list.
ListPaymentLinks
The parameters for PaymentLink::list.
ListPaymentMethods
The parameters for PaymentMethod::list.
ListPayouts
The parameters for Payout::list.
ListPlans
The parameters for Plan::list.
ListPrices
The parameters for Price::list.
ListPricesRecurring
ListProducts
The parameters for Product::list.
ListPromotionCodes
The parameters for PromotionCode::list.
ListQuotes
The parameters for Quote::list.
ListRefunds
The parameters for Refund::list.
ListReviews
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.
ListSubscriptionItems
The parameters for SubscriptionItem::list.
ListSubscriptionSchedules
The parameters for SubscriptionSchedule::list.
ListSubscriptions
The parameters for Subscription::list.
ListSubscriptionsAutomaticTax
ListTaxCodes
The parameters for TaxCode::list.
ListTaxIds
The parameters for TaxId::list.
ListTaxIdsOwner
ListTaxRates
The parameters for TaxRate::list.
ListTerminalConfigurations
The parameters for TerminalConfiguration::list.
ListTerminalLocations
The parameters for TerminalLocation::list.
ListTerminalReaders
The parameters for TerminalReader::list.
ListTopups
The parameters for Topup::list.
ListTransfers
The parameters for Transfer::list.
ListWebhookEndpoints
The parameters for WebhookEndpoint::list.
LoginLink
The resource representing a Stripe “LoginLink”.
Mandate
The resource representing a Stripe “Mandate”.
MandateAcssDebit
MandateAuBecsDebit
MandateBacsDebit
MandateCashapp
MandateId
An id for the corresponding object type.
MandateLink
MandateMultiUse
MandatePaymentMethodDetails
MandatePaypal
MandateSepaDebit
MandateSingleUse
MandateUsBankAccount
MerchantData
The resource representing a Stripe “IssuingAuthorizationMerchantData”.
Networks
NotificationEventData
The resource representing a Stripe “NotificationEventData”.
NotificationEventRequest
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.
PaymentLink
The resource representing a Stripe “PaymentLink”.
PaymentLinkId
An id for the corresponding object type.
PaymentLinksResourceAfterCompletion
PaymentLinksResourceAutomaticTax
PaymentLinksResourceCompletedSessions
PaymentLinksResourceCompletionBehaviorConfirmationPage
PaymentLinksResourceCompletionBehaviorRedirect
PaymentLinksResourceConsentCollection
PaymentLinksResourceCustomFields
PaymentLinksResourceCustomFieldsDropdown
PaymentLinksResourceCustomFieldsDropdownOption
PaymentLinksResourceCustomFieldsLabel
PaymentLinksResourceCustomFieldsNumeric
PaymentLinksResourceCustomFieldsText
PaymentLinksResourceCustomText
PaymentLinksResourceCustomTextPosition
PaymentLinksResourceInvoiceCreation
PaymentLinksResourceInvoiceSettings
PaymentLinksResourcePaymentIntentData
PaymentLinksResourcePaymentMethodReuseAgreement
PaymentLinksResourcePhoneNumberCollection
PaymentLinksResourceRestrictions
PaymentLinksResourceShippingAddressCollection
PaymentLinksResourceShippingOption
PaymentLinksResourceSubscriptionData
PaymentLinksResourceSubscriptionDataInvoiceSettings
PaymentLinksResourceTaxIdCollection
PaymentLinksResourceTransferData
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
PaymentPagesCheckoutSessionAfterExpiration
PaymentPagesCheckoutSessionAfterExpirationRecovery
PaymentPagesCheckoutSessionAutomaticTax
PaymentPagesCheckoutSessionConsent
PaymentPagesCheckoutSessionConsentCollection
PaymentPagesCheckoutSessionCurrencyConversion
PaymentPagesCheckoutSessionCustomFields
PaymentPagesCheckoutSessionCustomFieldsDropdown
PaymentPagesCheckoutSessionCustomFieldsLabel
PaymentPagesCheckoutSessionCustomFieldsNumeric
PaymentPagesCheckoutSessionCustomFieldsOption
PaymentPagesCheckoutSessionCustomFieldsText
PaymentPagesCheckoutSessionCustomText
PaymentPagesCheckoutSessionCustomTextPosition
PaymentPagesCheckoutSessionCustomerDetails
PaymentPagesCheckoutSessionInvoiceCreation
PaymentPagesCheckoutSessionInvoiceSettings
PaymentPagesCheckoutSessionPaymentMethodReuseAgreement
PaymentPagesCheckoutSessionPhoneNumberCollection
PaymentPagesCheckoutSessionShippingAddressCollection
PaymentPagesCheckoutSessionShippingCost
PaymentPagesCheckoutSessionShippingOption
PaymentPagesCheckoutSessionTaxId
PaymentPagesCheckoutSessionTaxIdCollection
PaymentPagesCheckoutSessionTotalDetails
PaymentPagesCheckoutSessionTotalDetailsResourceBreakdown
PaymentsSettings
PaymentsSettingsParams
Payout
The resource representing a Stripe “Payout”.
PayoutId
An id for the corresponding object type.
PayoutSettings
PayoutSettingsParams
PaypalSellerProtection
Period
Person
The resource representing a Stripe “Person”.
PersonAdditionalTosAcceptance
PersonAdditionalTosAcceptances
PersonFutureRequirements
PersonId
An id for the corresponding object type.
PersonParams
PersonParamsDob
PersonParamsRegisteredAddress
PersonParamsRelationship
PersonRelationship
PersonRequirements
PersonVerification
PersonVerificationDocument
PersonVerificationParams
Plan
The resource representing a Stripe “Plan”.
PlanId
PlanTier
PlatformTaxFee
The resource representing a Stripe “PlatformTax”.
PlatformTaxFeeId
An id for the corresponding object type.
PortalBusinessProfile
PortalCustomerUpdate
PortalFeatures
PortalFlowsAfterCompletionHostedConfirmation
PortalFlowsAfterCompletionRedirect
PortalFlowsCouponOffer
PortalFlowsFlow
PortalFlowsFlowAfterCompletion
PortalFlowsFlowSubscriptionCancel
PortalFlowsFlowSubscriptionUpdate
PortalFlowsFlowSubscriptionUpdateConfirm
PortalFlowsRetention
PortalFlowsSubscriptionUpdateConfirmDiscount
PortalFlowsSubscriptionUpdateConfirmItem
PortalInvoiceList
PortalLoginPage
PortalPaymentMethodUpdate
PortalSubscriptionCancel
PortalSubscriptionCancellationReason
PortalSubscriptionPause
PortalSubscriptionUpdate
PortalSubscriptionUpdateProduct
Price
The resource representing a Stripe “Price”.
PriceId
An id for the corresponding object type.
PriceSearchParams
PriceTier
Product
The resource representing a Stripe “Product”.
ProductFeature
ProductId
ProductSearchParams
PromotionCode
The resource representing a Stripe “PromotionCode”.
PromotionCodeCurrencyOption
PromotionCodeId
An id for the corresponding object type.
PromotionCodesResourceRestrictions
Quote
The resource representing a Stripe “Quote”.
QuoteId
An id for the corresponding object type.
QuotesResourceAutomaticTax
QuotesResourceComputed
QuotesResourceFromQuote
QuotesResourceRecurring
QuotesResourceStatusTransitions
QuotesResourceSubscriptionDataSubscriptionData
QuotesResourceTotalDetails
The resource representing a Stripe “QuotesResourceTotalDetails”.
QuotesResourceTotalDetailsResourceBreakdown
QuotesResourceTransferData
QuotesResourceUpfront
RadarRadarOptions
The resource representing a Stripe “RadarRadarOptions”.
RadarReviewResourceLocation
RadarReviewResourceSession
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.
RetrieveUpcomingInvoice
Review
The resource representing a Stripe “RadarReview”.
ReviewId
An id for the corresponding object type.
Rule
ScheduledQueryRun
The resource representing a Stripe “ScheduledQueryRun”.
ScheduledQueryRunId
An id for the corresponding object type.
SchedulesPhaseAutomaticTax
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.
SigmaScheduledQueryRunError
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
Subscription
The resource representing a Stripe “Subscription”.
SubscriptionAutomaticTax
SubscriptionBillingThresholds
The resource representing a Stripe “SubscriptionBillingThresholds”.
SubscriptionDetailsData
SubscriptionId
An id for the corresponding object type.
SubscriptionItem
The resource representing a Stripe “SubscriptionItem”.
SubscriptionItemBillingThresholds
The resource representing a Stripe “SubscriptionItemBillingThresholds”.
SubscriptionItemFilter
SubscriptionItemId
An id for the corresponding object type.
SubscriptionItemPriceData
SubscriptionItemPriceData
SubscriptionItemPriceDataRecurring
SubscriptionItemPriceDataRecurring
SubscriptionLineId
An id for the corresponding object type.
SubscriptionPaymentMethodOptionsCard
SubscriptionPendingInvoiceItemInterval
SubscriptionPriceData
SubscriptionPriceDataRecurring
SubscriptionSchedule
The resource representing a Stripe “SubscriptionSchedule”.
SubscriptionScheduleAddInvoiceItem
SubscriptionScheduleBillingThresholds
SubscriptionScheduleConfigurationItem
SubscriptionScheduleCurrentPhase
SubscriptionScheduleDefaultSettings
SubscriptionScheduleDefaultSettingsParams
SubscriptionScheduleDefaultSettingsParamsAutomaticTax
SubscriptionScheduleDefaultSettingsParamsAutomaticTaxLiability
SubscriptionScheduleDefaultSettingsParamsTransferData
SubscriptionScheduleId
An id for the corresponding object type.
SubscriptionScheduleInvoiceSettings
SubscriptionScheduleInvoiceSettingsIssuer
SubscriptionSchedulePhaseConfiguration
SubscriptionSchedulesResourceDefaultSettingsAutomaticTax
SubscriptionSearchParams
SubscriptionTransferData
SubscriptionsResourceBillingCycleAnchorConfig
SubscriptionsResourcePauseCollection
SubscriptionsResourcePaymentMethodOptions
SubscriptionsResourcePaymentSettings
SubscriptionsResourcePendingUpdate
SubscriptionsTrialsResourceEndBehavior
SubscriptionsTrialsResourceTrialSettings
The resource representing a Stripe “SubscriptionsTrialsResourceTrialSettings”.
TaxAmount
TaxAmount
TaxCalculation
The resource representing a Stripe “TaxProductResourceTaxCalculation”.
TaxCalculationId
TaxCalculationLineItem
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.
TaxIDsOwner
TaxId
The resource representing a Stripe “tax_id”.
TaxIdData
TaxIdId
An id for the corresponding object type.
TaxIdVerification
TaxProductResourceCustomerDetails
The resource representing a Stripe “TaxProductResourceCustomerDetails”.
TaxProductResourceCustomerDetailsResourceTaxId
TaxProductResourceJurisdiction
TaxProductResourceJurisdiction
TaxProductResourceLineItemTaxBreakdown
TaxProductResourceLineItemTaxBreakdown
TaxProductResourceLineItemTaxRateDetails
TaxProductResourceLineItemTaxRateDetails
TaxProductResourcePostalAddress
TaxProductResourceTaxBreakdown
TaxProductResourceTaxCalculationShippingCost
TaxProductResourceTaxRateDetails
TaxRate
The resource representing a Stripe “TaxRate”.
TaxRateId
An id for the corresponding object type.
TerminalConfiguration
The resource representing a Stripe “TerminalConfigurationConfiguration”.
TerminalConfigurationConfigurationResourceCurrencySpecificConfig
TerminalConfigurationConfigurationResourceDeviceTypeSpecificConfig
TerminalConfigurationConfigurationResourceOfflineConfig
TerminalConfigurationConfigurationResourceTipping
TerminalConfigurationId
An id for the corresponding object type.
TerminalConnectionToken
The resource representing a Stripe “TerminalConnectionToken”.
TerminalLocation
The resource representing a Stripe “TerminalLocationLocation”.
TerminalLocationId
An id for the corresponding object type.
TerminalReader
The resource representing a Stripe “TerminalReaderReader”.
TerminalReaderId
An id for the corresponding object type.
TerminalReaderReaderResourceCart
TerminalReaderReaderResourceLineItem
TerminalReaderReaderResourceProcessConfig
TerminalReaderReaderResourceProcessPaymentIntentAction
TerminalReaderReaderResourceProcessSetupConfig
TerminalReaderReaderResourceProcessSetupIntentAction
TerminalReaderReaderResourceReaderAction
TerminalReaderReaderResourceRefundPaymentAction
TerminalReaderReaderResourceSetReaderDisplayAction
TerminalReaderReaderResourceTippingConfig
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
Topup
The resource representing a Stripe “Topup”.
TopupId
An id for the corresponding object type.
TosAcceptance
Transfer
The resource representing a Stripe “Transfer”.
TransferData
TransferData
TransferDataParams
TransferId
An id for the corresponding object type.
TransferReversal
The resource representing a Stripe “TransferReversal”.
TransferReversalId
An id for the corresponding object type.
TransferSchedule
TransferScheduleParams
TransformQuantity
TransformUsage
UpdateAccount
The parameters for Account::update.
UpdateAccountCapabilities
UpdateAccountCapabilitiesAcssDebitPayments
UpdateAccountCapabilitiesAffirmPayments
UpdateAccountCapabilitiesAfterpayClearpayPayments
UpdateAccountCapabilitiesAuBecsDebitPayments
UpdateAccountCapabilitiesBacsDebitPayments
UpdateAccountCapabilitiesBancontactPayments
UpdateAccountCapabilitiesBankTransferPayments
UpdateAccountCapabilitiesBlikPayments
UpdateAccountCapabilitiesBoletoPayments
UpdateAccountCapabilitiesCardIssuing
UpdateAccountCapabilitiesCardPayments
UpdateAccountCapabilitiesCartesBancairesPayments
UpdateAccountCapabilitiesCashappPayments
UpdateAccountCapabilitiesEpsPayments
UpdateAccountCapabilitiesFpxPayments
UpdateAccountCapabilitiesGiropayPayments
UpdateAccountCapabilitiesGrabpayPayments
UpdateAccountCapabilitiesIdealPayments
UpdateAccountCapabilitiesIndiaInternationalPayments
UpdateAccountCapabilitiesJcbPayments
UpdateAccountCapabilitiesKlarnaPayments
UpdateAccountCapabilitiesKonbiniPayments
UpdateAccountCapabilitiesLegacyPayments
UpdateAccountCapabilitiesLinkPayments
UpdateAccountCapabilitiesOxxoPayments
UpdateAccountCapabilitiesP24Payments
UpdateAccountCapabilitiesPaynowPayments
UpdateAccountCapabilitiesPromptpayPayments
UpdateAccountCapabilitiesRevolutPayPayments
UpdateAccountCapabilitiesSepaDebitPayments
UpdateAccountCapabilitiesSofortPayments
UpdateAccountCapabilitiesSwishPayments
UpdateAccountCapabilitiesTaxReportingUs1099K
UpdateAccountCapabilitiesTaxReportingUs1099Misc
UpdateAccountCapabilitiesTransfers
UpdateAccountCapabilitiesTreasury
UpdateAccountCapabilitiesUsBankAccountAchPayments
UpdateAccountCapabilitiesZipPayments
UpdateAccountDocuments
UpdateAccountDocumentsBankAccountOwnershipVerification
UpdateAccountDocumentsCompanyLicense
UpdateAccountDocumentsCompanyMemorandumOfAssociation
UpdateAccountDocumentsCompanyMinisterialDecree
UpdateAccountDocumentsCompanyRegistrationVerification
UpdateAccountDocumentsCompanyTaxIdVerification
UpdateAccountDocumentsProofOfRegistration
UpdateApiParam
If this is a card PaymentMethod, this hash contains the user’s card details.
UpdateCharge
The parameters for Charge::update.
UpdateCoupon
The parameters for Coupon::update.
UpdateCouponCurrencyOptions
UpdateCreditNote
The parameters for CreditNote::update.
UpdateCustomer
The parameters for Customer::update.
UpdateCustomerBalanceTransaction
The parameters that can be used when creating or updating a CustomerBalanceTransaction.
UpdateCustomerCashBalance
UpdateCustomerCashBalanceSettings
UpdateCustomerShipping
UpdateCustomerShippingAddress
UpdateCustomerTax
UpdateFileLink
The parameters for FileLink::update.
UpdateInvoiceItem
The parameters for InvoiceItem::update.
UpdateInvoiceItemDiscounts
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
UpdatePaymentLink
The parameters for PaymentLink::update.
UpdatePaymentLinkAfterCompletion
UpdatePaymentLinkAfterCompletionHostedConfirmation
UpdatePaymentLinkAfterCompletionRedirect
UpdatePaymentLinkAutomaticTax
UpdatePaymentLinkAutomaticTaxLiability
UpdatePaymentLinkCustomFields
UpdatePaymentLinkCustomFieldsDropdown
UpdatePaymentLinkCustomFieldsDropdownOptions
UpdatePaymentLinkCustomFieldsLabel
UpdatePaymentLinkCustomFieldsNumeric
UpdatePaymentLinkCustomFieldsText
UpdatePaymentLinkCustomText
UpdatePaymentLinkCustomTextAfterSubmit
UpdatePaymentLinkCustomTextShippingAddress
UpdatePaymentLinkCustomTextSubmit
UpdatePaymentLinkCustomTextTermsOfServiceAcceptance
UpdatePaymentLinkInvoiceCreation
UpdatePaymentLinkInvoiceCreationInvoiceData
UpdatePaymentLinkInvoiceCreationInvoiceDataCustomFields
UpdatePaymentLinkInvoiceCreationInvoiceDataIssuer
UpdatePaymentLinkInvoiceCreationInvoiceDataRenderingOptions
UpdatePaymentLinkLineItems
UpdatePaymentLinkLineItemsAdjustableQuantity
UpdatePaymentLinkPaymentIntentData
UpdatePaymentLinkRestrictions
UpdatePaymentLinkRestrictionsCompletedSessions
UpdatePaymentLinkShippingAddressCollection
UpdatePaymentLinkSubscriptionData
UpdatePaymentLinkSubscriptionDataInvoiceSettings
UpdatePaymentLinkSubscriptionDataInvoiceSettingsIssuer
UpdatePaymentLinkSubscriptionDataTrialSettings
UpdatePaymentLinkSubscriptionDataTrialSettingsEndBehavior
UpdatePaymentMethod
The parameters for PaymentMethod::update.
UpdatePaymentMethodLink
UpdatePaymentMethodUsBankAccount
UpdatePayout
The parameters for Payout::update.
UpdatePlan
The parameters for Plan::update.
UpdatePrice
The parameters for Price::update.
UpdatePriceCurrencyOptions
UpdatePriceCurrencyOptionsCustomUnitAmount
UpdatePriceCurrencyOptionsTiers
UpdateProduct
The parameters for Product::update.
UpdateProductFeatures
UpdatePromotionCode
The parameters for PromotionCode::update.
UpdatePromotionCodeRestrictions
UpdatePromotionCodeRestrictionsCurrencyOptions
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
UpdateSubscription
The parameters for Subscription::update.
UpdateSubscriptionAutomaticTax
UpdateSubscriptionAutomaticTaxLiability
UpdateSubscriptionCancellationDetails
UpdateSubscriptionInvoiceSettings
UpdateSubscriptionInvoiceSettingsIssuer
UpdateSubscriptionItem
The parameters for SubscriptionItem::update.
UpdateSubscriptionItems
UpdateSubscriptionPauseCollection
UpdateSubscriptionPaymentSettings
UpdateSubscriptionPaymentSettingsPaymentMethodOptions
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebit
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebitMandateOptions
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsBancontact
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsCard
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsCardMandateOptions
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsCustomerBalance
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsCustomerBalanceBankTransfer
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsKonbini
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccount
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections
UpdateSubscriptionPendingInvoiceItemInterval
UpdateSubscriptionSchedule
The parameters for SubscriptionSchedule::update.
UpdateSubscriptionSchedulePhases
UpdateSubscriptionSchedulePhasesAutomaticTax
UpdateSubscriptionSchedulePhasesAutomaticTaxLiability
UpdateSubscriptionSchedulePhasesItems
UpdateSubscriptionSchedulePhasesItemsBillingThresholds
UpdateSubscriptionSchedulePhasesItemsPriceData
UpdateSubscriptionSchedulePhasesItemsPriceDataRecurring
UpdateSubscriptionSchedulePhasesTransferData
UpdateSubscriptionTransferData
UpdateSubscriptionTrialSettings
UpdateSubscriptionTrialSettingsEndBehavior
UpdateTaxRate
The parameters for TaxRate::update.
UpdateTopup
The parameters for Topup::update.
UpdateTransfer
The parameters for Transfer::update.
UpdateWebhookEndpoint
The parameters for WebhookEndpoint::update.
UsBankAccountNetworks
UsageRecord
The resource representing a Stripe “UsageRecord”.
UsageRecordId
An id for the corresponding object type.
UsageRecordSummary
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.
WalletAmexExpressCheckout
WalletApplePay
WalletDetails
WalletGooglePay
WalletMasterpass
WalletSamsungPay
WalletVisaCheckout
Webhook
WebhookEndpoint
The resource representing a Stripe “NotificationWebhookEndpoint”.
WebhookEndpointId
An id for the corresponding object type.

Enums§

AccountBusinessType
An enum representing the possible values of an Account’s business_type field.
AccountCapabilitiesAcssDebitPayments
An enum representing the possible values of an AccountCapabilities’s acss_debit_payments field.
AccountCapabilitiesAffirmPayments
An enum representing the possible values of an AccountCapabilities’s affirm_payments field.
AccountCapabilitiesAfterpayClearpayPayments
An enum representing the possible values of an AccountCapabilities’s afterpay_clearpay_payments field.
AccountCapabilitiesBacsDebitPayments
An enum representing the possible values of an AccountCapabilities’s bacs_debit_payments field.
AccountCapabilitiesBancontactPayments
An enum representing the possible values of an AccountCapabilities’s bancontact_payments field.
AccountCapabilitiesBankTransferPayments
An enum representing the possible values of an AccountCapabilities’s bank_transfer_payments field.
AccountCapabilitiesBlikPayments
An enum representing the possible values of an AccountCapabilities’s blik_payments field.
AccountCapabilitiesBoletoPayments
An enum representing the possible values of an AccountCapabilities’s boleto_payments field.
AccountCapabilitiesCartesBancairesPayments
An enum representing the possible values of an AccountCapabilities’s cartes_bancaires_payments field.
AccountCapabilitiesCashappPayments
An enum representing the possible values of an AccountCapabilities’s cashapp_payments field.
AccountCapabilitiesEpsPayments
An enum representing the possible values of an AccountCapabilities’s eps_payments field.
AccountCapabilitiesFpxPayments
An enum representing the possible values of an AccountCapabilities’s fpx_payments field.
AccountCapabilitiesGiropayPayments
An enum representing the possible values of an AccountCapabilities’s giropay_payments field.
AccountCapabilitiesGrabpayPayments
An enum representing the possible values of an AccountCapabilities’s grabpay_payments field.
AccountCapabilitiesIdealPayments
An enum representing the possible values of an AccountCapabilities’s ideal_payments field.
AccountCapabilitiesIndiaInternationalPayments
An enum representing the possible values of an AccountCapabilities’s india_international_payments field.
AccountCapabilitiesKlarnaPayments
An enum representing the possible values of an AccountCapabilities’s klarna_payments field.
AccountCapabilitiesKonbiniPayments
An enum representing the possible values of an AccountCapabilities’s konbini_payments field.
AccountCapabilitiesLinkPayments
An enum representing the possible values of an AccountCapabilities’s link_payments field.
AccountCapabilitiesOxxoPayments
An enum representing the possible values of an AccountCapabilities’s oxxo_payments field.
AccountCapabilitiesP24Payments
An enum representing the possible values of an AccountCapabilities’s p24_payments field.
AccountCapabilitiesPaynowPayments
An enum representing the possible values of an AccountCapabilities’s paynow_payments field.
AccountCapabilitiesPromptpayPayments
An enum representing the possible values of an AccountCapabilities’s promptpay_payments field.
AccountCapabilitiesRevolutPayPayments
An enum representing the possible values of an AccountCapabilities’s revolut_pay_payments field.
AccountCapabilitiesSepaDebitPayments
An enum representing the possible values of an AccountCapabilities’s sepa_debit_payments field.
AccountCapabilitiesSofortPayments
An enum representing the possible values of an AccountCapabilities’s sofort_payments field.
AccountCapabilitiesSwishPayments
An enum representing the possible values of an AccountCapabilities’s swish_payments field.
AccountCapabilitiesTreasury
An enum representing the possible values of an AccountCapabilities’s treasury field.
AccountCapabilitiesUsBankAccountAchPayments
An enum representing the possible values of an AccountCapabilities’s us_bank_account_ach_payments field.
AccountCapabilitiesZipPayments
An enum representing the possible values of an AccountCapabilities’s zip_payments field.
AccountLinkCollect
An enum representing the possible values of an CreateAccountLink’s collect field.
AccountLinkType
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.
AccountRequirementsErrorCode
An enum representing the possible values of an AccountRequirementsError’s code field.
AccountRequirementsErrorCode
An enum representing the possible values of an AccountRequirementsError’s code field.
AccountType
An enum representing the possible values of an CreateAccount’s type_ field.
AccountUnificationAccountControllerType
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.
AutomaticTaxStatus
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.
BillingPortalSessionLocale
An enum representing the possible values of an BillingPortalSession’s locale field.
CancellationDetailsFeedback
An enum representing the possible values of an CancellationDetails’s feedback field.
CancellationDetailsReason
An enum representing the possible values of an CancellationDetails’s reason field.
CapabilityStatus
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.
CheckoutAcssDebitMandateOptionsDefaultFor
An enum representing the possible values of an CheckoutAcssDebitMandateOptions’s default_for field.
CheckoutAcssDebitMandateOptionsPaymentSchedule
An enum representing the possible values of an CheckoutAcssDebitMandateOptions’s payment_schedule field.
CheckoutAcssDebitMandateOptionsTransactionType
An enum representing the possible values of an CheckoutAcssDebitMandateOptions’s transaction_type field.
CheckoutAcssDebitPaymentMethodOptionsSetupFutureUsage
An enum representing the possible values of an CheckoutAcssDebitPaymentMethodOptions’s setup_future_usage field.
CheckoutAcssDebitPaymentMethodOptionsVerificationMethod
An enum representing the possible values of an CheckoutAcssDebitPaymentMethodOptions’s verification_method field.
CheckoutAffirmPaymentMethodOptionsSetupFutureUsage
An enum representing the possible values of an CheckoutAffirmPaymentMethodOptions’s setup_future_usage field.
CheckoutAfterpayClearpayPaymentMethodOptionsSetupFutureUsage
An enum representing the possible values of an CheckoutAfterpayClearpayPaymentMethodOptions’s setup_future_usage field.
CheckoutAlipayPaymentMethodOptionsSetupFutureUsage
An enum representing the possible values of an CheckoutAlipayPaymentMethodOptions’s setup_future_usage field.
CheckoutAuBecsDebitPaymentMethodOptionsSetupFutureUsage
An enum representing the possible values of an CheckoutAuBecsDebitPaymentMethodOptions’s setup_future_usage field.
CheckoutBacsDebitPaymentMethodOptionsSetupFutureUsage
An enum representing the possible values of an CheckoutBacsDebitPaymentMethodOptions’s setup_future_usage field.
CheckoutBancontactPaymentMethodOptionsSetupFutureUsage
An enum representing the possible values of an CheckoutBancontactPaymentMethodOptions’s setup_future_usage field.
CheckoutBoletoPaymentMethodOptionsSetupFutureUsage
An enum representing the possible values of an CheckoutBoletoPaymentMethodOptions’s setup_future_usage field.
CheckoutCardPaymentMethodOptionsSetupFutureUsage
An enum representing the possible values of an CheckoutCardPaymentMethodOptions’s setup_future_usage field.
CheckoutCashappPaymentMethodOptionsSetupFutureUsage
An enum representing the possible values of an CheckoutCashappPaymentMethodOptions’s setup_future_usage field.
CheckoutCustomerBalanceBankTransferPaymentMethodOptionsRequestedAddressTypes
An enum representing the possible values of an CheckoutCustomerBalanceBankTransferPaymentMethodOptions’s requested_address_types field.
CheckoutCustomerBalanceBankTransferPaymentMethodOptionsType
An enum representing the possible values of an CheckoutCustomerBalanceBankTransferPaymentMethodOptions’s type field.
CheckoutCustomerBalancePaymentMethodOptionsFundingType
An enum representing the possible values of an CheckoutCustomerBalancePaymentMethodOptions’s funding_type field.
CheckoutCustomerBalancePaymentMethodOptionsSetupFutureUsage
An enum representing the possible values of an CheckoutCustomerBalancePaymentMethodOptions’s setup_future_usage field.
CheckoutEpsPaymentMethodOptionsSetupFutureUsage
An enum representing the possible values of an CheckoutEpsPaymentMethodOptions’s setup_future_usage field.
CheckoutFpxPaymentMethodOptionsSetupFutureUsage
An enum representing the possible values of an CheckoutFpxPaymentMethodOptions’s setup_future_usage field.
CheckoutGiropayPaymentMethodOptionsSetupFutureUsage
An enum representing the possible values of an CheckoutGiropayPaymentMethodOptions’s setup_future_usage field.
CheckoutGrabPayPaymentMethodOptionsSetupFutureUsage
An enum representing the possible values of an CheckoutGrabPayPaymentMethodOptions’s setup_future_usage field.
CheckoutIdealPaymentMethodOptionsSetupFutureUsage
An enum representing the possible values of an CheckoutIdealPaymentMethodOptions’s setup_future_usage field.
CheckoutKlarnaPaymentMethodOptionsSetupFutureUsage
An enum representing the possible values of an CheckoutKlarnaPaymentMethodOptions’s setup_future_usage field.
CheckoutKonbiniPaymentMethodOptionsSetupFutureUsage
An enum representing the possible values of an CheckoutKonbiniPaymentMethodOptions’s setup_future_usage field.
CheckoutLinkPaymentMethodOptionsSetupFutureUsage
An enum representing the possible values of an CheckoutLinkPaymentMethodOptions’s setup_future_usage field.
CheckoutOxxoPaymentMethodOptionsSetupFutureUsage
An enum representing the possible values of an CheckoutOxxoPaymentMethodOptions’s setup_future_usage field.
CheckoutP24PaymentMethodOptionsSetupFutureUsage
An enum representing the possible values of an CheckoutP24PaymentMethodOptions’s setup_future_usage field.
CheckoutPaynowPaymentMethodOptionsSetupFutureUsage
An enum representing the possible values of an CheckoutPaynowPaymentMethodOptions’s setup_future_usage field.
CheckoutPaypalPaymentMethodOptionsCaptureMethod
An enum representing the possible values of an CheckoutPaypalPaymentMethodOptions’s capture_method field.
CheckoutPaypalPaymentMethodOptionsSetupFutureUsage
An enum representing the possible values of an CheckoutPaypalPaymentMethodOptions’s setup_future_usage field.
CheckoutSepaDebitPaymentMethodOptionsSetupFutureUsage
An enum representing the possible values of an CheckoutSepaDebitPaymentMethodOptions’s setup_future_usage field.
CheckoutSessionBillingAddressCollection
An enum representing the possible values of an CheckoutSession’s billing_address_collection field.
CheckoutSessionCustomerCreation
An enum representing the possible values of an CheckoutSession’s customer_creation field.
CheckoutSessionLocale
An enum representing the possible values of an CheckoutSession’s locale field.
CheckoutSessionMode
An enum representing the possible values of an CheckoutSession’s mode field.
CheckoutSessionPaymentMethodCollection
An enum representing the possible values of an CheckoutSession’s payment_method_collection field.
CheckoutSessionPaymentStatus
An enum representing the possible values of an CheckoutSession’s payment_status field.
CheckoutSessionRedirectOnCompletion
An enum representing the possible values of an CheckoutSession’s redirect_on_completion field.
CheckoutSessionStatus
An enum representing the possible values of an CheckoutSession’s status field.
CheckoutSessionSubmitType
An enum representing the possible values of an CheckoutSession’s submit_type field.
CheckoutSessionUiMode
An enum representing the possible values of an CheckoutSession’s ui_mode field.
CheckoutSofortPaymentMethodOptionsSetupFutureUsage
An enum representing the possible values of an CheckoutSofortPaymentMethodOptions’s setup_future_usage field.
CheckoutUsBankAccountPaymentMethodOptionsSetupFutureUsage
An enum representing the possible values of an CheckoutUsBankAccountPaymentMethodOptions’s setup_future_usage field.
CheckoutUsBankAccountPaymentMethodOptionsVerificationMethod
An enum representing the possible values of an CheckoutUsBankAccountPaymentMethodOptions’s verification_method field.
CollectionMethod
An enum representing the possible values of an Invoice’s collection_method field.
CompanyParamsStructure
An enum representing the possible values of an CompanyParams’s structure field.
CompanyStructure
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.
CouponDuration
An enum representing the possible values of an Coupon’s duration field.
CreateAccountLinkCollectionOptionsFields
An enum representing the possible values of an CreateAccountLinkCollectionOptions’s fields field.
CreateAccountLinkCollectionOptionsFutureRequirements
An enum representing the possible values of an CreateAccountLinkCollectionOptions’s future_requirements field.
CreateBillingPortalSessionFlowDataAfterCompletionType
An enum representing the possible values of an CreateBillingPortalSessionFlowDataAfterCompletion’s type field.
CreateBillingPortalSessionFlowDataSubscriptionCancelRetentionType
An enum representing the possible values of an CreateBillingPortalSessionFlowDataSubscriptionCancelRetention’s type field.
CreateBillingPortalSessionFlowDataType
An enum representing the possible values of an CreateBillingPortalSessionFlowData’s type field.
CreateCheckoutSessionAutomaticTaxLiabilityType
An enum representing the possible values of an CreateCheckoutSessionAutomaticTaxLiability’s type field.
CreateCheckoutSessionConsentCollectionPaymentMethodReuseAgreementPosition
An enum representing the possible values of an CreateCheckoutSessionConsentCollectionPaymentMethodReuseAgreement’s position field.
CreateCheckoutSessionConsentCollectionPromotions
An enum representing the possible values of an CreateCheckoutSessionConsentCollection’s promotions field.
CreateCheckoutSessionConsentCollectionTermsOfService
An enum representing the possible values of an CreateCheckoutSessionConsentCollection’s terms_of_service field.
CreateCheckoutSessionCustomFieldsLabelType
An enum representing the possible values of an CreateCheckoutSessionCustomFieldsLabel’s type field.
CreateCheckoutSessionCustomFieldsType
An enum representing the possible values of an CreateCheckoutSessionCustomFields’s type field.
CreateCheckoutSessionCustomerUpdateAddress
An enum representing the possible values of an CreateCheckoutSessionCustomerUpdate’s address field.
CreateCheckoutSessionCustomerUpdateName
An enum representing the possible values of an CreateCheckoutSessionCustomerUpdate’s name field.
CreateCheckoutSessionCustomerUpdateShipping
An enum representing the possible values of an CreateCheckoutSessionCustomerUpdate’s shipping field.
CreateCheckoutSessionInvoiceCreationInvoiceDataIssuerType
An enum representing the possible values of an CreateCheckoutSessionInvoiceCreationInvoiceDataIssuer’s type field.
CreateCheckoutSessionInvoiceCreationInvoiceDataRenderingOptionsAmountTaxDisplay
An enum representing the possible values of an CreateCheckoutSessionInvoiceCreationInvoiceDataRenderingOptions’s amount_tax_display field.
CreateCheckoutSessionLineItemsPriceDataRecurringInterval
An enum representing the possible values of an CreateCheckoutSessionLineItemsPriceDataRecurring’s interval field.
CreateCheckoutSessionLineItemsPriceDataTaxBehavior
An enum representing the possible values of an CreateCheckoutSessionLineItemsPriceData’s tax_behavior field.
CreateCheckoutSessionPaymentIntentDataCaptureMethod
An enum representing the possible values of an CreateCheckoutSessionPaymentIntentData’s capture_method field.
CreateCheckoutSessionPaymentIntentDataSetupFutureUsage
An enum representing the possible values of an CreateCheckoutSessionPaymentIntentData’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsAcssDebitMandateOptions’s default_for field.
CreateCheckoutSessionPaymentMethodOptionsAcssDebitMandateOptionsPaymentSchedule
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsAcssDebitMandateOptions’s payment_schedule field.
CreateCheckoutSessionPaymentMethodOptionsAcssDebitMandateOptionsTransactionType
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsAcssDebitMandateOptions’s transaction_type field.
CreateCheckoutSessionPaymentMethodOptionsAcssDebitSetupFutureUsage
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsAcssDebit’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsAcssDebitVerificationMethod
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsAcssDebit’s verification_method field.
CreateCheckoutSessionPaymentMethodOptionsAffirmSetupFutureUsage
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsAffirm’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsAfterpayClearpaySetupFutureUsage
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsAfterpayClearpay’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsAlipaySetupFutureUsage
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsAlipay’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsAuBecsDebitSetupFutureUsage
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsAuBecsDebit’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsBacsDebitSetupFutureUsage
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsBacsDebit’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsBancontactSetupFutureUsage
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsBancontact’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsBoletoSetupFutureUsage
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsBoleto’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsCardSetupFutureUsage
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsCard’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsCashappSetupFutureUsage
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsCashapp’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsCustomerBalanceBankTransferRequestedAddressTypes
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsCustomerBalanceBankTransfer’s requested_address_types field.
CreateCheckoutSessionPaymentMethodOptionsCustomerBalanceBankTransferType
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsCustomerBalanceBankTransfer’s type field.
CreateCheckoutSessionPaymentMethodOptionsCustomerBalanceFundingType
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsCustomerBalance’s funding_type field.
CreateCheckoutSessionPaymentMethodOptionsCustomerBalanceSetupFutureUsage
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsCustomerBalance’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsEpsSetupFutureUsage
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsEps’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsFpxSetupFutureUsage
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsFpx’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsGiropaySetupFutureUsage
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsGiropay’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsGrabpaySetupFutureUsage
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsGrabpay’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsIdealSetupFutureUsage
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsIdeal’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsKlarnaSetupFutureUsage
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsKlarna’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsKonbiniSetupFutureUsage
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsKonbini’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsLinkSetupFutureUsage
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsLink’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsOxxoSetupFutureUsage
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsOxxo’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsP24SetupFutureUsage
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsP24’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsPaynowSetupFutureUsage
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsPaynow’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsPaypalCaptureMethod
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsPaypal’s capture_method field.
CreateCheckoutSessionPaymentMethodOptionsPaypalPreferredLocale
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsPaypal’s preferred_locale field.
CreateCheckoutSessionPaymentMethodOptionsPaypalSetupFutureUsage
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsPaypal’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsRevolutPaySetupFutureUsage
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsRevolutPay’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsSepaDebitSetupFutureUsage
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsSepaDebit’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsSofortSetupFutureUsage
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsSofort’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsUsBankAccountFinancialConnectionsPermissions
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsUsBankAccountFinancialConnections’s permissions field.
CreateCheckoutSessionPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsUsBankAccountFinancialConnections’s prefetch field.
CreateCheckoutSessionPaymentMethodOptionsUsBankAccountSetupFutureUsage
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsUsBankAccount’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodOptionsUsBankAccountVerificationMethod
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsUsBankAccount’s verification_method field.
CreateCheckoutSessionPaymentMethodOptionsWechatPayClient
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsWechatPay’s client field.
CreateCheckoutSessionPaymentMethodOptionsWechatPaySetupFutureUsage
An enum representing the possible values of an CreateCheckoutSessionPaymentMethodOptionsWechatPay’s setup_future_usage field.
CreateCheckoutSessionPaymentMethodTypes
An enum representing the possible values of an CreateCheckoutSession’s payment_method_types field.
CreateCheckoutSessionShippingAddressCollectionAllowedCountries
An enum representing the possible values of an CreateCheckoutSessionShippingAddressCollection’s allowed_countries field.
CreateCheckoutSessionShippingOptionsShippingRateDataDeliveryEstimateMaximumUnit
An enum representing the possible values of an CreateCheckoutSessionShippingOptionsShippingRateDataDeliveryEstimateMaximum’s unit field.
CreateCheckoutSessionShippingOptionsShippingRateDataDeliveryEstimateMinimumUnit
An enum representing the possible values of an CreateCheckoutSessionShippingOptionsShippingRateDataDeliveryEstimateMinimum’s unit field.
CreateCheckoutSessionShippingOptionsShippingRateDataFixedAmountCurrencyOptionsTaxBehavior
An enum representing the possible values of an CreateCheckoutSessionShippingOptionsShippingRateDataFixedAmountCurrencyOptions’s tax_behavior field.
CreateCheckoutSessionShippingOptionsShippingRateDataTaxBehavior
An enum representing the possible values of an CreateCheckoutSessionShippingOptionsShippingRateData’s tax_behavior field.
CreateCheckoutSessionShippingOptionsShippingRateDataType
An enum representing the possible values of an CreateCheckoutSessionShippingOptionsShippingRateData’s type field.
CreateCheckoutSessionSubscriptionDataInvoiceSettingsIssuerType
An enum representing the possible values of an CreateCheckoutSessionSubscriptionDataInvoiceSettingsIssuer’s type field.
CreateCheckoutSessionSubscriptionDataProrationBehavior
An enum representing the possible values of an CreateCheckoutSessionSubscriptionData’s proration_behavior field.
CreateCheckoutSessionSubscriptionDataTrialSettingsEndBehaviorMissingPaymentMethod
An enum representing the possible values of an CreateCheckoutSessionSubscriptionDataTrialSettingsEndBehavior’s missing_payment_method field.
CreateCreditNoteLinesType
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.
CreateInvoiceAutomaticTaxLiabilityType
An enum representing the possible values of an CreateInvoiceAutomaticTaxLiability’s type field.
CreateInvoiceFromInvoiceAction
An enum representing the possible values of an CreateInvoiceFromInvoice’s action field.
CreateInvoiceIssuerType
An enum representing the possible values of an CreateInvoiceIssuer’s type field.
CreateInvoicePaymentSettingsPaymentMethodOptionsAcssDebitMandateOptionsTransactionType
An enum representing the possible values of an CreateInvoicePaymentSettingsPaymentMethodOptionsAcssDebitMandateOptions’s transaction_type field.
CreateInvoicePaymentSettingsPaymentMethodOptionsAcssDebitVerificationMethod
An enum representing the possible values of an CreateInvoicePaymentSettingsPaymentMethodOptionsAcssDebit’s verification_method field.
CreateInvoicePaymentSettingsPaymentMethodOptionsBancontactPreferredLanguage
An enum representing the possible values of an CreateInvoicePaymentSettingsPaymentMethodOptionsBancontact’s preferred_language field.
CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlanInterval
An enum representing the possible values of an CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlan’s interval field.
CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlanType
An enum representing the possible values of an CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlan’s type field.
CreateInvoicePaymentSettingsPaymentMethodOptionsCardRequestThreeDSecure
An enum representing the possible values of an CreateInvoicePaymentSettingsPaymentMethodOptionsCard’s request_three_d_secure field.
CreateInvoicePaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsPermissions
An enum representing the possible values of an CreateInvoicePaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections’s permissions field.
CreateInvoicePaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
An enum representing the possible values of an CreateInvoicePaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections’s prefetch field.
CreateInvoicePaymentSettingsPaymentMethodOptionsUsBankAccountVerificationMethod
An enum representing the possible values of an CreateInvoicePaymentSettingsPaymentMethodOptionsUsBankAccount’s verification_method field.
CreateInvoicePaymentSettingsPaymentMethodTypes
An enum representing the possible values of an CreateInvoicePaymentSettings’s payment_method_types field.
CreateInvoiceRenderingAmountTaxDisplay
An enum representing the possible values of an CreateInvoiceRendering’s amount_tax_display field.
CreateInvoiceRenderingOptionsAmountTaxDisplay
An enum representing the possible values of an CreateInvoiceRenderingOptions’s amount_tax_display field.
CreateInvoiceRenderingPdfPageSize
An enum representing the possible values of an CreateInvoiceRenderingPdf’s page_size field.
CreateInvoiceShippingCostShippingRateDataDeliveryEstimateMaximumUnit
An enum representing the possible values of an CreateInvoiceShippingCostShippingRateDataDeliveryEstimateMaximum’s unit field.
CreateInvoiceShippingCostShippingRateDataDeliveryEstimateMinimumUnit
An enum representing the possible values of an CreateInvoiceShippingCostShippingRateDataDeliveryEstimateMinimum’s unit field.
CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptionsTaxBehavior
An enum representing the possible values of an CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptions’s tax_behavior field.
CreateInvoiceShippingCostShippingRateDataTaxBehavior
An enum representing the possible values of an CreateInvoiceShippingCostShippingRateData’s tax_behavior field.
CreateInvoiceShippingCostShippingRateDataType
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.
CreatePaymentLinkAfterCompletionType
An enum representing the possible values of an CreatePaymentLinkAfterCompletion’s type field.
CreatePaymentLinkAutomaticTaxLiabilityType
An enum representing the possible values of an CreatePaymentLinkAutomaticTaxLiability’s type field.
CreatePaymentLinkConsentCollectionPaymentMethodReuseAgreementPosition
An enum representing the possible values of an CreatePaymentLinkConsentCollectionPaymentMethodReuseAgreement’s position field.
CreatePaymentLinkConsentCollectionPromotions
An enum representing the possible values of an CreatePaymentLinkConsentCollection’s promotions field.
CreatePaymentLinkConsentCollectionTermsOfService
An enum representing the possible values of an CreatePaymentLinkConsentCollection’s terms_of_service field.
CreatePaymentLinkCustomFieldsLabelType
An enum representing the possible values of an CreatePaymentLinkCustomFieldsLabel’s type field.
CreatePaymentLinkCustomFieldsType
An enum representing the possible values of an CreatePaymentLinkCustomFields’s type field.
CreatePaymentLinkInvoiceCreationInvoiceDataIssuerType
An enum representing the possible values of an CreatePaymentLinkInvoiceCreationInvoiceDataIssuer’s type field.
CreatePaymentLinkInvoiceCreationInvoiceDataRenderingOptionsAmountTaxDisplay
An enum representing the possible values of an CreatePaymentLinkInvoiceCreationInvoiceDataRenderingOptions’s amount_tax_display field.
CreatePaymentLinkPaymentIntentDataCaptureMethod
An enum representing the possible values of an CreatePaymentLinkPaymentIntentData’s capture_method field.
CreatePaymentLinkPaymentIntentDataSetupFutureUsage
An enum representing the possible values of an CreatePaymentLinkPaymentIntentData’s setup_future_usage field.
CreatePaymentLinkPaymentMethodTypes
An enum representing the possible values of an CreatePaymentLink’s payment_method_types field.
CreatePaymentLinkShippingAddressCollectionAllowedCountries
An enum representing the possible values of an CreatePaymentLinkShippingAddressCollection’s allowed_countries field.
CreatePaymentLinkSubscriptionDataInvoiceSettingsIssuerType
An enum representing the possible values of an CreatePaymentLinkSubscriptionDataInvoiceSettingsIssuer’s type field.
CreatePaymentLinkSubscriptionDataTrialSettingsEndBehaviorMissingPaymentMethod
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.
CreateSubscriptionAutomaticTaxLiabilityType
An enum representing the possible values of an CreateSubscriptionAutomaticTaxLiability’s type field.
CreateSubscriptionInvoiceSettingsIssuerType
An enum representing the possible values of an CreateSubscriptionInvoiceSettingsIssuer’s type field.
CreateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebitMandateOptionsTransactionType
An enum representing the possible values of an CreateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebitMandateOptions’s transaction_type field.
CreateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebitVerificationMethod
An enum representing the possible values of an CreateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebit’s verification_method field.
CreateSubscriptionPaymentSettingsPaymentMethodOptionsBancontactPreferredLanguage
An enum representing the possible values of an CreateSubscriptionPaymentSettingsPaymentMethodOptionsBancontact’s preferred_language field.
CreateSubscriptionPaymentSettingsPaymentMethodOptionsCardMandateOptionsAmountType
An enum representing the possible values of an CreateSubscriptionPaymentSettingsPaymentMethodOptionsCardMandateOptions’s amount_type field.
CreateSubscriptionPaymentSettingsPaymentMethodOptionsCardNetwork
An enum representing the possible values of an CreateSubscriptionPaymentSettingsPaymentMethodOptionsCard’s network field.
CreateSubscriptionPaymentSettingsPaymentMethodOptionsCardRequestThreeDSecure
An enum representing the possible values of an CreateSubscriptionPaymentSettingsPaymentMethodOptionsCard’s request_three_d_secure field.
CreateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsPermissions
An enum representing the possible values of an CreateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections’s permissions field.
CreateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
An enum representing the possible values of an CreateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections’s prefetch field.
CreateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountVerificationMethod
An enum representing the possible values of an CreateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccount’s verification_method field.
CreateSubscriptionPaymentSettingsPaymentMethodTypes
An enum representing the possible values of an CreateSubscriptionPaymentSettings’s payment_method_types field.
CreateSubscriptionPaymentSettingsSaveDefaultPaymentMethod
An enum representing the possible values of an CreateSubscriptionPaymentSettings’s save_default_payment_method field.
CreateSubscriptionSchedulePhasesAutomaticTaxLiabilityType
An enum representing the possible values of an CreateSubscriptionSchedulePhasesAutomaticTaxLiability’s type field.
CreateSubscriptionSchedulePhasesBillingCycleAnchor
An enum representing the possible values of an CreateSubscriptionSchedulePhases’s billing_cycle_anchor field.
CreateSubscriptionSchedulePhasesItemsPriceDataRecurringInterval
An enum representing the possible values of an CreateSubscriptionSchedulePhasesItemsPriceDataRecurring’s interval field.
CreateSubscriptionSchedulePhasesItemsPriceDataTaxBehavior
An enum representing the possible values of an CreateSubscriptionSchedulePhasesItemsPriceData’s tax_behavior field.
CreateSubscriptionTrialSettingsEndBehaviorMissingPaymentMethod
An enum representing the possible values of an CreateSubscriptionTrialSettingsEndBehavior’s missing_payment_method field.
CreateTaxIdOwnerType
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.
CreditNoteLineItemType
An enum representing the possible values of an CreditNoteLineItem’s type field.
CreditNoteReason
An enum representing the possible values of an CreditNote’s reason field.
CreditNoteStatus
An enum representing the possible values of an CreditNote’s status field.
CreditNoteTaxAmountTaxabilityReason
An enum representing the possible values of an CreditNoteTaxAmount’s taxability_reason field.
CreditNoteTaxAmountTaxabilityReason
An enum representing the possible values of an CreditNoteTaxAmount’s taxability_reason field.
CreditNoteType
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.
CustomerBalanceTransactionType
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.
EventFilter
An enum representing the possible values of an CreateWebhookEndpoint’s enabled_events field.
EventObject
EventType
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
InvoiceBillingReason
An enum representing the possible values of an Invoice’s billing_reason field.
InvoiceCustomerTaxExempt
An enum representing the possible values of an Invoice’s customer_tax_exempt field.
InvoiceItemPriceDataTaxBehavior
An enum representing the possible values of an InvoiceItemPriceData’s tax_behavior field.
InvoiceItemPriceDataTaxBehavior
An enum representing the possible values of an InvoiceItemPriceData’s tax_behavior field.
InvoiceItemPriceDataTaxBehavior
An enum representing the possible values of an InvoiceItemPriceData’s tax_behavior field.
InvoiceItemTaxBehavior
An enum representing the possible values of an CreateInvoiceItem’s tax_behavior field.
InvoiceLineItemId
InvoiceLineItemType
An enum representing the possible values of an InvoiceLineItem’s type field.
InvoiceMandateOptionsCardAmountType
An enum representing the possible values of an InvoiceMandateOptionsCard’s amount_type field.
InvoicePaymentMethodOptionsAcssDebitMandateOptionsTransactionType
An enum representing the possible values of an InvoicePaymentMethodOptionsAcssDebitMandateOptions’s transaction_type field.
InvoicePaymentMethodOptionsAcssDebitVerificationMethod
An enum representing the possible values of an InvoicePaymentMethodOptionsAcssDebit’s verification_method field.
InvoicePaymentMethodOptionsBancontactPreferredLanguage
An enum representing the possible values of an InvoicePaymentMethodOptionsBancontact’s preferred_language field.
InvoicePaymentMethodOptionsCardRequestThreeDSecure
An enum representing the possible values of an InvoicePaymentMethodOptionsCard’s request_three_d_secure field.
InvoicePaymentMethodOptionsCustomerBalanceBankTransferEuBankTransferCountry
An enum representing the possible values of an InvoicePaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer’s country field.
InvoicePaymentMethodOptionsCustomerBalanceFundingType
An enum representing the possible values of an InvoicePaymentMethodOptionsCustomerBalance’s funding_type field.
InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsPermissions
An enum representing the possible values of an InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptions’s permissions field.
InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsPrefetch
An enum representing the possible values of an InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptions’s prefetch field.
InvoicePaymentMethodOptionsUsBankAccountVerificationMethod
An enum representing the possible values of an InvoicePaymentMethodOptionsUsBankAccount’s verification_method field.
InvoicePendingInvoiceItemsBehavior
An enum representing the possible values of an CreateInvoice’s pending_invoice_items_behavior field.
InvoiceRenderingPdfPageSize
An enum representing the possible values of an InvoiceRenderingPdf’s page_size field.
InvoiceStatus
An enum representing the possible values of an Invoice’s status field.
InvoicesPaymentSettingsPaymentMethodTypes
An enum representing the possible values of an InvoicesPaymentSettings’s payment_method_types field.
IssuingAuthorizationAuthenticationExemptionClaimedBy
An enum representing the possible values of an IssuingAuthorizationAuthenticationExemption’s claimed_by field.
IssuingAuthorizationAuthenticationExemptionType
An enum representing the possible values of an IssuingAuthorizationAuthenticationExemption’s type field.
IssuingAuthorizationCheck
An enum representing the possible values of the IssuingAuthorizationVerificationData fields.
IssuingAuthorizationMethod
An enum representing the possible values of the IssuingAuthorization’s authorization_method field.
IssuingAuthorizationReason
An enum representing the possible values of the IssuingAuthorizationRequest’s reason field.
IssuingAuthorizationStatus
An enum representing the possible values of an IssuingAuthorization’s status field.
IssuingAuthorizationThreeDSecureResult
An enum representing the possible values of an IssuingAuthorizationThreeDSecure’s result field.
IssuingAuthorizationWalletProvider
An enum representing the possible values of an IssuingAuthorization’s wallet_provider field.
IssuingCardApplePayIneligibleReason
An enum representing the possible values of an IssuingCardApplePay’s ineligible_reason field.
IssuingCardCancellationReason
An enum representing the possible values of an IssuingCard’s cancellation_reason field.
IssuingCardGooglePayIneligibleReason
An enum representing the possible values of an IssuingCardGooglePay’s ineligible_reason field.
IssuingCardPinStatus
An enum representing the possible values of an IssuingCardPin’s status field.
IssuingCardReplacementReason
An enum representing the possible values of an IssuingCard’s replacement_reason field.
IssuingCardShippingCarrier
An enum representing the possible values of an IssuingCardShipping’s carrier field.
IssuingCardShippingService
An enum representing the possible values of an IssuingCardShipping’s service field.
IssuingCardShippingStatus
An enum representing the possible values of an IssuingCardShipping’s status field.
IssuingCardShippingType
An enum representing the possible values of an IssuingCardShipping’s type field.
IssuingCardSpendingLimitCategories
An enum representing the possible values of an IssuingCardSpendingLimit’s categories field.
IssuingCardSpendingLimitInterval
An enum representing the possible values of an IssuingCardSpendingLimit’s interval field.
IssuingCardStatus
An enum representing the possible values of an IssuingCard’s status field.
IssuingCardType
An enum representing the possible values of an IssuingCard’s type field.
IssuingCardholderPreferredLocales
An enum representing the possible values of an IssuingCardholder’s preferred_locales field.
IssuingCardholderRequirementsDisabledReason
An enum representing the possible values of an IssuingCardholderRequirements’s disabled_reason field.
IssuingCardholderRequirementsPastDue
An enum representing the possible values of an IssuingCardholderRequirements’s past_due field.
IssuingCardholderSpendingLimitCategories
An enum representing the possible values of an IssuingCardholderSpendingLimit’s categories field.
IssuingCardholderSpendingLimitInterval
An enum representing the possible values of an IssuingCardholderSpendingLimit’s interval field.
IssuingCardholderStatus
An enum representing the possible values of an IssuingCardholder’s status field.
IssuingCardholderType
An enum representing the possible values of an IssuingCardholder’s type field.
IssuingDisputeCanceledEvidenceProductType
An enum representing the possible values of an IssuingDisputeCanceledEvidence’s product_type field.
IssuingDisputeCanceledEvidenceReturnStatus
An enum representing the possible values of an IssuingDisputeCanceledEvidence’s return_status field.
IssuingDisputeEvidenceReason
An enum representing the possible values of an IssuingDisputeEvidence’s reason field.
IssuingDisputeMerchandiseNotAsDescribedEvidenceReturnStatus
An enum representing the possible values of an IssuingDisputeMerchandiseNotAsDescribedEvidence’s return_status field.
IssuingDisputeNotReceivedEvidenceProductType
An enum representing the possible values of an IssuingDisputeNotReceivedEvidence’s product_type field.
IssuingDisputeOtherEvidenceProductType
An enum representing the possible values of an IssuingDisputeOtherEvidence’s product_type field.
IssuingDisputeReason
An enum representing the possible values of an IssuingDispute’s reason field.
IssuingDisputeStatus
An enum representing the possible values of an IssuingDispute’s status field.
IssuingNetworkTokenDeviceType
An enum representing the possible values of an IssuingNetworkTokenDevice’s type field.
IssuingNetworkTokenNetworkDataType
An enum representing the possible values of an IssuingNetworkTokenNetworkData’s type field.
IssuingNetworkTokenWalletProviderCardNumberSource
An enum representing the possible values of an IssuingNetworkTokenWalletProvider’s card_number_source field.
IssuingNetworkTokenWalletProviderReasonCodes
An enum representing the possible values of an IssuingNetworkTokenWalletProvider’s reason_codes field.
IssuingNetworkTokenWalletProviderSuggestedDecision
An enum representing the possible values of an IssuingNetworkTokenWalletProvider’s suggested_decision field.
IssuingTokenNetwork
An enum representing the possible values of an IssuingToken’s network field.
IssuingTokenStatus
An enum representing the possible values of an IssuingToken’s status field.
IssuingTokenWalletProvider
An enum representing the possible values of an IssuingToken’s wallet_provider field.
IssuingTransactionType
An enum representing the possible values of an IssuingTransaction’s type field.
IssuingTransactionWallet
An enum representing the possible values of an IssuingTransaction’s wallet field.
LineItemsTaxAmountTaxabilityReason
An enum representing the possible values of an LineItemsTaxAmount’s taxability_reason field.
LineItemsTaxAmountTaxabilityReason
An enum representing the possible values of an LineItemsTaxAmount’s taxability_reason field.
LineItemsTaxAmountTaxabilityReason
An enum representing the possible values of an LineItemsTaxAmount’s taxability_reason field.
LineItemsTaxAmountTaxabilityReason
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.
ListTaxIdsOwnerType
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.
MerchantCategory
An enum representing the industry of a merchant.
OffSessionOther
OrderStatusFilter
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.
PaymentLinkBillingAddressCollection
An enum representing the possible values of an PaymentLink’s billing_address_collection field.
PaymentLinkCustomerCreation
An enum representing the possible values of an PaymentLink’s customer_creation field.
PaymentLinkPaymentMethodCollection
An enum representing the possible values of an PaymentLink’s payment_method_collection field.
PaymentLinkPaymentMethodTypes
An enum representing the possible values of an PaymentLink’s payment_method_types field.
PaymentLinkSubmitType
An enum representing the possible values of an PaymentLink’s submit_type field.
PaymentLinksResourceAfterCompletionType
An enum representing the possible values of an PaymentLinksResourceAfterCompletion’s type field.
PaymentLinksResourceConsentCollectionPromotions
An enum representing the possible values of an PaymentLinksResourceConsentCollection’s promotions field.
PaymentLinksResourceConsentCollectionTermsOfService
An enum representing the possible values of an PaymentLinksResourceConsentCollection’s terms_of_service field.
PaymentLinksResourceCustomFieldsLabelType
An enum representing the possible values of an PaymentLinksResourceCustomFieldsLabel’s type field.
PaymentLinksResourceCustomFieldsType
An enum representing the possible values of an PaymentLinksResourceCustomFields’s type field.
PaymentLinksResourcePaymentIntentDataCaptureMethod
An enum representing the possible values of an PaymentLinksResourcePaymentIntentData’s capture_method field.
PaymentLinksResourcePaymentIntentDataSetupFutureUsage
An enum representing the possible values of an PaymentLinksResourcePaymentIntentData’s setup_future_usage field.
PaymentLinksResourcePaymentMethodReuseAgreementPosition
An enum representing the possible values of an PaymentLinksResourcePaymentMethodReuseAgreement’s position field.
PaymentLinksResourceShippingAddressCollectionAllowedCountries
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.
PaymentPagesCheckoutSessionAutomaticTaxStatus
An enum representing the possible values of an PaymentPagesCheckoutSessionAutomaticTax’s status field.
PaymentPagesCheckoutSessionConsentCollectionPromotions
An enum representing the possible values of an PaymentPagesCheckoutSessionConsentCollection’s promotions field.
PaymentPagesCheckoutSessionConsentCollectionTermsOfService
An enum representing the possible values of an PaymentPagesCheckoutSessionConsentCollection’s terms_of_service field.
PaymentPagesCheckoutSessionConsentPromotions
An enum representing the possible values of an PaymentPagesCheckoutSessionConsent’s promotions field.
PaymentPagesCheckoutSessionConsentTermsOfService
An enum representing the possible values of an PaymentPagesCheckoutSessionConsent’s terms_of_service field.
PaymentPagesCheckoutSessionCustomFieldsLabelType
An enum representing the possible values of an PaymentPagesCheckoutSessionCustomFieldsLabel’s type field.
PaymentPagesCheckoutSessionCustomFieldsType
An enum representing the possible values of an PaymentPagesCheckoutSessionCustomFields’s type field.
PaymentPagesCheckoutSessionCustomerDetailsTaxExempt
An enum representing the possible values of an PaymentPagesCheckoutSessionCustomerDetails’s tax_exempt field.
PaymentPagesCheckoutSessionPaymentMethodReuseAgreementPosition
An enum representing the possible values of an PaymentPagesCheckoutSessionPaymentMethodReuseAgreement’s position field.
PaymentPagesCheckoutSessionShippingAddressCollectionAllowedCountries
An enum representing the possible values of an PaymentPagesCheckoutSessionShippingAddressCollection’s allowed_countries field.
PaymentPagesCheckoutSessionTaxIdType
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 to creating a new customer with a payment method or creating a payment method directly for a customer via Customer::attach_source.
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.
PersonParamsPoliticalExposure
An enum representing the possible values of an PersonParams’s political_exposure field.
PersonPoliticalExposure
An enum representing the possible values of an Person’s political_exposure field.
PlanAggregateUsage
An enum representing the possible values of an Plan’s aggregate_usage field.
PlanBillingScheme
An enum representing the possible values of an Plan’s billing_scheme field.
PlanInterval
An enum representing the possible values of an Plan’s interval field.
PlanInterval
An enum representing the possible values of an SubscriptionItemPriceDataRecurring’s interval field.
PlanInterval
An enum representing the possible values of an SubscriptionPendingInvoiceItemInterval’s interval field.
PlanTiersMode
An enum representing the possible values of an Plan’s tiers_mode field.
PlanUsageType
An enum representing the possible values of an Plan’s usage_type field.
PortalCustomerUpdateAllowedUpdates
An enum representing the possible values of an PortalCustomerUpdate’s allowed_updates field.
PortalFlowsFlowAfterCompletionType
An enum representing the possible values of an PortalFlowsFlowAfterCompletion’s type field.
PortalFlowsFlowType
An enum representing the possible values of an PortalFlowsFlow’s type field.
PortalFlowsRetentionType
An enum representing the possible values of an PortalFlowsRetention’s type field.
PortalSubscriptionCancelMode
An enum representing the possible values of an PortalSubscriptionCancel’s mode field.
PortalSubscriptionCancelProrationBehavior
An enum representing the possible values of an PortalSubscriptionCancel’s proration_behavior field.
PortalSubscriptionCancellationReasonOptions
An enum representing the possible values of an PortalSubscriptionCancellationReason’s options field.
PortalSubscriptionUpdateDefaultAllowedUpdates
An enum representing the possible values of an PortalSubscriptionUpdate’s default_allowed_updates field.
PortalSubscriptionUpdateProrationBehavior
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.
QuoteCollectionMethod
An enum representing the possible values of an Quote’s collection_method field.
QuoteStatus
An enum representing the possible values of an Quote’s status field.
QuotesResourceAutomaticTaxStatus
An enum representing the possible values of an QuotesResourceAutomaticTax’s status field.
QuotesResourceRecurringInterval
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
ReviewClosedReason
An enum representing the possible values of an Review’s closed_reason field.
ReviewOpenedReason
An enum representing the possible values of an Review’s opened_reason field.
ReviewReason
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.
SubscriptionBillingCycleAnchor
An enum representing the possible values of an UpdateSubscription’s billing_cycle_anchor field.
SubscriptionInterval
An enum representing the possible values of an SubscriptionPendingInvoiceItemInterval’s interval field.
SubscriptionItemInterval
An enum representing the possible values of an SubscriptionItemPriceDataRecurring’s interval field.
SubscriptionItemPaymentBehavior
An enum representing the possible values of an CreateSubscriptionItem’s payment_behavior field.
SubscriptionItemPriceDataTaxBehavior
An enum representing the possible values of an SubscriptionItemPriceData’s tax_behavior field.
SubscriptionItemPriceDataTaxBehavior
An enum representing the possible values of an SubscriptionItemPriceData’s tax_behavior field.
SubscriptionPaymentBehavior
An enum representing the possible values of an CreateSubscriptionItem’s payment_behavior field.
SubscriptionPaymentBehavior
An enum representing the possible values of an CreateSubscription’s payment_behavior field.
SubscriptionPaymentMethodOptionsCardNetwork
An enum representing the possible values of an SubscriptionPaymentMethodOptionsCard’s network field.
SubscriptionPaymentMethodOptionsCardRequestThreeDSecure
An enum representing the possible values of an SubscriptionPaymentMethodOptionsCard’s request_three_d_secure field.
SubscriptionProrationBehavior
An enum representing the possible values of an CreateSubscriptionItem’s proration_behavior field.
SubscriptionProrationBehavior
An enum representing the possible values of an CreateSubscription’s proration_behavior field.
SubscriptionProrationBehavior
An enum representing the possible values of an SubscriptionSchedulePhaseConfiguration’s proration_behavior field.
SubscriptionScheduleDefaultSettingsBillingCycleAnchor
An enum representing the possible values of an SubscriptionScheduleDefaultSettings’s billing_cycle_anchor field.
SubscriptionScheduleDefaultSettingsCollectionMethod
An enum representing the possible values of an SubscriptionScheduleDefaultSettings’s collection_method field.
SubscriptionScheduleDefaultSettingsParamsAutomaticTaxLiabilityType
An enum representing the possible values of an SubscriptionScheduleDefaultSettingsParamsAutomaticTaxLiability’s type field.
SubscriptionScheduleDefaultSettingsParamsBillingCycleAnchor
An enum representing the possible values of an SubscriptionScheduleDefaultSettingsParams’s billing_cycle_anchor field.
SubscriptionScheduleEndBehavior
An enum representing the possible values of an SubscriptionSchedule’s end_behavior field.
SubscriptionScheduleInvoiceSettingsIssuerType
An enum representing the possible values of an SubscriptionScheduleInvoiceSettingsIssuer’s type field.
SubscriptionSchedulePhaseConfigurationBillingCycleAnchor
An enum representing the possible values of an SubscriptionSchedulePhaseConfiguration’s billing_cycle_anchor field.
SubscriptionScheduleStatus
An enum representing the possible values of an SubscriptionSchedule’s status field.
SubscriptionStatus
An enum representing the possible values of an Subscription’s status field.
SubscriptionStatusFilter
An enum representing the possible values of an ListSubscriptions’s status field.
SubscriptionsResourcePauseCollectionBehavior
An enum representing the possible values of an SubscriptionsResourcePauseCollection’s behavior field.
SubscriptionsResourcePaymentSettingsPaymentMethodTypes
An enum representing the possible values of an SubscriptionsResourcePaymentSettings’s payment_method_types field.
SubscriptionsResourcePaymentSettingsSaveDefaultPaymentMethod
An enum representing the possible values of an SubscriptionsResourcePaymentSettings’s save_default_payment_method field.
SubscriptionsTrialsResourceEndBehaviorMissingPaymentMethod
An enum representing the possible values of an SubscriptionsTrialsResourceEndBehavior’s missing_payment_method field.
TaxAmountTaxabilityReason
An enum representing the possible values of an TaxAmount’s taxability_reason field.
TaxAmountTaxabilityReason
An enum representing the possible values of an TaxAmount’s taxability_reason field.
TaxCalculationLineItemTaxBehavior
An enum representing the possible values of an TaxCalculationLineItem’s tax_behavior field.
TaxIDsOwnerType
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.
TaxIdType
An enum representing the possible values of an InvoicesResourceInvoiceTaxId’s type field.
TaxIdType
An enum representing the possible values of an TaxId’s type field.
TaxIdTypeFilter
An enum representing the possible values of an CreateTaxId’s type_ field.
TaxIdVerificationStatus
An enum representing the possible values of an TaxIdVerification’s status field.
TaxProductResourceCustomerDetailsAddressSource
An enum representing the possible values of an TaxProductResourceCustomerDetails’s address_source field.
TaxProductResourceCustomerDetailsResourceTaxIdType
An enum representing the possible values of an TaxProductResourceCustomerDetailsResourceTaxId’s type field.
TaxProductResourceCustomerDetailsTaxabilityOverride
An enum representing the possible values of an TaxProductResourceCustomerDetails’s taxability_override field.
TaxProductResourceJurisdictionLevel
An enum representing the possible values of an TaxProductResourceJurisdiction’s level field.
TaxProductResourceJurisdictionLevel
An enum representing the possible values of an TaxProductResourceJurisdiction’s level field.
TaxProductResourceLineItemTaxBreakdownSourcing
An enum representing the possible values of an TaxProductResourceLineItemTaxBreakdown’s sourcing field.
TaxProductResourceLineItemTaxBreakdownSourcing
An enum representing the possible values of an TaxProductResourceLineItemTaxBreakdown’s sourcing field.
TaxProductResourceLineItemTaxBreakdownTaxabilityReason
An enum representing the possible values of an TaxProductResourceLineItemTaxBreakdown’s taxability_reason field.
TaxProductResourceLineItemTaxBreakdownTaxabilityReason
An enum representing the possible values of an TaxProductResourceLineItemTaxBreakdown’s taxability_reason field.
TaxProductResourceLineItemTaxRateDetailsTaxType
An enum representing the possible values of an TaxProductResourceLineItemTaxRateDetails’s tax_type field.
TaxProductResourceLineItemTaxRateDetailsTaxType
An enum representing the possible values of an TaxProductResourceLineItemTaxRateDetails’s tax_type field.
TaxProductResourceTaxBreakdownTaxabilityReason
An enum representing the possible values of an TaxProductResourceTaxBreakdown’s taxability_reason field.
TaxProductResourceTaxCalculationShippingCostTaxBehavior
An enum representing the possible values of an TaxProductResourceTaxCalculationShippingCost’s tax_behavior field.
TaxProductResourceTaxRateDetailsTaxType
An enum representing the possible values of an TaxProductResourceTaxRateDetails’s tax_type field.
TaxRateJurisdictionLevel
An enum representing the possible values of an TaxRate’s jurisdiction_level field.
TaxRateTaxType
An enum representing the possible values of an TaxRate’s tax_type field.
TerminalReaderDeviceType
An enum representing the possible values of an TerminalReader’s device_type field.
TerminalReaderReaderResourceReaderActionStatus
An enum representing the possible values of an TerminalReaderReaderResourceReaderAction’s status field.
TerminalReaderReaderResourceReaderActionType
An enum representing the possible values of an TerminalReaderReaderResourceReaderAction’s type field.
TerminalReaderReaderResourceRefundPaymentActionReason
An enum representing the possible values of an TerminalReaderReaderResourceRefundPaymentAction’s reason field.
TerminalReaderReaderResourceSetReaderDisplayActionType
An enum representing the possible values of an TerminalReaderReaderResourceSetReaderDisplayAction’s type field.
TerminalReaderStatus
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.
TopupStatus
An enum representing the possible values of an Topup’s status field.
TopupStatusFilter
An enum representing the possible values of an ListTopups’s status field.
TransferScheduleInterval
An enum representing the possible values of an TransferScheduleParams’s interval field.
TransferScheduleParamsWeeklyAnchor
An enum representing the possible values of an TransferScheduleParams’s weekly_anchor field.
TransferSourceType
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.
TransformUsageRound
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.
UpdatePaymentLinkAfterCompletionType
An enum representing the possible values of an UpdatePaymentLinkAfterCompletion’s type field.
UpdatePaymentLinkAutomaticTaxLiabilityType
An enum representing the possible values of an UpdatePaymentLinkAutomaticTaxLiability’s type field.
UpdatePaymentLinkCustomFieldsLabelType
An enum representing the possible values of an UpdatePaymentLinkCustomFieldsLabel’s type field.
UpdatePaymentLinkCustomFieldsType
An enum representing the possible values of an UpdatePaymentLinkCustomFields’s type field.
UpdatePaymentLinkInvoiceCreationInvoiceDataIssuerType
An enum representing the possible values of an UpdatePaymentLinkInvoiceCreationInvoiceDataIssuer’s type field.
UpdatePaymentLinkInvoiceCreationInvoiceDataRenderingOptionsAmountTaxDisplay
An enum representing the possible values of an UpdatePaymentLinkInvoiceCreationInvoiceDataRenderingOptions’s amount_tax_display field.
UpdatePaymentLinkPaymentMethodTypes
An enum representing the possible values of an UpdatePaymentLink’s payment_method_types field.
UpdatePaymentLinkShippingAddressCollectionAllowedCountries
An enum representing the possible values of an UpdatePaymentLinkShippingAddressCollection’s allowed_countries field.
UpdatePaymentLinkSubscriptionDataInvoiceSettingsIssuerType
An enum representing the possible values of an UpdatePaymentLinkSubscriptionDataInvoiceSettingsIssuer’s type field.
UpdatePaymentLinkSubscriptionDataTrialSettingsEndBehaviorMissingPaymentMethod
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.
UpdateSubscriptionAutomaticTaxLiabilityType
An enum representing the possible values of an UpdateSubscriptionAutomaticTaxLiability’s type field.
UpdateSubscriptionCancellationDetailsFeedback
An enum representing the possible values of an UpdateSubscriptionCancellationDetails’s feedback field.
UpdateSubscriptionInvoiceSettingsIssuerType
An enum representing the possible values of an UpdateSubscriptionInvoiceSettingsIssuer’s type field.
UpdateSubscriptionPauseCollectionBehavior
An enum representing the possible values of an UpdateSubscriptionPauseCollection’s behavior field.
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebitMandateOptionsTransactionType
An enum representing the possible values of an UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebitMandateOptions’s transaction_type field.
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebitVerificationMethod
An enum representing the possible values of an UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebit’s verification_method field.
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsBancontactPreferredLanguage
An enum representing the possible values of an UpdateSubscriptionPaymentSettingsPaymentMethodOptionsBancontact’s preferred_language field.
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsCardMandateOptionsAmountType
An enum representing the possible values of an UpdateSubscriptionPaymentSettingsPaymentMethodOptionsCardMandateOptions’s amount_type field.
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsCardNetwork
An enum representing the possible values of an UpdateSubscriptionPaymentSettingsPaymentMethodOptionsCard’s network field.
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsCardRequestThreeDSecure
An enum representing the possible values of an UpdateSubscriptionPaymentSettingsPaymentMethodOptionsCard’s request_three_d_secure field.
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsPermissions
An enum representing the possible values of an UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections’s permissions field.
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch
An enum representing the possible values of an UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections’s prefetch field.
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountVerificationMethod
An enum representing the possible values of an UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccount’s verification_method field.
UpdateSubscriptionPaymentSettingsPaymentMethodTypes
An enum representing the possible values of an UpdateSubscriptionPaymentSettings’s payment_method_types field.
UpdateSubscriptionPaymentSettingsSaveDefaultPaymentMethod
An enum representing the possible values of an UpdateSubscriptionPaymentSettings’s save_default_payment_method field.
UpdateSubscriptionSchedulePhasesAutomaticTaxLiabilityType
An enum representing the possible values of an UpdateSubscriptionSchedulePhasesAutomaticTaxLiability’s type field.
UpdateSubscriptionSchedulePhasesBillingCycleAnchor
An enum representing the possible values of an UpdateSubscriptionSchedulePhases’s billing_cycle_anchor field.
UpdateSubscriptionSchedulePhasesItemsPriceDataRecurringInterval
An enum representing the possible values of an UpdateSubscriptionSchedulePhasesItemsPriceDataRecurring’s interval field.
UpdateSubscriptionSchedulePhasesItemsPriceDataTaxBehavior
An enum representing the possible values of an UpdateSubscriptionSchedulePhasesItemsPriceData’s tax_behavior field.
UpdateSubscriptionTrialSettingsEndBehaviorMissingPaymentMethod
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.
UsageRecordAction
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.
WebhookEndpointStatus
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§

InvoiceCollectionMethodDeprecated
Metadata
Response
An alias for Result.
Timestamp