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 theIdempotency-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§
- Accept
Tos connect
- Account
connect
- The resource representing a Stripe “Account”.
- Account
Annual Revenue connect
- Account
Bacs Debit Payments Settings connect
- Account
Capabilities connect
- Account
Card Issuing Settings connect
- Account
Future Requirements connect
- Account
Id - An id for the corresponding object type.
- Account
Invoices Settings connect
- Account
Link connect
- The resource representing a Stripe “AccountLink”.
- Account
Monthly Estimated Revenue connect
- Account
Requirements connect
- Account
Requirements Alternative connect
- Account
Requirements Alternative connect
- Account
Requirements Error - Account
Requirements Error connect
- Account
Requirements Error connect
- Account
Sepa Debit Payments Settings connect
- Account
Settings connect
- Account
Settings Params connect
- Account
Settings Params Bacs Debit Payments connect
- Account
Settings Params Card Issuing connect
- Account
Settings Params Card Issuing TosAcceptance connect
- Account
Settings Params Treasury connect
- Account
Settings Params Treasury TosAcceptance connect
- Account
Terms OfService connect
- Account
Treasury Settings connect
- Account
Unification Account Controller connect
- AddInvoice
Items billing
- AddInvoice
Items billing
- Address
- The resource representing a Stripe “Address”.
- Advance
Test Clock - Alipay
Account Id - An id for the corresponding object type.
- ApiErrors
- The resource representing a Stripe “APIErrors”.
- Application
connect
- The resource representing a Stripe “Application”.
- Application
Fee connect
- The resource representing a Stripe “PlatformFee”.
- Application
FeeId - An id for the corresponding object type.
- Application
FeeRefund connect
- The resource representing a Stripe “FeeRefund”.
- Application
FeeRefund Id - An id for the corresponding object type.
- Application
Id - An id for the corresponding object type.
- Attach
Payment Method - The parameters for
PaymentMethod::attach
- Automatic
Tax billing
- Balance
- The resource representing a Stripe “Balance”.
- Balance
Amount - Balance
Amount BySource Type - The resource representing a Stripe “BalanceAmountBySourceType”.
- Balance
Amount Net - Balance
Detail - Balance
Transaction - The resource representing a Stripe “BalanceTransaction”.
- Balance
Transaction Id - An id for the corresponding object type.
- Bank
Account - The resource representing a Stripe “BankAccount”.
- Bank
Account Id - An id for the corresponding object type.
- Bank
Account Params - Bank
Token Id - An id for the corresponding object type.
- Base
Client runtime-tokio-hyper
orruntime-tokio-hyper-rustls
orruntime-tokio-hyper-rustls-webpki
orruntime-blocking
orruntime-blocking-rustls
orruntime-blocking-rustls-webpki
- Billing
Details - The resource representing a Stripe “billing_details”.
- Billing
Portal Configuration billing
- The resource representing a Stripe “PortalConfiguration”.
- Billing
Portal Configuration Id - An id for the corresponding object type.
- Billing
Portal Session billing
- The resource representing a Stripe “PortalSession”.
- Billing
Portal Session Id - An id for the corresponding object type.
- Branding
Settings connect
- Branding
Settings Params connect
- Business
Profile connect
- Cancel
Payment Intent - The set of parameters that can be used when canceling a payment_intent object.
- Cancel
Setup Intent - The set of parameters that can be used when canceling a setup_intent object.
- Cancel
Subscription billing
- Cancellation
Details billing
- Capture
Charge - The set of parameters that can be used when capturing a charge object.
- Capture
Payment Intent - The set of parameters that can be used when capturing a payment_intent object.
- Card
- The resource representing a Stripe “Card”.
- Card
Details - Card
Details Params - CardId
- An id for the corresponding object type.
- Card
Issuing Account Terms OfService connect
- Card
Mandate Payment Method Details - Card
Params - Card
Payments Settings connect
- Card
Payments Settings Params connect
- Card
Present - Card
Token Id - An id for the corresponding object type.
- Cash
Balance - The resource representing a Stripe “cash_balance”.
- Charge
- The resource representing a Stripe “Charge”.
- Charge
Id - An id for the corresponding object type.
- Charge
Outcome - Charge
Search Params - Checkout
Acss Debit Mandate Options checkout
- Checkout
Acss Debit Payment Method Options checkout
- Checkout
Affirm Payment Method Options checkout
- Checkout
Afterpay Clearpay Payment Method Options checkout
- Checkout
Alipay Payment Method Options checkout
- Checkout
AuBecs Debit Payment Method Options checkout
- Checkout
Bacs Debit Payment Method Options checkout
- Checkout
Bancontact Payment Method Options checkout
- Checkout
Boleto Payment Method Options checkout
- Checkout
Card Installments Options checkout
- Checkout
Card Payment Method Options checkout
- Checkout
Cashapp Payment Method Options checkout
- Checkout
Customer Balance Bank Transfer Payment Method Options checkout
- Checkout
Customer Balance Payment Method Options checkout
- Checkout
EpsPayment Method Options checkout
- Checkout
FpxPayment Method Options checkout
- Checkout
Giropay Payment Method Options checkout
- Checkout
Grab PayPayment Method Options checkout
- Checkout
Ideal Payment Method Options checkout
- Checkout
Klarna Payment Method Options checkout
- Checkout
Konbini Payment Method Options checkout
- Checkout
Link Payment Method Options checkout
- Checkout
Oxxo Payment Method Options checkout
- Checkout
P24Payment Method Options checkout
- Checkout
Paynow Payment Method Options checkout
- Checkout
Paypal Payment Method Options checkout
- Checkout
PixPayment Method Options checkout
- Checkout
Revolut PayPayment Method Options checkout
- Checkout
Sepa Debit Payment Method Options checkout
- Checkout
Session checkout
- The resource representing a Stripe “Session”.
- Checkout
Session Id - An id for the corresponding object type.
- Checkout
Session Item checkout
- The resource representing a Stripe “LineItem”.
- Checkout
Session Item Id - An id for the corresponding object type.
- Checkout
Session Payment Method Options checkout
- Checkout
Sofort Payment Method Options checkout
- Checkout
Swish Payment Method Options checkout
- Checkout
UsBank Account Payment Method Options checkout
- Client
- Company
connect
- Company
Params connect
- Company
Params Ownership Declaration connect
- Company
Verification connect
- Company
Verification Document connect
- Company
Verification Params connect
- Confirm
Setup Intent - The set of parameters that can be used when confirming a setup_intent object.
- Connect
Account Reference - The resource representing a Stripe “ConnectAccountReference”.
- Connect
Collection Transfer connect
- The resource representing a Stripe “ConnectCollectionTransfer”.
- Connect
Collection Transfer Id - An id for the corresponding object type.
- Connect
Token Id - An id for the corresponding object type.
- Country
Spec Supported Bank Account Currencies - Coupon
billing
- The resource representing a Stripe “Coupon”.
- Coupon
Applies To billing
- Coupon
Currency Option billing
- Coupon
Id - Create
Account connect
- The parameters for
Account::create
. - Create
Account Capabilities connect
- Create
Account Capabilities Acss Debit Payments connect
- Create
Account Capabilities Affirm Payments connect
- Create
Account Capabilities Afterpay Clearpay Payments connect
- Create
Account Capabilities AuBecs Debit Payments connect
- Create
Account Capabilities Bacs Debit Payments connect
- Create
Account Capabilities Bancontact Payments connect
- Create
Account Capabilities Bank Transfer Payments connect
- Create
Account Capabilities Blik Payments connect
- Create
Account Capabilities Boleto Payments connect
- Create
Account Capabilities Card Issuing connect
- Create
Account Capabilities Card Payments connect
- Create
Account Capabilities Cartes Bancaires Payments connect
- Create
Account Capabilities Cashapp Payments connect
- Create
Account Capabilities EpsPayments connect
- Create
Account Capabilities FpxPayments connect
- Create
Account Capabilities Giropay Payments connect
- Create
Account Capabilities Grabpay Payments connect
- Create
Account Capabilities Ideal Payments connect
- Create
Account Capabilities India International Payments connect
- Create
Account Capabilities JcbPayments connect
- Create
Account Capabilities Klarna Payments connect
- Create
Account Capabilities Konbini Payments connect
- Create
Account Capabilities Legacy Payments connect
- Create
Account Capabilities Link Payments connect
- Create
Account Capabilities Oxxo Payments connect
- Create
Account Capabilities P24Payments connect
- Create
Account Capabilities Paynow Payments connect
- Create
Account Capabilities Promptpay Payments connect
- Create
Account Capabilities Revolut PayPayments connect
- Create
Account Capabilities Sepa Debit Payments connect
- Create
Account Capabilities Sofort Payments connect
- Create
Account Capabilities Swish Payments connect
- Create
Account Capabilities TaxReporting Us1099K connect
- Create
Account Capabilities TaxReporting Us1099 Misc connect
- Create
Account Capabilities Transfers connect
- Create
Account Capabilities Treasury connect
- Create
Account Capabilities UsBank Account AchPayments connect
- Create
Account Capabilities ZipPayments connect
- Create
Account Documents connect
- Create
Account Documents Bank Account Ownership Verification connect
- Create
Account Documents Company License connect
- Create
Account Documents Company Memorandum OfAssociation connect
- Create
Account Documents Company Ministerial Decree connect
- Create
Account Documents Company Registration Verification connect
- Create
Account Documents Company TaxId Verification connect
- Create
Account Documents Proof OfRegistration connect
- Create
Account Link connect
- The parameters for
AccountLink::create
. - Create
Account Link Collection Options connect
- Create
Billing Portal Session billing
- The parameters for
BillingPortalSession::create
. - Create
Billing Portal Session Flow Data billing
- Create
Billing Portal Session Flow Data After Completion billing
- Create
Billing Portal Session Flow Data After Completion Hosted Confirmation billing
- Create
Billing Portal Session Flow Data After Completion Redirect billing
- Create
Billing Portal Session Flow Data Subscription Cancel billing
- Create
Billing Portal Session Flow Data Subscription Cancel Retention billing
- Create
Billing Portal Session Flow Data Subscription Cancel Retention Coupon Offer billing
- Create
Billing Portal Session Flow Data Subscription Update billing
- Create
Billing Portal Session Flow Data Subscription Update Confirm billing
- Create
Billing Portal Session Flow Data Subscription Update Confirm Discounts billing
- Create
Billing Portal Session Flow Data Subscription Update Confirm Items billing
- Create
Charge - The parameters for
Charge::create
. - Create
Charge Radar Options - Create
Checkout Session checkout
- The parameters for
CheckoutSession::create
. - Create
Checkout Session After Expiration checkout
- Create
Checkout Session After Expiration Recovery checkout
- Create
Checkout Session Automatic Tax checkout
- Create
Checkout Session Automatic TaxLiability checkout
- Create
Checkout Session Consent Collection checkout
- Create
Checkout Session Consent Collection Payment Method Reuse Agreement checkout
- Create
Checkout Session Custom Fields checkout
- Create
Checkout Session Custom Fields Dropdown checkout
- Create
Checkout Session Custom Fields Dropdown Options checkout
- Create
Checkout Session Custom Fields Label checkout
- Create
Checkout Session Custom Fields Numeric checkout
- Create
Checkout Session Custom Fields Text checkout
- Create
Checkout Session Custom Text checkout
- Create
Checkout Session Custom Text After Submit checkout
- Create
Checkout Session Custom Text Shipping Address checkout
- Create
Checkout Session Custom Text Submit checkout
- Create
Checkout Session Custom Text Terms OfService Acceptance checkout
- Create
Checkout Session Customer Update checkout
- Create
Checkout Session Discounts checkout
- Create
Checkout Session Invoice Creation checkout
- Create
Checkout Session Invoice Creation Invoice Data checkout
- Create
Checkout Session Invoice Creation Invoice Data Custom Fields checkout
- Create
Checkout Session Invoice Creation Invoice Data Issuer checkout
- Create
Checkout Session Invoice Creation Invoice Data Rendering Options checkout
- Create
Checkout Session Line Items checkout
- Create
Checkout Session Line Items Adjustable Quantity checkout
- Create
Checkout Session Line Items Price Data checkout
- Create
Checkout Session Line Items Price Data Product Data checkout
- Create
Checkout Session Line Items Price Data Recurring checkout
- Create
Checkout Session Payment Intent Data checkout
- Create
Checkout Session Payment Intent Data Shipping checkout
- Create
Checkout Session Payment Intent Data Shipping Address checkout
- Create
Checkout Session Payment Intent Data Transfer Data checkout
- Create
Checkout Session Payment Method Options checkout
- Create
Checkout Session Payment Method Options Acss Debit checkout
- Create
Checkout Session Payment Method Options Acss Debit Mandate Options checkout
- Create
Checkout Session Payment Method Options Affirm checkout
- Create
Checkout Session Payment Method Options Afterpay Clearpay checkout
- Create
Checkout Session Payment Method Options Alipay checkout
- Create
Checkout Session Payment Method Options AuBecs Debit checkout
- Create
Checkout Session Payment Method Options Bacs Debit checkout
- Create
Checkout Session Payment Method Options Bancontact checkout
- Create
Checkout Session Payment Method Options Boleto checkout
- Create
Checkout Session Payment Method Options Card checkout
- Create
Checkout Session Payment Method Options Card Installments checkout
- Create
Checkout Session Payment Method Options Cashapp checkout
- Create
Checkout Session Payment Method Options Customer Balance checkout
- Create
Checkout Session Payment Method Options Customer Balance Bank Transfer checkout
- Create
Checkout Session Payment Method Options Customer Balance Bank Transfer EuBank Transfer checkout
- Create
Checkout Session Payment Method Options Eps checkout
- Create
Checkout Session Payment Method Options Fpx checkout
- Create
Checkout Session Payment Method Options Giropay checkout
- Create
Checkout Session Payment Method Options Grabpay checkout
- Create
Checkout Session Payment Method Options Ideal checkout
- Create
Checkout Session Payment Method Options Klarna checkout
- Create
Checkout Session Payment Method Options Konbini checkout
- Create
Checkout Session Payment Method Options Link checkout
- Create
Checkout Session Payment Method Options Oxxo checkout
- Create
Checkout Session Payment Method Options P24 checkout
- Create
Checkout Session Payment Method Options Paynow checkout
- Create
Checkout Session Payment Method Options Paypal checkout
- Create
Checkout Session Payment Method Options Pix checkout
- Create
Checkout Session Payment Method Options Revolut Pay checkout
- Create
Checkout Session Payment Method Options Sepa Debit checkout
- Create
Checkout Session Payment Method Options Sofort checkout
- Create
Checkout Session Payment Method Options Swish checkout
- Create
Checkout Session Payment Method Options UsBank Account checkout
- Create
Checkout Session Payment Method Options UsBank Account Financial Connections checkout
- Create
Checkout Session Payment Method Options Wechat Pay checkout
- Create
Checkout Session Phone Number Collection checkout
- Create
Checkout Session Setup Intent Data checkout
- Create
Checkout Session Shipping Address Collection checkout
- Create
Checkout Session Shipping Options checkout
- Create
Checkout Session Shipping Options Shipping Rate Data checkout
- Create
Checkout Session Shipping Options Shipping Rate Data Delivery Estimate checkout
- Create
Checkout Session Shipping Options Shipping Rate Data Delivery Estimate Maximum checkout
- Create
Checkout Session Shipping Options Shipping Rate Data Delivery Estimate Minimum checkout
- Create
Checkout Session Shipping Options Shipping Rate Data Fixed Amount checkout
- Create
Checkout Session Shipping Options Shipping Rate Data Fixed Amount Currency Options checkout
- Create
Checkout Session Subscription Data checkout
- Create
Checkout Session Subscription Data Invoice Settings checkout
- Create
Checkout Session Subscription Data Invoice Settings Issuer checkout
- Create
Checkout Session Subscription Data Transfer Data checkout
- Create
Checkout Session Subscription Data Trial Settings checkout
- Create
Checkout Session Subscription Data Trial Settings EndBehavior checkout
- Create
Checkout Session TaxId Collection checkout
- Create
Coupon billing
- The parameters for
Coupon::create
. - Create
Coupon Applies To billing
- Create
Coupon Currency Options billing
- Create
Credit Note billing
- The parameters for
CreditNote::create
. - Create
Credit Note Lines billing
- Create
Credit Note Lines TaxAmounts billing
- Create
Credit Note Shipping Cost billing
- Create
Customer - The parameters for
Customer::create
. - Create
Customer Balance Transaction billing
- The parameters that can be used when creating or updating a
CustomerBalanceTransaction
. - Create
Customer Cash Balance - Create
Customer Cash Balance Settings - Create
Customer Session - The parameters for
CustomerSession::create
. - Create
Customer Session Components - Create
Customer Session Components BuyButton - Create
Customer Session Components Pricing Table - Create
Customer Shipping - Create
Customer Shipping Address - Create
Customer Tax - Create
Ephemeral Key - The parameters for
EphemeralKey::create
. - Create
File Link - The parameters for
FileLink::create
. - Create
Invoice billing
- The parameters for
Invoice::create
. - Create
Invoice Automatic Tax billing
- Create
Invoice Automatic TaxLiability billing
- Create
Invoice Custom Fields billing
- Create
Invoice Discounts billing
- Create
Invoice From Invoice billing
- Create
Invoice Issuer billing
- Create
Invoice Item billing
- The parameters for
InvoiceItem::create
. - Create
Invoice Item Discounts billing
- Create
Invoice Line Item billing
- Create
Invoice Payment Settings billing
- Create
Invoice Payment Settings Payment Method Options billing
- Create
Invoice Payment Settings Payment Method Options Acss Debit billing
- Create
Invoice Payment Settings Payment Method Options Acss Debit Mandate Options billing
- Create
Invoice Payment Settings Payment Method Options Bancontact billing
- Create
Invoice Payment Settings Payment Method Options Card billing
- Create
Invoice Payment Settings Payment Method Options Card Installments billing
- Create
Invoice Payment Settings Payment Method Options Card Installments Plan billing
- Create
Invoice Payment Settings Payment Method Options Customer Balance billing
- Create
Invoice Payment Settings Payment Method Options Customer Balance Bank Transfer billing
- Create
Invoice Payment Settings Payment Method Options Customer Balance Bank Transfer EuBank Transfer billing
- Create
Invoice Payment Settings Payment Method Options Konbini billing
- Create
Invoice Payment Settings Payment Method Options UsBank Account billing
- Create
Invoice Payment Settings Payment Method Options UsBank Account Financial Connections billing
- Create
Invoice Rendering billing
- Create
Invoice Rendering Options billing
- Create
Invoice Rendering Pdf billing
- Create
Invoice Shipping Cost billing
- Create
Invoice Shipping Cost Shipping Rate Data billing
- Create
Invoice Shipping Cost Shipping Rate Data Delivery Estimate billing
- Create
Invoice Shipping Cost Shipping Rate Data Delivery Estimate Maximum billing
- Create
Invoice Shipping Cost Shipping Rate Data Delivery Estimate Minimum billing
- Create
Invoice Shipping Cost Shipping Rate Data Fixed Amount billing
- Create
Invoice Shipping Cost Shipping Rate Data Fixed Amount Currency Options billing
- Create
Invoice Shipping Details billing
- Create
Invoice Shipping Details Address billing
- Create
Invoice Transfer Data billing
- Create
Login Link connect
- Create
Payment Intent - The parameters for
PaymentIntent::create
. - Create
Payment Intent Automatic Payment Methods - Create
Payment Intent Mandate Data - Create
Payment Intent Mandate Data Customer Acceptance - Create
Payment Intent Mandate Data Customer Acceptance Offline - Create
Payment Intent Mandate Data Customer Acceptance Online - Create
Payment Intent Payment Method Data - Create
Payment Intent Payment Method Data Acss Debit - Create
Payment Intent Payment Method Data Affirm - Create
Payment Intent Payment Method Data Afterpay Clearpay - Create
Payment Intent Payment Method Data Alipay - Create
Payment Intent Payment Method Data AuBecs Debit - Create
Payment Intent Payment Method Data Bacs Debit - Create
Payment Intent Payment Method Data Bancontact - Create
Payment Intent Payment Method Data Billing Details - Create
Payment Intent Payment Method Data Billing Details Address - Create
Payment Intent Payment Method Data Blik - Create
Payment Intent Payment Method Data Boleto - Create
Payment Intent Payment Method Data Cashapp - Create
Payment Intent Payment Method Data Customer Balance - Create
Payment Intent Payment Method Data Eps - Create
Payment Intent Payment Method Data Fpx - Create
Payment Intent Payment Method Data Giropay - Create
Payment Intent Payment Method Data Grabpay - Create
Payment Intent Payment Method Data Ideal - Create
Payment Intent Payment Method Data Interac Present - Create
Payment Intent Payment Method Data Klarna - Create
Payment Intent Payment Method Data Klarna Dob - Create
Payment Intent Payment Method Data Konbini - Create
Payment Intent Payment Method Data Link - Create
Payment Intent Payment Method Data Oxxo - Create
Payment Intent Payment Method Data P24 - Create
Payment Intent Payment Method Data Paynow - Create
Payment Intent Payment Method Data Paypal - Create
Payment Intent Payment Method Data Pix - Create
Payment Intent Payment Method Data Promptpay - Create
Payment Intent Payment Method Data Radar Options - Create
Payment Intent Payment Method Data Revolut Pay - Create
Payment Intent Payment Method Data Sepa Debit - Create
Payment Intent Payment Method Data Sofort - Create
Payment Intent Payment Method Data Swish - Create
Payment Intent Payment Method Data UsBank Account - Create
Payment Intent Payment Method Data Wechat Pay - Create
Payment Intent Payment Method Data Zip - Create
Payment Intent Payment Method Options - Create
Payment Intent Payment Method Options Acss Debit - Create
Payment Intent Payment Method Options Acss Debit Mandate Options - Create
Payment Intent Payment Method Options Affirm - Create
Payment Intent Payment Method Options Afterpay Clearpay - Create
Payment Intent Payment Method Options Alipay - Create
Payment Intent Payment Method Options AuBecs Debit - Create
Payment Intent Payment Method Options Bacs Debit - Create
Payment Intent Payment Method Options Bancontact - Create
Payment Intent Payment Method Options Blik - Create
Payment Intent Payment Method Options Boleto - Create
Payment Intent Payment Method Options Card - Create
Payment Intent Payment Method Options Card Installments - Create
Payment Intent Payment Method Options Card Installments Plan - Create
Payment Intent Payment Method Options Card Mandate Options - Create
Payment Intent Payment Method Options Card Present - Create
Payment Intent Payment Method Options Card ThreeD Secure - Create
Payment Intent Payment Method Options Card ThreeD Secure Network Options - Create
Payment Intent Payment Method Options Card ThreeD Secure Network Options Cartes Bancaires - Create
Payment Intent Payment Method Options Cashapp - Create
Payment Intent Payment Method Options Customer Balance - Create
Payment Intent Payment Method Options Customer Balance Bank Transfer - Create
Payment Intent Payment Method Options Customer Balance Bank Transfer EuBank Transfer - Create
Payment Intent Payment Method Options Eps - Create
Payment Intent Payment Method Options Fpx - Create
Payment Intent Payment Method Options Giropay - Create
Payment Intent Payment Method Options Grabpay - Create
Payment Intent Payment Method Options Ideal - Create
Payment Intent Payment Method Options Interac Present - Create
Payment Intent Payment Method Options Klarna - Create
Payment Intent Payment Method Options Konbini - Create
Payment Intent Payment Method Options Link - Create
Payment Intent Payment Method Options Oxxo - Create
Payment Intent Payment Method Options P24 - Create
Payment Intent Payment Method Options Paynow - Create
Payment Intent Payment Method Options Paypal - Create
Payment Intent Payment Method Options Pix - Create
Payment Intent Payment Method Options Promptpay - Create
Payment Intent Payment Method Options Revolut Pay - Create
Payment Intent Payment Method Options Sepa Debit - Create
Payment Intent Payment Method Options Sepa Debit Mandate Options - Create
Payment Intent Payment Method Options Sofort - Create
Payment Intent Payment Method Options Swish - Create
Payment Intent Payment Method Options UsBank Account - Create
Payment Intent Payment Method Options UsBank Account Financial Connections - Create
Payment Intent Payment Method Options UsBank Account Mandate Options - Create
Payment Intent Payment Method Options UsBank Account Networks - Create
Payment Intent Payment Method Options Wechat Pay - Create
Payment Intent Payment Method Options Zip - Create
Payment Intent Radar Options - Create
Payment Intent Shipping - Create
Payment Intent Shipping Address - Create
Payment Intent Transfer Data - Create
Payment Link checkout
- The parameters for
PaymentLink::create
. - Create
Payment Link After Completion checkout
- Create
Payment Link After Completion Hosted Confirmation checkout
- Create
Payment Link After Completion Redirect checkout
- Create
Payment Link Automatic Tax checkout
- Create
Payment Link Automatic TaxLiability checkout
- Create
Payment Link Consent Collection checkout
- Create
Payment Link Consent Collection Payment Method Reuse Agreement checkout
- Create
Payment Link Custom Fields checkout
- Create
Payment Link Custom Fields Dropdown checkout
- Create
Payment Link Custom Fields Dropdown Options checkout
- Create
Payment Link Custom Fields Label checkout
- Create
Payment Link Custom Fields Numeric checkout
- Create
Payment Link Custom Fields Text checkout
- Create
Payment Link Custom Text checkout
- Create
Payment Link Custom Text After Submit checkout
- Create
Payment Link Custom Text Shipping Address checkout
- Create
Payment Link Custom Text Submit checkout
- Create
Payment Link Custom Text Terms OfService Acceptance checkout
- Create
Payment Link Invoice Creation checkout
- Create
Payment Link Invoice Creation Invoice Data checkout
- Create
Payment Link Invoice Creation Invoice Data Custom Fields checkout
- Create
Payment Link Invoice Creation Invoice Data Issuer checkout
- Create
Payment Link Invoice Creation Invoice Data Rendering Options checkout
- Create
Payment Link Line Items checkout
- Create
Payment Link Line Items Adjustable Quantity checkout
- Create
Payment Link Payment Intent Data checkout
- Create
Payment Link Phone Number Collection checkout
- Create
Payment Link Restrictions checkout
- Create
Payment Link Restrictions Completed Sessions checkout
- Create
Payment Link Shipping Address Collection checkout
- Create
Payment Link Shipping Options checkout
- Create
Payment Link Subscription Data checkout
- Create
Payment Link Subscription Data Invoice Settings checkout
- Create
Payment Link Subscription Data Invoice Settings Issuer checkout
- Create
Payment Link Subscription Data Trial Settings checkout
- Create
Payment Link Subscription Data Trial Settings EndBehavior checkout
- Create
Payment Link TaxId Collection checkout
- Create
Payment Link Transfer Data checkout
- Create
Payment Method - The parameters for
PaymentMethod::create
. - Create
Payment Method Acss Debit - Create
Payment Method Affirm - Create
Payment Method Afterpay Clearpay - Create
Payment Method Alipay - Create
Payment Method AuBecs Debit - Create
Payment Method Bacs Debit - Create
Payment Method Bancontact - Create
Payment Method Blik - Create
Payment Method Boleto - Create
Payment Method Cashapp - Create
Payment Method Customer Balance - Create
Payment Method Eps - Create
Payment Method Fpx - Create
Payment Method Giropay - Create
Payment Method Grabpay - Create
Payment Method Ideal - Create
Payment Method Interac Present - Create
Payment Method Klarna - Create
Payment Method Klarna Dob - Create
Payment Method Konbini - Create
Payment Method Link - Create
Payment Method Oxxo - Create
Payment Method P24 - Create
Payment Method Paynow - Create
Payment Method Paypal - Create
Payment Method Pix - Create
Payment Method Promptpay - Create
Payment Method Radar Options - Create
Payment Method Revolut Pay - Create
Payment Method Sepa Debit - Create
Payment Method Sofort - Create
Payment Method Swish - Create
Payment Method UsBank Account - Create
Payment Method Wechat Pay - Create
Payment Method Zip - Create
Payout - The parameters for
Payout::create
. - Create
Price - The parameters for
Price::create
. - Create
Price Currency Options - Create
Price Currency Options Custom Unit Amount - Create
Price Currency Options Tiers - Create
Price Custom Unit Amount - Create
Price Product Data - Create
Price Recurring - Create
Price Tiers - Create
Price Transform Quantity - Create
Product - The parameters for
Product::create
. - Create
Product Default Price Data - Create
Product Default Price Data Currency Options - Create
Product Default Price Data Currency Options Custom Unit Amount - Create
Product Default Price Data Currency Options Tiers - Create
Product Default Price Data Recurring - Create
Product Features - Create
Promotion Code products
- Create
Promotion Code Restrictions products
- Settings that restrict the redemption of the promotion code.
- Create
Promotion Code Restrictions Currency Options products
- Promotion codes defined in each available currency option.
- Create
Refund - The parameters for
Refund::create
. - Create
Setup Intent - The parameters for
SetupIntent::create
. - Create
Setup Intent Automatic Payment Methods - Create
Setup Intent Mandate Data - Create
Setup Intent Mandate Data Customer Acceptance - Create
Setup Intent Mandate Data Customer Acceptance Offline - Create
Setup Intent Mandate Data Customer Acceptance Online - Create
Setup Intent Payment Method Data - Create
Setup Intent Payment Method Data Acss Debit - Create
Setup Intent Payment Method Data Affirm - Create
Setup Intent Payment Method Data Afterpay Clearpay - Create
Setup Intent Payment Method Data Alipay - Create
Setup Intent Payment Method Data AuBecs Debit - Create
Setup Intent Payment Method Data Bacs Debit - Create
Setup Intent Payment Method Data Bancontact - Create
Setup Intent Payment Method Data Billing Details - Create
Setup Intent Payment Method Data Billing Details Address - Create
Setup Intent Payment Method Data Blik - Create
Setup Intent Payment Method Data Boleto - Create
Setup Intent Payment Method Data Cashapp - Create
Setup Intent Payment Method Data Customer Balance - Create
Setup Intent Payment Method Data Eps - Create
Setup Intent Payment Method Data Fpx - Create
Setup Intent Payment Method Data Giropay - Create
Setup Intent Payment Method Data Grabpay - Create
Setup Intent Payment Method Data Ideal - Create
Setup Intent Payment Method Data Interac Present - Create
Setup Intent Payment Method Data Klarna - Create
Setup Intent Payment Method Data Klarna Dob - Create
Setup Intent Payment Method Data Konbini - Create
Setup Intent Payment Method Data Link - Create
Setup Intent Payment Method Data Oxxo - Create
Setup Intent Payment Method Data P24 - Create
Setup Intent Payment Method Data Paynow - Create
Setup Intent Payment Method Data Paypal - Create
Setup Intent Payment Method Data Pix - Create
Setup Intent Payment Method Data Promptpay - Create
Setup Intent Payment Method Data Radar Options - Create
Setup Intent Payment Method Data Revolut Pay - Create
Setup Intent Payment Method Data Sepa Debit - Create
Setup Intent Payment Method Data Sofort - Create
Setup Intent Payment Method Data Swish - Create
Setup Intent Payment Method Data UsBank Account - Create
Setup Intent Payment Method Data Wechat Pay - Create
Setup Intent Payment Method Data Zip - Create
Setup Intent Payment Method Options - Create
Setup Intent Payment Method Options Acss Debit - Create
Setup Intent Payment Method Options Acss Debit Mandate Options - Create
Setup Intent Payment Method Options Card - Create
Setup Intent Payment Method Options Card Mandate Options - Create
Setup Intent Payment Method Options Card ThreeD Secure - Create
Setup Intent Payment Method Options Card ThreeD Secure Network Options - Create
Setup Intent Payment Method Options Card ThreeD Secure Network Options Cartes Bancaires - Create
Setup Intent Payment Method Options Link - Create
Setup Intent Payment Method Options Paypal - Create
Setup Intent Payment Method Options Sepa Debit - Create
Setup Intent Payment Method Options Sepa Debit Mandate Options - Create
Setup Intent Payment Method Options UsBank Account - Create
Setup Intent Payment Method Options UsBank Account Financial Connections - Create
Setup Intent Payment Method Options UsBank Account Mandate Options - Create
Setup Intent Payment Method Options UsBank Account Networks - Create
Setup Intent Single Use - Create
Shipping Rate - The parameters for
ShippingRate::create
. - Create
Shipping Rate Delivery Estimate - Create
Shipping Rate Delivery Estimate Maximum - Create
Shipping Rate Delivery Estimate Minimum - Create
Shipping Rate Fixed Amount - Create
Shipping Rate Fixed Amount Currency Options - Create
Source - The parameters for
Source::create
. - Create
Source Receiver - Create
Source Redirect - Create
Source Source Order - Create
Source Source Order Items - Create
Source Source Order Shipping - Create
Source Source Order Shipping Address - Create
Subscription billing
- The parameters for
Subscription::create
. - Create
Subscription Automatic Tax billing
- Create
Subscription Automatic TaxLiability billing
- Create
Subscription Billing Cycle Anchor Config billing
- Create
Subscription Invoice Settings billing
- Create
Subscription Invoice Settings Issuer billing
- Create
Subscription Item billing
- The parameters for
SubscriptionItem::create
. - Create
Subscription Items billing
- Create
Subscription Items Billing Thresholds billing
- Create
Subscription Payment Settings billing
- Create
Subscription Payment Settings Payment Method Options billing
- Create
Subscription Payment Settings Payment Method Options Acss Debit billing
- Create
Subscription Payment Settings Payment Method Options Acss Debit Mandate Options billing
- Create
Subscription Payment Settings Payment Method Options Bancontact billing
- Create
Subscription Payment Settings Payment Method Options Card billing
- Create
Subscription Payment Settings Payment Method Options Card Mandate Options billing
- Create
Subscription Payment Settings Payment Method Options Customer Balance billing
- Create
Subscription Payment Settings Payment Method Options Customer Balance Bank Transfer billing
- Create
Subscription Payment Settings Payment Method Options Customer Balance Bank Transfer EuBank Transfer billing
- Create
Subscription Payment Settings Payment Method Options Konbini billing
- Create
Subscription Payment Settings Payment Method Options UsBank Account billing
- Create
Subscription Payment Settings Payment Method Options UsBank Account Financial Connections billing
- Create
Subscription Pending Invoice Item Interval billing
- Create
Subscription Schedule billing
- The parameters for
SubscriptionSchedule::create
. - Create
Subscription Schedule Phases billing
- Create
Subscription Schedule Phases Automatic Tax billing
- Create
Subscription Schedule Phases Automatic TaxLiability billing
- Create
Subscription Schedule Phases Items billing
- Create
Subscription Schedule Phases Items Billing Thresholds billing
- Create
Subscription Schedule Phases Items Price Data billing
- Create
Subscription Schedule Phases Items Price Data Recurring billing
- Create
Subscription Schedule Phases Transfer Data billing
- Create
Subscription Transfer Data billing
- Create
Subscription Trial Settings billing
- Create
Subscription Trial Settings EndBehavior billing
- Create
TaxId billing
- The parameters for
TaxId::create
. - Create
TaxId Owner billing
- Create
TaxRate billing
- The parameters for
TaxRate::create
. - Create
Terminal Configuration terminal
- The parameters for
TerminalConfiguration::create
. - Create
Terminal Configuration Bbpos WiseposE terminal
- Create
Terminal Configuration Offline terminal
- Create
Terminal Configuration Tipping terminal
- Create
Terminal Configuration Tipping Aud terminal
- Create
Terminal Configuration Tipping Cad terminal
- Create
Terminal Configuration Tipping Chf terminal
- Create
Terminal Configuration Tipping Czk terminal
- Create
Terminal Configuration Tipping Dkk terminal
- Create
Terminal Configuration Tipping Eur terminal
- Create
Terminal Configuration Tipping Gbp terminal
- Create
Terminal Configuration Tipping Hkd terminal
- Create
Terminal Configuration Tipping Myr terminal
- Create
Terminal Configuration Tipping Nok terminal
- Create
Terminal Configuration Tipping Nzd terminal
- Create
Terminal Configuration Tipping Sek terminal
- Create
Terminal Configuration Tipping Sgd terminal
- Create
Terminal Configuration Tipping Usd terminal
- Create
Terminal Configuration Verifone P400 terminal
- Create
Terminal Connection Token terminal
- The parameters for
TerminalConnectionToken::create
. - Create
Terminal Location terminal
- The parameters for
TerminalLocation::create
. - Create
Terminal Location Address terminal
- Create
Terminal Reader terminal
- The parameters for
TerminalReader::create
. - Create
Test Clock - Create
Token - The parameters for
Token::create
. - Create
Token Account - Create
Token CvcUpdate - Create
Token Person - Create
Token Person Additional TosAcceptances - Create
Token Person Additional TosAcceptances Account - Create
Token Person Dob - Create
Token Person Documents - Create
Token Person Documents Company Authorization - Create
Token Person Documents Passport - Create
Token Person Documents Visa - Create
Token Person Registered Address - Create
Token Person Relationship - Create
Token Pii - Create
Transfer connect
- The parameters for
Transfer::create
. - Create
Transfer Reversal - The set of parameters that can be used when doing transfer reversal.
- Create
Usage Record billing
- The parameters for
UsageRecord::create
. - Create
Webhook Endpoint webhook-endpoints
- The parameters for
WebhookEndpoint::create
. - Credit
Card Specs - Credit
Note billing
- The resource representing a Stripe “CreditNote”.
- Credit
Note Id - An id for the corresponding object type.
- Credit
Note Line Item billing
- The resource representing a Stripe “CreditNoteLineItem”.
- Credit
Note Line Item Id - An id for the corresponding object type.
- Credit
Note TaxAmount billing
- Credit
Note TaxAmount billing
- Currency
Option - Custom
Unit Amount - The resource representing a Stripe “CustomUnitAmount”.
- Customer
- The resource representing a Stripe “Customer”.
- Customer
Acceptance - Customer
Balance Customer Balance Settings - Customer
Balance Transaction billing
- The resource representing a Stripe “CustomerBalanceTransaction”.
- Customer
Balance Transaction Id - An id for the corresponding object type.
- Customer
Id - An id for the corresponding object type.
- Customer
Invoice Settings - Customer
Invoice Settings Custom Fields - Customer
Invoice Settings Rendering Options - Customer
Payment Method Retrieval - Customer
Search Params - Customer
Session - The resource representing a Stripe “CustomerSessionResourceCustomerSession”.
- Customer
Session Resource Components - Customer
Session Resource Components Resource BuyButton - Customer
Session Resource Components Resource Pricing Table - Customer
Tax - Customer
TaxLocation - Dashboard
Settings connect
- Decline
Charge On connect
- Decline
Charge OnParams connect
- Destination
Details Unimplemented - Destination
Specs - Discount
billing
- The resource representing a Stripe “Discount”.
- Discount
Id - An id for the corresponding object type.
- Discounts
Resource Discount Amount billing
- Discounts
Resource Discount Amount billing
- Discounts
Resource Discount Amount billing
- Discounts
Resource Discount Amount billing
- Dispute
- The resource representing a Stripe “Dispute”.
- Dispute
Evidence - Dispute
Evidence Details - Dispute
Id - An id for the corresponding object type.
- Dispute
Payment Method Details - Dispute
Payment Method Details Card - Email
Sent - Ephemeral
Key - The resource representing a Stripe “EphemeralKey”.
- Ephemeral
KeyId - An id for the corresponding object type.
- Event
events
- The resource representing a Stripe “NotificationEvent”.
- EventId
- An id for the corresponding object type.
- Exchange
Rate Rates - External
Account Requirements - Fee
- File
- The resource representing a Stripe “File”.
- FileId
- An id for the corresponding object type.
- File
Link - The resource representing a Stripe “FileLink”.
- File
Link Id - An id for the corresponding object type.
- Finalize
Invoice Params billing
- Fraud
Details - Fraud
Details Params - Funding
Instructions Bank Transfer AbaRecord - Funding
Instructions Bank Transfer Financial Address - Funding
Instructions Bank Transfer Iban Record - Funding
Instructions Bank Transfer Sort Code Record - Funding
Instructions Bank Transfer Spei Record - Funding
Instructions Bank Transfer Swift Record - Funding
Instructions Bank Transfer Zengin Record - Headers
- Invoice
billing
- The resource representing a Stripe “Invoice”.
- Invoice
Id - An id for the corresponding object type.
- Invoice
Installments Card billing
- Invoice
Item billing
- The resource representing a Stripe “InvoiceItem”.
- Invoice
Item Id - An id for the corresponding object type.
- Invoice
Item Price Data billing
- Invoice
Item Price Data billing
- Invoice
Item Price Data billing
- Invoice
Item Threshold Reason billing
- Invoice
Line Item billing
- The resource representing a Stripe “InvoiceLineItem”.
- Invoice
Line Item IdWebhook - An id for the corresponding object type.
- Invoice
Mandate Options Card billing
- Invoice
Payment Method Options Acss Debit billing
- The resource representing a Stripe “invoice_payment_method_options_acss_debit”.
- Invoice
Payment Method Options Acss Debit Mandate Options billing
- Invoice
Payment Method Options Bancontact billing
- The resource representing a Stripe “invoice_payment_method_options_bancontact”.
- Invoice
Payment Method Options Card billing
- Invoice
Payment Method Options Customer Balance billing
- The resource representing a Stripe “invoice_payment_method_options_customer_balance”.
- Invoice
Payment Method Options Customer Balance Bank Transfer billing
- Invoice
Payment Method Options Customer Balance Bank Transfer EuBank Transfer billing
- Invoice
Payment Method Options Konbini billing
- The resource representing a Stripe “invoice_payment_method_options_konbini”.
- Invoice
Payment Method Options UsBank Account billing
- The resource representing a Stripe “invoice_payment_method_options_us_bank_account”.
- Invoice
Payment Method Options UsBank Account Linked Account Options billing
- Invoice
Rendering Pdf billing
- Invoice
Search Params billing
- Invoice
Setting Custom Field - Invoice
Setting Custom Field checkout
- Invoice
Setting Custom Field checkout
- Invoice
Setting Custom Field billing
- Invoice
Setting Customer Setting - Invoice
Setting Quote Setting billing
- Invoice
Setting Rendering Options - The resource representing a Stripe “InvoiceSettingRenderingOptions”.
- Invoice
Setting Subscription Schedule Phase Setting billing
- Invoice
Threshold Reason billing
- Invoice
Transfer Data billing
- Invoices
From Invoice billing
- Invoices
Invoice Rendering billing
- Invoices
Payment Method Options billing
- Invoices
Payment Settings billing
- Invoices
Resource Invoice TaxId billing
- Invoices
Resource Line Items Credited Items billing
- Invoices
Resource Line Items Proration Details billing
- Invoices
Shipping Cost billing
- The resource representing a Stripe “InvoicesShippingCost”.
- Invoices
Status Transitions billing
- Issuing
Authorization issuing
- The resource representing a Stripe “IssuingAuthorization”.
- Issuing
Authorization Amount Details - Issuing
Authorization Authentication Exemption issuing
- Issuing
Authorization Id - An id for the corresponding object type.
- Issuing
Authorization Network Data issuing
- Issuing
Authorization Pending Request issuing
- Issuing
Authorization Request issuing
- Issuing
Authorization ThreeD Secure issuing
- Issuing
Authorization Treasury issuing
- Issuing
Authorization Verification Data issuing
- Issuing
Card issuing
- The resource representing a Stripe “IssuingCard”.
- Issuing
Card Apple Pay issuing
- Issuing
Card Authorization Controls issuing
- Issuing
Card Google Pay issuing
- Issuing
Card Id - An id for the corresponding object type.
- Issuing
Card Shipping issuing
- Issuing
Card Shipping Customs issuing
- Issuing
Card Spending Limit issuing
- Issuing
Card Wallets issuing
- Issuing
Cardholder issuing
- The resource representing a Stripe “IssuingCardholder”.
- Issuing
Cardholder Address issuing
- Issuing
Cardholder Authorization Controls issuing
- Issuing
Cardholder Card Issuing issuing
- Issuing
Cardholder Company issuing
- Issuing
Cardholder Id - An id for the corresponding object type.
- Issuing
Cardholder IdDocument issuing
- Issuing
Cardholder Individual issuing
- Issuing
Cardholder Individual Dob issuing
- Issuing
Cardholder Requirements issuing
- Issuing
Cardholder Spending Limit issuing
- Issuing
Cardholder User Terms Acceptance issuing
- Issuing
Cardholder Verification issuing
- Issuing
Dispute issuing
- The resource representing a Stripe “IssuingDispute”.
- Issuing
Dispute Canceled Evidence issuing
- Issuing
Dispute Duplicate Evidence issuing
- Issuing
Dispute Evidence issuing
- Issuing
Dispute Fraudulent Evidence issuing
- Issuing
Dispute Id - An id for the corresponding object type.
- Issuing
Dispute Merchandise NotAs Described Evidence issuing
- Issuing
Dispute NotReceived Evidence issuing
- Issuing
Dispute Other Evidence issuing
- Issuing
Dispute Service NotAs Described Evidence issuing
- Issuing
Dispute Treasury issuing
- Issuing
Network Token Address issuing
- Issuing
Network Token Device issuing
- Issuing
Network Token Mastercard issuing
- Issuing
Network Token Network Data issuing
- Issuing
Network Token Visa issuing
- Issuing
Network Token Wallet Provider issuing
- Issuing
Token issuing
- The resource representing a Stripe “IssuingNetworkToken”.
- Issuing
Token Id - Issuing
Transaction issuing
- The resource representing a Stripe “IssuingTransaction”.
- Issuing
Transaction Amount Details issuing
- Issuing
Transaction Flight Data issuing
- Issuing
Transaction Flight Data Leg issuing
- Issuing
Transaction Fuel Data issuing
- Issuing
Transaction Id - An id for the corresponding object type.
- Issuing
Transaction Lodging Data issuing
- Issuing
Transaction Network Data issuing
- Issuing
Transaction Purchase Details issuing
- Issuing
Transaction Receipt Data issuing
- Issuing
Transaction Treasury issuing
- Legal
Entity Dob connect
- Legal
Entity UboDeclaration connect
- Level3
- Level3
Line Items - Line
Items Discount Amount checkout
- Line
Items Discount Amount checkout
- Line
Items Discount Amount billing
- Line
Items TaxAmount checkout
- Line
Items TaxAmount checkout
- Line
Items TaxAmount billing
- Line
Items TaxAmount billing
- Linked
Account Options UsBank Account - The resource representing a Stripe “linked_account_options_us_bank_account”.
- List
- A single page of a cursor-paginated list of an object.
- List
Accounts connect
- The parameters for
Account::list
. - List
Application Fees connect
- The parameters for
ApplicationFee::list
. - List
Balance Transactions - The parameters for
BalanceTransaction::list
. - List
Charges - The parameters for
Charge::list
. - List
Checkout Sessions checkout
- The parameters for
CheckoutSession::list
. - List
Checkout Sessions Customer Details checkout
- List
Coupons billing
- The parameters for
Coupon::list
. - List
Credit Notes billing
- The parameters for
CreditNote::list
. - List
Customer Balance Transactions billing
- The parameters for
CustomerBalanceTransaction::list
. - List
Customers - The parameters for
Customer::list
. - List
Disputes - The parameters for
Dispute::list
. - List
Events events
- The parameters for
Event::list
. - List
File Links - The parameters for
FileLink::list
. - List
Files - The parameters for
File::list
. - List
Invoice Items billing
- The parameters for
InvoiceItem::list
. - List
Invoices billing
- The parameters for
Invoice::list
. - List
Payment Intents - The parameters for
PaymentIntent::list
. - List
Payment Links checkout
- The parameters for
PaymentLink::list
. - List
Payment Methods - The parameters for
PaymentMethod::list
. - List
Payouts - The parameters for
Payout::list
. - List
Plans billing
- The parameters for
Plan::list
. - List
Prices - The parameters for
Price::list
. - List
Prices Recurring - List
Products - The parameters for
Product::list
. - List
Promotion Codes billing
- The parameters for
PromotionCode::list
. - List
Quotes billing
- The parameters for
Quote::list
. - List
Refunds - The parameters for
Refund::list
. - List
Reviews fraud
- The parameters for
Review::list
. - List
Setup Attempts - The parameters for
SetupAttempt::list
. - List
Setup Intents - The parameters for
SetupIntent::list
. - List
Shipping Rates - The parameters for
ShippingRate::list
. - List
Sources - The parameters for
Source::list
. - List
Subscription Items billing
- The parameters for
SubscriptionItem::list
. - List
Subscription Schedules billing
- The parameters for
SubscriptionSchedule::list
. - List
Subscriptions billing
- The parameters for
Subscription::list
. - List
Subscriptions Automatic Tax billing
- List
TaxCodes - The parameters for
TaxCode::list
. - List
TaxIds billing
- The parameters for
TaxId::list
. - List
TaxIds Owner billing
- List
TaxRates billing
- The parameters for
TaxRate::list
. - List
Terminal Configurations terminal
- The parameters for
TerminalConfiguration::list
. - List
Terminal Locations terminal
- The parameters for
TerminalLocation::list
. - List
Terminal Readers terminal
- The parameters for
TerminalReader::list
. - List
Test Clocks - List
Topups connect
- The parameters for
Topup::list
. - List
Transfers connect
- The parameters for
Transfer::list
. - List
Webhook Endpoints webhook-endpoints
- The parameters for
WebhookEndpoint::list
. - Login
Link connect
- The resource representing a Stripe “LoginLink”.
- Mandate
- The resource representing a Stripe “Mandate”.
- Mandate
Acss Debit - Mandate
AuBecs Debit - Mandate
Bacs Debit - Mandate
Cashapp - Mandate
Data - Mandate
Id - An id for the corresponding object type.
- Mandate
Link - Mandate
Multi Use - Mandate
Payment Method Details - Mandate
Paypal - Mandate
Sepa Debit - Mandate
Single Use - Mandate
UsBank Account - Merchant
Data issuing
- The resource representing a Stripe “IssuingAuthorizationMerchantData”.
- Networks
- Notification
Event Data events
- The resource representing a Stripe “NotificationEventData”.
- Notification
Event Request events
- Offline
Acceptance - Online
Acceptance - OrderId
- An id for the corresponding object type.
- Order
Return Id - An id for the corresponding object type.
- Package
Dimensions - Parse
Currency Error - Parse
IdError - Payment
Error - The resource representing a Stripe PaymentError object.
- Payment
Flows Amount Details - Payment
Flows Amount Details Resource Tip - Payment
Flows Automatic Payment Methods Payment Intent - Payment
Flows Automatic Payment Methods Setup Intent - Payment
Flows Private Payment Methods Alipay - Payment
Flows Private Payment Methods Alipay Details - Payment
Flows Private Payment Methods Card Details ApiResource Enterprise Features Extended Authorization Extended Authorization - Payment
Flows Private Payment Methods Card Details ApiResource Enterprise Features Incremental Authorization Incremental Authorization - Payment
Flows Private Payment Methods Card Details ApiResource Enterprise Features Overcapture Overcapture - Payment
Flows Private Payment Methods Card Details ApiResource Multicapture - Payment
Flows Private Payment Methods Klarna Dob - Payment
Intent - The resource representing a Stripe “PaymentIntent”.
- Payment
Intent Card Processing - Payment
Intent Confirm Params - The set of parameters that can be used when confirming a payment_intent object.
- Payment
Intent Id - An id for the corresponding object type.
- Payment
Intent Next Action - Payment
Intent Next Action Alipay Handle Redirect - Payment
Intent Next Action Boleto - Payment
Intent Next Action Card Await Notification - Payment
Intent Next Action Cashapp Handle Redirect OrDisplay QrCode - The resource representing a Stripe “PaymentIntentNextActionCashappHandleRedirectOrDisplayQrCode”.
- Payment
Intent Next Action Cashapp QrCode - Payment
Intent Next Action Display Bank Transfer Instructions - Payment
Intent Next Action Display Oxxo Details - Payment
Intent Next Action Konbini - Payment
Intent Next Action Konbini Familymart - Payment
Intent Next Action Konbini Lawson - Payment
Intent Next Action Konbini Ministop - Payment
Intent Next Action Konbini Seicomart - Payment
Intent Next Action Konbini Stores - Payment
Intent Next Action Paynow Display QrCode - Payment
Intent Next Action PixDisplay QrCode - Payment
Intent Next Action Promptpay Display QrCode - Payment
Intent Next Action Redirect ToUrl - Payment
Intent Next Action Swish Handle Redirect OrDisplay QrCode - Payment
Intent Next Action Swish QrCode - Payment
Intent Next Action Verify With Microdeposits - Payment
Intent Next Action Wechat PayDisplay QrCode - Payment
Intent Next Action Wechat PayRedirect ToAndroid App - Payment
Intent Next Action Wechat PayRedirect ToIos App - Payment
Intent Payment Method Options - Payment
Intent Payment Method Options Acss Debit - Payment
Intent Payment Method Options AuBecs Debit - Payment
Intent Payment Method Options Blik - Payment
Intent Payment Method Options Card - Payment
Intent Payment Method Options Eps - Payment
Intent Payment Method Options Link - Payment
Intent Payment Method Options Mandate Options Acss Debit - Payment
Intent Payment Method Options Mandate Options Sepa Debit - Payment
Intent Payment Method Options Sepa Debit - Payment
Intent Payment Method Options Swish - Payment
Intent Payment Method Options UsBank Account - Payment
Intent Processing - Payment
Intent Processing Customer Notification - Payment
Intent Search Params - Payment
Intent Update Params - The set of parameters that can be used when updating a payment_intent object.
- Payment
Link checkout
- The resource representing a Stripe “PaymentLink”.
- Payment
Link Id - An id for the corresponding object type.
- Payment
Links Resource After Completion checkout
- Payment
Links Resource Automatic Tax checkout
- Payment
Links Resource Completed Sessions checkout
- Payment
Links Resource Completion Behavior Confirmation Page checkout
- Payment
Links Resource Completion Behavior Redirect checkout
- Payment
Links Resource Consent Collection checkout
- Payment
Links Resource Custom Fields checkout
- Payment
Links Resource Custom Fields Dropdown checkout
- Payment
Links Resource Custom Fields Dropdown Option checkout
- Payment
Links Resource Custom Fields Label checkout
- Payment
Links Resource Custom Fields Numeric checkout
- Payment
Links Resource Custom Fields Text checkout
- Payment
Links Resource Custom Text checkout
- Payment
Links Resource Custom Text Position checkout
- Payment
Links Resource Invoice Creation checkout
- Payment
Links Resource Invoice Settings checkout
- Payment
Links Resource Payment Intent Data checkout
- Payment
Links Resource Payment Method Reuse Agreement checkout
- Payment
Links Resource Phone Number Collection checkout
- Payment
Links Resource Restrictions checkout
- Payment
Links Resource Shipping Address Collection checkout
- Payment
Links Resource Shipping Option checkout
- Payment
Links Resource Subscription Data checkout
- Payment
Links Resource Subscription Data Invoice Settings checkout
- Payment
Links Resource TaxId Collection checkout
- Payment
Links Resource Transfer Data checkout
- Payment
Method - The resource representing a Stripe “PaymentMethod”.
- Payment
Method Acss Debit - Payment
Method Affirm - Payment
Method Afterpay Clearpay - Payment
Method AuBecs Debit - Payment
Method Bacs Debit - Payment
Method Bancontact - Payment
Method Blik - Payment
Method Boleto - Payment
Method Card Checks - Payment
Method Card Present Networks - The resource representing a Stripe “payment_method_card_present_networks”.
- Payment
Method Card Wallet Link - Payment
Method Cashapp - Payment
Method Config BizPayment Method Configuration Details - The resource representing a Stripe “PaymentMethodConfigBizPaymentMethodConfigurationDetails”.
- Payment
Method Configuration Id - Payment
Method Customer Balance - Payment
Method Details - Payment
Method Details AchCredit Transfer - Payment
Method Details AchDebit - Payment
Method Details Acss Debit - Payment
Method Details Affirm - Payment
Method Details Afterpay Clearpay - Payment
Method Details AuBecs Debit - Payment
Method Details Bacs Debit - Payment
Method Details Bancontact - Payment
Method Details Blik - Payment
Method Details Boleto - Payment
Method Details Card - Payment
Method Details Card Checks - Payment
Method Details Card Installments - Payment
Method Details Card Installments Plan - Payment
Method Details Card Network Token - Payment
Method Details Card Present - Payment
Method Details Card Present - Payment
Method Details Card Present Offline - Payment
Method Details Card Present Receipt - Payment
Method Details Card Wallet - Payment
Method Details Card Wallet - Payment
Method Details Card Wallet Amex Express Checkout - Payment
Method Details Card Wallet Apple Pay - The resource representing a Stripe “payment_method_details_card_wallet_apple_pay”.
- Payment
Method Details Card Wallet Google Pay - The resource representing a Stripe “payment_method_details_card_wallet_google_pay”.
- Payment
Method Details Card Wallet Link - Payment
Method Details Card Wallet Masterpass - Payment
Method Details Card Wallet Samsung Pay - Payment
Method Details Card Wallet Visa Checkout - Payment
Method Details Cashapp - Payment
Method Details Customer Balance - Payment
Method Details Eps - Payment
Method Details Fpx - Payment
Method Details Giropay - Payment
Method Details Grabpay - Payment
Method Details Ideal - Payment
Method Details Interac Present - Payment
Method Details Interac Present Receipt - Payment
Method Details Klarna - Payment
Method Details Konbini - Payment
Method Details Konbini Store - Payment
Method Details Link - Payment
Method Details Multibanco - Payment
Method Details Oxxo - Payment
Method Details P24 - Payment
Method Details Paynow - Payment
Method Details Paypal - Payment
Method Details Pix - Payment
Method Details Promptpay - Payment
Method Details Revolut Pay - Payment
Method Details Sepa Credit Transfer - Payment
Method Details Sepa Debit - Payment
Method Details Sofort - Payment
Method Details Stripe Account - Payment
Method Details Swish - Payment
Method Details UsBank Account - Payment
Method Details Wechat - Payment
Method Details Wechat Pay - Payment
Method Details Zip - Payment
Method Eps - Payment
Method Fpx - Payment
Method Giropay - Payment
Method Grabpay - Payment
Method Id - An id for the corresponding object type.
- Payment
Method Ideal - Payment
Method Interac Present - Payment
Method Klarna - Payment
Method Konbini - Payment
Method Link - Payment
Method Options Affirm - Payment
Method Options Afterpay Clearpay - Payment
Method Options Alipay - Payment
Method Options Bacs Debit - Payment
Method Options Bancontact - Payment
Method Options Boleto - Payment
Method Options Card Installments - Payment
Method Options Card Mandate Options - Payment
Method Options Card Present - Payment
Method Options Cashapp - Payment
Method Options Customer Balance - Payment
Method Options Customer Balance Bank Transfer - Payment
Method Options Customer Balance EuBank Account - The resource representing a Stripe “payment_method_options_customer_balance_eu_bank_account”.
- Payment
Method Options Fpx - Payment
Method Options Giropay - Payment
Method Options Grabpay - Payment
Method Options Ideal - Payment
Method Options Interac Present - Payment
Method Options Klarna - Payment
Method Options Konbini - Payment
Method Options Oxxo - Payment
Method Options P24 - Payment
Method Options Paynow - Payment
Method Options Paypal - Payment
Method Options Pix - Payment
Method Options Promptpay - Payment
Method Options Revolut Pay - Payment
Method Options Sofort - Payment
Method Options UsBank Account Mandate Options - The resource representing a Stripe “payment_method_options_us_bank_account_mandate_options”.
- Payment
Method Options Wechat Pay - Payment
Method Options Zip - Payment
Method Oxxo - Payment
Method P24 - Payment
Method Paynow - Payment
Method Paypal - Payment
Method Pix - Payment
Method Promptpay - Payment
Method Revolut Pay - Payment
Method Sepa Debit - Payment
Method Sofort - Payment
Method Swish - Payment
Method UsBank Account - Payment
Method UsBank Account Blocked - Payment
Method UsBank Account Status Details - Payment
Method Wechat Pay - Payment
Method Zip - Payment
Pages Checkout Session After Expiration checkout
- Payment
Pages Checkout Session After Expiration Recovery checkout
- Payment
Pages Checkout Session Automatic Tax checkout
- Payment
Pages Checkout Session Consent checkout
- Payment
Pages Checkout Session Consent Collection checkout
- Payment
Pages Checkout Session Currency Conversion checkout
- Payment
Pages Checkout Session Custom Fields checkout
- Payment
Pages Checkout Session Custom Fields Dropdown checkout
- Payment
Pages Checkout Session Custom Fields Label checkout
- Payment
Pages Checkout Session Custom Fields Numeric checkout
- Payment
Pages Checkout Session Custom Fields Option checkout
- Payment
Pages Checkout Session Custom Fields Text checkout
- Payment
Pages Checkout Session Custom Text checkout
- Payment
Pages Checkout Session Custom Text Position checkout
- Payment
Pages Checkout Session Customer Details checkout
- Payment
Pages Checkout Session Invoice Creation checkout
- Payment
Pages Checkout Session Invoice Settings checkout
- Payment
Pages Checkout Session Payment Method Reuse Agreement checkout
- Payment
Pages Checkout Session Phone Number Collection checkout
- Payment
Pages Checkout Session Shipping Address Collection checkout
- Payment
Pages Checkout Session Shipping Cost checkout
- Payment
Pages Checkout Session Shipping Option checkout
- Payment
Pages Checkout Session TaxId checkout
- Payment
Pages Checkout Session TaxId Collection checkout
- Payment
Pages Checkout Session Total Details checkout
- Payment
Pages Checkout Session Total Details Resource Breakdown checkout
- Payments
Settings connect
- Payments
Settings Params connect
- Payout
- The resource representing a Stripe “Payout”.
- Payout
Id - An id for the corresponding object type.
- Payout
Settings connect
- Payout
Settings Params connect
- Paypal
Seller Protection - Period
billing
- Person
connect
- The resource representing a Stripe “Person”.
- Person
Additional TosAcceptance connect
- Person
Additional TosAcceptances connect
- Person
Future Requirements connect
- Person
Id - An id for the corresponding object type.
- Person
Params connect
- Person
Params Dob connect
- Person
Params Registered Address connect
- Person
Params Relationship connect
- Person
Relationship connect
- Person
Requirements connect
- Person
Verification connect
- Person
Verification Document connect
- Person
Verification Params - Plan
billing
- The resource representing a Stripe “Plan”.
- PlanId
- Plan
Tier billing
- Platform
TaxFee - The resource representing a Stripe “PlatformTax”.
- Platform
TaxFee Id - An id for the corresponding object type.
- Portal
Business Profile billing
- Portal
Customer Update billing
- Portal
Features billing
- Portal
Flows After Completion Hosted Confirmation billing
- Portal
Flows After Completion Redirect billing
- Portal
Flows Coupon Offer billing
- Portal
Flows Flow billing
- Portal
Flows Flow After Completion billing
- Portal
Flows Flow Subscription Cancel billing
- Portal
Flows Flow Subscription Update billing
- Portal
Flows Flow Subscription Update Confirm billing
- Portal
Flows Retention billing
- Portal
Flows Subscription Update Confirm Discount billing
- Portal
Flows Subscription Update Confirm Item billing
- Portal
Invoice List billing
- Portal
Login Page billing
- Portal
Payment Method Update billing
- Portal
Subscription Cancel billing
- Portal
Subscription Cancellation Reason billing
- Portal
Subscription Pause billing
- Portal
Subscription Update billing
- Portal
Subscription Update Product billing
- Price
- The resource representing a Stripe “Price”.
- PriceId
- Price
Search Params products
- Price
Tier - Product
- The resource representing a Stripe “Product”.
- Product
Feature - Product
Id - Product
Search Params products
- Promotion
Code billing
- The resource representing a Stripe “PromotionCode”.
- Promotion
Code Currency Option billing
- Promotion
Code Id - An id for the corresponding object type.
- Promotion
Codes Resource Restrictions billing
- Quote
billing
- The resource representing a Stripe “Quote”.
- QuoteId
- An id for the corresponding object type.
- Quotes
Resource Automatic Tax billing
- Quotes
Resource Computed billing
- Quotes
Resource From Quote billing
- Quotes
Resource Recurring billing
- Quotes
Resource Status Transitions billing
- Quotes
Resource Subscription Data Subscription Data billing
- Quotes
Resource Total Details billing
- The resource representing a Stripe “QuotesResourceTotalDetails”.
- Quotes
Resource Total Details Resource Breakdown billing
- Quotes
Resource Transfer Data billing
- Quotes
Resource Upfront billing
- Radar
Radar Options - The resource representing a Stripe “RadarRadarOptions”.
- Radar
Review Resource Location fraud
- Radar
Review Resource Session fraud
- Radar
Value List Item - Range
Bounds - Recipient
Id - Recurring
- Refund
- The resource representing a Stripe “Refund”.
- Refund
Destination Details - Refund
Destination Details Card - Refund
Destination Details Generic - Refund
Id - An id for the corresponding object type.
- Refund
Next Action - Refund
Next Action Display Details - Request
Error - An error reported by stripe in a request’s response.
- Reserve
Transaction - The resource representing a Stripe “ReserveTransaction”.
- Reserve
Transaction Id - An id for the corresponding object type.
- Retrieve
Checkout Session Line Items checkout
- The parameters for
CheckoutSession::retrieve_line_items
. - Retrieve
Upcoming Invoice billing
- Review
fraud
- The resource representing a Stripe “RadarReview”.
- Review
Id - An id for the corresponding object type.
- Rule
- Scheduled
Query Run sigma
- The resource representing a Stripe “ScheduledQueryRun”.
- Scheduled
Query RunId - An id for the corresponding object type.
- Schedules
Phase Automatic Tax billing
- Search
List - A single page of a cursor-paginated list of a search object.
- Sepa
Debit Generated From - Setup
Attempt - The resource representing a Stripe “PaymentFlowsSetupIntentSetupAttempt”.
- Setup
Attempt Id - An id for the corresponding object type.
- Setup
Attempt Payment Method Details - Setup
Attempt Payment Method Details Acss Debit - Setup
Attempt Payment Method Details AuBecs Debit - Setup
Attempt Payment Method Details Bacs Debit - Setup
Attempt Payment Method Details Bancontact - Setup
Attempt Payment Method Details Boleto - Setup
Attempt Payment Method Details Card - Setup
Attempt Payment Method Details Card Checks - Setup
Attempt Payment Method Details Card Present - Setup
Attempt Payment Method Details Card Wallet - Setup
Attempt Payment Method Details Cashapp - Setup
Attempt Payment Method Details Ideal - Setup
Attempt Payment Method Details Klarna - Setup
Attempt Payment Method Details Link - Setup
Attempt Payment Method Details Paypal - Setup
Attempt Payment Method Details Sepa Debit - Setup
Attempt Payment Method Details Sofort - Setup
Attempt Payment Method Details UsBank Account - Setup
Intent - The resource representing a Stripe “SetupIntent”.
- Setup
Intent Id - An id for the corresponding object type.
- Setup
Intent Next Action - Setup
Intent Next Action Redirect ToUrl - Setup
Intent Next Action Verify With Microdeposits - Setup
Intent Payment Method Options - Setup
Intent Payment Method Options Acss Debit - Setup
Intent Payment Method Options Card - Setup
Intent Payment Method Options Card Mandate Options - Setup
Intent Payment Method Options Link - Setup
Intent Payment Method Options Mandate Options Acss Debit - Setup
Intent Payment Method Options Mandate Options Sepa Debit - Setup
Intent Payment Method Options Paypal - Setup
Intent Payment Method Options Sepa Debit - Setup
Intent Payment Method Options UsBank Account - Shipping
- The resource representing a Stripe “Shipping”.
- Shipping
Rate - The resource representing a Stripe “ShippingRate”.
- Shipping
Rate Currency Option - Shipping
Rate Delivery Estimate - Shipping
Rate Delivery Estimate Bound - Shipping
Rate Fixed Amount - Shipping
Rate Id - An id for the corresponding object type.
- Sigma
Scheduled Query RunError sigma
- SkuId
- An id for the corresponding object type.
- Source
- The resource representing a Stripe “Source”.
- Source
Acceptance Offline Params - Source
Acceptance Online Params - Source
Acceptance Params - Source
Code Verification Flow - Source
Id - An id for the corresponding object type.
- Source
Mandate Params - Source
Order - Source
Order Item - Source
Owner - Source
Receiver Flow - Source
Redirect Flow - Source
Type AchCredit Transfer - Source
Type AchDebit - Source
Type Acss Debit - Source
Type Alipay - Source
Type AuBecs Debit - Source
Type Bancontact - Source
Type Card - Source
Type Card Present - Source
Type Eps - Source
Type Giropay - Source
Type Ideal - Source
Type Klarna - Source
Type Multibanco - Source
Type P24 - Source
Type Sepa Credit Transfer - Source
Type Sepa Debit - Source
Type Sofort - Source
Type ThreeD Secure - Source
Type Wechat - Subscription
billing
- The resource representing a Stripe “Subscription”.
- Subscription
Automatic Tax billing
- Subscription
Billing Thresholds billing
- The resource representing a Stripe “SubscriptionBillingThresholds”.
- Subscription
Details Data billing
- Subscription
Id - An id for the corresponding object type.
- Subscription
Item billing
- The resource representing a Stripe “SubscriptionItem”.
- Subscription
Item Billing Thresholds billing
- The resource representing a Stripe “SubscriptionItemBillingThresholds”.
- Subscription
Item Filter billing
- Subscription
Item Id - An id for the corresponding object type.
- Subscription
Item Price Data billing
- Subscription
Item Price Data billing
- Subscription
Item Price Data Recurring billing
- Subscription
Item Price Data Recurring billing
- Subscription
Line Id - An id for the corresponding object type.
- Subscription
Payment Method Options Card billing
- Subscription
Pending Invoice Item Interval billing
- Subscription
Price Data billing
- Subscription
Price Data Recurring billing
- Subscription
Schedule billing
- The resource representing a Stripe “SubscriptionSchedule”.
- Subscription
Schedule AddInvoice Item billing
- Subscription
Schedule Billing Thresholds billing
- Subscription
Schedule Configuration Item billing
- Subscription
Schedule Current Phase billing
- Subscription
Schedule Default Settings billing
- Subscription
Schedule Default Settings Params billing
- Subscription
Schedule Default Settings Params Automatic Tax billing
- Subscription
Schedule Default Settings Params Automatic TaxLiability billing
- Subscription
Schedule Default Settings Params Transfer Data billing
- Subscription
Schedule Id - An id for the corresponding object type.
- Subscription
Schedule Invoice Settings billing
- Subscription
Schedule Invoice Settings Issuer billing
- Subscription
Schedule Phase Configuration billing
- Subscription
Schedules Resource Default Settings Automatic Tax billing
- Subscription
Search Params billing
- Subscription
Transfer Data - Subscriptions
Resource Billing Cycle Anchor Config billing
- Subscriptions
Resource Pause Collection billing
- Subscriptions
Resource Payment Method Options billing
- Subscriptions
Resource Payment Settings billing
- Subscriptions
Resource Pending Update billing
- Subscriptions
Trials Resource EndBehavior billing
- Subscriptions
Trials Resource Trial Settings billing
- The resource representing a Stripe “SubscriptionsTrialsResourceTrialSettings”.
- TaxAmount
billing
- TaxAmount
billing
- TaxCalculation
tax-calculation
- The resource representing a Stripe “TaxProductResourceTaxCalculation”.
- TaxCalculation
Id - TaxCalculation
Line Item tax-calculation
- The resource representing a Stripe “TaxProductResourceTaxCalculationLineItem”.
- TaxCalculation
Line Item Id - TaxCode
- The resource representing a Stripe “TaxProductResourceTaxCode”.
- TaxCode
Id - An id for the corresponding object type.
- TaxDeducted
AtSource - The resource representing a Stripe “TaxDeductedAtSource”.
- TaxDeducted
AtSource Id - An id for the corresponding object type.
- TaxI
DsOwner billing
- TaxId
billing
- The resource representing a Stripe “tax_id”.
- TaxId
Data - TaxIdId
- An id for the corresponding object type.
- TaxId
Verification billing
- TaxProduct
Resource Customer Details tax-calculation
- The resource representing a Stripe “TaxProductResourceCustomerDetails”.
- TaxProduct
Resource Customer Details Resource TaxId tax-calculation
- TaxProduct
Resource Jurisdiction tax-calculation
- TaxProduct
Resource Jurisdiction tax-calculation
- TaxProduct
Resource Line Item TaxBreakdown tax-calculation
- TaxProduct
Resource Line Item TaxBreakdown tax-calculation
- TaxProduct
Resource Line Item TaxRate Details tax-calculation
- TaxProduct
Resource Line Item TaxRate Details tax-calculation
- TaxProduct
Resource Postal Address tax-calculation
- TaxProduct
Resource TaxBreakdown tax-calculation
- TaxProduct
Resource TaxCalculation Shipping Cost tax-calculation
- TaxProduct
Resource TaxRate Details tax-calculation
- TaxRate
billing
- The resource representing a Stripe “TaxRate”.
- TaxRate
Id - An id for the corresponding object type.
- Terminal
Configuration terminal
- The resource representing a Stripe “TerminalConfigurationConfiguration”.
- Terminal
Configuration Configuration Resource Currency Specific Config terminal
- Terminal
Configuration Configuration Resource Device Type Specific Config terminal
- Terminal
Configuration Configuration Resource Offline Config terminal
- Terminal
Configuration Configuration Resource Tipping terminal
- Terminal
Configuration Id - An id for the corresponding object type.
- Terminal
Connection Token terminal
- The resource representing a Stripe “TerminalConnectionToken”.
- Terminal
Location terminal
- The resource representing a Stripe “TerminalLocationLocation”.
- Terminal
Location Id - An id for the corresponding object type.
- Terminal
Reader terminal
- The resource representing a Stripe “TerminalReaderReader”.
- Terminal
Reader Id - An id for the corresponding object type.
- Terminal
Reader Reader Resource Cart terminal
- Terminal
Reader Reader Resource Line Item terminal
- Terminal
Reader Reader Resource Process Config terminal
- Terminal
Reader Reader Resource Process Payment Intent Action terminal
- Terminal
Reader Reader Resource Process Setup Config terminal
- Terminal
Reader Reader Resource Process Setup Intent Action terminal
- Terminal
Reader Reader Resource Reader Action terminal
- Terminal
Reader Reader Resource Refund Payment Action terminal
- Terminal
Reader Reader Resource SetReader Display Action terminal
- Terminal
Reader Reader Resource Tipping Config terminal
- Test
Helpers Test Clock - The resource representing a Stripe “TestClock”.
- Test
Helpers Test Clock Id - An id for the corresponding object type.
- ThreeD
Secure Details - ThreeD
Secure Details - ThreeD
Secure Details Charge - ThreeD
Secure Usage - Token
- The resource representing a Stripe “Token”.
- Token
Params - Topup
connect
- The resource representing a Stripe “Topup”.
- TopupId
- An id for the corresponding object type.
- TosAcceptance
connect
- Transfer
connect
- The resource representing a Stripe “Transfer”.
- Transfer
Data - Transfer
Data - Transfer
Data Params - Transfer
Id - An id for the corresponding object type.
- Transfer
Reversal connect
- The resource representing a Stripe “TransferReversal”.
- Transfer
Reversal Id - An id for the corresponding object type.
- Transfer
Schedule connect
- Transfer
Schedule Params connect
- Transform
Quantity - Transform
Usage billing
- Update
Account connect
- The parameters for
Account::update
. - Update
Account Capabilities connect
- Update
Account Capabilities Acss Debit Payments connect
- Update
Account Capabilities Affirm Payments connect
- Update
Account Capabilities Afterpay Clearpay Payments connect
- Update
Account Capabilities AuBecs Debit Payments connect
- Update
Account Capabilities Bacs Debit Payments connect
- Update
Account Capabilities Bancontact Payments connect
- Update
Account Capabilities Bank Transfer Payments connect
- Update
Account Capabilities Blik Payments connect
- Update
Account Capabilities Boleto Payments connect
- Update
Account Capabilities Card Issuing connect
- Update
Account Capabilities Card Payments connect
- Update
Account Capabilities Cartes Bancaires Payments connect
- Update
Account Capabilities Cashapp Payments connect
- Update
Account Capabilities EpsPayments connect
- Update
Account Capabilities FpxPayments connect
- Update
Account Capabilities Giropay Payments connect
- Update
Account Capabilities Grabpay Payments connect
- Update
Account Capabilities Ideal Payments connect
- Update
Account Capabilities India International Payments connect
- Update
Account Capabilities JcbPayments connect
- Update
Account Capabilities Klarna Payments connect
- Update
Account Capabilities Konbini Payments connect
- Update
Account Capabilities Legacy Payments connect
- Update
Account Capabilities Link Payments connect
- Update
Account Capabilities Oxxo Payments connect
- Update
Account Capabilities P24Payments connect
- Update
Account Capabilities Paynow Payments connect
- Update
Account Capabilities Promptpay Payments connect
- Update
Account Capabilities Revolut PayPayments connect
- Update
Account Capabilities Sepa Debit Payments connect
- Update
Account Capabilities Sofort Payments connect
- Update
Account Capabilities Swish Payments connect
- Update
Account Capabilities TaxReporting Us1099K connect
- Update
Account Capabilities TaxReporting Us1099 Misc connect
- Update
Account Capabilities Transfers connect
- Update
Account Capabilities Treasury connect
- Update
Account Capabilities UsBank Account AchPayments connect
- Update
Account Capabilities ZipPayments connect
- Update
Account Documents connect
- Update
Account Documents Bank Account Ownership Verification connect
- Update
Account Documents Company License connect
- Update
Account Documents Company Memorandum OfAssociation connect
- Update
Account Documents Company Ministerial Decree connect
- Update
Account Documents Company Registration Verification connect
- Update
Account Documents Company TaxId Verification connect
- Update
Account Documents Proof OfRegistration connect
- Update
ApiParam - If this is a
card
PaymentMethod, this hash contains the user’s card details. - Update
Charge - The parameters for
Charge::update
. - Update
Coupon billing
- The parameters for
Coupon::update
. - Update
Coupon Currency Options billing
- Update
Credit Note billing
- The parameters for
CreditNote::update
. - Update
Customer - The parameters for
Customer::update
. - Update
Customer Balance Transaction billing
- The parameters that can be used when creating or updating a
CustomerBalanceTransaction
. - Update
Customer Cash Balance - Update
Customer Cash Balance Settings - Update
Customer Shipping - Update
Customer Shipping Address - Update
Customer Tax - Update
File Link - The parameters for
FileLink::update
. - Update
Invoice Item billing
- The parameters for
InvoiceItem::update
. - Update
Invoice Item Discounts billing
- Update
Payment Intent - The parameters for
PaymentIntent::update
. - Update
Payment Intent Payment Method Data - Update
Payment Intent Payment Method Data Acss Debit - Update
Payment Intent Payment Method Data Affirm - Update
Payment Intent Payment Method Data Afterpay Clearpay - Update
Payment Intent Payment Method Data Alipay - Update
Payment Intent Payment Method Data AuBecs Debit - Update
Payment Intent Payment Method Data Bacs Debit - Update
Payment Intent Payment Method Data Bancontact - Update
Payment Intent Payment Method Data Billing Details - Update
Payment Intent Payment Method Data Billing Details Address - Update
Payment Intent Payment Method Data Blik - Update
Payment Intent Payment Method Data Boleto - Update
Payment Intent Payment Method Data Cashapp - Update
Payment Intent Payment Method Data Customer Balance - Update
Payment Intent Payment Method Data Eps - Update
Payment Intent Payment Method Data Fpx - Update
Payment Intent Payment Method Data Giropay - Update
Payment Intent Payment Method Data Grabpay - Update
Payment Intent Payment Method Data Ideal - Update
Payment Intent Payment Method Data Interac Present - Update
Payment Intent Payment Method Data Klarna - Update
Payment Intent Payment Method Data Klarna Dob - Update
Payment Intent Payment Method Data Konbini - Update
Payment Intent Payment Method Data Link - Update
Payment Intent Payment Method Data Oxxo - Update
Payment Intent Payment Method Data P24 - Update
Payment Intent Payment Method Data Paynow - Update
Payment Intent Payment Method Data Paypal - Update
Payment Intent Payment Method Data Pix - Update
Payment Intent Payment Method Data Promptpay - Update
Payment Intent Payment Method Data Radar Options - Update
Payment Intent Payment Method Data Revolut Pay - Update
Payment Intent Payment Method Data Sepa Debit - Update
Payment Intent Payment Method Data Sofort - Update
Payment Intent Payment Method Data Swish - Update
Payment Intent Payment Method Data UsBank Account - Update
Payment Intent Payment Method Data Wechat Pay - Update
Payment Intent Payment Method Data Zip - Update
Payment Intent Payment Method Options - Update
Payment Intent Payment Method Options Acss Debit - Update
Payment Intent Payment Method Options Acss Debit Mandate Options - Update
Payment Intent Payment Method Options Affirm - Update
Payment Intent Payment Method Options Afterpay Clearpay - Update
Payment Intent Payment Method Options Alipay - Update
Payment Intent Payment Method Options AuBecs Debit - Update
Payment Intent Payment Method Options Bacs Debit - Update
Payment Intent Payment Method Options Bancontact - Update
Payment Intent Payment Method Options Blik - Update
Payment Intent Payment Method Options Boleto - Update
Payment Intent Payment Method Options Card - Update
Payment Intent Payment Method Options Card Installments - Update
Payment Intent Payment Method Options Card Installments Plan - Update
Payment Intent Payment Method Options Card Mandate Options - Update
Payment Intent Payment Method Options Card Present - Update
Payment Intent Payment Method Options Card ThreeD Secure - Update
Payment Intent Payment Method Options Card ThreeD Secure Network Options - Update
Payment Intent Payment Method Options Card ThreeD Secure Network Options Cartes Bancaires - Update
Payment Intent Payment Method Options Cashapp - Update
Payment Intent Payment Method Options Customer Balance - Update
Payment Intent Payment Method Options Customer Balance Bank Transfer - Update
Payment Intent Payment Method Options Customer Balance Bank Transfer EuBank Transfer - Update
Payment Intent Payment Method Options Eps - Update
Payment Intent Payment Method Options Fpx - Update
Payment Intent Payment Method Options Giropay - Update
Payment Intent Payment Method Options Grabpay - Update
Payment Intent Payment Method Options Ideal - Update
Payment Intent Payment Method Options Interac Present - Update
Payment Intent Payment Method Options Klarna - Update
Payment Intent Payment Method Options Konbini - Update
Payment Intent Payment Method Options Link - Update
Payment Intent Payment Method Options Oxxo - Update
Payment Intent Payment Method Options P24 - Update
Payment Intent Payment Method Options Paynow - Update
Payment Intent Payment Method Options Paypal - Update
Payment Intent Payment Method Options Pix - Update
Payment Intent Payment Method Options Promptpay - Update
Payment Intent Payment Method Options Revolut Pay - Update
Payment Intent Payment Method Options Sepa Debit - Update
Payment Intent Payment Method Options Sepa Debit Mandate Options - Update
Payment Intent Payment Method Options Sofort - Update
Payment Intent Payment Method Options Swish - Update
Payment Intent Payment Method Options UsBank Account - Update
Payment Intent Payment Method Options UsBank Account Financial Connections - Update
Payment Intent Payment Method Options UsBank Account Mandate Options - Update
Payment Intent Payment Method Options UsBank Account Networks - Update
Payment Intent Payment Method Options Wechat Pay - Update
Payment Intent Payment Method Options Zip - Update
Payment Intent Shipping - Update
Payment Intent Shipping Address - Update
Payment Intent Transfer Data - Update
Payment Link checkout
- The parameters for
PaymentLink::update
. - Update
Payment Link After Completion checkout
- Update
Payment Link After Completion Hosted Confirmation checkout
- Update
Payment Link After Completion Redirect checkout
- Update
Payment Link Automatic Tax checkout
- Update
Payment Link Automatic TaxLiability checkout
- Update
Payment Link Custom Fields checkout
- Update
Payment Link Custom Fields Dropdown checkout
- Update
Payment Link Custom Fields Dropdown Options checkout
- Update
Payment Link Custom Fields Label checkout
- Update
Payment Link Custom Fields Numeric checkout
- Update
Payment Link Custom Fields Text checkout
- Update
Payment Link Custom Text checkout
- Update
Payment Link Custom Text After Submit checkout
- Update
Payment Link Custom Text Shipping Address checkout
- Update
Payment Link Custom Text Submit checkout
- Update
Payment Link Custom Text Terms OfService Acceptance checkout
- Update
Payment Link Invoice Creation checkout
- Update
Payment Link Invoice Creation Invoice Data checkout
- Update
Payment Link Invoice Creation Invoice Data Custom Fields checkout
- Update
Payment Link Invoice Creation Invoice Data Issuer checkout
- Update
Payment Link Invoice Creation Invoice Data Rendering Options checkout
- Update
Payment Link Line Items checkout
- Update
Payment Link Line Items Adjustable Quantity checkout
- Update
Payment Link Payment Intent Data checkout
- Update
Payment Link Restrictions checkout
- Update
Payment Link Restrictions Completed Sessions checkout
- Update
Payment Link Shipping Address Collection checkout
- Update
Payment Link Subscription Data checkout
- Update
Payment Link Subscription Data Invoice Settings checkout
- Update
Payment Link Subscription Data Invoice Settings Issuer checkout
- Update
Payment Link Subscription Data Trial Settings checkout
- Update
Payment Link Subscription Data Trial Settings EndBehavior checkout
- Update
Payment Method - The parameters for
PaymentMethod::update
. - Update
Payment Method Link - Update
Payment Method UsBank Account - Update
Payout - The parameters for
Payout::update
. - Update
Plan billing
- The parameters for
Plan::update
. - Update
Price - The parameters for
Price::update
. - Update
Price Currency Options - Update
Price Currency Options Custom Unit Amount - Update
Price Currency Options Tiers - Update
Product - The parameters for
Product::update
. - Update
Product Features - Update
Promotion Code billing
- The parameters for
PromotionCode::update
. - Update
Promotion Code Restrictions billing
- Update
Promotion Code Restrictions Currency Options billing
- Update
Refund - The parameters for
Refund::update
. - Update
Setup Intent - The parameters for
SetupIntent::update
. - Update
Setup Intent Payment Method Data - Update
Setup Intent Payment Method Data Acss Debit - Update
Setup Intent Payment Method Data Affirm - Update
Setup Intent Payment Method Data Afterpay Clearpay - Update
Setup Intent Payment Method Data Alipay - Update
Setup Intent Payment Method Data AuBecs Debit - Update
Setup Intent Payment Method Data Bacs Debit - Update
Setup Intent Payment Method Data Bancontact - Update
Setup Intent Payment Method Data Billing Details - Update
Setup Intent Payment Method Data Billing Details Address - Update
Setup Intent Payment Method Data Blik - Update
Setup Intent Payment Method Data Boleto - Update
Setup Intent Payment Method Data Cashapp - Update
Setup Intent Payment Method Data Customer Balance - Update
Setup Intent Payment Method Data Eps - Update
Setup Intent Payment Method Data Fpx - Update
Setup Intent Payment Method Data Giropay - Update
Setup Intent Payment Method Data Grabpay - Update
Setup Intent Payment Method Data Ideal - Update
Setup Intent Payment Method Data Interac Present - Update
Setup Intent Payment Method Data Klarna - Update
Setup Intent Payment Method Data Klarna Dob - Update
Setup Intent Payment Method Data Konbini - Update
Setup Intent Payment Method Data Link - Update
Setup Intent Payment Method Data Oxxo - Update
Setup Intent Payment Method Data P24 - Update
Setup Intent Payment Method Data Paynow - Update
Setup Intent Payment Method Data Paypal - Update
Setup Intent Payment Method Data Pix - Update
Setup Intent Payment Method Data Promptpay - Update
Setup Intent Payment Method Data Radar Options - Update
Setup Intent Payment Method Data Revolut Pay - Update
Setup Intent Payment Method Data Sepa Debit - Update
Setup Intent Payment Method Data Sofort - Update
Setup Intent Payment Method Data Swish - Update
Setup Intent Payment Method Data UsBank Account - Update
Setup Intent Payment Method Data Wechat Pay - Update
Setup Intent Payment Method Data Zip - Update
Setup Intent Payment Method Options - Update
Setup Intent Payment Method Options Acss Debit - Update
Setup Intent Payment Method Options Acss Debit Mandate Options - Update
Setup Intent Payment Method Options Card - Update
Setup Intent Payment Method Options Card Mandate Options - Update
Setup Intent Payment Method Options Card ThreeD Secure - Update
Setup Intent Payment Method Options Card ThreeD Secure Network Options - Update
Setup Intent Payment Method Options Card ThreeD Secure Network Options Cartes Bancaires - Update
Setup Intent Payment Method Options Link - Update
Setup Intent Payment Method Options Paypal - Update
Setup Intent Payment Method Options Sepa Debit - Update
Setup Intent Payment Method Options Sepa Debit Mandate Options - Update
Setup Intent Payment Method Options UsBank Account - Update
Setup Intent Payment Method Options UsBank Account Financial Connections - Update
Setup Intent Payment Method Options UsBank Account Mandate Options - Update
Setup Intent Payment Method Options UsBank Account Networks - Update
Shipping Rate - The parameters for
ShippingRate::update
. - Update
Shipping Rate Fixed Amount - Update
Shipping Rate Fixed Amount Currency Options - Update
Source - The parameters for
Source::update
. - Update
Source Source Order - Update
Source Source Order Items - Update
Source Source Order Shipping - Update
Source Source Order Shipping Address - Update
Subscription billing
- The parameters for
Subscription::update
. - Update
Subscription Automatic Tax billing
- Update
Subscription Automatic TaxLiability billing
- Update
Subscription Cancellation Details billing
- Update
Subscription Invoice Settings billing
- Update
Subscription Invoice Settings Issuer billing
- Update
Subscription Item billing
- The parameters for
SubscriptionItem::update
. - Update
Subscription Items billing
- Update
Subscription Pause Collection billing
- Update
Subscription Payment Settings billing
- Update
Subscription Payment Settings Payment Method Options billing
- Update
Subscription Payment Settings Payment Method Options Acss Debit billing
- Update
Subscription Payment Settings Payment Method Options Acss Debit Mandate Options billing
- Update
Subscription Payment Settings Payment Method Options Bancontact billing
- Update
Subscription Payment Settings Payment Method Options Card billing
- Update
Subscription Payment Settings Payment Method Options Card Mandate Options billing
- Update
Subscription Payment Settings Payment Method Options Customer Balance billing
- Update
Subscription Payment Settings Payment Method Options Customer Balance Bank Transfer billing
- Update
Subscription Payment Settings Payment Method Options Customer Balance Bank Transfer EuBank Transfer billing
- Update
Subscription Payment Settings Payment Method Options Konbini billing
- Update
Subscription Payment Settings Payment Method Options UsBank Account billing
- Update
Subscription Payment Settings Payment Method Options UsBank Account Financial Connections billing
- Update
Subscription Pending Invoice Item Interval billing
- Update
Subscription Schedule billing
- The parameters for
SubscriptionSchedule::update
. - Update
Subscription Schedule Phases billing
- Update
Subscription Schedule Phases Automatic Tax billing
- Update
Subscription Schedule Phases Automatic TaxLiability billing
- Update
Subscription Schedule Phases Items billing
- Update
Subscription Schedule Phases Items Billing Thresholds billing
- Update
Subscription Schedule Phases Items Price Data billing
- Update
Subscription Schedule Phases Items Price Data Recurring billing
- Update
Subscription Schedule Phases Transfer Data billing
- Update
Subscription Transfer Data billing
- Update
Subscription Trial Settings billing
- Update
Subscription Trial Settings EndBehavior billing
- Update
TaxRate billing
- The parameters for
TaxRate::update
. - Update
Topup connect
- The parameters for
Topup::update
. - Update
Transfer connect
- The parameters for
Transfer::update
. - Update
Webhook Endpoint webhook-endpoints
- The parameters for
WebhookEndpoint::update
. - UsBank
Account Networks - Usage
Record billing
- The resource representing a Stripe “UsageRecord”.
- Usage
Record Id - An id for the corresponding object type.
- Usage
Record Summary billing
- The resource representing a Stripe “UsageRecordSummary”.
- Usage
Record Summary Id - An id for the corresponding object type.
- Verification
Document Params - Verify
Bank Account - The set of parameters that can be used when verifying a Bank Account.
- Verify
Microdeposits - Verifies microdeposits on a SetupIntent object.
- Wallet
Amex Express Checkout - Wallet
Apple Pay - Wallet
Details - Wallet
Google Pay - Wallet
Masterpass - Wallet
Samsung Pay - Wallet
Visa Checkout - Webhook
events
andwebhook-events
- Webhook
Endpoint webhook-endpoints
- The resource representing a Stripe “NotificationWebhookEndpoint”.
- Webhook
Endpoint Id - An id for the corresponding object type.
Enums§
- Account
Business Type connect
- An enum representing the possible values of an
Account
’sbusiness_type
field. - Account
Capabilities Acss Debit Payments connect
- An enum representing the possible values of an
AccountCapabilities
’sacss_debit_payments
field. - Account
Capabilities Affirm Payments connect
- An enum representing the possible values of an
AccountCapabilities
’saffirm_payments
field. - Account
Capabilities Afterpay Clearpay Payments connect
- An enum representing the possible values of an
AccountCapabilities
’safterpay_clearpay_payments
field. - Account
Capabilities Bacs Debit Payments connect
- An enum representing the possible values of an
AccountCapabilities
’sbacs_debit_payments
field. - Account
Capabilities Bancontact Payments connect
- An enum representing the possible values of an
AccountCapabilities
’sbancontact_payments
field. - Account
Capabilities Bank Transfer Payments connect
- An enum representing the possible values of an
AccountCapabilities
’sbank_transfer_payments
field. - Account
Capabilities Blik Payments connect
- An enum representing the possible values of an
AccountCapabilities
’sblik_payments
field. - Account
Capabilities Boleto Payments connect
- An enum representing the possible values of an
AccountCapabilities
’sboleto_payments
field. - Account
Capabilities Cartes Bancaires Payments connect
- An enum representing the possible values of an
AccountCapabilities
’scartes_bancaires_payments
field. - Account
Capabilities Cashapp Payments connect
- An enum representing the possible values of an
AccountCapabilities
’scashapp_payments
field. - Account
Capabilities EpsPayments connect
- An enum representing the possible values of an
AccountCapabilities
’seps_payments
field. - Account
Capabilities FpxPayments connect
- An enum representing the possible values of an
AccountCapabilities
’sfpx_payments
field. - Account
Capabilities Giropay Payments connect
- An enum representing the possible values of an
AccountCapabilities
’sgiropay_payments
field. - Account
Capabilities Grabpay Payments connect
- An enum representing the possible values of an
AccountCapabilities
’sgrabpay_payments
field. - Account
Capabilities Ideal Payments connect
- An enum representing the possible values of an
AccountCapabilities
’sideal_payments
field. - Account
Capabilities India International Payments connect
- An enum representing the possible values of an
AccountCapabilities
’sindia_international_payments
field. - Account
Capabilities Klarna Payments connect
- An enum representing the possible values of an
AccountCapabilities
’sklarna_payments
field. - Account
Capabilities Konbini Payments connect
- An enum representing the possible values of an
AccountCapabilities
’skonbini_payments
field. - Account
Capabilities Link Payments connect
- An enum representing the possible values of an
AccountCapabilities
’slink_payments
field. - Account
Capabilities Oxxo Payments connect
- An enum representing the possible values of an
AccountCapabilities
’soxxo_payments
field. - Account
Capabilities P24Payments connect
- An enum representing the possible values of an
AccountCapabilities
’sp24_payments
field. - Account
Capabilities Paynow Payments connect
- An enum representing the possible values of an
AccountCapabilities
’spaynow_payments
field. - Account
Capabilities Promptpay Payments connect
- An enum representing the possible values of an
AccountCapabilities
’spromptpay_payments
field. - Account
Capabilities Revolut PayPayments connect
- An enum representing the possible values of an
AccountCapabilities
’srevolut_pay_payments
field. - Account
Capabilities Sepa Debit Payments connect
- An enum representing the possible values of an
AccountCapabilities
’ssepa_debit_payments
field. - Account
Capabilities Sofort Payments connect
- An enum representing the possible values of an
AccountCapabilities
’ssofort_payments
field. - Account
Capabilities Swish Payments connect
- An enum representing the possible values of an
AccountCapabilities
’sswish_payments
field. - Account
Capabilities Treasury connect
- An enum representing the possible values of an
AccountCapabilities
’streasury
field. - Account
Capabilities UsBank Account AchPayments connect
- An enum representing the possible values of an
AccountCapabilities
’sus_bank_account_ach_payments
field. - Account
Capabilities ZipPayments connect
- An enum representing the possible values of an
AccountCapabilities
’szip_payments
field. - Account
Link Collect connect
- An enum representing the possible values of an
CreateAccountLink
’scollect
field. - Account
Link Type connect
- An enum representing the possible values of an
CreateAccountLink
’stype_
field. - Account
Requirements Error Code - An enum representing the possible values of an
AccountRequirementsError
’scode
field. - Account
Requirements Error Code connect
- An enum representing the possible values of an
AccountRequirementsError
’scode
field. - Account
Requirements Error Code connect
- An enum representing the possible values of an
AccountRequirementsError
’scode
field. - Account
Type connect
- An enum representing the possible values of an
CreateAccount
’stype_
field. - Account
Unification Account Controller Type connect
- An enum representing the possible values of an
AccountUnificationAccountController
’stype
field. - ApiErrors
Code - An enum representing the possible values of an
ApiErrors
’scode
field. - ApiErrors
Type - An enum representing the possible values of an
ApiErrors
’stype
field. - ApiVersion
- An enum representing the versions of the Stripe API.
- Automatic
TaxStatus billing
- An enum representing the possible values of an
AutomaticTax
’sstatus
field. - Balance
Transaction Source Id - Balance
Transaction Source Union - Balance
Transaction Status - An enum representing the possible values of an
BalanceTransaction
’sstatus
field. - Balance
Transaction Type - An enum representing the possible values of an
BalanceTransaction
’stype
field. - Bank
Account Available Payout Methods - An enum representing the possible values of an
BankAccount
’savailable_payout_methods
field. - Bank
Account Status - An enum representing the possible values of an
BankAccount
’sstatus
field. - Billing
Portal Session Locale billing
- An enum representing the possible values of an
BillingPortalSession
’slocale
field. - Cancellation
Details Feedback billing
- An enum representing the possible values of an
CancellationDetails
’sfeedback
field. - Cancellation
Details Reason billing
- An enum representing the possible values of an
CancellationDetails
’sreason
field. - Capability
Status connect
- An enum representing the possible values of an
AccountCapabilities
’sau_becs_debit_payments
field. - Capture
Method - The resource representing a Stripe CaptureMethod object.
- Card
Available Payout Methods - An enum representing the possible values of an
Card
’savailable_payout_methods
field. - Card
Brand - Card
Present Read Method - An enum representing the possible values of an
CardPresent
’sread_method
field. - Card
Type - Charge
Source Params - The set of PaymentSource parameters that can be used to create a charge.
- Charge
Status - An enum representing the possible values of an
Charge
’sstatus
field. - Checkout
Acss Debit Mandate Options Default For checkout
- An enum representing the possible values of an
CheckoutAcssDebitMandateOptions
’sdefault_for
field. - Checkout
Acss Debit Mandate Options Payment Schedule checkout
- An enum representing the possible values of an
CheckoutAcssDebitMandateOptions
’spayment_schedule
field. - Checkout
Acss Debit Mandate Options Transaction Type checkout
- An enum representing the possible values of an
CheckoutAcssDebitMandateOptions
’stransaction_type
field. - Checkout
Acss Debit Payment Method Options Setup Future Usage checkout
- An enum representing the possible values of an
CheckoutAcssDebitPaymentMethodOptions
’ssetup_future_usage
field. - Checkout
Acss Debit Payment Method Options Verification Method checkout
- An enum representing the possible values of an
CheckoutAcssDebitPaymentMethodOptions
’sverification_method
field. - Checkout
Affirm Payment Method Options Setup Future Usage checkout
- An enum representing the possible values of an
CheckoutAffirmPaymentMethodOptions
’ssetup_future_usage
field. - Checkout
Afterpay Clearpay Payment Method Options Setup Future Usage checkout
- An enum representing the possible values of an
CheckoutAfterpayClearpayPaymentMethodOptions
’ssetup_future_usage
field. - Checkout
Alipay Payment Method Options Setup Future Usage checkout
- An enum representing the possible values of an
CheckoutAlipayPaymentMethodOptions
’ssetup_future_usage
field. - Checkout
AuBecs Debit Payment Method Options Setup Future Usage checkout
- An enum representing the possible values of an
CheckoutAuBecsDebitPaymentMethodOptions
’ssetup_future_usage
field. - Checkout
Bacs Debit Payment Method Options Setup Future Usage checkout
- An enum representing the possible values of an
CheckoutBacsDebitPaymentMethodOptions
’ssetup_future_usage
field. - Checkout
Bancontact Payment Method Options Setup Future Usage checkout
- An enum representing the possible values of an
CheckoutBancontactPaymentMethodOptions
’ssetup_future_usage
field. - Checkout
Boleto Payment Method Options Setup Future Usage checkout
- An enum representing the possible values of an
CheckoutBoletoPaymentMethodOptions
’ssetup_future_usage
field. - Checkout
Card Payment Method Options Setup Future Usage checkout
- An enum representing the possible values of an
CheckoutCardPaymentMethodOptions
’ssetup_future_usage
field. - Checkout
Cashapp Payment Method Options Setup Future Usage checkout
- An enum representing the possible values of an
CheckoutCashappPaymentMethodOptions
’ssetup_future_usage
field. - Checkout
Customer Balance Bank Transfer Payment Method Options Requested Address Types checkout
- An enum representing the possible values of an
CheckoutCustomerBalanceBankTransferPaymentMethodOptions
’srequested_address_types
field. - Checkout
Customer Balance Bank Transfer Payment Method Options Type checkout
- An enum representing the possible values of an
CheckoutCustomerBalanceBankTransferPaymentMethodOptions
’stype
field. - Checkout
Customer Balance Payment Method Options Funding Type checkout
- An enum representing the possible values of an
CheckoutCustomerBalancePaymentMethodOptions
’sfunding_type
field. - Checkout
Customer Balance Payment Method Options Setup Future Usage checkout
- An enum representing the possible values of an
CheckoutCustomerBalancePaymentMethodOptions
’ssetup_future_usage
field. - Checkout
EpsPayment Method Options Setup Future Usage checkout
- An enum representing the possible values of an
CheckoutEpsPaymentMethodOptions
’ssetup_future_usage
field. - Checkout
FpxPayment Method Options Setup Future Usage checkout
- An enum representing the possible values of an
CheckoutFpxPaymentMethodOptions
’ssetup_future_usage
field. - Checkout
Giropay Payment Method Options Setup Future Usage checkout
- An enum representing the possible values of an
CheckoutGiropayPaymentMethodOptions
’ssetup_future_usage
field. - Checkout
Grab PayPayment Method Options Setup Future Usage checkout
- An enum representing the possible values of an
CheckoutGrabPayPaymentMethodOptions
’ssetup_future_usage
field. - Checkout
Ideal Payment Method Options Setup Future Usage checkout
- An enum representing the possible values of an
CheckoutIdealPaymentMethodOptions
’ssetup_future_usage
field. - Checkout
Klarna Payment Method Options Setup Future Usage checkout
- An enum representing the possible values of an
CheckoutKlarnaPaymentMethodOptions
’ssetup_future_usage
field. - Checkout
Konbini Payment Method Options Setup Future Usage checkout
- An enum representing the possible values of an
CheckoutKonbiniPaymentMethodOptions
’ssetup_future_usage
field. - Checkout
Link Payment Method Options Setup Future Usage checkout
- An enum representing the possible values of an
CheckoutLinkPaymentMethodOptions
’ssetup_future_usage
field. - Checkout
Oxxo Payment Method Options Setup Future Usage checkout
- An enum representing the possible values of an
CheckoutOxxoPaymentMethodOptions
’ssetup_future_usage
field. - Checkout
P24Payment Method Options Setup Future Usage checkout
- An enum representing the possible values of an
CheckoutP24PaymentMethodOptions
’ssetup_future_usage
field. - Checkout
Paynow Payment Method Options Setup Future Usage checkout
- An enum representing the possible values of an
CheckoutPaynowPaymentMethodOptions
’ssetup_future_usage
field. - Checkout
Paypal Payment Method Options Capture Method checkout
- An enum representing the possible values of an
CheckoutPaypalPaymentMethodOptions
’scapture_method
field. - Checkout
Paypal Payment Method Options Setup Future Usage checkout
- An enum representing the possible values of an
CheckoutPaypalPaymentMethodOptions
’ssetup_future_usage
field. - Checkout
Sepa Debit Payment Method Options Setup Future Usage checkout
- An enum representing the possible values of an
CheckoutSepaDebitPaymentMethodOptions
’ssetup_future_usage
field. - Checkout
Session Billing Address Collection checkout
- An enum representing the possible values of an
CheckoutSession
’sbilling_address_collection
field. - Checkout
Session Customer Creation checkout
- An enum representing the possible values of an
CheckoutSession
’scustomer_creation
field. - Checkout
Session Locale checkout
- An enum representing the possible values of an
CheckoutSession
’slocale
field. - Checkout
Session Mode checkout
- An enum representing the possible values of an
CheckoutSession
’smode
field. - Checkout
Session Payment Method Collection checkout
- An enum representing the possible values of an
CheckoutSession
’spayment_method_collection
field. - Checkout
Session Payment Status checkout
- An enum representing the possible values of an
CheckoutSession
’spayment_status
field. - Checkout
Session Redirect OnCompletion checkout
- An enum representing the possible values of an
CheckoutSession
’sredirect_on_completion
field. - Checkout
Session Status checkout
- An enum representing the possible values of an
CheckoutSession
’sstatus
field. - Checkout
Session Submit Type checkout
- An enum representing the possible values of an
CheckoutSession
’ssubmit_type
field. - Checkout
Session UiMode checkout
- An enum representing the possible values of an
CheckoutSession
’sui_mode
field. - Checkout
Sofort Payment Method Options Setup Future Usage checkout
- An enum representing the possible values of an
CheckoutSofortPaymentMethodOptions
’ssetup_future_usage
field. - Checkout
UsBank Account Payment Method Options Setup Future Usage checkout
- An enum representing the possible values of an
CheckoutUsBankAccountPaymentMethodOptions
’ssetup_future_usage
field. - Checkout
UsBank Account Payment Method Options Verification Method checkout
- An enum representing the possible values of an
CheckoutUsBankAccountPaymentMethodOptions
’sverification_method
field. - Collection
Method billing
- An enum representing the possible values of an
Invoice
’scollection_method
field. - Company
Params Structure connect
- An enum representing the possible values of an
CompanyParams
’sstructure
field. - Company
Structure connect
- An enum representing the possible values of an
Company
’sstructure
field. - Confirmation
Method - The resource representing a Stripe ConfirmationMethod object.
- Connect
Account Reference Type - An enum representing the possible values of an
ConnectAccountReference
’stype
field. - Coupon
Duration billing
- An enum representing the possible values of an
Coupon
’sduration
field. - Create
Account Link Collection Options Fields connect
- An enum representing the possible values of an
CreateAccountLinkCollectionOptions
’sfields
field. - Create
Account Link Collection Options Future Requirements connect
- An enum representing the possible values of an
CreateAccountLinkCollectionOptions
’sfuture_requirements
field. - Create
Billing Portal Session Flow Data After Completion Type billing
- An enum representing the possible values of an
CreateBillingPortalSessionFlowDataAfterCompletion
’stype
field. - Create
Billing Portal Session Flow Data Subscription Cancel Retention Type billing
- An enum representing the possible values of an
CreateBillingPortalSessionFlowDataSubscriptionCancelRetention
’stype
field. - Create
Billing Portal Session Flow Data Type billing
- An enum representing the possible values of an
CreateBillingPortalSessionFlowData
’stype
field. - Create
Checkout Session Automatic TaxLiability Type checkout
- An enum representing the possible values of an
CreateCheckoutSessionAutomaticTaxLiability
’stype
field. - Create
Checkout Session Consent Collection Payment Method Reuse Agreement Position checkout
- An enum representing the possible values of an
CreateCheckoutSessionConsentCollectionPaymentMethodReuseAgreement
’sposition
field. - Create
Checkout Session Consent Collection Promotions checkout
- An enum representing the possible values of an
CreateCheckoutSessionConsentCollection
’spromotions
field. - Create
Checkout Session Consent Collection Terms OfService checkout
- An enum representing the possible values of an
CreateCheckoutSessionConsentCollection
’sterms_of_service
field. - Create
Checkout Session Custom Fields Label Type checkout
- An enum representing the possible values of an
CreateCheckoutSessionCustomFieldsLabel
’stype
field. - Create
Checkout Session Custom Fields Type checkout
- An enum representing the possible values of an
CreateCheckoutSessionCustomFields
’stype
field. - Create
Checkout Session Customer Update Address checkout
- An enum representing the possible values of an
CreateCheckoutSessionCustomerUpdate
’saddress
field. - Create
Checkout Session Customer Update Name checkout
- An enum representing the possible values of an
CreateCheckoutSessionCustomerUpdate
’sname
field. - Create
Checkout Session Customer Update Shipping checkout
- An enum representing the possible values of an
CreateCheckoutSessionCustomerUpdate
’sshipping
field. - Create
Checkout Session Invoice Creation Invoice Data Issuer Type checkout
- An enum representing the possible values of an
CreateCheckoutSessionInvoiceCreationInvoiceDataIssuer
’stype
field. - Create
Checkout Session Invoice Creation Invoice Data Rendering Options Amount TaxDisplay checkout
- An enum representing the possible values of an
CreateCheckoutSessionInvoiceCreationInvoiceDataRenderingOptions
’samount_tax_display
field. - Create
Checkout Session Line Items Price Data Recurring Interval checkout
- An enum representing the possible values of an
CreateCheckoutSessionLineItemsPriceDataRecurring
’sinterval
field. - Create
Checkout Session Line Items Price Data TaxBehavior checkout
- An enum representing the possible values of an
CreateCheckoutSessionLineItemsPriceData
’stax_behavior
field. - Create
Checkout Session Payment Intent Data Capture Method checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentIntentData
’scapture_method
field. - Create
Checkout Session Payment Intent Data Setup Future Usage checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentIntentData
’ssetup_future_usage
field. - Create
Checkout Session Payment Method Options Acss Debit Mandate Options Default For checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsAcssDebitMandateOptions
’sdefault_for
field. - Create
Checkout Session Payment Method Options Acss Debit Mandate Options Payment Schedule checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsAcssDebitMandateOptions
’spayment_schedule
field. - Create
Checkout Session Payment Method Options Acss Debit Mandate Options Transaction Type checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsAcssDebitMandateOptions
’stransaction_type
field. - Create
Checkout Session Payment Method Options Acss Debit Setup Future Usage checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsAcssDebit
’ssetup_future_usage
field. - Create
Checkout Session Payment Method Options Acss Debit Verification Method checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsAcssDebit
’sverification_method
field. - Create
Checkout Session Payment Method Options Affirm Setup Future Usage checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsAffirm
’ssetup_future_usage
field. - Create
Checkout Session Payment Method Options Afterpay Clearpay Setup Future Usage checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsAfterpayClearpay
’ssetup_future_usage
field. - Create
Checkout Session Payment Method Options Alipay Setup Future Usage checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsAlipay
’ssetup_future_usage
field. - Create
Checkout Session Payment Method Options AuBecs Debit Setup Future Usage checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsAuBecsDebit
’ssetup_future_usage
field. - Create
Checkout Session Payment Method Options Bacs Debit Setup Future Usage checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsBacsDebit
’ssetup_future_usage
field. - Create
Checkout Session Payment Method Options Bancontact Setup Future Usage checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsBancontact
’ssetup_future_usage
field. - Create
Checkout Session Payment Method Options Boleto Setup Future Usage checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsBoleto
’ssetup_future_usage
field. - Create
Checkout Session Payment Method Options Card Setup Future Usage checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsCard
’ssetup_future_usage
field. - Create
Checkout Session Payment Method Options Cashapp Setup Future Usage checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsCashapp
’ssetup_future_usage
field. - Create
Checkout Session Payment Method Options Customer Balance Bank Transfer Requested Address Types checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsCustomerBalanceBankTransfer
’srequested_address_types
field. - Create
Checkout Session Payment Method Options Customer Balance Bank Transfer Type checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsCustomerBalanceBankTransfer
’stype
field. - Create
Checkout Session Payment Method Options Customer Balance Funding Type checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsCustomerBalance
’sfunding_type
field. - Create
Checkout Session Payment Method Options Customer Balance Setup Future Usage checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsCustomerBalance
’ssetup_future_usage
field. - Create
Checkout Session Payment Method Options EpsSetup Future Usage checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsEps
’ssetup_future_usage
field. - Create
Checkout Session Payment Method Options FpxSetup Future Usage checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsFpx
’ssetup_future_usage
field. - Create
Checkout Session Payment Method Options Giropay Setup Future Usage checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsGiropay
’ssetup_future_usage
field. - Create
Checkout Session Payment Method Options Grabpay Setup Future Usage checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsGrabpay
’ssetup_future_usage
field. - Create
Checkout Session Payment Method Options Ideal Setup Future Usage checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsIdeal
’ssetup_future_usage
field. - Create
Checkout Session Payment Method Options Klarna Setup Future Usage checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsKlarna
’ssetup_future_usage
field. - Create
Checkout Session Payment Method Options Konbini Setup Future Usage checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsKonbini
’ssetup_future_usage
field. - Create
Checkout Session Payment Method Options Link Setup Future Usage checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsLink
’ssetup_future_usage
field. - Create
Checkout Session Payment Method Options Oxxo Setup Future Usage checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsOxxo
’ssetup_future_usage
field. - Create
Checkout Session Payment Method Options P24Setup Future Usage checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsP24
’ssetup_future_usage
field. - Create
Checkout Session Payment Method Options Paynow Setup Future Usage checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsPaynow
’ssetup_future_usage
field. - Create
Checkout Session Payment Method Options Paypal Capture Method checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsPaypal
’scapture_method
field. - Create
Checkout Session Payment Method Options Paypal Preferred Locale checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsPaypal
’spreferred_locale
field. - Create
Checkout Session Payment Method Options Paypal Setup Future Usage checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsPaypal
’ssetup_future_usage
field. - Create
Checkout Session Payment Method Options Revolut PaySetup Future Usage checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsRevolutPay
’ssetup_future_usage
field. - Create
Checkout Session Payment Method Options Sepa Debit Setup Future Usage checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsSepaDebit
’ssetup_future_usage
field. - Create
Checkout Session Payment Method Options Sofort Setup Future Usage checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsSofort
’ssetup_future_usage
field. - Create
Checkout Session Payment Method Options UsBank Account Financial Connections Permissions checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsUsBankAccountFinancialConnections
’spermissions
field. - Create
Checkout Session Payment Method Options UsBank Account Financial Connections Prefetch checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsUsBankAccountFinancialConnections
’sprefetch
field. - Create
Checkout Session Payment Method Options UsBank Account Setup Future Usage checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsUsBankAccount
’ssetup_future_usage
field. - Create
Checkout Session Payment Method Options UsBank Account Verification Method checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsUsBankAccount
’sverification_method
field. - Create
Checkout Session Payment Method Options Wechat PayClient checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsWechatPay
’sclient
field. - Create
Checkout Session Payment Method Options Wechat PaySetup Future Usage checkout
- An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsWechatPay
’ssetup_future_usage
field. - Create
Checkout Session Payment Method Types checkout
- An enum representing the possible values of an
CreateCheckoutSession
’spayment_method_types
field. - Create
Checkout Session Shipping Address Collection Allowed Countries checkout
- An enum representing the possible values of an
CreateCheckoutSessionShippingAddressCollection
’sallowed_countries
field. - Create
Checkout Session Shipping Options Shipping Rate Data Delivery Estimate Maximum Unit checkout
- An enum representing the possible values of an
CreateCheckoutSessionShippingOptionsShippingRateDataDeliveryEstimateMaximum
’sunit
field. - Create
Checkout Session Shipping Options Shipping Rate Data Delivery Estimate Minimum Unit checkout
- An enum representing the possible values of an
CreateCheckoutSessionShippingOptionsShippingRateDataDeliveryEstimateMinimum
’sunit
field. - Create
Checkout Session Shipping Options Shipping Rate Data Fixed Amount Currency Options TaxBehavior checkout
- An enum representing the possible values of an
CreateCheckoutSessionShippingOptionsShippingRateDataFixedAmountCurrencyOptions
’stax_behavior
field. - Create
Checkout Session Shipping Options Shipping Rate Data TaxBehavior checkout
- An enum representing the possible values of an
CreateCheckoutSessionShippingOptionsShippingRateData
’stax_behavior
field. - Create
Checkout Session Shipping Options Shipping Rate Data Type checkout
- An enum representing the possible values of an
CreateCheckoutSessionShippingOptionsShippingRateData
’stype
field. - Create
Checkout Session Subscription Data Invoice Settings Issuer Type checkout
- An enum representing the possible values of an
CreateCheckoutSessionSubscriptionDataInvoiceSettingsIssuer
’stype
field. - Create
Checkout Session Subscription Data Proration Behavior checkout
- An enum representing the possible values of an
CreateCheckoutSessionSubscriptionData
’sproration_behavior
field. - Create
Checkout Session Subscription Data Trial Settings EndBehavior Missing Payment Method checkout
- An enum representing the possible values of an
CreateCheckoutSessionSubscriptionDataTrialSettingsEndBehavior
’smissing_payment_method
field. - Create
Credit Note Lines Type billing
- An enum representing the possible values of an
CreateCreditNoteLines
’stype
field. - Create
Customer Cash Balance Settings Reconciliation Mode - An enum representing the possible values of an
CreateCustomerCashBalanceSettings
’sreconciliation_mode
field. - Create
Customer TaxValidate Location - An enum representing the possible values of an
CreateCustomerTax
’svalidate_location
field. - Create
Invoice Automatic TaxLiability Type billing
- An enum representing the possible values of an
CreateInvoiceAutomaticTaxLiability
’stype
field. - Create
Invoice From Invoice Action billing
- An enum representing the possible values of an
CreateInvoiceFromInvoice
’saction
field. - Create
Invoice Issuer Type billing
- An enum representing the possible values of an
CreateInvoiceIssuer
’stype
field. - Create
Invoice Payment Settings Payment Method Options Acss Debit Mandate Options Transaction Type billing
- An enum representing the possible values of an
CreateInvoicePaymentSettingsPaymentMethodOptionsAcssDebitMandateOptions
’stransaction_type
field. - Create
Invoice Payment Settings Payment Method Options Acss Debit Verification Method billing
- An enum representing the possible values of an
CreateInvoicePaymentSettingsPaymentMethodOptionsAcssDebit
’sverification_method
field. - Create
Invoice Payment Settings Payment Method Options Bancontact Preferred Language billing
- An enum representing the possible values of an
CreateInvoicePaymentSettingsPaymentMethodOptionsBancontact
’spreferred_language
field. - Create
Invoice Payment Settings Payment Method Options Card Installments Plan Interval billing
- An enum representing the possible values of an
CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlan
’sinterval
field. - Create
Invoice Payment Settings Payment Method Options Card Installments Plan Type billing
- An enum representing the possible values of an
CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlan
’stype
field. - Create
Invoice Payment Settings Payment Method Options Card Request ThreeD Secure billing
- An enum representing the possible values of an
CreateInvoicePaymentSettingsPaymentMethodOptionsCard
’srequest_three_d_secure
field. - Create
Invoice Payment Settings Payment Method Options UsBank Account Financial Connections Permissions billing
- An enum representing the possible values of an
CreateInvoicePaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections
’spermissions
field. - Create
Invoice Payment Settings Payment Method Options UsBank Account Financial Connections Prefetch billing
- An enum representing the possible values of an
CreateInvoicePaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections
’sprefetch
field. - Create
Invoice Payment Settings Payment Method Options UsBank Account Verification Method billing
- An enum representing the possible values of an
CreateInvoicePaymentSettingsPaymentMethodOptionsUsBankAccount
’sverification_method
field. - Create
Invoice Payment Settings Payment Method Types billing
- An enum representing the possible values of an
CreateInvoicePaymentSettings
’spayment_method_types
field. - Create
Invoice Rendering Amount TaxDisplay billing
- An enum representing the possible values of an
CreateInvoiceRendering
’samount_tax_display
field. - Create
Invoice Rendering Options Amount TaxDisplay billing
- An enum representing the possible values of an
CreateInvoiceRenderingOptions
’samount_tax_display
field. - Create
Invoice Rendering PdfPage Size billing
- An enum representing the possible values of an
CreateInvoiceRenderingPdf
’spage_size
field. - Create
Invoice Shipping Cost Shipping Rate Data Delivery Estimate Maximum Unit billing
- An enum representing the possible values of an
CreateInvoiceShippingCostShippingRateDataDeliveryEstimateMaximum
’sunit
field. - Create
Invoice Shipping Cost Shipping Rate Data Delivery Estimate Minimum Unit billing
- An enum representing the possible values of an
CreateInvoiceShippingCostShippingRateDataDeliveryEstimateMinimum
’sunit
field. - Create
Invoice Shipping Cost Shipping Rate Data Fixed Amount Currency Options TaxBehavior billing
- An enum representing the possible values of an
CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptions
’stax_behavior
field. - Create
Invoice Shipping Cost Shipping Rate Data TaxBehavior billing
- An enum representing the possible values of an
CreateInvoiceShippingCostShippingRateData
’stax_behavior
field. - Create
Invoice Shipping Cost Shipping Rate Data Type billing
- An enum representing the possible values of an
CreateInvoiceShippingCostShippingRateData
’stype
field. - Create
Payment Intent Automatic Payment Methods Allow Redirects - An enum representing the possible values of an
CreatePaymentIntentAutomaticPaymentMethods
’sallow_redirects
field. - Create
Payment Intent Mandate Data Customer Acceptance Type - An enum representing the possible values of an
CreatePaymentIntentMandateDataCustomerAcceptance
’stype
field. - Create
Payment Intent Payment Method Data EpsBank - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodDataEps
’sbank
field. - Create
Payment Intent Payment Method Data FpxAccount Holder Type - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodDataFpx
’saccount_holder_type
field. - Create
Payment Intent Payment Method Data FpxBank - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodDataFpx
’sbank
field. - Create
Payment Intent Payment Method Data Ideal Bank - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodDataIdeal
’sbank
field. - Create
Payment Intent Payment Method Data P24Bank - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodDataP24
’sbank
field. - Create
Payment Intent Payment Method Data Sofort Country - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodDataSofort
’scountry
field. - Create
Payment Intent Payment Method Data Type - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodData
’stype
field. - Create
Payment Intent Payment Method Data UsBank Account Account Holder Type - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodDataUsBankAccount
’saccount_holder_type
field. - Create
Payment Intent Payment Method Data UsBank Account Account Type - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodDataUsBankAccount
’saccount_type
field. - Create
Payment Intent Payment Method Options Acss Debit Mandate Options Payment Schedule - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsAcssDebitMandateOptions
’spayment_schedule
field. - Create
Payment Intent Payment Method Options Acss Debit Mandate Options Transaction Type - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsAcssDebitMandateOptions
’stransaction_type
field. - Create
Payment Intent Payment Method Options Acss Debit Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsAcssDebit
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options Acss Debit Verification Method - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsAcssDebit
’sverification_method
field. - Create
Payment Intent Payment Method Options Affirm Capture Method - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsAffirm
’scapture_method
field. - Create
Payment Intent Payment Method Options Affirm Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsAffirm
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options Afterpay Clearpay Capture Method - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsAfterpayClearpay
’scapture_method
field. - Create
Payment Intent Payment Method Options Afterpay Clearpay Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsAfterpayClearpay
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options Alipay Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsAlipay
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options AuBecs Debit Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsAuBecsDebit
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options Bacs Debit Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsBacsDebit
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options Bancontact Preferred Language - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsBancontact
’spreferred_language
field. - Create
Payment Intent Payment Method Options Bancontact Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsBancontact
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options Blik Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsBlik
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options Boleto Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsBoleto
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options Card Capture Method - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCard
’scapture_method
field. - Create
Payment Intent Payment Method Options Card Installments Plan Interval - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCardInstallmentsPlan
’sinterval
field. - Create
Payment Intent Payment Method Options Card Installments Plan Type - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCardInstallmentsPlan
’stype
field. - Create
Payment Intent Payment Method Options Card Mandate Options Amount Type - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCardMandateOptions
’samount_type
field. - Create
Payment Intent Payment Method Options Card Mandate Options Interval - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCardMandateOptions
’sinterval
field. - Create
Payment Intent Payment Method Options Card Mandate Options Supported Types - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCardMandateOptions
’ssupported_types
field. - Create
Payment Intent Payment Method Options Card Network - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCard
’snetwork
field. - Create
Payment Intent Payment Method Options Card Request Extended Authorization - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCard
’srequest_extended_authorization
field. - Create
Payment Intent Payment Method Options Card Request Incremental Authorization - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCard
’srequest_incremental_authorization
field. - Create
Payment Intent Payment Method Options Card Request Multicapture - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCard
’srequest_multicapture
field. - Create
Payment Intent Payment Method Options Card Request Overcapture - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCard
’srequest_overcapture
field. - Create
Payment Intent Payment Method Options Card Request ThreeD Secure - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCard
’srequest_three_d_secure
field. - Create
Payment Intent Payment Method Options Card Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCard
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options Card ThreeD Secure Ares Trans Status - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCardThreeDSecure
’sares_trans_status
field. - Create
Payment Intent Payment Method Options Card ThreeD Secure Electronic Commerce Indicator - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCardThreeDSecure
’selectronic_commerce_indicator
field. - Create
Payment Intent Payment Method Options Card ThreeD Secure Exemption Indicator - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCardThreeDSecure
’sexemption_indicator
field. - Create
Payment Intent Payment Method Options Card ThreeD Secure Network Options Cartes Bancaires CbAvalgo - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptionsCartesBancaires
’scb_avalgo
field. - Create
Payment Intent Payment Method Options Card ThreeD Secure Version - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCardThreeDSecure
’sversion
field. - Create
Payment Intent Payment Method Options Cashapp Capture Method - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCashapp
’scapture_method
field. - Create
Payment Intent Payment Method Options Cashapp Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCashapp
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options Customer Balance Bank Transfer Requested Address Types - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer
’srequested_address_types
field. - Create
Payment Intent Payment Method Options Customer Balance Bank Transfer Type - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer
’stype
field. - Create
Payment Intent Payment Method Options Customer Balance Funding Type - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCustomerBalance
’sfunding_type
field. - Create
Payment Intent Payment Method Options Customer Balance Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCustomerBalance
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options EpsSetup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsEps
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options FpxSetup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsFpx
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options Giropay Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsGiropay
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options Grabpay Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsGrabpay
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options Ideal Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsIdeal
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options Klarna Capture Method - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsKlarna
’scapture_method
field. - Create
Payment Intent Payment Method Options Klarna Preferred Locale - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsKlarna
’spreferred_locale
field. - Create
Payment Intent Payment Method Options Klarna Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsKlarna
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options Konbini Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsKonbini
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options Link Capture Method - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsLink
’scapture_method
field. - Create
Payment Intent Payment Method Options Link Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsLink
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options Oxxo Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsOxxo
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options P24Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsP24
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options Paynow Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsPaynow
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options Paypal Capture Method - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsPaypal
’scapture_method
field. - Create
Payment Intent Payment Method Options Paypal Preferred Locale - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsPaypal
’spreferred_locale
field. - Create
Payment Intent Payment Method Options Paypal Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsPaypal
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options PixSetup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsPix
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options Promptpay Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsPromptpay
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options Revolut PaySetup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsRevolutPay
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options Sepa Debit Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsSepaDebit
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options Sofort Preferred Language - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsSofort
’spreferred_language
field. - Create
Payment Intent Payment Method Options Sofort Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsSofort
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options Swish Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsSwish
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options UsBank Account Financial Connections Permissions - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnections
’spermissions
field. - Create
Payment Intent Payment Method Options UsBank Account Financial Connections Prefetch - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnections
’sprefetch
field. - Create
Payment Intent Payment Method Options UsBank Account Mandate Options Collection Method - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptions
’scollection_method
field. - Create
Payment Intent Payment Method Options UsBank Account Networks Requested - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsUsBankAccountNetworks
’srequested
field. - Create
Payment Intent Payment Method Options UsBank Account Preferred Settlement Speed - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsUsBankAccount
’spreferred_settlement_speed
field. - Create
Payment Intent Payment Method Options UsBank Account Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsUsBankAccount
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options UsBank Account Verification Method - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsUsBankAccount
’sverification_method
field. - Create
Payment Intent Payment Method Options Wechat PayClient - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsWechatPay
’sclient
field. - Create
Payment Intent Payment Method Options Wechat PaySetup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsWechatPay
’ssetup_future_usage
field. - Create
Payment Intent Payment Method Options ZipSetup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsZip
’ssetup_future_usage
field. - Create
Payment Link After Completion Type checkout
- An enum representing the possible values of an
CreatePaymentLinkAfterCompletion
’stype
field. - Create
Payment Link Automatic TaxLiability Type checkout
- An enum representing the possible values of an
CreatePaymentLinkAutomaticTaxLiability
’stype
field. - Create
Payment Link Consent Collection Payment Method Reuse Agreement Position checkout
- An enum representing the possible values of an
CreatePaymentLinkConsentCollectionPaymentMethodReuseAgreement
’sposition
field. - Create
Payment Link Consent Collection Promotions checkout
- An enum representing the possible values of an
CreatePaymentLinkConsentCollection
’spromotions
field. - Create
Payment Link Consent Collection Terms OfService checkout
- An enum representing the possible values of an
CreatePaymentLinkConsentCollection
’sterms_of_service
field. - Create
Payment Link Custom Fields Label Type checkout
- An enum representing the possible values of an
CreatePaymentLinkCustomFieldsLabel
’stype
field. - Create
Payment Link Custom Fields Type checkout
- An enum representing the possible values of an
CreatePaymentLinkCustomFields
’stype
field. - Create
Payment Link Invoice Creation Invoice Data Issuer Type checkout
- An enum representing the possible values of an
CreatePaymentLinkInvoiceCreationInvoiceDataIssuer
’stype
field. - Create
Payment Link Invoice Creation Invoice Data Rendering Options Amount TaxDisplay checkout
- An enum representing the possible values of an
CreatePaymentLinkInvoiceCreationInvoiceDataRenderingOptions
’samount_tax_display
field. - Create
Payment Link Payment Intent Data Capture Method checkout
- An enum representing the possible values of an
CreatePaymentLinkPaymentIntentData
’scapture_method
field. - Create
Payment Link Payment Intent Data Setup Future Usage checkout
- An enum representing the possible values of an
CreatePaymentLinkPaymentIntentData
’ssetup_future_usage
field. - Create
Payment Link Payment Method Types checkout
- An enum representing the possible values of an
CreatePaymentLink
’spayment_method_types
field. - Create
Payment Link Shipping Address Collection Allowed Countries checkout
- An enum representing the possible values of an
CreatePaymentLinkShippingAddressCollection
’sallowed_countries
field. - Create
Payment Link Subscription Data Invoice Settings Issuer Type checkout
- An enum representing the possible values of an
CreatePaymentLinkSubscriptionDataInvoiceSettingsIssuer
’stype
field. - Create
Payment Link Subscription Data Trial Settings EndBehavior Missing Payment Method checkout
- An enum representing the possible values of an
CreatePaymentLinkSubscriptionDataTrialSettingsEndBehavior
’smissing_payment_method
field. - Create
Payment Method Card Union - If this is a
card
PaymentMethod, this hash contains the user’s card details. - Create
Payment Method EpsBank - An enum representing the possible values of an
CreatePaymentMethodEps
’sbank
field. - Create
Payment Method FpxAccount Holder Type - An enum representing the possible values of an
CreatePaymentMethodFpx
’saccount_holder_type
field. - Create
Payment Method FpxBank - An enum representing the possible values of an
CreatePaymentMethodFpx
’sbank
field. - Create
Payment Method Ideal Bank - An enum representing the possible values of an
CreatePaymentMethodIdeal
’sbank
field. - Create
Payment Method P24Bank - An enum representing the possible values of an
CreatePaymentMethodP24
’sbank
field. - Create
Payment Method Sofort Country - An enum representing the possible values of an
CreatePaymentMethodSofort
’scountry
field. - Create
Payment Method UsBank Account Account Holder Type - An enum representing the possible values of an
CreatePaymentMethodUsBankAccount
’saccount_holder_type
field. - Create
Payment Method UsBank Account Account Type - An enum representing the possible values of an
CreatePaymentMethodUsBankAccount
’saccount_type
field. - Create
Price Currency Options TaxBehavior - An enum representing the possible values of an
CreatePriceCurrencyOptions
’stax_behavior
field. - Create
Price Recurring Aggregate Usage - An enum representing the possible values of an
CreatePriceRecurring
’saggregate_usage
field. - Create
Price Recurring Interval - An enum representing the possible values of an
CreatePriceRecurring
’sinterval
field. - Create
Price Recurring Usage Type - An enum representing the possible values of an
CreatePriceRecurring
’susage_type
field. - Create
Price Transform Quantity Round - An enum representing the possible values of an
CreatePriceTransformQuantity
’sround
field. - Create
Product Default Price Data Currency Options TaxBehavior - An enum representing the possible values of an
CreateProductDefaultPriceDataCurrencyOptions
’stax_behavior
field. - Create
Product Default Price Data Recurring Interval - An enum representing the possible values of an
CreateProductDefaultPriceDataRecurring
’sinterval
field. - Create
Product Default Price Data TaxBehavior - An enum representing the possible values of an
CreateProductDefaultPriceData
’stax_behavior
field. - Create
Setup Intent Automatic Payment Methods Allow Redirects - An enum representing the possible values of an
CreateSetupIntentAutomaticPaymentMethods
’sallow_redirects
field. - Create
Setup Intent Flow Directions - An enum representing the possible values of an
CreateSetupIntent
’sflow_directions
field. - Create
Setup Intent Mandate Data Customer Acceptance Type - An enum representing the possible values of an
CreateSetupIntentMandateDataCustomerAcceptance
’stype
field. - Create
Setup Intent Payment Method Data EpsBank - An enum representing the possible values of an
CreateSetupIntentPaymentMethodDataEps
’sbank
field. - Create
Setup Intent Payment Method Data FpxAccount Holder Type - An enum representing the possible values of an
CreateSetupIntentPaymentMethodDataFpx
’saccount_holder_type
field. - Create
Setup Intent Payment Method Data FpxBank - An enum representing the possible values of an
CreateSetupIntentPaymentMethodDataFpx
’sbank
field. - Create
Setup Intent Payment Method Data Ideal Bank - An enum representing the possible values of an
CreateSetupIntentPaymentMethodDataIdeal
’sbank
field. - Create
Setup Intent Payment Method Data P24Bank - An enum representing the possible values of an
CreateSetupIntentPaymentMethodDataP24
’sbank
field. - Create
Setup Intent Payment Method Data Sofort Country - An enum representing the possible values of an
CreateSetupIntentPaymentMethodDataSofort
’scountry
field. - Create
Setup Intent Payment Method Data Type - An enum representing the possible values of an
CreateSetupIntentPaymentMethodData
’stype
field. - Create
Setup Intent Payment Method Data UsBank Account Account Holder Type - An enum representing the possible values of an
CreateSetupIntentPaymentMethodDataUsBankAccount
’saccount_holder_type
field. - Create
Setup Intent Payment Method Data UsBank Account Account Type - An enum representing the possible values of an
CreateSetupIntentPaymentMethodDataUsBankAccount
’saccount_type
field. - Create
Setup Intent Payment Method Options Acss Debit Mandate Options Default For - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsAcssDebitMandateOptions
’sdefault_for
field. - Create
Setup Intent Payment Method Options Acss Debit Mandate Options Payment Schedule - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsAcssDebitMandateOptions
’spayment_schedule
field. - Create
Setup Intent Payment Method Options Acss Debit Mandate Options Transaction Type - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsAcssDebitMandateOptions
’stransaction_type
field. - Create
Setup Intent Payment Method Options Acss Debit Verification Method - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsAcssDebit
’sverification_method
field. - Create
Setup Intent Payment Method Options Card Mandate Options Amount Type - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsCardMandateOptions
’samount_type
field. - Create
Setup Intent Payment Method Options Card Mandate Options Interval - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsCardMandateOptions
’sinterval
field. - Create
Setup Intent Payment Method Options Card Mandate Options Supported Types - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsCardMandateOptions
’ssupported_types
field. - Create
Setup Intent Payment Method Options Card Network - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsCard
’snetwork
field. - Create
Setup Intent Payment Method Options Card Request ThreeD Secure - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsCard
’srequest_three_d_secure
field. - Create
Setup Intent Payment Method Options Card ThreeD Secure Ares Trans Status - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsCardThreeDSecure
’sares_trans_status
field. - Create
Setup Intent Payment Method Options Card ThreeD Secure Electronic Commerce Indicator - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsCardThreeDSecure
’selectronic_commerce_indicator
field. - Create
Setup Intent Payment Method Options Card ThreeD Secure Network Options Cartes Bancaires CbAvalgo - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsCardThreeDSecureNetworkOptionsCartesBancaires
’scb_avalgo
field. - Create
Setup Intent Payment Method Options Card ThreeD Secure Version - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsCardThreeDSecure
’sversion
field. - Create
Setup Intent Payment Method Options UsBank Account Financial Connections Permissions - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnections
’spermissions
field. - Create
Setup Intent Payment Method Options UsBank Account Financial Connections Prefetch - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnections
’sprefetch
field. - Create
Setup Intent Payment Method Options UsBank Account Mandate Options Collection Method - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions
’scollection_method
field. - Create
Setup Intent Payment Method Options UsBank Account Networks Requested - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsUsBankAccountNetworks
’srequested
field. - Create
Setup Intent Payment Method Options UsBank Account Verification Method - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsUsBankAccount
’sverification_method
field. - Create
Shipping Rate Delivery Estimate Maximum Unit - An enum representing the possible values of an
CreateShippingRateDeliveryEstimateMaximum
’sunit
field. - Create
Shipping Rate Delivery Estimate Minimum Unit - An enum representing the possible values of an
CreateShippingRateDeliveryEstimateMinimum
’sunit
field. - Create
Shipping Rate Fixed Amount Currency Options TaxBehavior - An enum representing the possible values of an
CreateShippingRateFixedAmountCurrencyOptions
’stax_behavior
field. - Create
Source Source Order Items Type - An enum representing the possible values of an
CreateSourceSourceOrderItems
’stype
field. - Create
Subscription Automatic TaxLiability Type billing
- An enum representing the possible values of an
CreateSubscriptionAutomaticTaxLiability
’stype
field. - Create
Subscription Invoice Settings Issuer Type billing
- An enum representing the possible values of an
CreateSubscriptionInvoiceSettingsIssuer
’stype
field. - Create
Subscription Payment Settings Payment Method Options Acss Debit Mandate Options Transaction Type billing
- An enum representing the possible values of an
CreateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebitMandateOptions
’stransaction_type
field. - Create
Subscription Payment Settings Payment Method Options Acss Debit Verification Method billing
- An enum representing the possible values of an
CreateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebit
’sverification_method
field. - Create
Subscription Payment Settings Payment Method Options Bancontact Preferred Language billing
- An enum representing the possible values of an
CreateSubscriptionPaymentSettingsPaymentMethodOptionsBancontact
’spreferred_language
field. - Create
Subscription Payment Settings Payment Method Options Card Mandate Options Amount Type billing
- An enum representing the possible values of an
CreateSubscriptionPaymentSettingsPaymentMethodOptionsCardMandateOptions
’samount_type
field. - Create
Subscription Payment Settings Payment Method Options Card Network billing
- An enum representing the possible values of an
CreateSubscriptionPaymentSettingsPaymentMethodOptionsCard
’snetwork
field. - Create
Subscription Payment Settings Payment Method Options Card Request ThreeD Secure billing
- An enum representing the possible values of an
CreateSubscriptionPaymentSettingsPaymentMethodOptionsCard
’srequest_three_d_secure
field. - Create
Subscription Payment Settings Payment Method Options UsBank Account Financial Connections Permissions billing
- An enum representing the possible values of an
CreateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections
’spermissions
field. - Create
Subscription Payment Settings Payment Method Options UsBank Account Financial Connections Prefetch billing
- An enum representing the possible values of an
CreateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections
’sprefetch
field. - Create
Subscription Payment Settings Payment Method Options UsBank Account Verification Method billing
- An enum representing the possible values of an
CreateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccount
’sverification_method
field. - Create
Subscription Payment Settings Payment Method Types billing
- An enum representing the possible values of an
CreateSubscriptionPaymentSettings
’spayment_method_types
field. - Create
Subscription Payment Settings Save Default Payment Method billing
- An enum representing the possible values of an
CreateSubscriptionPaymentSettings
’ssave_default_payment_method
field. - Create
Subscription Schedule Phases Automatic TaxLiability Type billing
- An enum representing the possible values of an
CreateSubscriptionSchedulePhasesAutomaticTaxLiability
’stype
field. - Create
Subscription Schedule Phases Billing Cycle Anchor billing
- An enum representing the possible values of an
CreateSubscriptionSchedulePhases
’sbilling_cycle_anchor
field. - Create
Subscription Schedule Phases Items Price Data Recurring Interval billing
- An enum representing the possible values of an
CreateSubscriptionSchedulePhasesItemsPriceDataRecurring
’sinterval
field. - Create
Subscription Schedule Phases Items Price Data TaxBehavior billing
- An enum representing the possible values of an
CreateSubscriptionSchedulePhasesItemsPriceData
’stax_behavior
field. - Create
Subscription Trial Settings EndBehavior Missing Payment Method billing
- An enum representing the possible values of an
CreateSubscriptionTrialSettingsEndBehavior
’smissing_payment_method
field. - Create
TaxId Owner Type billing
- An enum representing the possible values of an
CreateTaxIdOwner
’stype
field. - Create
Token Account Business Type - An enum representing the possible values of an
CreateTokenAccount
’sbusiness_type
field. - Create
Token Card Union - The card this token will represent.
- Credit
Note Line Item Type billing
- An enum representing the possible values of an
CreditNoteLineItem
’stype
field. - Credit
Note Reason billing
- An enum representing the possible values of an
CreditNote
’sreason
field. - Credit
Note Status billing
- An enum representing the possible values of an
CreditNote
’sstatus
field. - Credit
Note TaxAmount Taxability Reason billing
- An enum representing the possible values of an
CreditNoteTaxAmount
’staxability_reason
field. - Credit
Note TaxAmount Taxability Reason billing
- An enum representing the possible values of an
CreditNoteTaxAmount
’staxability_reason
field. - Credit
Note Type billing
- An enum representing the possible values of an
CreditNote
’stype
field. - Currency
- Currency is the list of supported currencies.
- Currency
Option TaxBehavior - An enum representing the possible values of an
CurrencyOption
’stax_behavior
field. - Customer
Acceptance Type - An enum representing the possible values of an
CustomerAcceptance
’stype
field. - Customer
Balance Customer Balance Settings Reconciliation Mode - An enum representing the possible values of an
CustomerBalanceCustomerBalanceSettings
’sreconciliation_mode
field. - Customer
Balance Transaction Type billing
- An enum representing the possible values of an
CustomerBalanceTransaction
’stype
field. - Customer
Invoice Settings Rendering Options Amount TaxDisplay - An enum representing the possible values of an
CustomerInvoiceSettingsRenderingOptions
’samount_tax_display
field. - Customer
Payment Method Retrieval Type - Customer
TaxAutomatic Tax - An enum representing the possible values of an
CustomerTax
’sautomatic_tax
field. - Customer
TaxExempt - An enum representing the possible values of an
Customer
’stax_exempt
field. - Customer
TaxExempt Filter - An enum representing the possible values of an
CreateCustomer
’stax_exempt
field. - Customer
TaxLocation Source - An enum representing the possible values of an
CustomerTaxLocation
’ssource
field. - Delay
Days - Delay
Days Other - Detached
Source - Dispute
Payment Method Details Type - An enum representing the possible values of an
DisputePaymentMethodDetails
’stype
field. - Dispute
Status - An enum representing the possible values of an
Dispute
’sstatus
field. - Error
Code - The list of possible values for a RequestError’s code.
- Error
Type - The list of possible values for a RequestError’s type.
- Event
Filter webhook-endpoints
- An enum representing the possible values of an
CreateWebhookEndpoint
’senabled_events
field. - Event
Object events
- Event
Type events
- Expandable
- An id or object.
- External
Account - FeeType
- An enum representing the possible values of an
Fee
’stype
field. - File
Purpose - An enum representing the possible values of an
ListFiles
’spurpose
field. - Fraud
Details Params User Report - An enum representing the possible values of an
FraudDetailsParams
’suser_report
field. - Funding
Instructions Bank Transfer Financial Address Supported Networks - An enum representing the possible values of an
FundingInstructionsBankTransferFinancialAddress
’ssupported_networks
field. - Funding
Instructions Bank Transfer Financial Address Type - An enum representing the possible values of an
FundingInstructionsBankTransferFinancialAddress
’stype
field. - IdOr
Create - Invoice
Billing Reason billing
- An enum representing the possible values of an
Invoice
’sbilling_reason
field. - Invoice
Customer TaxExempt billing
- An enum representing the possible values of an
Invoice
’scustomer_tax_exempt
field. - Invoice
Item Price Data TaxBehavior billing
- An enum representing the possible values of an
InvoiceItemPriceData
’stax_behavior
field. - Invoice
Item Price Data TaxBehavior billing
- An enum representing the possible values of an
InvoiceItemPriceData
’stax_behavior
field. - Invoice
Item Price Data TaxBehavior billing
- An enum representing the possible values of an
InvoiceItemPriceData
’stax_behavior
field. - Invoice
Item TaxBehavior billing
- An enum representing the possible values of an
CreateInvoiceItem
’stax_behavior
field. - Invoice
Line Item Id - Invoice
Line Item Type billing
- An enum representing the possible values of an
InvoiceLineItem
’stype
field. - Invoice
Mandate Options Card Amount Type billing
- An enum representing the possible values of an
InvoiceMandateOptionsCard
’samount_type
field. - Invoice
Payment Method Options Acss Debit Mandate Options Transaction Type billing
- An enum representing the possible values of an
InvoicePaymentMethodOptionsAcssDebitMandateOptions
’stransaction_type
field. - Invoice
Payment Method Options Acss Debit Verification Method billing
- An enum representing the possible values of an
InvoicePaymentMethodOptionsAcssDebit
’sverification_method
field. - Invoice
Payment Method Options Bancontact Preferred Language billing
- An enum representing the possible values of an
InvoicePaymentMethodOptionsBancontact
’spreferred_language
field. - Invoice
Payment Method Options Card Request ThreeD Secure billing
- An enum representing the possible values of an
InvoicePaymentMethodOptionsCard
’srequest_three_d_secure
field. - Invoice
Payment Method Options Customer Balance Bank Transfer EuBank Transfer Country billing
- An enum representing the possible values of an
InvoicePaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer
’scountry
field. - Invoice
Payment Method Options Customer Balance Funding Type billing
- An enum representing the possible values of an
InvoicePaymentMethodOptionsCustomerBalance
’sfunding_type
field. - Invoice
Payment Method Options UsBank Account Linked Account Options Permissions billing
- An enum representing the possible values of an
InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptions
’spermissions
field. - Invoice
Payment Method Options UsBank Account Linked Account Options Prefetch billing
- An enum representing the possible values of an
InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptions
’sprefetch
field. - Invoice
Payment Method Options UsBank Account Verification Method billing
- An enum representing the possible values of an
InvoicePaymentMethodOptionsUsBankAccount
’sverification_method
field. - Invoice
Pending Invoice Items Behavior billing
- An enum representing the possible values of an
CreateInvoice
’spending_invoice_items_behavior
field. - Invoice
Rendering PdfPage Size billing
- An enum representing the possible values of an
InvoiceRenderingPdf
’spage_size
field. - Invoice
Status billing
- An enum representing the possible values of an
Invoice
’sstatus
field. - Invoices
Payment Settings Payment Method Types billing
- An enum representing the possible values of an
InvoicesPaymentSettings
’spayment_method_types
field. - Issuing
Authorization Authentication Exemption Claimed By issuing
- An enum representing the possible values of an
IssuingAuthorizationAuthenticationExemption
’sclaimed_by
field. - Issuing
Authorization Authentication Exemption Type issuing
- An enum representing the possible values of an
IssuingAuthorizationAuthenticationExemption
’stype
field. - Issuing
Authorization Check issuing
- An enum representing the possible values of the
IssuingAuthorizationVerificationData
fields. - Issuing
Authorization Method issuing
- An enum representing the possible values of the
IssuingAuthorization
’sauthorization_method
field. - Issuing
Authorization Reason issuing
- An enum representing the possible values of the
IssuingAuthorizationRequest
’sreason
field. - Issuing
Authorization Status issuing
- An enum representing the possible values of an
IssuingAuthorization
’sstatus
field. - Issuing
Authorization ThreeD Secure Result issuing
- An enum representing the possible values of an
IssuingAuthorizationThreeDSecure
’sresult
field. - Issuing
Authorization Wallet Provider issuing
- An enum representing the possible values of an
IssuingAuthorization
’swallet_provider
field. - Issuing
Card Apple PayIneligible Reason issuing
- An enum representing the possible values of an
IssuingCardApplePay
’sineligible_reason
field. - Issuing
Card Cancellation Reason issuing
- An enum representing the possible values of an
IssuingCard
’scancellation_reason
field. - Issuing
Card Google PayIneligible Reason issuing
- An enum representing the possible values of an
IssuingCardGooglePay
’sineligible_reason
field. - Issuing
Card PinStatus issuing
- An enum representing the possible values of an
IssuingCardPin
’sstatus
field. - Issuing
Card Replacement Reason issuing
- An enum representing the possible values of an
IssuingCard
’sreplacement_reason
field. - Issuing
Card Shipping Carrier issuing
- An enum representing the possible values of an
IssuingCardShipping
’scarrier
field. - Issuing
Card Shipping Service issuing
- An enum representing the possible values of an
IssuingCardShipping
’sservice
field. - Issuing
Card Shipping Status issuing
- An enum representing the possible values of an
IssuingCardShipping
’sstatus
field. - Issuing
Card Shipping Type issuing
- An enum representing the possible values of an
IssuingCardShipping
’stype
field. - Issuing
Card Spending Limit Categories issuing
- An enum representing the possible values of an
IssuingCardSpendingLimit
’scategories
field. - Issuing
Card Spending Limit Interval issuing
- An enum representing the possible values of an
IssuingCardSpendingLimit
’sinterval
field. - Issuing
Card Status issuing
- An enum representing the possible values of an
IssuingCard
’sstatus
field. - Issuing
Card Type issuing
- An enum representing the possible values of an
IssuingCard
’stype
field. - Issuing
Cardholder Preferred Locales issuing
- An enum representing the possible values of an
IssuingCardholder
’spreferred_locales
field. - Issuing
Cardholder Requirements Disabled Reason issuing
- An enum representing the possible values of an
IssuingCardholderRequirements
’sdisabled_reason
field. - Issuing
Cardholder Requirements Past Due issuing
- An enum representing the possible values of an
IssuingCardholderRequirements
’spast_due
field. - Issuing
Cardholder Spending Limit Categories issuing
- An enum representing the possible values of an
IssuingCardholderSpendingLimit
’scategories
field. - Issuing
Cardholder Spending Limit Interval issuing
- An enum representing the possible values of an
IssuingCardholderSpendingLimit
’sinterval
field. - Issuing
Cardholder Status issuing
- An enum representing the possible values of an
IssuingCardholder
’sstatus
field. - Issuing
Cardholder Type issuing
- An enum representing the possible values of an
IssuingCardholder
’stype
field. - Issuing
Dispute Canceled Evidence Product Type issuing
- An enum representing the possible values of an
IssuingDisputeCanceledEvidence
’sproduct_type
field. - Issuing
Dispute Canceled Evidence Return Status issuing
- An enum representing the possible values of an
IssuingDisputeCanceledEvidence
’sreturn_status
field. - Issuing
Dispute Evidence Reason issuing
- An enum representing the possible values of an
IssuingDisputeEvidence
’sreason
field. - Issuing
Dispute Merchandise NotAs Described Evidence Return Status issuing
- An enum representing the possible values of an
IssuingDisputeMerchandiseNotAsDescribedEvidence
’sreturn_status
field. - Issuing
Dispute NotReceived Evidence Product Type issuing
- An enum representing the possible values of an
IssuingDisputeNotReceivedEvidence
’sproduct_type
field. - Issuing
Dispute Other Evidence Product Type issuing
- An enum representing the possible values of an
IssuingDisputeOtherEvidence
’sproduct_type
field. - Issuing
Dispute Reason issuing
- An enum representing the possible values of an
IssuingDispute
’sreason
field. - Issuing
Dispute Status issuing
- An enum representing the possible values of an
IssuingDispute
’sstatus
field. - Issuing
Network Token Device Type issuing
- An enum representing the possible values of an
IssuingNetworkTokenDevice
’stype
field. - Issuing
Network Token Network Data Type issuing
- An enum representing the possible values of an
IssuingNetworkTokenNetworkData
’stype
field. - Issuing
Network Token Wallet Provider Card Number Source issuing
- An enum representing the possible values of an
IssuingNetworkTokenWalletProvider
’scard_number_source
field. - Issuing
Network Token Wallet Provider Reason Codes issuing
- An enum representing the possible values of an
IssuingNetworkTokenWalletProvider
’sreason_codes
field. - Issuing
Network Token Wallet Provider Suggested Decision issuing
- An enum representing the possible values of an
IssuingNetworkTokenWalletProvider
’ssuggested_decision
field. - Issuing
Token Network issuing
- An enum representing the possible values of an
IssuingToken
’snetwork
field. - Issuing
Token Status issuing
- An enum representing the possible values of an
IssuingToken
’sstatus
field. - Issuing
Token Wallet Provider issuing
- An enum representing the possible values of an
IssuingToken
’swallet_provider
field. - Issuing
Transaction Type issuing
- An enum representing the possible values of an
IssuingTransaction
’stype
field. - Issuing
Transaction Wallet issuing
- An enum representing the possible values of an
IssuingTransaction
’swallet
field. - Line
Items TaxAmount Taxability Reason checkout
- An enum representing the possible values of an
LineItemsTaxAmount
’staxability_reason
field. - Line
Items TaxAmount Taxability Reason checkout
- An enum representing the possible values of an
LineItemsTaxAmount
’staxability_reason
field. - Line
Items TaxAmount Taxability Reason billing
- An enum representing the possible values of an
LineItemsTaxAmount
’staxability_reason
field. - Line
Items TaxAmount Taxability Reason billing
- An enum representing the possible values of an
LineItemsTaxAmount
’staxability_reason
field. - Linked
Account Options UsBank Account Permissions - An enum representing the possible values of an
LinkedAccountOptionsUsBankAccount
’spermissions
field. - Linked
Account Options UsBank Account Prefetch - An enum representing the possible values of an
LinkedAccountOptionsUsBankAccount
’sprefetch
field. - List
Prices Recurring Interval - An enum representing the possible values of an
ListPricesRecurring
’sinterval
field. - List
Prices Recurring Usage Type - An enum representing the possible values of an
ListPricesRecurring
’susage_type
field. - List
TaxIds Owner Type billing
- An enum representing the possible values of an
ListTaxIdsOwner
’stype
field. - Mandate
Acss Debit Default For - An enum representing the possible values of an
MandateAcssDebit
’sdefault_for
field. - Mandate
Acss Debit Payment Schedule - An enum representing the possible values of an
MandateAcssDebit
’spayment_schedule
field. - Mandate
Acss Debit Transaction Type - An enum representing the possible values of an
MandateAcssDebit
’stransaction_type
field. - Mandate
Bacs Debit Network Status - An enum representing the possible values of an
MandateBacsDebit
’snetwork_status
field. - Mandate
Bacs Debit Revocation Reason - An enum representing the possible values of an
MandateBacsDebit
’srevocation_reason
field. - Mandate
Status - An enum representing the possible values of an
Mandate
’sstatus
field. - Mandate
Type - An enum representing the possible values of an
Mandate
’stype
field. - Mandate
UsBank Account Collection Method - An enum representing the possible values of an
MandateUsBankAccount
’scollection_method
field. - Merchant
Category issuing
- An enum representing the industry of a merchant.
- OffSession
Other - Order
Status Filter orders
- An enum representing the possible values of an
ListOrders
’sstatus
field. - Payment
Error Type - The resource representing a Stripe PaymentErrorType object.
- Payment
Flows Automatic Payment Methods Payment Intent Allow Redirects - An enum representing the possible values of an
PaymentFlowsAutomaticPaymentMethodsPaymentIntent
’sallow_redirects
field. - Payment
Flows Automatic Payment Methods Setup Intent Allow Redirects - An enum representing the possible values of an
PaymentFlowsAutomaticPaymentMethodsSetupIntent
’sallow_redirects
field. - Payment
Flows Private Payment Methods Card Details ApiResource Enterprise Features Extended Authorization Extended Authorization Status - An enum representing the possible values of an
PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceEnterpriseFeaturesExtendedAuthorizationExtendedAuthorization
’sstatus
field. - Payment
Flows Private Payment Methods Card Details ApiResource Enterprise Features Incremental Authorization Incremental Authorization Status - An enum representing the possible values of an
PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceEnterpriseFeaturesIncrementalAuthorizationIncrementalAuthorization
’sstatus
field. - Payment
Flows Private Payment Methods Card Details ApiResource Enterprise Features Overcapture Overcapture Status - An enum representing the possible values of an
PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceEnterpriseFeaturesOvercaptureOvercapture
’sstatus
field. - Payment
Flows Private Payment Methods Card Details ApiResource Multicapture Status - An enum representing the possible values of an
PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceMulticapture
’sstatus
field. - Payment
Intent Cancellation Reason - An enum representing the possible values of an
PaymentIntent
’scancellation_reason
field. - Payment
Intent Capture Method - An enum representing the possible values of an
PaymentIntent
’scapture_method
field. - Payment
Intent Confirmation Method - An enum representing the possible values of an
PaymentIntent
’sconfirmation_method
field. - Payment
Intent Method Type - Represents the way a
PaymentIntent
needs to be fulfilled. - Payment
Intent Next Action Display Bank Transfer Instructions Type - An enum representing the possible values of an
PaymentIntentNextActionDisplayBankTransferInstructions
’stype
field. - Payment
Intent Next Action Type - Payment
Intent Next Action Verify With Microdeposits Microdeposit Type - An enum representing the possible values of an
PaymentIntentNextActionVerifyWithMicrodeposits
’smicrodeposit_type
field. - Payment
Intent OffSession - Payment
Intent Payment Method Options Acss Debit Setup Future Usage - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsAcssDebit
’ssetup_future_usage
field. - Payment
Intent Payment Method Options Acss Debit Verification Method - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsAcssDebit
’sverification_method
field. - Payment
Intent Payment Method Options AuBecs Debit Setup Future Usage - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsAuBecsDebit
’ssetup_future_usage
field. - Payment
Intent Payment Method Options Blik Setup Future Usage - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsBlik
’ssetup_future_usage
field. - Payment
Intent Payment Method Options Card Capture Method - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsCard
’scapture_method
field. - Payment
Intent Payment Method Options Card Network - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsCard
’snetwork
field. - Payment
Intent Payment Method Options Card Request Extended Authorization - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsCard
’srequest_extended_authorization
field. - Payment
Intent Payment Method Options Card Request Incremental Authorization - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsCard
’srequest_incremental_authorization
field. - Payment
Intent Payment Method Options Card Request Multicapture - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsCard
’srequest_multicapture
field. - Payment
Intent Payment Method Options Card Request Overcapture - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsCard
’srequest_overcapture
field. - Payment
Intent Payment Method Options Card Request ThreeD Secure - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsCard
’srequest_three_d_secure
field. - Payment
Intent Payment Method Options Card Setup Future Usage - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsCard
’ssetup_future_usage
field. - Payment
Intent Payment Method Options EpsSetup Future Usage - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsEps
’ssetup_future_usage
field. - Payment
Intent Payment Method Options Link Capture Method - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsLink
’scapture_method
field. - Payment
Intent Payment Method Options Link Setup Future Usage - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsLink
’ssetup_future_usage
field. - Payment
Intent Payment Method Options Mandate Options Acss Debit Payment Schedule - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebit
’spayment_schedule
field. - Payment
Intent Payment Method Options Mandate Options Acss Debit Transaction Type - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebit
’stransaction_type
field. - Payment
Intent Payment Method Options Sepa Debit Setup Future Usage - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsSepaDebit
’ssetup_future_usage
field. - Payment
Intent Payment Method Options Swish Setup Future Usage - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsSwish
’ssetup_future_usage
field. - Payment
Intent Payment Method Options UsBank Account Preferred Settlement Speed - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsUsBankAccount
’spreferred_settlement_speed
field. - Payment
Intent Payment Method Options UsBank Account Setup Future Usage - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsUsBankAccount
’ssetup_future_usage
field. - Payment
Intent Payment Method Options UsBank Account Verification Method - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsUsBankAccount
’sverification_method
field. - Payment
Intent Processing Type - An enum representing the possible values of an
PaymentIntentProcessing
’stype
field. - Payment
Intent Setup Future Usage - An enum representing the possible values of an
PaymentIntent
’ssetup_future_usage
field. - Payment
Intent Setup Future Usage Filter - An enum representing the possible values of an
UpdatePaymentIntent
’ssetup_future_usage
field. - Payment
Intent Status - An enum representing the possible values of an
PaymentIntent
’sstatus
field. - Payment
Link Billing Address Collection checkout
- An enum representing the possible values of an
PaymentLink
’sbilling_address_collection
field. - Payment
Link Customer Creation checkout
- An enum representing the possible values of an
PaymentLink
’scustomer_creation
field. - Payment
Link Payment Method Collection checkout
- An enum representing the possible values of an
PaymentLink
’spayment_method_collection
field. - Payment
Link Payment Method Types checkout
- An enum representing the possible values of an
PaymentLink
’spayment_method_types
field. - Payment
Link Submit Type checkout
- An enum representing the possible values of an
PaymentLink
’ssubmit_type
field. - Payment
Links Resource After Completion Type checkout
- An enum representing the possible values of an
PaymentLinksResourceAfterCompletion
’stype
field. - Payment
Links Resource Consent Collection Promotions checkout
- An enum representing the possible values of an
PaymentLinksResourceConsentCollection
’spromotions
field. - Payment
Links Resource Consent Collection Terms OfService checkout
- An enum representing the possible values of an
PaymentLinksResourceConsentCollection
’sterms_of_service
field. - Payment
Links Resource Custom Fields Label Type checkout
- An enum representing the possible values of an
PaymentLinksResourceCustomFieldsLabel
’stype
field. - Payment
Links Resource Custom Fields Type checkout
- An enum representing the possible values of an
PaymentLinksResourceCustomFields
’stype
field. - Payment
Links Resource Payment Intent Data Capture Method checkout
- An enum representing the possible values of an
PaymentLinksResourcePaymentIntentData
’scapture_method
field. - Payment
Links Resource Payment Intent Data Setup Future Usage checkout
- An enum representing the possible values of an
PaymentLinksResourcePaymentIntentData
’ssetup_future_usage
field. - Payment
Links Resource Payment Method Reuse Agreement Position checkout
- An enum representing the possible values of an
PaymentLinksResourcePaymentMethodReuseAgreement
’sposition
field. - Payment
Links Resource Shipping Address Collection Allowed Countries checkout
- An enum representing the possible values of an
PaymentLinksResourceShippingAddressCollection
’sallowed_countries
field. - Payment
Method Details AchDebit Account Holder Type - An enum representing the possible values of an
PaymentMethodDetailsAchDebit
’saccount_holder_type
field. - Payment
Method Details Bancontact Preferred Language - An enum representing the possible values of an
PaymentMethodDetailsBancontact
’spreferred_language
field. - Payment
Method Details Card Present Read Method - An enum representing the possible values of an
PaymentMethodDetailsCardPresent
’sread_method
field. - Payment
Method Details Card Present Receipt Account Type - An enum representing the possible values of an
PaymentMethodDetailsCardPresentReceipt
’saccount_type
field. - Payment
Method Details Card Wallet Type - An enum representing the possible values of an
PaymentMethodDetailsCardWallet
’stype
field. - Payment
Method Details EpsBank - An enum representing the possible values of an
PaymentMethodDetailsEps
’sbank
field. - Payment
Method Details FpxAccount Holder Type - An enum representing the possible values of an
PaymentMethodDetailsFpx
’saccount_holder_type
field. - Payment
Method Details FpxBank - An enum representing the possible values of an
PaymentMethodDetailsFpx
’sbank
field. - Payment
Method Details Ideal Bank - An enum representing the possible values of an
PaymentMethodDetailsIdeal
’sbank
field. - Payment
Method Details Ideal Bic - An enum representing the possible values of an
PaymentMethodDetailsIdeal
’sbic
field. - Payment
Method Details Interac Present Read Method - An enum representing the possible values of an
PaymentMethodDetailsInteracPresent
’sread_method
field. - Payment
Method Details Interac Present Receipt Account Type - An enum representing the possible values of an
PaymentMethodDetailsInteracPresentReceipt
’saccount_type
field. - Payment
Method Details Konbini Store Chain - An enum representing the possible values of an
PaymentMethodDetailsKonbiniStore
’schain
field. - Payment
Method Details P24Bank - An enum representing the possible values of an
PaymentMethodDetailsP24
’sbank
field. - Payment
Method Details Sofort Preferred Language - An enum representing the possible values of an
PaymentMethodDetailsSofort
’spreferred_language
field. - Payment
Method Details UsBank Account Account Holder Type - An enum representing the possible values of an
PaymentMethodDetailsUsBankAccount
’saccount_holder_type
field. - Payment
Method Details UsBank Account Account Type - An enum representing the possible values of an
PaymentMethodDetailsUsBankAccount
’saccount_type
field. - Payment
Method EpsBank - An enum representing the possible values of an
PaymentMethodEps
’sbank
field. - Payment
Method FpxAccount Holder Type - An enum representing the possible values of an
PaymentMethodFpx
’saccount_holder_type
field. - Payment
Method FpxBank - An enum representing the possible values of an
PaymentMethodFpx
’sbank
field. - Payment
Method Ideal Bank - An enum representing the possible values of an
PaymentMethodIdeal
’sbank
field. - Payment
Method Ideal Bic - An enum representing the possible values of an
PaymentMethodIdeal
’sbic
field. - Payment
Method Interac Present Read Method - An enum representing the possible values of an
PaymentMethodInteracPresent
’sread_method
field. - Payment
Method Options Affirm Capture Method - An enum representing the possible values of an
PaymentMethodOptionsAffirm
’scapture_method
field. - Payment
Method Options Affirm Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsAffirm
’ssetup_future_usage
field. - Payment
Method Options Afterpay Clearpay Capture Method - An enum representing the possible values of an
PaymentMethodOptionsAfterpayClearpay
’scapture_method
field. - Payment
Method Options Afterpay Clearpay Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsAfterpayClearpay
’ssetup_future_usage
field. - Payment
Method Options Alipay Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsAlipay
’ssetup_future_usage
field. - Payment
Method Options Bacs Debit Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsBacsDebit
’ssetup_future_usage
field. - Payment
Method Options Bancontact Preferred Language - An enum representing the possible values of an
PaymentMethodOptionsBancontact
’spreferred_language
field. - Payment
Method Options Bancontact Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsBancontact
’ssetup_future_usage
field. - Payment
Method Options Boleto Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsBoleto
’ssetup_future_usage
field. - Payment
Method Options Card Mandate Options Amount Type - An enum representing the possible values of an
PaymentMethodOptionsCardMandateOptions
’samount_type
field. - Payment
Method Options Card Mandate Options Interval - An enum representing the possible values of an
PaymentMethodOptionsCardMandateOptions
’sinterval
field. - Payment
Method Options Card Mandate Options Supported Types - An enum representing the possible values of an
PaymentMethodOptionsCardMandateOptions
’ssupported_types
field. - Payment
Method Options Cashapp Capture Method - An enum representing the possible values of an
PaymentMethodOptionsCashapp
’scapture_method
field. - Payment
Method Options Cashapp Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsCashapp
’ssetup_future_usage
field. - Payment
Method Options Customer Balance Bank Transfer Requested Address Types - An enum representing the possible values of an
PaymentMethodOptionsCustomerBalanceBankTransfer
’srequested_address_types
field. - Payment
Method Options Customer Balance Bank Transfer Type - An enum representing the possible values of an
PaymentMethodOptionsCustomerBalanceBankTransfer
’stype
field. - Payment
Method Options Customer Balance EuBank Account Country - An enum representing the possible values of an
PaymentMethodOptionsCustomerBalanceEuBankAccount
’scountry
field. - Payment
Method Options Customer Balance Funding Type - An enum representing the possible values of an
PaymentMethodOptionsCustomerBalance
’sfunding_type
field. - Payment
Method Options Customer Balance Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsCustomerBalance
’ssetup_future_usage
field. - Payment
Method Options FpxSetup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsFpx
’ssetup_future_usage
field. - Payment
Method Options Giropay Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsGiropay
’ssetup_future_usage
field. - Payment
Method Options Grabpay Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsGrabpay
’ssetup_future_usage
field. - Payment
Method Options Ideal Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsIdeal
’ssetup_future_usage
field. - Payment
Method Options Klarna Capture Method - An enum representing the possible values of an
PaymentMethodOptionsKlarna
’scapture_method
field. - Payment
Method Options Klarna Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsKlarna
’ssetup_future_usage
field. - Payment
Method Options Konbini Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsKonbini
’ssetup_future_usage
field. - Payment
Method Options Oxxo Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsOxxo
’ssetup_future_usage
field. - Payment
Method Options P24Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsP24
’ssetup_future_usage
field. - Payment
Method Options Paynow Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsPaynow
’ssetup_future_usage
field. - Payment
Method Options Paypal Capture Method - An enum representing the possible values of an
PaymentMethodOptionsPaypal
’scapture_method
field. - Payment
Method Options Paypal Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsPaypal
’ssetup_future_usage
field. - Payment
Method Options PixSetup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsPix
’ssetup_future_usage
field. - Payment
Method Options Promptpay Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsPromptpay
’ssetup_future_usage
field. - Payment
Method Options Sofort Preferred Language - An enum representing the possible values of an
PaymentMethodOptionsSofort
’spreferred_language
field. - Payment
Method Options Sofort Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsSofort
’ssetup_future_usage
field. - Payment
Method Options UsBank Account Mandate Options Collection Method - An enum representing the possible values of an
PaymentMethodOptionsUsBankAccountMandateOptions
’scollection_method
field. - Payment
Method Options Wechat PayClient - An enum representing the possible values of an
PaymentMethodOptionsWechatPay
’sclient
field. - Payment
Method Options Wechat PaySetup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsWechatPay
’ssetup_future_usage
field. - Payment
Method Options ZipSetup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsZip
’ssetup_future_usage
field. - Payment
Method P24Bank - An enum representing the possible values of an
PaymentMethodP24
’sbank
field. - Payment
Method Type - An enum representing the possible values of an
PaymentMethod
’stype
field. - Payment
Method Type Filter - An enum representing the possible values of an
ListPaymentMethods
’stype_
field. - Payment
Method UsBank Account Account Holder Type - An enum representing the possible values of an
PaymentMethodUsBankAccount
’saccount_holder_type
field. - Payment
Method UsBank Account Account Type - An enum representing the possible values of an
PaymentMethodUsBankAccount
’saccount_type
field. - Payment
Method UsBank Account Blocked Network Code - An enum representing the possible values of an
PaymentMethodUsBankAccountBlocked
’snetwork_code
field. - Payment
Method UsBank Account Blocked Reason - An enum representing the possible values of an
PaymentMethodUsBankAccountBlocked
’sreason
field. - Payment
Pages Checkout Session Automatic TaxStatus checkout
- An enum representing the possible values of an
PaymentPagesCheckoutSessionAutomaticTax
’sstatus
field. - Payment
Pages Checkout Session Consent Collection Promotions checkout
- An enum representing the possible values of an
PaymentPagesCheckoutSessionConsentCollection
’spromotions
field. - Payment
Pages Checkout Session Consent Collection Terms OfService checkout
- An enum representing the possible values of an
PaymentPagesCheckoutSessionConsentCollection
’sterms_of_service
field. - Payment
Pages Checkout Session Consent Promotions checkout
- An enum representing the possible values of an
PaymentPagesCheckoutSessionConsent
’spromotions
field. - Payment
Pages Checkout Session Consent Terms OfService checkout
- An enum representing the possible values of an
PaymentPagesCheckoutSessionConsent
’sterms_of_service
field. - Payment
Pages Checkout Session Custom Fields Label Type checkout
- An enum representing the possible values of an
PaymentPagesCheckoutSessionCustomFieldsLabel
’stype
field. - Payment
Pages Checkout Session Custom Fields Type checkout
- An enum representing the possible values of an
PaymentPagesCheckoutSessionCustomFields
’stype
field. - Payment
Pages Checkout Session Customer Details TaxExempt checkout
- An enum representing the possible values of an
PaymentPagesCheckoutSessionCustomerDetails
’stax_exempt
field. - Payment
Pages Checkout Session Payment Method Reuse Agreement Position checkout
- An enum representing the possible values of an
PaymentPagesCheckoutSessionPaymentMethodReuseAgreement
’sposition
field. - Payment
Pages Checkout Session Shipping Address Collection Allowed Countries checkout
- An enum representing the possible values of an
PaymentPagesCheckoutSessionShippingAddressCollection
’sallowed_countries
field. - Payment
Pages Checkout Session TaxId Type checkout
- An enum representing the possible values of an
PaymentPagesCheckoutSessionTaxId
’stype
field. - Payment
Source - A PaymentSource represents a payment method associated with a customer or charge. This value is usually returned as a subresource on another request.
- Payment
Source Id - Payment
Source Params - A PaymentSourceParams represents all of the supported ways that can be used.
- Payout
Destination Id - Payout
Destination Union - Payout
Method - An enum representing the possible values of an
CreatePayout
’smethod
field. - Payout
Reconciliation Status - An enum representing the possible values of an
Payout
’sreconciliation_status
field. - Payout
Source Type - An enum representing the possible values of an
CreatePayout
’ssource_type
field. - Payout
Type - An enum representing the possible values of an
Payout
’stype
field. - Paypal
Seller Protection Dispute Categories - An enum representing the possible values of an
PaypalSellerProtection
’sdispute_categories
field. - Paypal
Seller Protection Status - An enum representing the possible values of an
PaypalSellerProtection
’sstatus
field. - Person
Params Political Exposure connect
- An enum representing the possible values of an
PersonParams
’spolitical_exposure
field. - Person
Political Exposure connect
- An enum representing the possible values of an
Person
’spolitical_exposure
field. - Plan
Aggregate Usage billing
- An enum representing the possible values of an
Plan
’saggregate_usage
field. - Plan
Billing Scheme billing
- An enum representing the possible values of an
Plan
’sbilling_scheme
field. - Plan
Interval billing
- An enum representing the possible values of an
Plan
’sinterval
field. - Plan
Interval billing
- An enum representing the possible values of an
SubscriptionItemPriceDataRecurring
’sinterval
field. - Plan
Interval billing
- An enum representing the possible values of an
SubscriptionPendingInvoiceItemInterval
’sinterval
field. - Plan
Tiers Mode billing
- An enum representing the possible values of an
Plan
’stiers_mode
field. - Plan
Usage Type billing
- An enum representing the possible values of an
Plan
’susage_type
field. - Portal
Customer Update Allowed Updates billing
- An enum representing the possible values of an
PortalCustomerUpdate
’sallowed_updates
field. - Portal
Flows Flow After Completion Type billing
- An enum representing the possible values of an
PortalFlowsFlowAfterCompletion
’stype
field. - Portal
Flows Flow Type billing
- An enum representing the possible values of an
PortalFlowsFlow
’stype
field. - Portal
Flows Retention Type billing
- An enum representing the possible values of an
PortalFlowsRetention
’stype
field. - Portal
Subscription Cancel Mode billing
- An enum representing the possible values of an
PortalSubscriptionCancel
’smode
field. - Portal
Subscription Cancel Proration Behavior billing
- An enum representing the possible values of an
PortalSubscriptionCancel
’sproration_behavior
field. - Portal
Subscription Cancellation Reason Options billing
- An enum representing the possible values of an
PortalSubscriptionCancellationReason
’soptions
field. - Portal
Subscription Update Default Allowed Updates billing
- An enum representing the possible values of an
PortalSubscriptionUpdate
’sdefault_allowed_updates
field. - Portal
Subscription Update Proration Behavior billing
- An enum representing the possible values of an
PortalSubscriptionUpdate
’sproration_behavior
field. - Price
Billing Scheme - An enum representing the possible values of an
Price
’sbilling_scheme
field. - Price
TaxBehavior - An enum representing the possible values of an
Price
’stax_behavior
field. - Price
Tiers Mode - An enum representing the possible values of an
Price
’stiers_mode
field. - Price
Type - An enum representing the possible values of an
Price
’stype
field. - Product
Type - An enum representing the possible values of an
Product
’stype
field. - Quote
Collection Method billing
- An enum representing the possible values of an
Quote
’scollection_method
field. - Quote
Status billing
- An enum representing the possible values of an
Quote
’sstatus
field. - Quotes
Resource Automatic TaxStatus billing
- An enum representing the possible values of an
QuotesResourceAutomaticTax
’sstatus
field. - Quotes
Resource Recurring Interval billing
- An enum representing the possible values of an
QuotesResourceRecurring
’sinterval
field. - Range
Query - A set of generic request parameters that can be used on list endpoints to filter their results by some timestamp.
- Recurring
Aggregate Usage - An enum representing the possible values of an
Recurring
’saggregate_usage
field. - Recurring
Interval - An enum representing the possible values of an
Recurring
’sinterval
field. - Recurring
Usage Type - An enum representing the possible values of an
Recurring
’susage_type
field. - Refund
Destination Details Card Type - An enum representing the possible values of an
RefundDestinationDetailsCard
’stype
field. - Refund
Origin - An enum representing the possible values of an
CreateRefund
’sorigin
field. - Refund
Reason - An enum representing the possible values of an
Refund
’sreason
field. - Refund
Reason Filter - An enum representing the possible values of an
CreateRefund
’sreason
field. - Request
Strategy - Review
Closed Reason fraud
- An enum representing the possible values of an
Review
’sclosed_reason
field. - Review
Opened Reason fraud
- An enum representing the possible values of an
Review
’sopened_reason
field. - Review
Reason fraud
- An enum representing the possible values of an
Review
’sreason
field. - Scheduled
- Scheduled
Other - Setup
Attempt Flow Directions - An enum representing the possible values of an
SetupAttempt
’sflow_directions
field. - Setup
Attempt Payment Method Details Bancontact Preferred Language - An enum representing the possible values of an
SetupAttemptPaymentMethodDetailsBancontact
’spreferred_language
field. - Setup
Attempt Payment Method Details Card Wallet Type - An enum representing the possible values of an
SetupAttemptPaymentMethodDetailsCardWallet
’stype
field. - Setup
Attempt Payment Method Details Ideal Bank - An enum representing the possible values of an
SetupAttemptPaymentMethodDetailsIdeal
’sbank
field. - Setup
Attempt Payment Method Details Ideal Bic - An enum representing the possible values of an
SetupAttemptPaymentMethodDetailsIdeal
’sbic
field. - Setup
Attempt Payment Method Details Sofort Preferred Language - An enum representing the possible values of an
SetupAttemptPaymentMethodDetailsSofort
’spreferred_language
field. - Setup
Intent Cancellation Reason - An enum representing the possible values of an
SetupIntent
’scancellation_reason
field. - Setup
Intent Flow Directions - An enum representing the possible values of an
SetupIntent
’sflow_directions
field. - Setup
Intent Next Action Verify With Microdeposits Microdeposit Type - An enum representing the possible values of an
SetupIntentNextActionVerifyWithMicrodeposits
’smicrodeposit_type
field. - Setup
Intent Payment Method Options Acss Debit Verification Method - An enum representing the possible values of an
SetupIntentPaymentMethodOptionsAcssDebit
’sverification_method
field. - Setup
Intent Payment Method Options Card Mandate Options Amount Type - An enum representing the possible values of an
SetupIntentPaymentMethodOptionsCardMandateOptions
’samount_type
field. - Setup
Intent Payment Method Options Card Mandate Options Interval - An enum representing the possible values of an
SetupIntentPaymentMethodOptionsCardMandateOptions
’sinterval
field. - Setup
Intent Payment Method Options Card Mandate Options Supported Types - An enum representing the possible values of an
SetupIntentPaymentMethodOptionsCardMandateOptions
’ssupported_types
field. - Setup
Intent Payment Method Options Card Network - An enum representing the possible values of an
SetupIntentPaymentMethodOptionsCard
’snetwork
field. - Setup
Intent Payment Method Options Card Request ThreeD Secure - An enum representing the possible values of an
SetupIntentPaymentMethodOptionsCard
’srequest_three_d_secure
field. - Setup
Intent Payment Method Options Mandate Options Acss Debit Default For - An enum representing the possible values of an
SetupIntentPaymentMethodOptionsMandateOptionsAcssDebit
’sdefault_for
field. - Setup
Intent Payment Method Options Mandate Options Acss Debit Payment Schedule - An enum representing the possible values of an
SetupIntentPaymentMethodOptionsMandateOptionsAcssDebit
’spayment_schedule
field. - Setup
Intent Payment Method Options Mandate Options Acss Debit Transaction Type - An enum representing the possible values of an
SetupIntentPaymentMethodOptionsMandateOptionsAcssDebit
’stransaction_type
field. - Setup
Intent Payment Method Options UsBank Account Verification Method - An enum representing the possible values of an
SetupIntentPaymentMethodOptionsUsBankAccount
’sverification_method
field. - Setup
Intent Status - An enum representing the possible values of an
SetupIntent
’sstatus
field. - Shipping
Rate Currency Option TaxBehavior - An enum representing the possible values of an
ShippingRateCurrencyOption
’stax_behavior
field. - Shipping
Rate Delivery Estimate Bound Unit - An enum representing the possible values of an
ShippingRateDeliveryEstimateBound
’sunit
field. - Shipping
Rate TaxBehavior - An enum representing the possible values of an
ShippingRate
’stax_behavior
field. - Shipping
Rate Type - An enum representing the possible values of an
ShippingRate
’stype
field. - Source
Acceptance Params Status - An enum representing the possible values of an
SourceAcceptanceParams
’sstatus
field. - Source
Acceptance Params Type - An enum representing the possible values of an
SourceAcceptanceParams
’stype
field. - Source
Flow - An enum representing the possible values of an
CreateSource
’sflow
field. - Source
Mandate Interval - An enum representing the possible values of an
SourceMandateParams
’sinterval
field. - Source
Mandate Notification Method - An enum representing the possible values of an
SourceMandateParams
’snotification_method
field. - Source
Redirect Flow Failure Reason - An enum representing the possible values of an
SourceRedirectFlow
’sfailure_reason
field. - Source
Redirect Flow Status - An enum representing the possible values of an
SourceRedirectFlow
’sstatus
field. - Source
Refund Notification Method - An enum representing the possible values of an
CreateSourceReceiver
’srefund_attributes_method
field. - Source
Status - An enum representing the possible values of an
Source
’sstatus
field. - Source
Type - An enum representing the possible values of an
Source
’stype
field. - Source
Usage - An enum representing the possible values of an
Source
’susage
field. - Stripe
Error - An error encountered when communicating with the Stripe API.
- Subscription
Billing Cycle Anchor billing
- An enum representing the possible values of an
UpdateSubscription
’sbilling_cycle_anchor
field. - Subscription
Interval billing
- An enum representing the possible values of an
SubscriptionPendingInvoiceItemInterval
’sinterval
field. - Subscription
Item Interval billing
- An enum representing the possible values of an
SubscriptionItemPriceDataRecurring
’sinterval
field. - Subscription
Item Payment Behavior billing
- An enum representing the possible values of an
CreateSubscriptionItem
’spayment_behavior
field. - Subscription
Item Price Data TaxBehavior billing
- An enum representing the possible values of an
SubscriptionItemPriceData
’stax_behavior
field. - Subscription
Item Price Data TaxBehavior billing
- An enum representing the possible values of an
SubscriptionItemPriceData
’stax_behavior
field. - Subscription
Payment Behavior billing
- An enum representing the possible values of an
CreateSubscriptionItem
’spayment_behavior
field. - Subscription
Payment Behavior billing
- An enum representing the possible values of an
CreateSubscription
’spayment_behavior
field. - Subscription
Payment Method Options Card Network billing
- An enum representing the possible values of an
SubscriptionPaymentMethodOptionsCard
’snetwork
field. - Subscription
Payment Method Options Card Request ThreeD Secure billing
- An enum representing the possible values of an
SubscriptionPaymentMethodOptionsCard
’srequest_three_d_secure
field. - Subscription
Proration Behavior billing
- An enum representing the possible values of an
CreateSubscriptionItem
’sproration_behavior
field. - Subscription
Proration Behavior billing
- An enum representing the possible values of an
CreateSubscription
’sproration_behavior
field. - Subscription
Proration Behavior billing
- An enum representing the possible values of an
SubscriptionSchedulePhaseConfiguration
’sproration_behavior
field. - Subscription
Schedule Default Settings Billing Cycle Anchor billing
- An enum representing the possible values of an
SubscriptionScheduleDefaultSettings
’sbilling_cycle_anchor
field. - Subscription
Schedule Default Settings Collection Method billing
- An enum representing the possible values of an
SubscriptionScheduleDefaultSettings
’scollection_method
field. - Subscription
Schedule Default Settings Params Automatic TaxLiability Type billing
- An enum representing the possible values of an
SubscriptionScheduleDefaultSettingsParamsAutomaticTaxLiability
’stype
field. - Subscription
Schedule Default Settings Params Billing Cycle Anchor billing
- An enum representing the possible values of an
SubscriptionScheduleDefaultSettingsParams
’sbilling_cycle_anchor
field. - Subscription
Schedule EndBehavior billing
- An enum representing the possible values of an
SubscriptionSchedule
’send_behavior
field. - Subscription
Schedule Invoice Settings Issuer Type billing
- An enum representing the possible values of an
SubscriptionScheduleInvoiceSettingsIssuer
’stype
field. - Subscription
Schedule Phase Configuration Billing Cycle Anchor billing
- An enum representing the possible values of an
SubscriptionSchedulePhaseConfiguration
’sbilling_cycle_anchor
field. - Subscription
Schedule Status billing
- An enum representing the possible values of an
SubscriptionSchedule
’sstatus
field. - Subscription
Status billing
- An enum representing the possible values of an
Subscription
’sstatus
field. - Subscription
Status Filter billing
- An enum representing the possible values of an
ListSubscriptions
’sstatus
field. - Subscriptions
Resource Pause Collection Behavior billing
- An enum representing the possible values of an
SubscriptionsResourcePauseCollection
’sbehavior
field. - Subscriptions
Resource Payment Settings Payment Method Types billing
- An enum representing the possible values of an
SubscriptionsResourcePaymentSettings
’spayment_method_types
field. - Subscriptions
Resource Payment Settings Save Default Payment Method billing
- An enum representing the possible values of an
SubscriptionsResourcePaymentSettings
’ssave_default_payment_method
field. - Subscriptions
Trials Resource EndBehavior Missing Payment Method billing
- An enum representing the possible values of an
SubscriptionsTrialsResourceEndBehavior
’smissing_payment_method
field. - TaxAmount
Taxability Reason billing
- An enum representing the possible values of an
TaxAmount
’staxability_reason
field. - TaxAmount
Taxability Reason billing
- An enum representing the possible values of an
TaxAmount
’staxability_reason
field. - TaxCalculation
Line Item TaxBehavior tax-calculation
- An enum representing the possible values of an
TaxCalculationLineItem
’stax_behavior
field. - TaxI
DsOwner Type billing
- An enum representing the possible values of an
TaxIDsOwner
’stype
field. - TaxId
Type - An enum representing the possible values of an
TaxIdData
’stype
field. - TaxId
Type billing
- An enum representing the possible values of an
InvoicesResourceInvoiceTaxId
’stype
field. - TaxId
Type billing
- An enum representing the possible values of an
TaxId
’stype
field. - TaxId
Type Filter billing
- An enum representing the possible values of an
CreateTaxId
’stype_
field. - TaxId
Verification Status billing
- An enum representing the possible values of an
TaxIdVerification
’sstatus
field. - TaxProduct
Resource Customer Details Address Source tax-calculation
- An enum representing the possible values of an
TaxProductResourceCustomerDetails
’saddress_source
field. - TaxProduct
Resource Customer Details Resource TaxId Type tax-calculation
- An enum representing the possible values of an
TaxProductResourceCustomerDetailsResourceTaxId
’stype
field. - TaxProduct
Resource Customer Details Taxability Override tax-calculation
- An enum representing the possible values of an
TaxProductResourceCustomerDetails
’staxability_override
field. - TaxProduct
Resource Jurisdiction Level tax-calculation
- An enum representing the possible values of an
TaxProductResourceJurisdiction
’slevel
field. - TaxProduct
Resource Jurisdiction Level tax-calculation
- An enum representing the possible values of an
TaxProductResourceJurisdiction
’slevel
field. - TaxProduct
Resource Line Item TaxBreakdown Sourcing tax-calculation
- An enum representing the possible values of an
TaxProductResourceLineItemTaxBreakdown
’ssourcing
field. - TaxProduct
Resource Line Item TaxBreakdown Sourcing tax-calculation
- An enum representing the possible values of an
TaxProductResourceLineItemTaxBreakdown
’ssourcing
field. - TaxProduct
Resource Line Item TaxBreakdown Taxability Reason tax-calculation
- An enum representing the possible values of an
TaxProductResourceLineItemTaxBreakdown
’staxability_reason
field. - TaxProduct
Resource Line Item TaxBreakdown Taxability Reason tax-calculation
- An enum representing the possible values of an
TaxProductResourceLineItemTaxBreakdown
’staxability_reason
field. - TaxProduct
Resource Line Item TaxRate Details TaxType tax-calculation
- An enum representing the possible values of an
TaxProductResourceLineItemTaxRateDetails
’stax_type
field. - TaxProduct
Resource Line Item TaxRate Details TaxType tax-calculation
- An enum representing the possible values of an
TaxProductResourceLineItemTaxRateDetails
’stax_type
field. - TaxProduct
Resource TaxBreakdown Taxability Reason tax-calculation
- An enum representing the possible values of an
TaxProductResourceTaxBreakdown
’staxability_reason
field. - TaxProduct
Resource TaxCalculation Shipping Cost TaxBehavior tax-calculation
- An enum representing the possible values of an
TaxProductResourceTaxCalculationShippingCost
’stax_behavior
field. - TaxProduct
Resource TaxRate Details TaxType tax-calculation
- An enum representing the possible values of an
TaxProductResourceTaxRateDetails
’stax_type
field. - TaxRate
Jurisdiction Level billing
- An enum representing the possible values of an
TaxRate
’sjurisdiction_level
field. - TaxRate
TaxType billing
- An enum representing the possible values of an
TaxRate
’stax_type
field. - Terminal
Reader Device Type terminal
- An enum representing the possible values of an
TerminalReader
’sdevice_type
field. - Terminal
Reader Reader Resource Reader Action Status terminal
- An enum representing the possible values of an
TerminalReaderReaderResourceReaderAction
’sstatus
field. - Terminal
Reader Reader Resource Reader Action Type terminal
- An enum representing the possible values of an
TerminalReaderReaderResourceReaderAction
’stype
field. - Terminal
Reader Reader Resource Refund Payment Action Reason terminal
- An enum representing the possible values of an
TerminalReaderReaderResourceRefundPaymentAction
’sreason
field. - Terminal
Reader Reader Resource SetReader Display Action Type terminal
- An enum representing the possible values of an
TerminalReaderReaderResourceSetReaderDisplayAction
’stype
field. - Terminal
Reader Status terminal
- An enum representing the possible values of an
TerminalReader
’sstatus
field. - Test
Helpers Test Clock Status - An enum representing the possible values of an
TestHelpersTestClock
’sstatus
field. - ThreeD
Secure Details Authentication Flow - An enum representing the possible values of an
ThreeDSecureDetails
’sauthentication_flow
field. - ThreeD
Secure Details Charge Authentication Flow - An enum representing the possible values of an
ThreeDSecureDetailsCharge
’sauthentication_flow
field. - ThreeD
Secure Details Charge Electronic Commerce Indicator - An enum representing the possible values of an
ThreeDSecureDetailsCharge
’selectronic_commerce_indicator
field. - ThreeD
Secure Details Charge Exemption Indicator - An enum representing the possible values of an
ThreeDSecureDetailsCharge
’sexemption_indicator
field. - ThreeD
Secure Details Charge Result - An enum representing the possible values of an
ThreeDSecureDetailsCharge
’sresult
field. - ThreeD
Secure Details Charge Result Reason - An enum representing the possible values of an
ThreeDSecureDetailsCharge
’sresult_reason
field. - ThreeD
Secure Details Charge Version - An enum representing the possible values of an
ThreeDSecureDetailsCharge
’sversion
field. - ThreeD
Secure Details Electronic Commerce Indicator - An enum representing the possible values of an
ThreeDSecureDetails
’selectronic_commerce_indicator
field. - ThreeD
Secure Details Result - An enum representing the possible values of an
ThreeDSecureDetails
’sresult
field. - ThreeD
Secure Details Result Reason - An enum representing the possible values of an
ThreeDSecureDetails
’sresult_reason
field. - ThreeD
Secure Details Version - An enum representing the possible values of an
ThreeDSecureDetails
’sversion
field. - TokenId
- Token
Type - An enum representing the possible values of an
Token
’stype
field. - Topup
Status connect
- An enum representing the possible values of an
Topup
’sstatus
field. - Topup
Status Filter connect
- An enum representing the possible values of an
ListTopups
’sstatus
field. - Transfer
Schedule Interval connect
- An enum representing the possible values of an
TransferScheduleParams
’sinterval
field. - Transfer
Schedule Params Weekly Anchor connect
- An enum representing the possible values of an
TransferScheduleParams
’sweekly_anchor
field. - Transfer
Source Type connect
- An enum representing the possible values of an
CreateTransfer
’ssource_type
field. - Transform
Quantity Round - An enum representing the possible values of an
TransformQuantity
’sround
field. - Transform
Usage Round billing
- An enum representing the possible values of an
TransformUsage
’sround
field. - UpTo
- UpTo
Other - Update
Customer Cash Balance Settings Reconciliation Mode - An enum representing the possible values of an
UpdateCustomerCashBalanceSettings
’sreconciliation_mode
field. - Update
Customer TaxValidate Location - An enum representing the possible values of an
UpdateCustomerTax
’svalidate_location
field. - Update
Payment Intent Payment Method Data EpsBank - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodDataEps
’sbank
field. - Update
Payment Intent Payment Method Data FpxAccount Holder Type - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodDataFpx
’saccount_holder_type
field. - Update
Payment Intent Payment Method Data FpxBank - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodDataFpx
’sbank
field. - Update
Payment Intent Payment Method Data Ideal Bank - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodDataIdeal
’sbank
field. - Update
Payment Intent Payment Method Data P24Bank - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodDataP24
’sbank
field. - Update
Payment Intent Payment Method Data Sofort Country - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodDataSofort
’scountry
field. - Update
Payment Intent Payment Method Data Type - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodData
’stype
field. - Update
Payment Intent Payment Method Data UsBank Account Account Holder Type - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodDataUsBankAccount
’saccount_holder_type
field. - Update
Payment Intent Payment Method Data UsBank Account Account Type - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodDataUsBankAccount
’saccount_type
field. - Update
Payment Intent Payment Method Options Acss Debit Mandate Options Payment Schedule - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsAcssDebitMandateOptions
’spayment_schedule
field. - Update
Payment Intent Payment Method Options Acss Debit Mandate Options Transaction Type - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsAcssDebitMandateOptions
’stransaction_type
field. - Update
Payment Intent Payment Method Options Acss Debit Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsAcssDebit
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options Acss Debit Verification Method - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsAcssDebit
’sverification_method
field. - Update
Payment Intent Payment Method Options Affirm Capture Method - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsAffirm
’scapture_method
field. - Update
Payment Intent Payment Method Options Affirm Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsAffirm
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options Afterpay Clearpay Capture Method - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsAfterpayClearpay
’scapture_method
field. - Update
Payment Intent Payment Method Options Afterpay Clearpay Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsAfterpayClearpay
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options Alipay Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsAlipay
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options AuBecs Debit Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsAuBecsDebit
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options Bacs Debit Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsBacsDebit
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options Bancontact Preferred Language - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsBancontact
’spreferred_language
field. - Update
Payment Intent Payment Method Options Bancontact Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsBancontact
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options Blik Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsBlik
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options Boleto Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsBoleto
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options Card Capture Method - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCard
’scapture_method
field. - Update
Payment Intent Payment Method Options Card Installments Plan Interval - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCardInstallmentsPlan
’sinterval
field. - Update
Payment Intent Payment Method Options Card Installments Plan Type - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCardInstallmentsPlan
’stype
field. - Update
Payment Intent Payment Method Options Card Mandate Options Amount Type - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCardMandateOptions
’samount_type
field. - Update
Payment Intent Payment Method Options Card Mandate Options Interval - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCardMandateOptions
’sinterval
field. - Update
Payment Intent Payment Method Options Card Mandate Options Supported Types - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCardMandateOptions
’ssupported_types
field. - Update
Payment Intent Payment Method Options Card Network - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCard
’snetwork
field. - Update
Payment Intent Payment Method Options Card Request Extended Authorization - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCard
’srequest_extended_authorization
field. - Update
Payment Intent Payment Method Options Card Request Incremental Authorization - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCard
’srequest_incremental_authorization
field. - Update
Payment Intent Payment Method Options Card Request Multicapture - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCard
’srequest_multicapture
field. - Update
Payment Intent Payment Method Options Card Request Overcapture - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCard
’srequest_overcapture
field. - Update
Payment Intent Payment Method Options Card Request ThreeD Secure - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCard
’srequest_three_d_secure
field. - Update
Payment Intent Payment Method Options Card Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCard
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options Card ThreeD Secure Ares Trans Status - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCardThreeDSecure
’sares_trans_status
field. - Update
Payment Intent Payment Method Options Card ThreeD Secure Electronic Commerce Indicator - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCardThreeDSecure
’selectronic_commerce_indicator
field. - Update
Payment Intent Payment Method Options Card ThreeD Secure Exemption Indicator - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCardThreeDSecure
’sexemption_indicator
field. - Update
Payment Intent Payment Method Options Card ThreeD Secure Network Options Cartes Bancaires CbAvalgo - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptionsCartesBancaires
’scb_avalgo
field. - Update
Payment Intent Payment Method Options Card ThreeD Secure Version - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCardThreeDSecure
’sversion
field. - Update
Payment Intent Payment Method Options Cashapp Capture Method - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCashapp
’scapture_method
field. - Update
Payment Intent Payment Method Options Cashapp Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCashapp
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options Customer Balance Bank Transfer Requested Address Types - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer
’srequested_address_types
field. - Update
Payment Intent Payment Method Options Customer Balance Bank Transfer Type - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer
’stype
field. - Update
Payment Intent Payment Method Options Customer Balance Funding Type - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCustomerBalance
’sfunding_type
field. - Update
Payment Intent Payment Method Options Customer Balance Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCustomerBalance
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options EpsSetup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsEps
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options FpxSetup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsFpx
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options Giropay Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsGiropay
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options Grabpay Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsGrabpay
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options Ideal Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsIdeal
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options Klarna Capture Method - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsKlarna
’scapture_method
field. - Update
Payment Intent Payment Method Options Klarna Preferred Locale - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsKlarna
’spreferred_locale
field. - Update
Payment Intent Payment Method Options Klarna Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsKlarna
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options Konbini Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsKonbini
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options Link Capture Method - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsLink
’scapture_method
field. - Update
Payment Intent Payment Method Options Link Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsLink
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options Oxxo Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsOxxo
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options P24Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsP24
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options Paynow Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsPaynow
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options Paypal Capture Method - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsPaypal
’scapture_method
field. - Update
Payment Intent Payment Method Options Paypal Preferred Locale - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsPaypal
’spreferred_locale
field. - Update
Payment Intent Payment Method Options Paypal Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsPaypal
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options PixSetup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsPix
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options Promptpay Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsPromptpay
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options Revolut PaySetup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsRevolutPay
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options Sepa Debit Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsSepaDebit
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options Sofort Preferred Language - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsSofort
’spreferred_language
field. - Update
Payment Intent Payment Method Options Sofort Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsSofort
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options Swish Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsSwish
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options UsBank Account Financial Connections Permissions - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnections
’spermissions
field. - Update
Payment Intent Payment Method Options UsBank Account Financial Connections Prefetch - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnections
’sprefetch
field. - Update
Payment Intent Payment Method Options UsBank Account Mandate Options Collection Method - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptions
’scollection_method
field. - Update
Payment Intent Payment Method Options UsBank Account Networks Requested - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsUsBankAccountNetworks
’srequested
field. - Update
Payment Intent Payment Method Options UsBank Account Preferred Settlement Speed - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsUsBankAccount
’spreferred_settlement_speed
field. - Update
Payment Intent Payment Method Options UsBank Account Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsUsBankAccount
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options UsBank Account Verification Method - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsUsBankAccount
’sverification_method
field. - Update
Payment Intent Payment Method Options Wechat PayClient - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsWechatPay
’sclient
field. - Update
Payment Intent Payment Method Options Wechat PaySetup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsWechatPay
’ssetup_future_usage
field. - Update
Payment Intent Payment Method Options ZipSetup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsZip
’ssetup_future_usage
field. - Update
Payment Link After Completion Type checkout
- An enum representing the possible values of an
UpdatePaymentLinkAfterCompletion
’stype
field. - Update
Payment Link Automatic TaxLiability Type checkout
- An enum representing the possible values of an
UpdatePaymentLinkAutomaticTaxLiability
’stype
field. - Update
Payment Link Custom Fields Label Type checkout
- An enum representing the possible values of an
UpdatePaymentLinkCustomFieldsLabel
’stype
field. - Update
Payment Link Custom Fields Type checkout
- An enum representing the possible values of an
UpdatePaymentLinkCustomFields
’stype
field. - Update
Payment Link Invoice Creation Invoice Data Issuer Type checkout
- An enum representing the possible values of an
UpdatePaymentLinkInvoiceCreationInvoiceDataIssuer
’stype
field. - Update
Payment Link Invoice Creation Invoice Data Rendering Options Amount TaxDisplay checkout
- An enum representing the possible values of an
UpdatePaymentLinkInvoiceCreationInvoiceDataRenderingOptions
’samount_tax_display
field. - Update
Payment Link Payment Method Types checkout
- An enum representing the possible values of an
UpdatePaymentLink
’spayment_method_types
field. - Update
Payment Link Shipping Address Collection Allowed Countries checkout
- An enum representing the possible values of an
UpdatePaymentLinkShippingAddressCollection
’sallowed_countries
field. - Update
Payment Link Subscription Data Invoice Settings Issuer Type checkout
- An enum representing the possible values of an
UpdatePaymentLinkSubscriptionDataInvoiceSettingsIssuer
’stype
field. - Update
Payment Link Subscription Data Trial Settings EndBehavior Missing Payment Method checkout
- An enum representing the possible values of an
UpdatePaymentLinkSubscriptionDataTrialSettingsEndBehavior
’smissing_payment_method
field. - Update
Payment Method UsBank Account Account Holder Type - An enum representing the possible values of an
UpdatePaymentMethodUsBankAccount
’saccount_holder_type
field. - Update
Payment Method UsBank Account Account Type - An enum representing the possible values of an
UpdatePaymentMethodUsBankAccount
’saccount_type
field. - Update
Price Currency Options TaxBehavior - An enum representing the possible values of an
UpdatePriceCurrencyOptions
’stax_behavior
field. - Update
Setup Intent Flow Directions - An enum representing the possible values of an
UpdateSetupIntent
’sflow_directions
field. - Update
Setup Intent Payment Method Data EpsBank - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodDataEps
’sbank
field. - Update
Setup Intent Payment Method Data FpxAccount Holder Type - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodDataFpx
’saccount_holder_type
field. - Update
Setup Intent Payment Method Data FpxBank - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodDataFpx
’sbank
field. - Update
Setup Intent Payment Method Data Ideal Bank - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodDataIdeal
’sbank
field. - Update
Setup Intent Payment Method Data P24Bank - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodDataP24
’sbank
field. - Update
Setup Intent Payment Method Data Sofort Country - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodDataSofort
’scountry
field. - Update
Setup Intent Payment Method Data Type - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodData
’stype
field. - Update
Setup Intent Payment Method Data UsBank Account Account Holder Type - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodDataUsBankAccount
’saccount_holder_type
field. - Update
Setup Intent Payment Method Data UsBank Account Account Type - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodDataUsBankAccount
’saccount_type
field. - Update
Setup Intent Payment Method Options Acss Debit Mandate Options Default For - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptions
’sdefault_for
field. - Update
Setup Intent Payment Method Options Acss Debit Mandate Options Payment Schedule - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptions
’spayment_schedule
field. - Update
Setup Intent Payment Method Options Acss Debit Mandate Options Transaction Type - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptions
’stransaction_type
field. - Update
Setup Intent Payment Method Options Acss Debit Verification Method - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsAcssDebit
’sverification_method
field. - Update
Setup Intent Payment Method Options Card Mandate Options Amount Type - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsCardMandateOptions
’samount_type
field. - Update
Setup Intent Payment Method Options Card Mandate Options Interval - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsCardMandateOptions
’sinterval
field. - Update
Setup Intent Payment Method Options Card Mandate Options Supported Types - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsCardMandateOptions
’ssupported_types
field. - Update
Setup Intent Payment Method Options Card Network - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsCard
’snetwork
field. - Update
Setup Intent Payment Method Options Card Request ThreeD Secure - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsCard
’srequest_three_d_secure
field. - Update
Setup Intent Payment Method Options Card ThreeD Secure Ares Trans Status - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsCardThreeDSecure
’sares_trans_status
field. - Update
Setup Intent Payment Method Options Card ThreeD Secure Electronic Commerce Indicator - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsCardThreeDSecure
’selectronic_commerce_indicator
field. - Update
Setup Intent Payment Method Options Card ThreeD Secure Network Options Cartes Bancaires CbAvalgo - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsCardThreeDSecureNetworkOptionsCartesBancaires
’scb_avalgo
field. - Update
Setup Intent Payment Method Options Card ThreeD Secure Version - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsCardThreeDSecure
’sversion
field. - Update
Setup Intent Payment Method Options UsBank Account Financial Connections Permissions - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnections
’spermissions
field. - Update
Setup Intent Payment Method Options UsBank Account Financial Connections Prefetch - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnections
’sprefetch
field. - Update
Setup Intent Payment Method Options UsBank Account Mandate Options Collection Method - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions
’scollection_method
field. - Update
Setup Intent Payment Method Options UsBank Account Networks Requested - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsUsBankAccountNetworks
’srequested
field. - Update
Setup Intent Payment Method Options UsBank Account Verification Method - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsUsBankAccount
’sverification_method
field. - Update
Shipping Rate Fixed Amount Currency Options TaxBehavior - An enum representing the possible values of an
UpdateShippingRateFixedAmountCurrencyOptions
’stax_behavior
field. - Update
Source Source Order Items Type - An enum representing the possible values of an
UpdateSourceSourceOrderItems
’stype
field. - Update
Subscription Automatic TaxLiability Type billing
- An enum representing the possible values of an
UpdateSubscriptionAutomaticTaxLiability
’stype
field. - Update
Subscription Cancellation Details Feedback billing
- An enum representing the possible values of an
UpdateSubscriptionCancellationDetails
’sfeedback
field. - Update
Subscription Invoice Settings Issuer Type billing
- An enum representing the possible values of an
UpdateSubscriptionInvoiceSettingsIssuer
’stype
field. - Update
Subscription Pause Collection Behavior billing
- An enum representing the possible values of an
UpdateSubscriptionPauseCollection
’sbehavior
field. - Update
Subscription Payment Settings Payment Method Options Acss Debit Mandate Options Transaction Type billing
- An enum representing the possible values of an
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebitMandateOptions
’stransaction_type
field. - Update
Subscription Payment Settings Payment Method Options Acss Debit Verification Method billing
- An enum representing the possible values of an
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebit
’sverification_method
field. - Update
Subscription Payment Settings Payment Method Options Bancontact Preferred Language billing
- An enum representing the possible values of an
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsBancontact
’spreferred_language
field. - Update
Subscription Payment Settings Payment Method Options Card Mandate Options Amount Type billing
- An enum representing the possible values of an
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsCardMandateOptions
’samount_type
field. - Update
Subscription Payment Settings Payment Method Options Card Network billing
- An enum representing the possible values of an
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsCard
’snetwork
field. - Update
Subscription Payment Settings Payment Method Options Card Request ThreeD Secure billing
- An enum representing the possible values of an
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsCard
’srequest_three_d_secure
field. - Update
Subscription Payment Settings Payment Method Options UsBank Account Financial Connections Permissions billing
- An enum representing the possible values of an
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections
’spermissions
field. - Update
Subscription Payment Settings Payment Method Options UsBank Account Financial Connections Prefetch billing
- An enum representing the possible values of an
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections
’sprefetch
field. - Update
Subscription Payment Settings Payment Method Options UsBank Account Verification Method billing
- An enum representing the possible values of an
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccount
’sverification_method
field. - Update
Subscription Payment Settings Payment Method Types billing
- An enum representing the possible values of an
UpdateSubscriptionPaymentSettings
’spayment_method_types
field. - Update
Subscription Payment Settings Save Default Payment Method billing
- An enum representing the possible values of an
UpdateSubscriptionPaymentSettings
’ssave_default_payment_method
field. - Update
Subscription Schedule Phases Automatic TaxLiability Type billing
- An enum representing the possible values of an
UpdateSubscriptionSchedulePhasesAutomaticTaxLiability
’stype
field. - Update
Subscription Schedule Phases Billing Cycle Anchor billing
- An enum representing the possible values of an
UpdateSubscriptionSchedulePhases
’sbilling_cycle_anchor
field. - Update
Subscription Schedule Phases Items Price Data Recurring Interval billing
- An enum representing the possible values of an
UpdateSubscriptionSchedulePhasesItemsPriceDataRecurring
’sinterval
field. - Update
Subscription Schedule Phases Items Price Data TaxBehavior billing
- An enum representing the possible values of an
UpdateSubscriptionSchedulePhasesItemsPriceData
’stax_behavior
field. - Update
Subscription Trial Settings EndBehavior Missing Payment Method billing
- An enum representing the possible values of an
UpdateSubscriptionTrialSettingsEndBehavior
’smissing_payment_method
field. - UsBank
Account Networks Supported - An enum representing the possible values of an
UsBankAccountNetworks
’ssupported
field. - Usage
Record Action billing
- An enum representing the possible values of a
UsageRecord
’saccount
field. - Wallet
Details Type - An enum representing the possible values of an
WalletDetails
’stype
field. - Webhook
Endpoint Status webhook-endpoints
- An enum representing the possible values of an
WebhookEndpoint
’sstatus
field. - Webhook
Error - An error encountered when communicating with the Stripe API webhooks.
Traits§
- Object
- Implemented by types which represent stripe objects.
Type Aliases§
- Invoice
Collection Method Deprecated billing
- Metadata
- Response
runtime-tokio-hyper
orruntime-tokio-hyper-rustls
orruntime-tokio-hyper-rustls-webpki
orruntime-blocking
orruntime-blocking-rustls
orruntime-blocking-rustls-webpki
- An alias for
Result
. - Timestamp