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
examplesdirectory. 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-Keyheader, 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-hyperorruntime-tokio-hyper-rustlsorruntime-tokio-hyper-rustls-webpkiorruntime-blockingorruntime-blocking-rustlsorruntime-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
cardPaymentMethod, 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
eventsandwebhook-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_typefield. - Account
Capabilities Acss Debit Payments connect - An enum representing the possible values of an
AccountCapabilities’sacss_debit_paymentsfield. - Account
Capabilities Affirm Payments connect - An enum representing the possible values of an
AccountCapabilities’saffirm_paymentsfield. - Account
Capabilities Afterpay Clearpay Payments connect - An enum representing the possible values of an
AccountCapabilities’safterpay_clearpay_paymentsfield. - Account
Capabilities Bacs Debit Payments connect - An enum representing the possible values of an
AccountCapabilities’sbacs_debit_paymentsfield. - Account
Capabilities Bancontact Payments connect - An enum representing the possible values of an
AccountCapabilities’sbancontact_paymentsfield. - Account
Capabilities Bank Transfer Payments connect - An enum representing the possible values of an
AccountCapabilities’sbank_transfer_paymentsfield. - Account
Capabilities Blik Payments connect - An enum representing the possible values of an
AccountCapabilities’sblik_paymentsfield. - Account
Capabilities Boleto Payments connect - An enum representing the possible values of an
AccountCapabilities’sboleto_paymentsfield. - Account
Capabilities Cartes Bancaires Payments connect - An enum representing the possible values of an
AccountCapabilities’scartes_bancaires_paymentsfield. - Account
Capabilities Cashapp Payments connect - An enum representing the possible values of an
AccountCapabilities’scashapp_paymentsfield. - Account
Capabilities EpsPayments connect - An enum representing the possible values of an
AccountCapabilities’seps_paymentsfield. - Account
Capabilities FpxPayments connect - An enum representing the possible values of an
AccountCapabilities’sfpx_paymentsfield. - Account
Capabilities Giropay Payments connect - An enum representing the possible values of an
AccountCapabilities’sgiropay_paymentsfield. - Account
Capabilities Grabpay Payments connect - An enum representing the possible values of an
AccountCapabilities’sgrabpay_paymentsfield. - Account
Capabilities Ideal Payments connect - An enum representing the possible values of an
AccountCapabilities’sideal_paymentsfield. - Account
Capabilities India International Payments connect - An enum representing the possible values of an
AccountCapabilities’sindia_international_paymentsfield. - Account
Capabilities Klarna Payments connect - An enum representing the possible values of an
AccountCapabilities’sklarna_paymentsfield. - Account
Capabilities Konbini Payments connect - An enum representing the possible values of an
AccountCapabilities’skonbini_paymentsfield. - Account
Capabilities Link Payments connect - An enum representing the possible values of an
AccountCapabilities’slink_paymentsfield. - Account
Capabilities Oxxo Payments connect - An enum representing the possible values of an
AccountCapabilities’soxxo_paymentsfield. - Account
Capabilities P24Payments connect - An enum representing the possible values of an
AccountCapabilities’sp24_paymentsfield. - Account
Capabilities Paynow Payments connect - An enum representing the possible values of an
AccountCapabilities’spaynow_paymentsfield. - Account
Capabilities Promptpay Payments connect - An enum representing the possible values of an
AccountCapabilities’spromptpay_paymentsfield. - Account
Capabilities Revolut PayPayments connect - An enum representing the possible values of an
AccountCapabilities’srevolut_pay_paymentsfield. - Account
Capabilities Sepa Debit Payments connect - An enum representing the possible values of an
AccountCapabilities’ssepa_debit_paymentsfield. - Account
Capabilities Sofort Payments connect - An enum representing the possible values of an
AccountCapabilities’ssofort_paymentsfield. - Account
Capabilities Swish Payments connect - An enum representing the possible values of an
AccountCapabilities’sswish_paymentsfield. - Account
Capabilities Treasury connect - An enum representing the possible values of an
AccountCapabilities’streasuryfield. - Account
Capabilities UsBank Account AchPayments connect - An enum representing the possible values of an
AccountCapabilities’sus_bank_account_ach_paymentsfield. - Account
Capabilities ZipPayments connect - An enum representing the possible values of an
AccountCapabilities’szip_paymentsfield. - Account
Link Collect connect - An enum representing the possible values of an
CreateAccountLink’scollectfield. - 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’scodefield. - Account
Requirements Error Code connect - An enum representing the possible values of an
AccountRequirementsError’scodefield. - Account
Requirements Error Code connect - An enum representing the possible values of an
AccountRequirementsError’scodefield. - 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’stypefield. - ApiErrors
Code - An enum representing the possible values of an
ApiErrors’scodefield. - ApiErrors
Type - An enum representing the possible values of an
ApiErrors’stypefield. - ApiVersion
- An enum representing the versions of the Stripe API.
- Automatic
TaxStatus billing - An enum representing the possible values of an
AutomaticTax’sstatusfield. - Balance
Transaction Source Id - Balance
Transaction Source Union - Balance
Transaction Status - An enum representing the possible values of an
BalanceTransaction’sstatusfield. - Balance
Transaction Type - An enum representing the possible values of an
BalanceTransaction’stypefield. - Bank
Account Available Payout Methods - An enum representing the possible values of an
BankAccount’savailable_payout_methodsfield. - Bank
Account Status - An enum representing the possible values of an
BankAccount’sstatusfield. - Billing
Portal Session Locale billing - An enum representing the possible values of an
BillingPortalSession’slocalefield. - Cancellation
Details Feedback billing - An enum representing the possible values of an
CancellationDetails’sfeedbackfield. - Cancellation
Details Reason billing - An enum representing the possible values of an
CancellationDetails’sreasonfield. - Capability
Status connect - An enum representing the possible values of an
AccountCapabilities’sau_becs_debit_paymentsfield. - Capture
Method - The resource representing a Stripe CaptureMethod object.
- Card
Available Payout Methods - An enum representing the possible values of an
Card’savailable_payout_methodsfield. - Card
Brand - Card
Present Read Method - An enum representing the possible values of an
CardPresent’sread_methodfield. - 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’sstatusfield. - Checkout
Acss Debit Mandate Options Default For checkout - An enum representing the possible values of an
CheckoutAcssDebitMandateOptions’sdefault_forfield. - Checkout
Acss Debit Mandate Options Payment Schedule checkout - An enum representing the possible values of an
CheckoutAcssDebitMandateOptions’spayment_schedulefield. - Checkout
Acss Debit Mandate Options Transaction Type checkout - An enum representing the possible values of an
CheckoutAcssDebitMandateOptions’stransaction_typefield. - Checkout
Acss Debit Payment Method Options Setup Future Usage checkout - An enum representing the possible values of an
CheckoutAcssDebitPaymentMethodOptions’ssetup_future_usagefield. - Checkout
Acss Debit Payment Method Options Verification Method checkout - An enum representing the possible values of an
CheckoutAcssDebitPaymentMethodOptions’sverification_methodfield. - Checkout
Affirm Payment Method Options Setup Future Usage checkout - An enum representing the possible values of an
CheckoutAffirmPaymentMethodOptions’ssetup_future_usagefield. - Checkout
Afterpay Clearpay Payment Method Options Setup Future Usage checkout - An enum representing the possible values of an
CheckoutAfterpayClearpayPaymentMethodOptions’ssetup_future_usagefield. - Checkout
Alipay Payment Method Options Setup Future Usage checkout - An enum representing the possible values of an
CheckoutAlipayPaymentMethodOptions’ssetup_future_usagefield. - Checkout
AuBecs Debit Payment Method Options Setup Future Usage checkout - An enum representing the possible values of an
CheckoutAuBecsDebitPaymentMethodOptions’ssetup_future_usagefield. - Checkout
Bacs Debit Payment Method Options Setup Future Usage checkout - An enum representing the possible values of an
CheckoutBacsDebitPaymentMethodOptions’ssetup_future_usagefield. - Checkout
Bancontact Payment Method Options Setup Future Usage checkout - An enum representing the possible values of an
CheckoutBancontactPaymentMethodOptions’ssetup_future_usagefield. - Checkout
Boleto Payment Method Options Setup Future Usage checkout - An enum representing the possible values of an
CheckoutBoletoPaymentMethodOptions’ssetup_future_usagefield. - Checkout
Card Payment Method Options Setup Future Usage checkout - An enum representing the possible values of an
CheckoutCardPaymentMethodOptions’ssetup_future_usagefield. - Checkout
Cashapp Payment Method Options Setup Future Usage checkout - An enum representing the possible values of an
CheckoutCashappPaymentMethodOptions’ssetup_future_usagefield. - Checkout
Customer Balance Bank Transfer Payment Method Options Requested Address Types checkout - An enum representing the possible values of an
CheckoutCustomerBalanceBankTransferPaymentMethodOptions’srequested_address_typesfield. - Checkout
Customer Balance Bank Transfer Payment Method Options Type checkout - An enum representing the possible values of an
CheckoutCustomerBalanceBankTransferPaymentMethodOptions’stypefield. - Checkout
Customer Balance Payment Method Options Funding Type checkout - An enum representing the possible values of an
CheckoutCustomerBalancePaymentMethodOptions’sfunding_typefield. - Checkout
Customer Balance Payment Method Options Setup Future Usage checkout - An enum representing the possible values of an
CheckoutCustomerBalancePaymentMethodOptions’ssetup_future_usagefield. - Checkout
EpsPayment Method Options Setup Future Usage checkout - An enum representing the possible values of an
CheckoutEpsPaymentMethodOptions’ssetup_future_usagefield. - Checkout
FpxPayment Method Options Setup Future Usage checkout - An enum representing the possible values of an
CheckoutFpxPaymentMethodOptions’ssetup_future_usagefield. - Checkout
Giropay Payment Method Options Setup Future Usage checkout - An enum representing the possible values of an
CheckoutGiropayPaymentMethodOptions’ssetup_future_usagefield. - Checkout
Grab PayPayment Method Options Setup Future Usage checkout - An enum representing the possible values of an
CheckoutGrabPayPaymentMethodOptions’ssetup_future_usagefield. - Checkout
Ideal Payment Method Options Setup Future Usage checkout - An enum representing the possible values of an
CheckoutIdealPaymentMethodOptions’ssetup_future_usagefield. - Checkout
Klarna Payment Method Options Setup Future Usage checkout - An enum representing the possible values of an
CheckoutKlarnaPaymentMethodOptions’ssetup_future_usagefield. - Checkout
Konbini Payment Method Options Setup Future Usage checkout - An enum representing the possible values of an
CheckoutKonbiniPaymentMethodOptions’ssetup_future_usagefield. - Checkout
Link Payment Method Options Setup Future Usage checkout - An enum representing the possible values of an
CheckoutLinkPaymentMethodOptions’ssetup_future_usagefield. - Checkout
Oxxo Payment Method Options Setup Future Usage checkout - An enum representing the possible values of an
CheckoutOxxoPaymentMethodOptions’ssetup_future_usagefield. - Checkout
P24Payment Method Options Setup Future Usage checkout - An enum representing the possible values of an
CheckoutP24PaymentMethodOptions’ssetup_future_usagefield. - Checkout
Paynow Payment Method Options Setup Future Usage checkout - An enum representing the possible values of an
CheckoutPaynowPaymentMethodOptions’ssetup_future_usagefield. - Checkout
Paypal Payment Method Options Capture Method checkout - An enum representing the possible values of an
CheckoutPaypalPaymentMethodOptions’scapture_methodfield. - Checkout
Paypal Payment Method Options Setup Future Usage checkout - An enum representing the possible values of an
CheckoutPaypalPaymentMethodOptions’ssetup_future_usagefield. - Checkout
Sepa Debit Payment Method Options Setup Future Usage checkout - An enum representing the possible values of an
CheckoutSepaDebitPaymentMethodOptions’ssetup_future_usagefield. - Checkout
Session Billing Address Collection checkout - An enum representing the possible values of an
CheckoutSession’sbilling_address_collectionfield. - Checkout
Session Customer Creation checkout - An enum representing the possible values of an
CheckoutSession’scustomer_creationfield. - Checkout
Session Locale checkout - An enum representing the possible values of an
CheckoutSession’slocalefield. - Checkout
Session Mode checkout - An enum representing the possible values of an
CheckoutSession’smodefield. - Checkout
Session Payment Method Collection checkout - An enum representing the possible values of an
CheckoutSession’spayment_method_collectionfield. - Checkout
Session Payment Status checkout - An enum representing the possible values of an
CheckoutSession’spayment_statusfield. - Checkout
Session Redirect OnCompletion checkout - An enum representing the possible values of an
CheckoutSession’sredirect_on_completionfield. - Checkout
Session Status checkout - An enum representing the possible values of an
CheckoutSession’sstatusfield. - Checkout
Session Submit Type checkout - An enum representing the possible values of an
CheckoutSession’ssubmit_typefield. - Checkout
Session UiMode checkout - An enum representing the possible values of an
CheckoutSession’sui_modefield. - Checkout
Sofort Payment Method Options Setup Future Usage checkout - An enum representing the possible values of an
CheckoutSofortPaymentMethodOptions’ssetup_future_usagefield. - Checkout
UsBank Account Payment Method Options Setup Future Usage checkout - An enum representing the possible values of an
CheckoutUsBankAccountPaymentMethodOptions’ssetup_future_usagefield. - Checkout
UsBank Account Payment Method Options Verification Method checkout - An enum representing the possible values of an
CheckoutUsBankAccountPaymentMethodOptions’sverification_methodfield. - Collection
Method billing - An enum representing the possible values of an
Invoice’scollection_methodfield. - Company
Params Structure connect - An enum representing the possible values of an
CompanyParams’sstructurefield. - Company
Structure connect - An enum representing the possible values of an
Company’sstructurefield. - Confirmation
Method - The resource representing a Stripe ConfirmationMethod object.
- Connect
Account Reference Type - An enum representing the possible values of an
ConnectAccountReference’stypefield. - Coupon
Duration billing - An enum representing the possible values of an
Coupon’sdurationfield. - Create
Account Link Collection Options Fields connect - An enum representing the possible values of an
CreateAccountLinkCollectionOptions’sfieldsfield. - Create
Account Link Collection Options Future Requirements connect - An enum representing the possible values of an
CreateAccountLinkCollectionOptions’sfuture_requirementsfield. - Create
Billing Portal Session Flow Data After Completion Type billing - An enum representing the possible values of an
CreateBillingPortalSessionFlowDataAfterCompletion’stypefield. - Create
Billing Portal Session Flow Data Subscription Cancel Retention Type billing - An enum representing the possible values of an
CreateBillingPortalSessionFlowDataSubscriptionCancelRetention’stypefield. - Create
Billing Portal Session Flow Data Type billing - An enum representing the possible values of an
CreateBillingPortalSessionFlowData’stypefield. - Create
Checkout Session Automatic TaxLiability Type checkout - An enum representing the possible values of an
CreateCheckoutSessionAutomaticTaxLiability’stypefield. - Create
Checkout Session Consent Collection Payment Method Reuse Agreement Position checkout - An enum representing the possible values of an
CreateCheckoutSessionConsentCollectionPaymentMethodReuseAgreement’spositionfield. - Create
Checkout Session Consent Collection Promotions checkout - An enum representing the possible values of an
CreateCheckoutSessionConsentCollection’spromotionsfield. - Create
Checkout Session Consent Collection Terms OfService checkout - An enum representing the possible values of an
CreateCheckoutSessionConsentCollection’sterms_of_servicefield. - Create
Checkout Session Custom Fields Label Type checkout - An enum representing the possible values of an
CreateCheckoutSessionCustomFieldsLabel’stypefield. - Create
Checkout Session Custom Fields Type checkout - An enum representing the possible values of an
CreateCheckoutSessionCustomFields’stypefield. - Create
Checkout Session Customer Update Address checkout - An enum representing the possible values of an
CreateCheckoutSessionCustomerUpdate’saddressfield. - Create
Checkout Session Customer Update Name checkout - An enum representing the possible values of an
CreateCheckoutSessionCustomerUpdate’snamefield. - Create
Checkout Session Customer Update Shipping checkout - An enum representing the possible values of an
CreateCheckoutSessionCustomerUpdate’sshippingfield. - Create
Checkout Session Invoice Creation Invoice Data Issuer Type checkout - An enum representing the possible values of an
CreateCheckoutSessionInvoiceCreationInvoiceDataIssuer’stypefield. - Create
Checkout Session Invoice Creation Invoice Data Rendering Options Amount TaxDisplay checkout - An enum representing the possible values of an
CreateCheckoutSessionInvoiceCreationInvoiceDataRenderingOptions’samount_tax_displayfield. - Create
Checkout Session Line Items Price Data Recurring Interval checkout - An enum representing the possible values of an
CreateCheckoutSessionLineItemsPriceDataRecurring’sintervalfield. - Create
Checkout Session Line Items Price Data TaxBehavior checkout - An enum representing the possible values of an
CreateCheckoutSessionLineItemsPriceData’stax_behaviorfield. - Create
Checkout Session Payment Intent Data Capture Method checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentIntentData’scapture_methodfield. - Create
Checkout Session Payment Intent Data Setup Future Usage checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentIntentData’ssetup_future_usagefield. - Create
Checkout Session Payment Method Options Acss Debit Mandate Options Default For checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsAcssDebitMandateOptions’sdefault_forfield. - Create
Checkout Session Payment Method Options Acss Debit Mandate Options Payment Schedule checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsAcssDebitMandateOptions’spayment_schedulefield. - Create
Checkout Session Payment Method Options Acss Debit Mandate Options Transaction Type checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsAcssDebitMandateOptions’stransaction_typefield. - Create
Checkout Session Payment Method Options Acss Debit Setup Future Usage checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsAcssDebit’ssetup_future_usagefield. - Create
Checkout Session Payment Method Options Acss Debit Verification Method checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsAcssDebit’sverification_methodfield. - Create
Checkout Session Payment Method Options Affirm Setup Future Usage checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsAffirm’ssetup_future_usagefield. - Create
Checkout Session Payment Method Options Afterpay Clearpay Setup Future Usage checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsAfterpayClearpay’ssetup_future_usagefield. - Create
Checkout Session Payment Method Options Alipay Setup Future Usage checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsAlipay’ssetup_future_usagefield. - Create
Checkout Session Payment Method Options AuBecs Debit Setup Future Usage checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsAuBecsDebit’ssetup_future_usagefield. - Create
Checkout Session Payment Method Options Bacs Debit Setup Future Usage checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsBacsDebit’ssetup_future_usagefield. - Create
Checkout Session Payment Method Options Bancontact Setup Future Usage checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsBancontact’ssetup_future_usagefield. - Create
Checkout Session Payment Method Options Boleto Setup Future Usage checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsBoleto’ssetup_future_usagefield. - Create
Checkout Session Payment Method Options Card Setup Future Usage checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsCard’ssetup_future_usagefield. - Create
Checkout Session Payment Method Options Cashapp Setup Future Usage checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsCashapp’ssetup_future_usagefield. - 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_typesfield. - Create
Checkout Session Payment Method Options Customer Balance Bank Transfer Type checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsCustomerBalanceBankTransfer’stypefield. - Create
Checkout Session Payment Method Options Customer Balance Funding Type checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsCustomerBalance’sfunding_typefield. - Create
Checkout Session Payment Method Options Customer Balance Setup Future Usage checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsCustomerBalance’ssetup_future_usagefield. - Create
Checkout Session Payment Method Options EpsSetup Future Usage checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsEps’ssetup_future_usagefield. - Create
Checkout Session Payment Method Options FpxSetup Future Usage checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsFpx’ssetup_future_usagefield. - Create
Checkout Session Payment Method Options Giropay Setup Future Usage checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsGiropay’ssetup_future_usagefield. - Create
Checkout Session Payment Method Options Grabpay Setup Future Usage checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsGrabpay’ssetup_future_usagefield. - Create
Checkout Session Payment Method Options Ideal Setup Future Usage checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsIdeal’ssetup_future_usagefield. - Create
Checkout Session Payment Method Options Klarna Setup Future Usage checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsKlarna’ssetup_future_usagefield. - Create
Checkout Session Payment Method Options Konbini Setup Future Usage checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsKonbini’ssetup_future_usagefield. - Create
Checkout Session Payment Method Options Link Setup Future Usage checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsLink’ssetup_future_usagefield. - Create
Checkout Session Payment Method Options Oxxo Setup Future Usage checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsOxxo’ssetup_future_usagefield. - Create
Checkout Session Payment Method Options P24Setup Future Usage checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsP24’ssetup_future_usagefield. - Create
Checkout Session Payment Method Options Paynow Setup Future Usage checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsPaynow’ssetup_future_usagefield. - Create
Checkout Session Payment Method Options Paypal Capture Method checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsPaypal’scapture_methodfield. - Create
Checkout Session Payment Method Options Paypal Preferred Locale checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsPaypal’spreferred_localefield. - Create
Checkout Session Payment Method Options Paypal Setup Future Usage checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsPaypal’ssetup_future_usagefield. - Create
Checkout Session Payment Method Options Revolut PaySetup Future Usage checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsRevolutPay’ssetup_future_usagefield. - Create
Checkout Session Payment Method Options Sepa Debit Setup Future Usage checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsSepaDebit’ssetup_future_usagefield. - Create
Checkout Session Payment Method Options Sofort Setup Future Usage checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsSofort’ssetup_future_usagefield. - Create
Checkout Session Payment Method Options UsBank Account Financial Connections Permissions checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsUsBankAccountFinancialConnections’spermissionsfield. - Create
Checkout Session Payment Method Options UsBank Account Financial Connections Prefetch checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsUsBankAccountFinancialConnections’sprefetchfield. - Create
Checkout Session Payment Method Options UsBank Account Setup Future Usage checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsUsBankAccount’ssetup_future_usagefield. - Create
Checkout Session Payment Method Options UsBank Account Verification Method checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsUsBankAccount’sverification_methodfield. - Create
Checkout Session Payment Method Options Wechat PayClient checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsWechatPay’sclientfield. - Create
Checkout Session Payment Method Options Wechat PaySetup Future Usage checkout - An enum representing the possible values of an
CreateCheckoutSessionPaymentMethodOptionsWechatPay’ssetup_future_usagefield. - Create
Checkout Session Payment Method Types checkout - An enum representing the possible values of an
CreateCheckoutSession’spayment_method_typesfield. - Create
Checkout Session Shipping Address Collection Allowed Countries checkout - An enum representing the possible values of an
CreateCheckoutSessionShippingAddressCollection’sallowed_countriesfield. - Create
Checkout Session Shipping Options Shipping Rate Data Delivery Estimate Maximum Unit checkout - An enum representing the possible values of an
CreateCheckoutSessionShippingOptionsShippingRateDataDeliveryEstimateMaximum’sunitfield. - Create
Checkout Session Shipping Options Shipping Rate Data Delivery Estimate Minimum Unit checkout - An enum representing the possible values of an
CreateCheckoutSessionShippingOptionsShippingRateDataDeliveryEstimateMinimum’sunitfield. - Create
Checkout Session Shipping Options Shipping Rate Data Fixed Amount Currency Options TaxBehavior checkout - An enum representing the possible values of an
CreateCheckoutSessionShippingOptionsShippingRateDataFixedAmountCurrencyOptions’stax_behaviorfield. - Create
Checkout Session Shipping Options Shipping Rate Data TaxBehavior checkout - An enum representing the possible values of an
CreateCheckoutSessionShippingOptionsShippingRateData’stax_behaviorfield. - Create
Checkout Session Shipping Options Shipping Rate Data Type checkout - An enum representing the possible values of an
CreateCheckoutSessionShippingOptionsShippingRateData’stypefield. - Create
Checkout Session Subscription Data Invoice Settings Issuer Type checkout - An enum representing the possible values of an
CreateCheckoutSessionSubscriptionDataInvoiceSettingsIssuer’stypefield. - Create
Checkout Session Subscription Data Proration Behavior checkout - An enum representing the possible values of an
CreateCheckoutSessionSubscriptionData’sproration_behaviorfield. - Create
Checkout Session Subscription Data Trial Settings EndBehavior Missing Payment Method checkout - An enum representing the possible values of an
CreateCheckoutSessionSubscriptionDataTrialSettingsEndBehavior’smissing_payment_methodfield. - Create
Credit Note Lines Type billing - An enum representing the possible values of an
CreateCreditNoteLines’stypefield. - Create
Customer Cash Balance Settings Reconciliation Mode - An enum representing the possible values of an
CreateCustomerCashBalanceSettings’sreconciliation_modefield. - Create
Customer TaxValidate Location - An enum representing the possible values of an
CreateCustomerTax’svalidate_locationfield. - Create
Invoice Automatic TaxLiability Type billing - An enum representing the possible values of an
CreateInvoiceAutomaticTaxLiability’stypefield. - Create
Invoice From Invoice Action billing - An enum representing the possible values of an
CreateInvoiceFromInvoice’sactionfield. - Create
Invoice Issuer Type billing - An enum representing the possible values of an
CreateInvoiceIssuer’stypefield. - Create
Invoice Payment Settings Payment Method Options Acss Debit Mandate Options Transaction Type billing - An enum representing the possible values of an
CreateInvoicePaymentSettingsPaymentMethodOptionsAcssDebitMandateOptions’stransaction_typefield. - Create
Invoice Payment Settings Payment Method Options Acss Debit Verification Method billing - An enum representing the possible values of an
CreateInvoicePaymentSettingsPaymentMethodOptionsAcssDebit’sverification_methodfield. - Create
Invoice Payment Settings Payment Method Options Bancontact Preferred Language billing - An enum representing the possible values of an
CreateInvoicePaymentSettingsPaymentMethodOptionsBancontact’spreferred_languagefield. - Create
Invoice Payment Settings Payment Method Options Card Installments Plan Interval billing - An enum representing the possible values of an
CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlan’sintervalfield. - Create
Invoice Payment Settings Payment Method Options Card Installments Plan Type billing - An enum representing the possible values of an
CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlan’stypefield. - Create
Invoice Payment Settings Payment Method Options Card Request ThreeD Secure billing - An enum representing the possible values of an
CreateInvoicePaymentSettingsPaymentMethodOptionsCard’srequest_three_d_securefield. - Create
Invoice Payment Settings Payment Method Options UsBank Account Financial Connections Permissions billing - An enum representing the possible values of an
CreateInvoicePaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections’spermissionsfield. - Create
Invoice Payment Settings Payment Method Options UsBank Account Financial Connections Prefetch billing - An enum representing the possible values of an
CreateInvoicePaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections’sprefetchfield. - Create
Invoice Payment Settings Payment Method Options UsBank Account Verification Method billing - An enum representing the possible values of an
CreateInvoicePaymentSettingsPaymentMethodOptionsUsBankAccount’sverification_methodfield. - Create
Invoice Payment Settings Payment Method Types billing - An enum representing the possible values of an
CreateInvoicePaymentSettings’spayment_method_typesfield. - Create
Invoice Rendering Amount TaxDisplay billing - An enum representing the possible values of an
CreateInvoiceRendering’samount_tax_displayfield. - Create
Invoice Rendering Options Amount TaxDisplay billing - An enum representing the possible values of an
CreateInvoiceRenderingOptions’samount_tax_displayfield. - Create
Invoice Rendering PdfPage Size billing - An enum representing the possible values of an
CreateInvoiceRenderingPdf’spage_sizefield. - Create
Invoice Shipping Cost Shipping Rate Data Delivery Estimate Maximum Unit billing - An enum representing the possible values of an
CreateInvoiceShippingCostShippingRateDataDeliveryEstimateMaximum’sunitfield. - Create
Invoice Shipping Cost Shipping Rate Data Delivery Estimate Minimum Unit billing - An enum representing the possible values of an
CreateInvoiceShippingCostShippingRateDataDeliveryEstimateMinimum’sunitfield. - Create
Invoice Shipping Cost Shipping Rate Data Fixed Amount Currency Options TaxBehavior billing - An enum representing the possible values of an
CreateInvoiceShippingCostShippingRateDataFixedAmountCurrencyOptions’stax_behaviorfield. - Create
Invoice Shipping Cost Shipping Rate Data TaxBehavior billing - An enum representing the possible values of an
CreateInvoiceShippingCostShippingRateData’stax_behaviorfield. - Create
Invoice Shipping Cost Shipping Rate Data Type billing - An enum representing the possible values of an
CreateInvoiceShippingCostShippingRateData’stypefield. - Create
Payment Intent Automatic Payment Methods Allow Redirects - An enum representing the possible values of an
CreatePaymentIntentAutomaticPaymentMethods’sallow_redirectsfield. - Create
Payment Intent Mandate Data Customer Acceptance Type - An enum representing the possible values of an
CreatePaymentIntentMandateDataCustomerAcceptance’stypefield. - Create
Payment Intent Payment Method Data EpsBank - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodDataEps’sbankfield. - Create
Payment Intent Payment Method Data FpxAccount Holder Type - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodDataFpx’saccount_holder_typefield. - Create
Payment Intent Payment Method Data FpxBank - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodDataFpx’sbankfield. - Create
Payment Intent Payment Method Data Ideal Bank - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodDataIdeal’sbankfield. - Create
Payment Intent Payment Method Data P24Bank - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodDataP24’sbankfield. - Create
Payment Intent Payment Method Data Sofort Country - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodDataSofort’scountryfield. - Create
Payment Intent Payment Method Data Type - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodData’stypefield. - Create
Payment Intent Payment Method Data UsBank Account Account Holder Type - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodDataUsBankAccount’saccount_holder_typefield. - Create
Payment Intent Payment Method Data UsBank Account Account Type - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodDataUsBankAccount’saccount_typefield. - Create
Payment Intent Payment Method Options Acss Debit Mandate Options Payment Schedule - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsAcssDebitMandateOptions’spayment_schedulefield. - Create
Payment Intent Payment Method Options Acss Debit Mandate Options Transaction Type - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsAcssDebitMandateOptions’stransaction_typefield. - Create
Payment Intent Payment Method Options Acss Debit Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsAcssDebit’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options Acss Debit Verification Method - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsAcssDebit’sverification_methodfield. - Create
Payment Intent Payment Method Options Affirm Capture Method - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsAffirm’scapture_methodfield. - Create
Payment Intent Payment Method Options Affirm Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsAffirm’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options Afterpay Clearpay Capture Method - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsAfterpayClearpay’scapture_methodfield. - Create
Payment Intent Payment Method Options Afterpay Clearpay Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsAfterpayClearpay’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options Alipay Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsAlipay’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options AuBecs Debit Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsAuBecsDebit’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options Bacs Debit Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsBacsDebit’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options Bancontact Preferred Language - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsBancontact’spreferred_languagefield. - Create
Payment Intent Payment Method Options Bancontact Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsBancontact’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options Blik Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsBlik’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options Boleto Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsBoleto’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options Card Capture Method - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCard’scapture_methodfield. - Create
Payment Intent Payment Method Options Card Installments Plan Interval - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCardInstallmentsPlan’sintervalfield. - Create
Payment Intent Payment Method Options Card Installments Plan Type - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCardInstallmentsPlan’stypefield. - Create
Payment Intent Payment Method Options Card Mandate Options Amount Type - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCardMandateOptions’samount_typefield. - Create
Payment Intent Payment Method Options Card Mandate Options Interval - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCardMandateOptions’sintervalfield. - Create
Payment Intent Payment Method Options Card Mandate Options Supported Types - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCardMandateOptions’ssupported_typesfield. - Create
Payment Intent Payment Method Options Card Network - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCard’snetworkfield. - Create
Payment Intent Payment Method Options Card Request Extended Authorization - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCard’srequest_extended_authorizationfield. - Create
Payment Intent Payment Method Options Card Request Incremental Authorization - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCard’srequest_incremental_authorizationfield. - Create
Payment Intent Payment Method Options Card Request Multicapture - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCard’srequest_multicapturefield. - Create
Payment Intent Payment Method Options Card Request Overcapture - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCard’srequest_overcapturefield. - Create
Payment Intent Payment Method Options Card Request ThreeD Secure - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCard’srequest_three_d_securefield. - Create
Payment Intent Payment Method Options Card Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCard’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options Card ThreeD Secure Ares Trans Status - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCardThreeDSecure’sares_trans_statusfield. - Create
Payment Intent Payment Method Options Card ThreeD Secure Electronic Commerce Indicator - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCardThreeDSecure’selectronic_commerce_indicatorfield. - Create
Payment Intent Payment Method Options Card ThreeD Secure Exemption Indicator - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCardThreeDSecure’sexemption_indicatorfield. - Create
Payment Intent Payment Method Options Card ThreeD Secure Network Options Cartes Bancaires CbAvalgo - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptionsCartesBancaires’scb_avalgofield. - Create
Payment Intent Payment Method Options Card ThreeD Secure Version - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCardThreeDSecure’sversionfield. - Create
Payment Intent Payment Method Options Cashapp Capture Method - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCashapp’scapture_methodfield. - Create
Payment Intent Payment Method Options Cashapp Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCashapp’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options Customer Balance Bank Transfer Requested Address Types - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer’srequested_address_typesfield. - Create
Payment Intent Payment Method Options Customer Balance Bank Transfer Type - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer’stypefield. - Create
Payment Intent Payment Method Options Customer Balance Funding Type - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCustomerBalance’sfunding_typefield. - Create
Payment Intent Payment Method Options Customer Balance Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsCustomerBalance’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options EpsSetup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsEps’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options FpxSetup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsFpx’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options Giropay Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsGiropay’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options Grabpay Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsGrabpay’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options Ideal Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsIdeal’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options Klarna Capture Method - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsKlarna’scapture_methodfield. - Create
Payment Intent Payment Method Options Klarna Preferred Locale - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsKlarna’spreferred_localefield. - Create
Payment Intent Payment Method Options Klarna Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsKlarna’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options Konbini Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsKonbini’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options Link Capture Method - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsLink’scapture_methodfield. - Create
Payment Intent Payment Method Options Link Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsLink’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options Oxxo Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsOxxo’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options P24Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsP24’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options Paynow Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsPaynow’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options Paypal Capture Method - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsPaypal’scapture_methodfield. - Create
Payment Intent Payment Method Options Paypal Preferred Locale - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsPaypal’spreferred_localefield. - Create
Payment Intent Payment Method Options Paypal Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsPaypal’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options PixSetup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsPix’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options Promptpay Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsPromptpay’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options Revolut PaySetup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsRevolutPay’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options Sepa Debit Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsSepaDebit’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options Sofort Preferred Language - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsSofort’spreferred_languagefield. - Create
Payment Intent Payment Method Options Sofort Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsSofort’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options Swish Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsSwish’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options UsBank Account Financial Connections Permissions - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnections’spermissionsfield. - Create
Payment Intent Payment Method Options UsBank Account Financial Connections Prefetch - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnections’sprefetchfield. - Create
Payment Intent Payment Method Options UsBank Account Mandate Options Collection Method - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptions’scollection_methodfield. - Create
Payment Intent Payment Method Options UsBank Account Networks Requested - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsUsBankAccountNetworks’srequestedfield. - Create
Payment Intent Payment Method Options UsBank Account Preferred Settlement Speed - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsUsBankAccount’spreferred_settlement_speedfield. - Create
Payment Intent Payment Method Options UsBank Account Setup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsUsBankAccount’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options UsBank Account Verification Method - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsUsBankAccount’sverification_methodfield. - Create
Payment Intent Payment Method Options Wechat PayClient - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsWechatPay’sclientfield. - Create
Payment Intent Payment Method Options Wechat PaySetup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsWechatPay’ssetup_future_usagefield. - Create
Payment Intent Payment Method Options ZipSetup Future Usage - An enum representing the possible values of an
CreatePaymentIntentPaymentMethodOptionsZip’ssetup_future_usagefield. - Create
Payment Link After Completion Type checkout - An enum representing the possible values of an
CreatePaymentLinkAfterCompletion’stypefield. - Create
Payment Link Automatic TaxLiability Type checkout - An enum representing the possible values of an
CreatePaymentLinkAutomaticTaxLiability’stypefield. - Create
Payment Link Consent Collection Payment Method Reuse Agreement Position checkout - An enum representing the possible values of an
CreatePaymentLinkConsentCollectionPaymentMethodReuseAgreement’spositionfield. - Create
Payment Link Consent Collection Promotions checkout - An enum representing the possible values of an
CreatePaymentLinkConsentCollection’spromotionsfield. - Create
Payment Link Consent Collection Terms OfService checkout - An enum representing the possible values of an
CreatePaymentLinkConsentCollection’sterms_of_servicefield. - Create
Payment Link Custom Fields Label Type checkout - An enum representing the possible values of an
CreatePaymentLinkCustomFieldsLabel’stypefield. - Create
Payment Link Custom Fields Type checkout - An enum representing the possible values of an
CreatePaymentLinkCustomFields’stypefield. - Create
Payment Link Invoice Creation Invoice Data Issuer Type checkout - An enum representing the possible values of an
CreatePaymentLinkInvoiceCreationInvoiceDataIssuer’stypefield. - Create
Payment Link Invoice Creation Invoice Data Rendering Options Amount TaxDisplay checkout - An enum representing the possible values of an
CreatePaymentLinkInvoiceCreationInvoiceDataRenderingOptions’samount_tax_displayfield. - Create
Payment Link Payment Intent Data Capture Method checkout - An enum representing the possible values of an
CreatePaymentLinkPaymentIntentData’scapture_methodfield. - Create
Payment Link Payment Intent Data Setup Future Usage checkout - An enum representing the possible values of an
CreatePaymentLinkPaymentIntentData’ssetup_future_usagefield. - Create
Payment Link Payment Method Types checkout - An enum representing the possible values of an
CreatePaymentLink’spayment_method_typesfield. - Create
Payment Link Shipping Address Collection Allowed Countries checkout - An enum representing the possible values of an
CreatePaymentLinkShippingAddressCollection’sallowed_countriesfield. - Create
Payment Link Subscription Data Invoice Settings Issuer Type checkout - An enum representing the possible values of an
CreatePaymentLinkSubscriptionDataInvoiceSettingsIssuer’stypefield. - Create
Payment Link Subscription Data Trial Settings EndBehavior Missing Payment Method checkout - An enum representing the possible values of an
CreatePaymentLinkSubscriptionDataTrialSettingsEndBehavior’smissing_payment_methodfield. - Create
Payment Method Card Union - If this is a
cardPaymentMethod, this hash contains the user’s card details. - Create
Payment Method EpsBank - An enum representing the possible values of an
CreatePaymentMethodEps’sbankfield. - Create
Payment Method FpxAccount Holder Type - An enum representing the possible values of an
CreatePaymentMethodFpx’saccount_holder_typefield. - Create
Payment Method FpxBank - An enum representing the possible values of an
CreatePaymentMethodFpx’sbankfield. - Create
Payment Method Ideal Bank - An enum representing the possible values of an
CreatePaymentMethodIdeal’sbankfield. - Create
Payment Method P24Bank - An enum representing the possible values of an
CreatePaymentMethodP24’sbankfield. - Create
Payment Method Sofort Country - An enum representing the possible values of an
CreatePaymentMethodSofort’scountryfield. - Create
Payment Method UsBank Account Account Holder Type - An enum representing the possible values of an
CreatePaymentMethodUsBankAccount’saccount_holder_typefield. - Create
Payment Method UsBank Account Account Type - An enum representing the possible values of an
CreatePaymentMethodUsBankAccount’saccount_typefield. - Create
Price Currency Options TaxBehavior - An enum representing the possible values of an
CreatePriceCurrencyOptions’stax_behaviorfield. - Create
Price Recurring Aggregate Usage - An enum representing the possible values of an
CreatePriceRecurring’saggregate_usagefield. - Create
Price Recurring Interval - An enum representing the possible values of an
CreatePriceRecurring’sintervalfield. - Create
Price Recurring Usage Type - An enum representing the possible values of an
CreatePriceRecurring’susage_typefield. - Create
Price Transform Quantity Round - An enum representing the possible values of an
CreatePriceTransformQuantity’sroundfield. - Create
Product Default Price Data Currency Options TaxBehavior - An enum representing the possible values of an
CreateProductDefaultPriceDataCurrencyOptions’stax_behaviorfield. - Create
Product Default Price Data Recurring Interval - An enum representing the possible values of an
CreateProductDefaultPriceDataRecurring’sintervalfield. - Create
Product Default Price Data TaxBehavior - An enum representing the possible values of an
CreateProductDefaultPriceData’stax_behaviorfield. - Create
Setup Intent Automatic Payment Methods Allow Redirects - An enum representing the possible values of an
CreateSetupIntentAutomaticPaymentMethods’sallow_redirectsfield. - Create
Setup Intent Flow Directions - An enum representing the possible values of an
CreateSetupIntent’sflow_directionsfield. - Create
Setup Intent Mandate Data Customer Acceptance Type - An enum representing the possible values of an
CreateSetupIntentMandateDataCustomerAcceptance’stypefield. - Create
Setup Intent Payment Method Data EpsBank - An enum representing the possible values of an
CreateSetupIntentPaymentMethodDataEps’sbankfield. - Create
Setup Intent Payment Method Data FpxAccount Holder Type - An enum representing the possible values of an
CreateSetupIntentPaymentMethodDataFpx’saccount_holder_typefield. - Create
Setup Intent Payment Method Data FpxBank - An enum representing the possible values of an
CreateSetupIntentPaymentMethodDataFpx’sbankfield. - Create
Setup Intent Payment Method Data Ideal Bank - An enum representing the possible values of an
CreateSetupIntentPaymentMethodDataIdeal’sbankfield. - Create
Setup Intent Payment Method Data P24Bank - An enum representing the possible values of an
CreateSetupIntentPaymentMethodDataP24’sbankfield. - Create
Setup Intent Payment Method Data Sofort Country - An enum representing the possible values of an
CreateSetupIntentPaymentMethodDataSofort’scountryfield. - Create
Setup Intent Payment Method Data Type - An enum representing the possible values of an
CreateSetupIntentPaymentMethodData’stypefield. - Create
Setup Intent Payment Method Data UsBank Account Account Holder Type - An enum representing the possible values of an
CreateSetupIntentPaymentMethodDataUsBankAccount’saccount_holder_typefield. - Create
Setup Intent Payment Method Data UsBank Account Account Type - An enum representing the possible values of an
CreateSetupIntentPaymentMethodDataUsBankAccount’saccount_typefield. - Create
Setup Intent Payment Method Options Acss Debit Mandate Options Default For - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsAcssDebitMandateOptions’sdefault_forfield. - Create
Setup Intent Payment Method Options Acss Debit Mandate Options Payment Schedule - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsAcssDebitMandateOptions’spayment_schedulefield. - Create
Setup Intent Payment Method Options Acss Debit Mandate Options Transaction Type - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsAcssDebitMandateOptions’stransaction_typefield. - Create
Setup Intent Payment Method Options Acss Debit Verification Method - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsAcssDebit’sverification_methodfield. - Create
Setup Intent Payment Method Options Card Mandate Options Amount Type - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsCardMandateOptions’samount_typefield. - Create
Setup Intent Payment Method Options Card Mandate Options Interval - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsCardMandateOptions’sintervalfield. - Create
Setup Intent Payment Method Options Card Mandate Options Supported Types - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsCardMandateOptions’ssupported_typesfield. - Create
Setup Intent Payment Method Options Card Network - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsCard’snetworkfield. - Create
Setup Intent Payment Method Options Card Request ThreeD Secure - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsCard’srequest_three_d_securefield. - Create
Setup Intent Payment Method Options Card ThreeD Secure Ares Trans Status - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsCardThreeDSecure’sares_trans_statusfield. - Create
Setup Intent Payment Method Options Card ThreeD Secure Electronic Commerce Indicator - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsCardThreeDSecure’selectronic_commerce_indicatorfield. - Create
Setup Intent Payment Method Options Card ThreeD Secure Network Options Cartes Bancaires CbAvalgo - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsCardThreeDSecureNetworkOptionsCartesBancaires’scb_avalgofield. - Create
Setup Intent Payment Method Options Card ThreeD Secure Version - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsCardThreeDSecure’sversionfield. - Create
Setup Intent Payment Method Options UsBank Account Financial Connections Permissions - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnections’spermissionsfield. - Create
Setup Intent Payment Method Options UsBank Account Financial Connections Prefetch - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnections’sprefetchfield. - Create
Setup Intent Payment Method Options UsBank Account Mandate Options Collection Method - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions’scollection_methodfield. - Create
Setup Intent Payment Method Options UsBank Account Networks Requested - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsUsBankAccountNetworks’srequestedfield. - Create
Setup Intent Payment Method Options UsBank Account Verification Method - An enum representing the possible values of an
CreateSetupIntentPaymentMethodOptionsUsBankAccount’sverification_methodfield. - Create
Shipping Rate Delivery Estimate Maximum Unit - An enum representing the possible values of an
CreateShippingRateDeliveryEstimateMaximum’sunitfield. - Create
Shipping Rate Delivery Estimate Minimum Unit - An enum representing the possible values of an
CreateShippingRateDeliveryEstimateMinimum’sunitfield. - Create
Shipping Rate Fixed Amount Currency Options TaxBehavior - An enum representing the possible values of an
CreateShippingRateFixedAmountCurrencyOptions’stax_behaviorfield. - Create
Source Source Order Items Type - An enum representing the possible values of an
CreateSourceSourceOrderItems’stypefield. - Create
Subscription Automatic TaxLiability Type billing - An enum representing the possible values of an
CreateSubscriptionAutomaticTaxLiability’stypefield. - Create
Subscription Invoice Settings Issuer Type billing - An enum representing the possible values of an
CreateSubscriptionInvoiceSettingsIssuer’stypefield. - Create
Subscription Payment Settings Payment Method Options Acss Debit Mandate Options Transaction Type billing - An enum representing the possible values of an
CreateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebitMandateOptions’stransaction_typefield. - Create
Subscription Payment Settings Payment Method Options Acss Debit Verification Method billing - An enum representing the possible values of an
CreateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebit’sverification_methodfield. - Create
Subscription Payment Settings Payment Method Options Bancontact Preferred Language billing - An enum representing the possible values of an
CreateSubscriptionPaymentSettingsPaymentMethodOptionsBancontact’spreferred_languagefield. - Create
Subscription Payment Settings Payment Method Options Card Mandate Options Amount Type billing - An enum representing the possible values of an
CreateSubscriptionPaymentSettingsPaymentMethodOptionsCardMandateOptions’samount_typefield. - Create
Subscription Payment Settings Payment Method Options Card Network billing - An enum representing the possible values of an
CreateSubscriptionPaymentSettingsPaymentMethodOptionsCard’snetworkfield. - Create
Subscription Payment Settings Payment Method Options Card Request ThreeD Secure billing - An enum representing the possible values of an
CreateSubscriptionPaymentSettingsPaymentMethodOptionsCard’srequest_three_d_securefield. - Create
Subscription Payment Settings Payment Method Options UsBank Account Financial Connections Permissions billing - An enum representing the possible values of an
CreateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections’spermissionsfield. - Create
Subscription Payment Settings Payment Method Options UsBank Account Financial Connections Prefetch billing - An enum representing the possible values of an
CreateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections’sprefetchfield. - Create
Subscription Payment Settings Payment Method Options UsBank Account Verification Method billing - An enum representing the possible values of an
CreateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccount’sverification_methodfield. - Create
Subscription Payment Settings Payment Method Types billing - An enum representing the possible values of an
CreateSubscriptionPaymentSettings’spayment_method_typesfield. - Create
Subscription Payment Settings Save Default Payment Method billing - An enum representing the possible values of an
CreateSubscriptionPaymentSettings’ssave_default_payment_methodfield. - Create
Subscription Schedule Phases Automatic TaxLiability Type billing - An enum representing the possible values of an
CreateSubscriptionSchedulePhasesAutomaticTaxLiability’stypefield. - Create
Subscription Schedule Phases Billing Cycle Anchor billing - An enum representing the possible values of an
CreateSubscriptionSchedulePhases’sbilling_cycle_anchorfield. - Create
Subscription Schedule Phases Items Price Data Recurring Interval billing - An enum representing the possible values of an
CreateSubscriptionSchedulePhasesItemsPriceDataRecurring’sintervalfield. - Create
Subscription Schedule Phases Items Price Data TaxBehavior billing - An enum representing the possible values of an
CreateSubscriptionSchedulePhasesItemsPriceData’stax_behaviorfield. - Create
Subscription Trial Settings EndBehavior Missing Payment Method billing - An enum representing the possible values of an
CreateSubscriptionTrialSettingsEndBehavior’smissing_payment_methodfield. - Create
TaxId Owner Type billing - An enum representing the possible values of an
CreateTaxIdOwner’stypefield. - Create
Token Account Business Type - An enum representing the possible values of an
CreateTokenAccount’sbusiness_typefield. - 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’stypefield. - Credit
Note Reason billing - An enum representing the possible values of an
CreditNote’sreasonfield. - Credit
Note Status billing - An enum representing the possible values of an
CreditNote’sstatusfield. - Credit
Note TaxAmount Taxability Reason billing - An enum representing the possible values of an
CreditNoteTaxAmount’staxability_reasonfield. - Credit
Note TaxAmount Taxability Reason billing - An enum representing the possible values of an
CreditNoteTaxAmount’staxability_reasonfield. - Credit
Note Type billing - An enum representing the possible values of an
CreditNote’stypefield. - Currency
- Currency is the list of supported currencies.
- Currency
Option TaxBehavior - An enum representing the possible values of an
CurrencyOption’stax_behaviorfield. - Customer
Acceptance Type - An enum representing the possible values of an
CustomerAcceptance’stypefield. - Customer
Balance Customer Balance Settings Reconciliation Mode - An enum representing the possible values of an
CustomerBalanceCustomerBalanceSettings’sreconciliation_modefield. - Customer
Balance Transaction Type billing - An enum representing the possible values of an
CustomerBalanceTransaction’stypefield. - Customer
Invoice Settings Rendering Options Amount TaxDisplay - An enum representing the possible values of an
CustomerInvoiceSettingsRenderingOptions’samount_tax_displayfield. - Customer
Payment Method Retrieval Type - Customer
TaxAutomatic Tax - An enum representing the possible values of an
CustomerTax’sautomatic_taxfield. - Customer
TaxExempt - An enum representing the possible values of an
Customer’stax_exemptfield. - Customer
TaxExempt Filter - An enum representing the possible values of an
CreateCustomer’stax_exemptfield. - Customer
TaxLocation Source - An enum representing the possible values of an
CustomerTaxLocation’ssourcefield. - Delay
Days - Delay
Days Other - Detached
Source - Dispute
Payment Method Details Type - An enum representing the possible values of an
DisputePaymentMethodDetails’stypefield. - Dispute
Status - An enum representing the possible values of an
Dispute’sstatusfield. - 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_eventsfield. - Event
Object events - Event
Type events - Expandable
- An id or object.
- External
Account - FeeType
- An enum representing the possible values of an
Fee’stypefield. - File
Purpose - An enum representing the possible values of an
ListFiles’spurposefield. - Fraud
Details Params User Report - An enum representing the possible values of an
FraudDetailsParams’suser_reportfield. - Funding
Instructions Bank Transfer Financial Address Supported Networks - An enum representing the possible values of an
FundingInstructionsBankTransferFinancialAddress’ssupported_networksfield. - Funding
Instructions Bank Transfer Financial Address Type - An enum representing the possible values of an
FundingInstructionsBankTransferFinancialAddress’stypefield. - IdOr
Create - Invoice
Billing Reason billing - An enum representing the possible values of an
Invoice’sbilling_reasonfield. - Invoice
Customer TaxExempt billing - An enum representing the possible values of an
Invoice’scustomer_tax_exemptfield. - Invoice
Item Price Data TaxBehavior billing - An enum representing the possible values of an
InvoiceItemPriceData’stax_behaviorfield. - Invoice
Item Price Data TaxBehavior billing - An enum representing the possible values of an
InvoiceItemPriceData’stax_behaviorfield. - Invoice
Item Price Data TaxBehavior billing - An enum representing the possible values of an
InvoiceItemPriceData’stax_behaviorfield. - Invoice
Item TaxBehavior billing - An enum representing the possible values of an
CreateInvoiceItem’stax_behaviorfield. - Invoice
Line Item Id - Invoice
Line Item Type billing - An enum representing the possible values of an
InvoiceLineItem’stypefield. - Invoice
Mandate Options Card Amount Type billing - An enum representing the possible values of an
InvoiceMandateOptionsCard’samount_typefield. - Invoice
Payment Method Options Acss Debit Mandate Options Transaction Type billing - An enum representing the possible values of an
InvoicePaymentMethodOptionsAcssDebitMandateOptions’stransaction_typefield. - Invoice
Payment Method Options Acss Debit Verification Method billing - An enum representing the possible values of an
InvoicePaymentMethodOptionsAcssDebit’sverification_methodfield. - Invoice
Payment Method Options Bancontact Preferred Language billing - An enum representing the possible values of an
InvoicePaymentMethodOptionsBancontact’spreferred_languagefield. - Invoice
Payment Method Options Card Request ThreeD Secure billing - An enum representing the possible values of an
InvoicePaymentMethodOptionsCard’srequest_three_d_securefield. - Invoice
Payment Method Options Customer Balance Bank Transfer EuBank Transfer Country billing - An enum representing the possible values of an
InvoicePaymentMethodOptionsCustomerBalanceBankTransferEuBankTransfer’scountryfield. - Invoice
Payment Method Options Customer Balance Funding Type billing - An enum representing the possible values of an
InvoicePaymentMethodOptionsCustomerBalance’sfunding_typefield. - Invoice
Payment Method Options UsBank Account Linked Account Options Permissions billing - An enum representing the possible values of an
InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptions’spermissionsfield. - Invoice
Payment Method Options UsBank Account Linked Account Options Prefetch billing - An enum representing the possible values of an
InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptions’sprefetchfield. - Invoice
Payment Method Options UsBank Account Verification Method billing - An enum representing the possible values of an
InvoicePaymentMethodOptionsUsBankAccount’sverification_methodfield. - Invoice
Pending Invoice Items Behavior billing - An enum representing the possible values of an
CreateInvoice’spending_invoice_items_behaviorfield. - Invoice
Rendering PdfPage Size billing - An enum representing the possible values of an
InvoiceRenderingPdf’spage_sizefield. - Invoice
Status billing - An enum representing the possible values of an
Invoice’sstatusfield. - Invoices
Payment Settings Payment Method Types billing - An enum representing the possible values of an
InvoicesPaymentSettings’spayment_method_typesfield. - Issuing
Authorization Authentication Exemption Claimed By issuing - An enum representing the possible values of an
IssuingAuthorizationAuthenticationExemption’sclaimed_byfield. - Issuing
Authorization Authentication Exemption Type issuing - An enum representing the possible values of an
IssuingAuthorizationAuthenticationExemption’stypefield. - Issuing
Authorization Check issuing - An enum representing the possible values of the
IssuingAuthorizationVerificationDatafields. - Issuing
Authorization Method issuing - An enum representing the possible values of the
IssuingAuthorization’sauthorization_methodfield. - Issuing
Authorization Reason issuing - An enum representing the possible values of the
IssuingAuthorizationRequest’sreasonfield. - Issuing
Authorization Status issuing - An enum representing the possible values of an
IssuingAuthorization’sstatusfield. - Issuing
Authorization ThreeD Secure Result issuing - An enum representing the possible values of an
IssuingAuthorizationThreeDSecure’sresultfield. - Issuing
Authorization Wallet Provider issuing - An enum representing the possible values of an
IssuingAuthorization’swallet_providerfield. - Issuing
Card Apple PayIneligible Reason issuing - An enum representing the possible values of an
IssuingCardApplePay’sineligible_reasonfield. - Issuing
Card Cancellation Reason issuing - An enum representing the possible values of an
IssuingCard’scancellation_reasonfield. - Issuing
Card Google PayIneligible Reason issuing - An enum representing the possible values of an
IssuingCardGooglePay’sineligible_reasonfield. - Issuing
Card PinStatus issuing - An enum representing the possible values of an
IssuingCardPin’sstatusfield. - Issuing
Card Replacement Reason issuing - An enum representing the possible values of an
IssuingCard’sreplacement_reasonfield. - Issuing
Card Shipping Carrier issuing - An enum representing the possible values of an
IssuingCardShipping’scarrierfield. - Issuing
Card Shipping Service issuing - An enum representing the possible values of an
IssuingCardShipping’sservicefield. - Issuing
Card Shipping Status issuing - An enum representing the possible values of an
IssuingCardShipping’sstatusfield. - Issuing
Card Shipping Type issuing - An enum representing the possible values of an
IssuingCardShipping’stypefield. - Issuing
Card Spending Limit Categories issuing - An enum representing the possible values of an
IssuingCardSpendingLimit’scategoriesfield. - Issuing
Card Spending Limit Interval issuing - An enum representing the possible values of an
IssuingCardSpendingLimit’sintervalfield. - Issuing
Card Status issuing - An enum representing the possible values of an
IssuingCard’sstatusfield. - Issuing
Card Type issuing - An enum representing the possible values of an
IssuingCard’stypefield. - Issuing
Cardholder Preferred Locales issuing - An enum representing the possible values of an
IssuingCardholder’spreferred_localesfield. - Issuing
Cardholder Requirements Disabled Reason issuing - An enum representing the possible values of an
IssuingCardholderRequirements’sdisabled_reasonfield. - Issuing
Cardholder Requirements Past Due issuing - An enum representing the possible values of an
IssuingCardholderRequirements’spast_duefield. - Issuing
Cardholder Spending Limit Categories issuing - An enum representing the possible values of an
IssuingCardholderSpendingLimit’scategoriesfield. - Issuing
Cardholder Spending Limit Interval issuing - An enum representing the possible values of an
IssuingCardholderSpendingLimit’sintervalfield. - Issuing
Cardholder Status issuing - An enum representing the possible values of an
IssuingCardholder’sstatusfield. - Issuing
Cardholder Type issuing - An enum representing the possible values of an
IssuingCardholder’stypefield. - Issuing
Dispute Canceled Evidence Product Type issuing - An enum representing the possible values of an
IssuingDisputeCanceledEvidence’sproduct_typefield. - Issuing
Dispute Canceled Evidence Return Status issuing - An enum representing the possible values of an
IssuingDisputeCanceledEvidence’sreturn_statusfield. - Issuing
Dispute Evidence Reason issuing - An enum representing the possible values of an
IssuingDisputeEvidence’sreasonfield. - Issuing
Dispute Merchandise NotAs Described Evidence Return Status issuing - An enum representing the possible values of an
IssuingDisputeMerchandiseNotAsDescribedEvidence’sreturn_statusfield. - Issuing
Dispute NotReceived Evidence Product Type issuing - An enum representing the possible values of an
IssuingDisputeNotReceivedEvidence’sproduct_typefield. - Issuing
Dispute Other Evidence Product Type issuing - An enum representing the possible values of an
IssuingDisputeOtherEvidence’sproduct_typefield. - Issuing
Dispute Reason issuing - An enum representing the possible values of an
IssuingDispute’sreasonfield. - Issuing
Dispute Status issuing - An enum representing the possible values of an
IssuingDispute’sstatusfield. - Issuing
Network Token Device Type issuing - An enum representing the possible values of an
IssuingNetworkTokenDevice’stypefield. - Issuing
Network Token Network Data Type issuing - An enum representing the possible values of an
IssuingNetworkTokenNetworkData’stypefield. - Issuing
Network Token Wallet Provider Card Number Source issuing - An enum representing the possible values of an
IssuingNetworkTokenWalletProvider’scard_number_sourcefield. - Issuing
Network Token Wallet Provider Reason Codes issuing - An enum representing the possible values of an
IssuingNetworkTokenWalletProvider’sreason_codesfield. - Issuing
Network Token Wallet Provider Suggested Decision issuing - An enum representing the possible values of an
IssuingNetworkTokenWalletProvider’ssuggested_decisionfield. - Issuing
Token Network issuing - An enum representing the possible values of an
IssuingToken’snetworkfield. - Issuing
Token Status issuing - An enum representing the possible values of an
IssuingToken’sstatusfield. - Issuing
Token Wallet Provider issuing - An enum representing the possible values of an
IssuingToken’swallet_providerfield. - Issuing
Transaction Type issuing - An enum representing the possible values of an
IssuingTransaction’stypefield. - Issuing
Transaction Wallet issuing - An enum representing the possible values of an
IssuingTransaction’swalletfield. - Line
Items TaxAmount Taxability Reason checkout - An enum representing the possible values of an
LineItemsTaxAmount’staxability_reasonfield. - Line
Items TaxAmount Taxability Reason checkout - An enum representing the possible values of an
LineItemsTaxAmount’staxability_reasonfield. - Line
Items TaxAmount Taxability Reason billing - An enum representing the possible values of an
LineItemsTaxAmount’staxability_reasonfield. - Line
Items TaxAmount Taxability Reason billing - An enum representing the possible values of an
LineItemsTaxAmount’staxability_reasonfield. - Linked
Account Options UsBank Account Permissions - An enum representing the possible values of an
LinkedAccountOptionsUsBankAccount’spermissionsfield. - Linked
Account Options UsBank Account Prefetch - An enum representing the possible values of an
LinkedAccountOptionsUsBankAccount’sprefetchfield. - List
Prices Recurring Interval - An enum representing the possible values of an
ListPricesRecurring’sintervalfield. - List
Prices Recurring Usage Type - An enum representing the possible values of an
ListPricesRecurring’susage_typefield. - List
TaxIds Owner Type billing - An enum representing the possible values of an
ListTaxIdsOwner’stypefield. - Mandate
Acss Debit Default For - An enum representing the possible values of an
MandateAcssDebit’sdefault_forfield. - Mandate
Acss Debit Payment Schedule - An enum representing the possible values of an
MandateAcssDebit’spayment_schedulefield. - Mandate
Acss Debit Transaction Type - An enum representing the possible values of an
MandateAcssDebit’stransaction_typefield. - Mandate
Bacs Debit Network Status - An enum representing the possible values of an
MandateBacsDebit’snetwork_statusfield. - Mandate
Bacs Debit Revocation Reason - An enum representing the possible values of an
MandateBacsDebit’srevocation_reasonfield. - Mandate
Status - An enum representing the possible values of an
Mandate’sstatusfield. - Mandate
Type - An enum representing the possible values of an
Mandate’stypefield. - Mandate
UsBank Account Collection Method - An enum representing the possible values of an
MandateUsBankAccount’scollection_methodfield. - 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’sstatusfield. - 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_redirectsfield. - Payment
Flows Automatic Payment Methods Setup Intent Allow Redirects - An enum representing the possible values of an
PaymentFlowsAutomaticPaymentMethodsSetupIntent’sallow_redirectsfield. - Payment
Flows Private Payment Methods Card Details ApiResource Enterprise Features Extended Authorization Extended Authorization Status - An enum representing the possible values of an
PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceEnterpriseFeaturesExtendedAuthorizationExtendedAuthorization’sstatusfield. - Payment
Flows Private Payment Methods Card Details ApiResource Enterprise Features Incremental Authorization Incremental Authorization Status - An enum representing the possible values of an
PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceEnterpriseFeaturesIncrementalAuthorizationIncrementalAuthorization’sstatusfield. - Payment
Flows Private Payment Methods Card Details ApiResource Enterprise Features Overcapture Overcapture Status - An enum representing the possible values of an
PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceEnterpriseFeaturesOvercaptureOvercapture’sstatusfield. - Payment
Flows Private Payment Methods Card Details ApiResource Multicapture Status - An enum representing the possible values of an
PaymentFlowsPrivatePaymentMethodsCardDetailsApiResourceMulticapture’sstatusfield. - Payment
Intent Cancellation Reason - An enum representing the possible values of an
PaymentIntent’scancellation_reasonfield. - Payment
Intent Capture Method - An enum representing the possible values of an
PaymentIntent’scapture_methodfield. - Payment
Intent Confirmation Method - An enum representing the possible values of an
PaymentIntent’sconfirmation_methodfield. - Payment
Intent Method Type - Represents the way a
PaymentIntentneeds to be fulfilled. - Payment
Intent Next Action Display Bank Transfer Instructions Type - An enum representing the possible values of an
PaymentIntentNextActionDisplayBankTransferInstructions’stypefield. - Payment
Intent Next Action Type - Payment
Intent Next Action Verify With Microdeposits Microdeposit Type - An enum representing the possible values of an
PaymentIntentNextActionVerifyWithMicrodeposits’smicrodeposit_typefield. - Payment
Intent OffSession - Payment
Intent Payment Method Options Acss Debit Setup Future Usage - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsAcssDebit’ssetup_future_usagefield. - Payment
Intent Payment Method Options Acss Debit Verification Method - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsAcssDebit’sverification_methodfield. - Payment
Intent Payment Method Options AuBecs Debit Setup Future Usage - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsAuBecsDebit’ssetup_future_usagefield. - Payment
Intent Payment Method Options Blik Setup Future Usage - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsBlik’ssetup_future_usagefield. - Payment
Intent Payment Method Options Card Capture Method - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsCard’scapture_methodfield. - Payment
Intent Payment Method Options Card Network - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsCard’snetworkfield. - Payment
Intent Payment Method Options Card Request Extended Authorization - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsCard’srequest_extended_authorizationfield. - Payment
Intent Payment Method Options Card Request Incremental Authorization - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsCard’srequest_incremental_authorizationfield. - Payment
Intent Payment Method Options Card Request Multicapture - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsCard’srequest_multicapturefield. - Payment
Intent Payment Method Options Card Request Overcapture - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsCard’srequest_overcapturefield. - Payment
Intent Payment Method Options Card Request ThreeD Secure - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsCard’srequest_three_d_securefield. - Payment
Intent Payment Method Options Card Setup Future Usage - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsCard’ssetup_future_usagefield. - Payment
Intent Payment Method Options EpsSetup Future Usage - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsEps’ssetup_future_usagefield. - Payment
Intent Payment Method Options Link Capture Method - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsLink’scapture_methodfield. - Payment
Intent Payment Method Options Link Setup Future Usage - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsLink’ssetup_future_usagefield. - Payment
Intent Payment Method Options Mandate Options Acss Debit Payment Schedule - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebit’spayment_schedulefield. - Payment
Intent Payment Method Options Mandate Options Acss Debit Transaction Type - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebit’stransaction_typefield. - Payment
Intent Payment Method Options Sepa Debit Setup Future Usage - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsSepaDebit’ssetup_future_usagefield. - Payment
Intent Payment Method Options Swish Setup Future Usage - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsSwish’ssetup_future_usagefield. - Payment
Intent Payment Method Options UsBank Account Preferred Settlement Speed - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsUsBankAccount’spreferred_settlement_speedfield. - Payment
Intent Payment Method Options UsBank Account Setup Future Usage - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsUsBankAccount’ssetup_future_usagefield. - Payment
Intent Payment Method Options UsBank Account Verification Method - An enum representing the possible values of an
PaymentIntentPaymentMethodOptionsUsBankAccount’sverification_methodfield. - Payment
Intent Processing Type - An enum representing the possible values of an
PaymentIntentProcessing’stypefield. - Payment
Intent Setup Future Usage - An enum representing the possible values of an
PaymentIntent’ssetup_future_usagefield. - Payment
Intent Setup Future Usage Filter - An enum representing the possible values of an
UpdatePaymentIntent’ssetup_future_usagefield. - Payment
Intent Status - An enum representing the possible values of an
PaymentIntent’sstatusfield. - Payment
Link Billing Address Collection checkout - An enum representing the possible values of an
PaymentLink’sbilling_address_collectionfield. - Payment
Link Customer Creation checkout - An enum representing the possible values of an
PaymentLink’scustomer_creationfield. - Payment
Link Payment Method Collection checkout - An enum representing the possible values of an
PaymentLink’spayment_method_collectionfield. - Payment
Link Payment Method Types checkout - An enum representing the possible values of an
PaymentLink’spayment_method_typesfield. - Payment
Link Submit Type checkout - An enum representing the possible values of an
PaymentLink’ssubmit_typefield. - Payment
Links Resource After Completion Type checkout - An enum representing the possible values of an
PaymentLinksResourceAfterCompletion’stypefield. - Payment
Links Resource Consent Collection Promotions checkout - An enum representing the possible values of an
PaymentLinksResourceConsentCollection’spromotionsfield. - Payment
Links Resource Consent Collection Terms OfService checkout - An enum representing the possible values of an
PaymentLinksResourceConsentCollection’sterms_of_servicefield. - Payment
Links Resource Custom Fields Label Type checkout - An enum representing the possible values of an
PaymentLinksResourceCustomFieldsLabel’stypefield. - Payment
Links Resource Custom Fields Type checkout - An enum representing the possible values of an
PaymentLinksResourceCustomFields’stypefield. - Payment
Links Resource Payment Intent Data Capture Method checkout - An enum representing the possible values of an
PaymentLinksResourcePaymentIntentData’scapture_methodfield. - Payment
Links Resource Payment Intent Data Setup Future Usage checkout - An enum representing the possible values of an
PaymentLinksResourcePaymentIntentData’ssetup_future_usagefield. - Payment
Links Resource Payment Method Reuse Agreement Position checkout - An enum representing the possible values of an
PaymentLinksResourcePaymentMethodReuseAgreement’spositionfield. - Payment
Links Resource Shipping Address Collection Allowed Countries checkout - An enum representing the possible values of an
PaymentLinksResourceShippingAddressCollection’sallowed_countriesfield. - Payment
Method Details AchDebit Account Holder Type - An enum representing the possible values of an
PaymentMethodDetailsAchDebit’saccount_holder_typefield. - Payment
Method Details Bancontact Preferred Language - An enum representing the possible values of an
PaymentMethodDetailsBancontact’spreferred_languagefield. - Payment
Method Details Card Present Read Method - An enum representing the possible values of an
PaymentMethodDetailsCardPresent’sread_methodfield. - Payment
Method Details Card Present Receipt Account Type - An enum representing the possible values of an
PaymentMethodDetailsCardPresentReceipt’saccount_typefield. - Payment
Method Details Card Wallet Type - An enum representing the possible values of an
PaymentMethodDetailsCardWallet’stypefield. - Payment
Method Details EpsBank - An enum representing the possible values of an
PaymentMethodDetailsEps’sbankfield. - Payment
Method Details FpxAccount Holder Type - An enum representing the possible values of an
PaymentMethodDetailsFpx’saccount_holder_typefield. - Payment
Method Details FpxBank - An enum representing the possible values of an
PaymentMethodDetailsFpx’sbankfield. - Payment
Method Details Ideal Bank - An enum representing the possible values of an
PaymentMethodDetailsIdeal’sbankfield. - Payment
Method Details Ideal Bic - An enum representing the possible values of an
PaymentMethodDetailsIdeal’sbicfield. - Payment
Method Details Interac Present Read Method - An enum representing the possible values of an
PaymentMethodDetailsInteracPresent’sread_methodfield. - Payment
Method Details Interac Present Receipt Account Type - An enum representing the possible values of an
PaymentMethodDetailsInteracPresentReceipt’saccount_typefield. - Payment
Method Details Konbini Store Chain - An enum representing the possible values of an
PaymentMethodDetailsKonbiniStore’schainfield. - Payment
Method Details P24Bank - An enum representing the possible values of an
PaymentMethodDetailsP24’sbankfield. - Payment
Method Details Sofort Preferred Language - An enum representing the possible values of an
PaymentMethodDetailsSofort’spreferred_languagefield. - Payment
Method Details UsBank Account Account Holder Type - An enum representing the possible values of an
PaymentMethodDetailsUsBankAccount’saccount_holder_typefield. - Payment
Method Details UsBank Account Account Type - An enum representing the possible values of an
PaymentMethodDetailsUsBankAccount’saccount_typefield. - Payment
Method EpsBank - An enum representing the possible values of an
PaymentMethodEps’sbankfield. - Payment
Method FpxAccount Holder Type - An enum representing the possible values of an
PaymentMethodFpx’saccount_holder_typefield. - Payment
Method FpxBank - An enum representing the possible values of an
PaymentMethodFpx’sbankfield. - Payment
Method Ideal Bank - An enum representing the possible values of an
PaymentMethodIdeal’sbankfield. - Payment
Method Ideal Bic - An enum representing the possible values of an
PaymentMethodIdeal’sbicfield. - Payment
Method Interac Present Read Method - An enum representing the possible values of an
PaymentMethodInteracPresent’sread_methodfield. - Payment
Method Options Affirm Capture Method - An enum representing the possible values of an
PaymentMethodOptionsAffirm’scapture_methodfield. - Payment
Method Options Affirm Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsAffirm’ssetup_future_usagefield. - Payment
Method Options Afterpay Clearpay Capture Method - An enum representing the possible values of an
PaymentMethodOptionsAfterpayClearpay’scapture_methodfield. - Payment
Method Options Afterpay Clearpay Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsAfterpayClearpay’ssetup_future_usagefield. - Payment
Method Options Alipay Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsAlipay’ssetup_future_usagefield. - Payment
Method Options Bacs Debit Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsBacsDebit’ssetup_future_usagefield. - Payment
Method Options Bancontact Preferred Language - An enum representing the possible values of an
PaymentMethodOptionsBancontact’spreferred_languagefield. - Payment
Method Options Bancontact Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsBancontact’ssetup_future_usagefield. - Payment
Method Options Boleto Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsBoleto’ssetup_future_usagefield. - Payment
Method Options Card Mandate Options Amount Type - An enum representing the possible values of an
PaymentMethodOptionsCardMandateOptions’samount_typefield. - Payment
Method Options Card Mandate Options Interval - An enum representing the possible values of an
PaymentMethodOptionsCardMandateOptions’sintervalfield. - Payment
Method Options Card Mandate Options Supported Types - An enum representing the possible values of an
PaymentMethodOptionsCardMandateOptions’ssupported_typesfield. - Payment
Method Options Cashapp Capture Method - An enum representing the possible values of an
PaymentMethodOptionsCashapp’scapture_methodfield. - Payment
Method Options Cashapp Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsCashapp’ssetup_future_usagefield. - Payment
Method Options Customer Balance Bank Transfer Requested Address Types - An enum representing the possible values of an
PaymentMethodOptionsCustomerBalanceBankTransfer’srequested_address_typesfield. - Payment
Method Options Customer Balance Bank Transfer Type - An enum representing the possible values of an
PaymentMethodOptionsCustomerBalanceBankTransfer’stypefield. - Payment
Method Options Customer Balance EuBank Account Country - An enum representing the possible values of an
PaymentMethodOptionsCustomerBalanceEuBankAccount’scountryfield. - Payment
Method Options Customer Balance Funding Type - An enum representing the possible values of an
PaymentMethodOptionsCustomerBalance’sfunding_typefield. - Payment
Method Options Customer Balance Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsCustomerBalance’ssetup_future_usagefield. - Payment
Method Options FpxSetup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsFpx’ssetup_future_usagefield. - Payment
Method Options Giropay Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsGiropay’ssetup_future_usagefield. - Payment
Method Options Grabpay Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsGrabpay’ssetup_future_usagefield. - Payment
Method Options Ideal Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsIdeal’ssetup_future_usagefield. - Payment
Method Options Klarna Capture Method - An enum representing the possible values of an
PaymentMethodOptionsKlarna’scapture_methodfield. - Payment
Method Options Klarna Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsKlarna’ssetup_future_usagefield. - Payment
Method Options Konbini Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsKonbini’ssetup_future_usagefield. - Payment
Method Options Oxxo Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsOxxo’ssetup_future_usagefield. - Payment
Method Options P24Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsP24’ssetup_future_usagefield. - Payment
Method Options Paynow Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsPaynow’ssetup_future_usagefield. - Payment
Method Options Paypal Capture Method - An enum representing the possible values of an
PaymentMethodOptionsPaypal’scapture_methodfield. - Payment
Method Options Paypal Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsPaypal’ssetup_future_usagefield. - Payment
Method Options PixSetup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsPix’ssetup_future_usagefield. - Payment
Method Options Promptpay Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsPromptpay’ssetup_future_usagefield. - Payment
Method Options Sofort Preferred Language - An enum representing the possible values of an
PaymentMethodOptionsSofort’spreferred_languagefield. - Payment
Method Options Sofort Setup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsSofort’ssetup_future_usagefield. - Payment
Method Options UsBank Account Mandate Options Collection Method - An enum representing the possible values of an
PaymentMethodOptionsUsBankAccountMandateOptions’scollection_methodfield. - Payment
Method Options Wechat PayClient - An enum representing the possible values of an
PaymentMethodOptionsWechatPay’sclientfield. - Payment
Method Options Wechat PaySetup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsWechatPay’ssetup_future_usagefield. - Payment
Method Options ZipSetup Future Usage - An enum representing the possible values of an
PaymentMethodOptionsZip’ssetup_future_usagefield. - Payment
Method P24Bank - An enum representing the possible values of an
PaymentMethodP24’sbankfield. - Payment
Method Type - An enum representing the possible values of an
PaymentMethod’stypefield. - 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_typefield. - Payment
Method UsBank Account Account Type - An enum representing the possible values of an
PaymentMethodUsBankAccount’saccount_typefield. - Payment
Method UsBank Account Blocked Network Code - An enum representing the possible values of an
PaymentMethodUsBankAccountBlocked’snetwork_codefield. - Payment
Method UsBank Account Blocked Reason - An enum representing the possible values of an
PaymentMethodUsBankAccountBlocked’sreasonfield. - Payment
Pages Checkout Session Automatic TaxStatus checkout - An enum representing the possible values of an
PaymentPagesCheckoutSessionAutomaticTax’sstatusfield. - Payment
Pages Checkout Session Consent Collection Promotions checkout - An enum representing the possible values of an
PaymentPagesCheckoutSessionConsentCollection’spromotionsfield. - Payment
Pages Checkout Session Consent Collection Terms OfService checkout - An enum representing the possible values of an
PaymentPagesCheckoutSessionConsentCollection’sterms_of_servicefield. - Payment
Pages Checkout Session Consent Promotions checkout - An enum representing the possible values of an
PaymentPagesCheckoutSessionConsent’spromotionsfield. - Payment
Pages Checkout Session Consent Terms OfService checkout - An enum representing the possible values of an
PaymentPagesCheckoutSessionConsent’sterms_of_servicefield. - Payment
Pages Checkout Session Custom Fields Label Type checkout - An enum representing the possible values of an
PaymentPagesCheckoutSessionCustomFieldsLabel’stypefield. - Payment
Pages Checkout Session Custom Fields Type checkout - An enum representing the possible values of an
PaymentPagesCheckoutSessionCustomFields’stypefield. - Payment
Pages Checkout Session Customer Details TaxExempt checkout - An enum representing the possible values of an
PaymentPagesCheckoutSessionCustomerDetails’stax_exemptfield. - Payment
Pages Checkout Session Payment Method Reuse Agreement Position checkout - An enum representing the possible values of an
PaymentPagesCheckoutSessionPaymentMethodReuseAgreement’spositionfield. - Payment
Pages Checkout Session Shipping Address Collection Allowed Countries checkout - An enum representing the possible values of an
PaymentPagesCheckoutSessionShippingAddressCollection’sallowed_countriesfield. - Payment
Pages Checkout Session TaxId Type checkout - An enum representing the possible values of an
PaymentPagesCheckoutSessionTaxId’stypefield. - 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’smethodfield. - Payout
Reconciliation Status - An enum representing the possible values of an
Payout’sreconciliation_statusfield. - Payout
Source Type - An enum representing the possible values of an
CreatePayout’ssource_typefield. - Payout
Type - An enum representing the possible values of an
Payout’stypefield. - Paypal
Seller Protection Dispute Categories - An enum representing the possible values of an
PaypalSellerProtection’sdispute_categoriesfield. - Paypal
Seller Protection Status - An enum representing the possible values of an
PaypalSellerProtection’sstatusfield. - Person
Params Political Exposure connect - An enum representing the possible values of an
PersonParams’spolitical_exposurefield. - Person
Political Exposure connect - An enum representing the possible values of an
Person’spolitical_exposurefield. - Plan
Aggregate Usage billing - An enum representing the possible values of an
Plan’saggregate_usagefield. - Plan
Billing Scheme billing - An enum representing the possible values of an
Plan’sbilling_schemefield. - Plan
Interval billing - An enum representing the possible values of an
Plan’sintervalfield. - Plan
Interval billing - An enum representing the possible values of an
SubscriptionItemPriceDataRecurring’sintervalfield. - Plan
Interval billing - An enum representing the possible values of an
SubscriptionPendingInvoiceItemInterval’sintervalfield. - Plan
Tiers Mode billing - An enum representing the possible values of an
Plan’stiers_modefield. - Plan
Usage Type billing - An enum representing the possible values of an
Plan’susage_typefield. - Portal
Customer Update Allowed Updates billing - An enum representing the possible values of an
PortalCustomerUpdate’sallowed_updatesfield. - Portal
Flows Flow After Completion Type billing - An enum representing the possible values of an
PortalFlowsFlowAfterCompletion’stypefield. - Portal
Flows Flow Type billing - An enum representing the possible values of an
PortalFlowsFlow’stypefield. - Portal
Flows Retention Type billing - An enum representing the possible values of an
PortalFlowsRetention’stypefield. - Portal
Subscription Cancel Mode billing - An enum representing the possible values of an
PortalSubscriptionCancel’smodefield. - Portal
Subscription Cancel Proration Behavior billing - An enum representing the possible values of an
PortalSubscriptionCancel’sproration_behaviorfield. - Portal
Subscription Cancellation Reason Options billing - An enum representing the possible values of an
PortalSubscriptionCancellationReason’soptionsfield. - Portal
Subscription Update Default Allowed Updates billing - An enum representing the possible values of an
PortalSubscriptionUpdate’sdefault_allowed_updatesfield. - Portal
Subscription Update Proration Behavior billing - An enum representing the possible values of an
PortalSubscriptionUpdate’sproration_behaviorfield. - Price
Billing Scheme - An enum representing the possible values of an
Price’sbilling_schemefield. - Price
TaxBehavior - An enum representing the possible values of an
Price’stax_behaviorfield. - Price
Tiers Mode - An enum representing the possible values of an
Price’stiers_modefield. - Price
Type - An enum representing the possible values of an
Price’stypefield. - Product
Type - An enum representing the possible values of an
Product’stypefield. - Quote
Collection Method billing - An enum representing the possible values of an
Quote’scollection_methodfield. - Quote
Status billing - An enum representing the possible values of an
Quote’sstatusfield. - Quotes
Resource Automatic TaxStatus billing - An enum representing the possible values of an
QuotesResourceAutomaticTax’sstatusfield. - Quotes
Resource Recurring Interval billing - An enum representing the possible values of an
QuotesResourceRecurring’sintervalfield. - 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_usagefield. - Recurring
Interval - An enum representing the possible values of an
Recurring’sintervalfield. - Recurring
Usage Type - An enum representing the possible values of an
Recurring’susage_typefield. - Refund
Destination Details Card Type - An enum representing the possible values of an
RefundDestinationDetailsCard’stypefield. - Refund
Origin - An enum representing the possible values of an
CreateRefund’soriginfield. - Refund
Reason - An enum representing the possible values of an
Refund’sreasonfield. - Refund
Reason Filter - An enum representing the possible values of an
CreateRefund’sreasonfield. - Request
Strategy - Review
Closed Reason fraud - An enum representing the possible values of an
Review’sclosed_reasonfield. - Review
Opened Reason fraud - An enum representing the possible values of an
Review’sopened_reasonfield. - Review
Reason fraud - An enum representing the possible values of an
Review’sreasonfield. - Scheduled
- Scheduled
Other - Setup
Attempt Flow Directions - An enum representing the possible values of an
SetupAttempt’sflow_directionsfield. - Setup
Attempt Payment Method Details Bancontact Preferred Language - An enum representing the possible values of an
SetupAttemptPaymentMethodDetailsBancontact’spreferred_languagefield. - Setup
Attempt Payment Method Details Card Wallet Type - An enum representing the possible values of an
SetupAttemptPaymentMethodDetailsCardWallet’stypefield. - Setup
Attempt Payment Method Details Ideal Bank - An enum representing the possible values of an
SetupAttemptPaymentMethodDetailsIdeal’sbankfield. - Setup
Attempt Payment Method Details Ideal Bic - An enum representing the possible values of an
SetupAttemptPaymentMethodDetailsIdeal’sbicfield. - Setup
Attempt Payment Method Details Sofort Preferred Language - An enum representing the possible values of an
SetupAttemptPaymentMethodDetailsSofort’spreferred_languagefield. - Setup
Intent Cancellation Reason - An enum representing the possible values of an
SetupIntent’scancellation_reasonfield. - Setup
Intent Flow Directions - An enum representing the possible values of an
SetupIntent’sflow_directionsfield. - Setup
Intent Next Action Verify With Microdeposits Microdeposit Type - An enum representing the possible values of an
SetupIntentNextActionVerifyWithMicrodeposits’smicrodeposit_typefield. - Setup
Intent Payment Method Options Acss Debit Verification Method - An enum representing the possible values of an
SetupIntentPaymentMethodOptionsAcssDebit’sverification_methodfield. - Setup
Intent Payment Method Options Card Mandate Options Amount Type - An enum representing the possible values of an
SetupIntentPaymentMethodOptionsCardMandateOptions’samount_typefield. - Setup
Intent Payment Method Options Card Mandate Options Interval - An enum representing the possible values of an
SetupIntentPaymentMethodOptionsCardMandateOptions’sintervalfield. - Setup
Intent Payment Method Options Card Mandate Options Supported Types - An enum representing the possible values of an
SetupIntentPaymentMethodOptionsCardMandateOptions’ssupported_typesfield. - Setup
Intent Payment Method Options Card Network - An enum representing the possible values of an
SetupIntentPaymentMethodOptionsCard’snetworkfield. - Setup
Intent Payment Method Options Card Request ThreeD Secure - An enum representing the possible values of an
SetupIntentPaymentMethodOptionsCard’srequest_three_d_securefield. - Setup
Intent Payment Method Options Mandate Options Acss Debit Default For - An enum representing the possible values of an
SetupIntentPaymentMethodOptionsMandateOptionsAcssDebit’sdefault_forfield. - Setup
Intent Payment Method Options Mandate Options Acss Debit Payment Schedule - An enum representing the possible values of an
SetupIntentPaymentMethodOptionsMandateOptionsAcssDebit’spayment_schedulefield. - Setup
Intent Payment Method Options Mandate Options Acss Debit Transaction Type - An enum representing the possible values of an
SetupIntentPaymentMethodOptionsMandateOptionsAcssDebit’stransaction_typefield. - Setup
Intent Payment Method Options UsBank Account Verification Method - An enum representing the possible values of an
SetupIntentPaymentMethodOptionsUsBankAccount’sverification_methodfield. - Setup
Intent Status - An enum representing the possible values of an
SetupIntent’sstatusfield. - Shipping
Rate Currency Option TaxBehavior - An enum representing the possible values of an
ShippingRateCurrencyOption’stax_behaviorfield. - Shipping
Rate Delivery Estimate Bound Unit - An enum representing the possible values of an
ShippingRateDeliveryEstimateBound’sunitfield. - Shipping
Rate TaxBehavior - An enum representing the possible values of an
ShippingRate’stax_behaviorfield. - Shipping
Rate Type - An enum representing the possible values of an
ShippingRate’stypefield. - Source
Acceptance Params Status - An enum representing the possible values of an
SourceAcceptanceParams’sstatusfield. - Source
Acceptance Params Type - An enum representing the possible values of an
SourceAcceptanceParams’stypefield. - Source
Flow - An enum representing the possible values of an
CreateSource’sflowfield. - Source
Mandate Interval - An enum representing the possible values of an
SourceMandateParams’sintervalfield. - Source
Mandate Notification Method - An enum representing the possible values of an
SourceMandateParams’snotification_methodfield. - Source
Redirect Flow Failure Reason - An enum representing the possible values of an
SourceRedirectFlow’sfailure_reasonfield. - Source
Redirect Flow Status - An enum representing the possible values of an
SourceRedirectFlow’sstatusfield. - Source
Refund Notification Method - An enum representing the possible values of an
CreateSourceReceiver’srefund_attributes_methodfield. - Source
Status - An enum representing the possible values of an
Source’sstatusfield. - Source
Type - An enum representing the possible values of an
Source’stypefield. - Source
Usage - An enum representing the possible values of an
Source’susagefield. - 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_anchorfield. - Subscription
Interval billing - An enum representing the possible values of an
SubscriptionPendingInvoiceItemInterval’sintervalfield. - Subscription
Item Interval billing - An enum representing the possible values of an
SubscriptionItemPriceDataRecurring’sintervalfield. - Subscription
Item Payment Behavior billing - An enum representing the possible values of an
CreateSubscriptionItem’spayment_behaviorfield. - Subscription
Item Price Data TaxBehavior billing - An enum representing the possible values of an
SubscriptionItemPriceData’stax_behaviorfield. - Subscription
Item Price Data TaxBehavior billing - An enum representing the possible values of an
SubscriptionItemPriceData’stax_behaviorfield. - Subscription
Payment Behavior billing - An enum representing the possible values of an
CreateSubscriptionItem’spayment_behaviorfield. - Subscription
Payment Behavior billing - An enum representing the possible values of an
CreateSubscription’spayment_behaviorfield. - Subscription
Payment Method Options Card Network billing - An enum representing the possible values of an
SubscriptionPaymentMethodOptionsCard’snetworkfield. - Subscription
Payment Method Options Card Request ThreeD Secure billing - An enum representing the possible values of an
SubscriptionPaymentMethodOptionsCard’srequest_three_d_securefield. - Subscription
Proration Behavior billing - An enum representing the possible values of an
CreateSubscriptionItem’sproration_behaviorfield. - Subscription
Proration Behavior billing - An enum representing the possible values of an
CreateSubscription’sproration_behaviorfield. - Subscription
Proration Behavior billing - An enum representing the possible values of an
SubscriptionSchedulePhaseConfiguration’sproration_behaviorfield. - Subscription
Schedule Default Settings Billing Cycle Anchor billing - An enum representing the possible values of an
SubscriptionScheduleDefaultSettings’sbilling_cycle_anchorfield. - Subscription
Schedule Default Settings Collection Method billing - An enum representing the possible values of an
SubscriptionScheduleDefaultSettings’scollection_methodfield. - Subscription
Schedule Default Settings Params Automatic TaxLiability Type billing - An enum representing the possible values of an
SubscriptionScheduleDefaultSettingsParamsAutomaticTaxLiability’stypefield. - Subscription
Schedule Default Settings Params Billing Cycle Anchor billing - An enum representing the possible values of an
SubscriptionScheduleDefaultSettingsParams’sbilling_cycle_anchorfield. - Subscription
Schedule EndBehavior billing - An enum representing the possible values of an
SubscriptionSchedule’send_behaviorfield. - Subscription
Schedule Invoice Settings Issuer Type billing - An enum representing the possible values of an
SubscriptionScheduleInvoiceSettingsIssuer’stypefield. - Subscription
Schedule Phase Configuration Billing Cycle Anchor billing - An enum representing the possible values of an
SubscriptionSchedulePhaseConfiguration’sbilling_cycle_anchorfield. - Subscription
Schedule Status billing - An enum representing the possible values of an
SubscriptionSchedule’sstatusfield. - Subscription
Status billing - An enum representing the possible values of an
Subscription’sstatusfield. - Subscription
Status Filter billing - An enum representing the possible values of an
ListSubscriptions’sstatusfield. - Subscriptions
Resource Pause Collection Behavior billing - An enum representing the possible values of an
SubscriptionsResourcePauseCollection’sbehaviorfield. - Subscriptions
Resource Payment Settings Payment Method Types billing - An enum representing the possible values of an
SubscriptionsResourcePaymentSettings’spayment_method_typesfield. - Subscriptions
Resource Payment Settings Save Default Payment Method billing - An enum representing the possible values of an
SubscriptionsResourcePaymentSettings’ssave_default_payment_methodfield. - Subscriptions
Trials Resource EndBehavior Missing Payment Method billing - An enum representing the possible values of an
SubscriptionsTrialsResourceEndBehavior’smissing_payment_methodfield. - TaxAmount
Taxability Reason billing - An enum representing the possible values of an
TaxAmount’staxability_reasonfield. - TaxAmount
Taxability Reason billing - An enum representing the possible values of an
TaxAmount’staxability_reasonfield. - TaxCalculation
Line Item TaxBehavior tax-calculation - An enum representing the possible values of an
TaxCalculationLineItem’stax_behaviorfield. - TaxI
DsOwner Type billing - An enum representing the possible values of an
TaxIDsOwner’stypefield. - TaxId
Type - An enum representing the possible values of an
TaxIdData’stypefield. - TaxId
Type billing - An enum representing the possible values of an
InvoicesResourceInvoiceTaxId’stypefield. - TaxId
Type billing - An enum representing the possible values of an
TaxId’stypefield. - 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’sstatusfield. - TaxProduct
Resource Customer Details Address Source tax-calculation - An enum representing the possible values of an
TaxProductResourceCustomerDetails’saddress_sourcefield. - TaxProduct
Resource Customer Details Resource TaxId Type tax-calculation - An enum representing the possible values of an
TaxProductResourceCustomerDetailsResourceTaxId’stypefield. - TaxProduct
Resource Customer Details Taxability Override tax-calculation - An enum representing the possible values of an
TaxProductResourceCustomerDetails’staxability_overridefield. - TaxProduct
Resource Jurisdiction Level tax-calculation - An enum representing the possible values of an
TaxProductResourceJurisdiction’slevelfield. - TaxProduct
Resource Jurisdiction Level tax-calculation - An enum representing the possible values of an
TaxProductResourceJurisdiction’slevelfield. - TaxProduct
Resource Line Item TaxBreakdown Sourcing tax-calculation - An enum representing the possible values of an
TaxProductResourceLineItemTaxBreakdown’ssourcingfield. - TaxProduct
Resource Line Item TaxBreakdown Sourcing tax-calculation - An enum representing the possible values of an
TaxProductResourceLineItemTaxBreakdown’ssourcingfield. - TaxProduct
Resource Line Item TaxBreakdown Taxability Reason tax-calculation - An enum representing the possible values of an
TaxProductResourceLineItemTaxBreakdown’staxability_reasonfield. - TaxProduct
Resource Line Item TaxBreakdown Taxability Reason tax-calculation - An enum representing the possible values of an
TaxProductResourceLineItemTaxBreakdown’staxability_reasonfield. - TaxProduct
Resource Line Item TaxRate Details TaxType tax-calculation - An enum representing the possible values of an
TaxProductResourceLineItemTaxRateDetails’stax_typefield. - TaxProduct
Resource Line Item TaxRate Details TaxType tax-calculation - An enum representing the possible values of an
TaxProductResourceLineItemTaxRateDetails’stax_typefield. - TaxProduct
Resource TaxBreakdown Taxability Reason tax-calculation - An enum representing the possible values of an
TaxProductResourceTaxBreakdown’staxability_reasonfield. - TaxProduct
Resource TaxCalculation Shipping Cost TaxBehavior tax-calculation - An enum representing the possible values of an
TaxProductResourceTaxCalculationShippingCost’stax_behaviorfield. - TaxProduct
Resource TaxRate Details TaxType tax-calculation - An enum representing the possible values of an
TaxProductResourceTaxRateDetails’stax_typefield. - TaxRate
Jurisdiction Level billing - An enum representing the possible values of an
TaxRate’sjurisdiction_levelfield. - TaxRate
TaxType billing - An enum representing the possible values of an
TaxRate’stax_typefield. - Terminal
Reader Device Type terminal - An enum representing the possible values of an
TerminalReader’sdevice_typefield. - Terminal
Reader Reader Resource Reader Action Status terminal - An enum representing the possible values of an
TerminalReaderReaderResourceReaderAction’sstatusfield. - Terminal
Reader Reader Resource Reader Action Type terminal - An enum representing the possible values of an
TerminalReaderReaderResourceReaderAction’stypefield. - Terminal
Reader Reader Resource Refund Payment Action Reason terminal - An enum representing the possible values of an
TerminalReaderReaderResourceRefundPaymentAction’sreasonfield. - Terminal
Reader Reader Resource SetReader Display Action Type terminal - An enum representing the possible values of an
TerminalReaderReaderResourceSetReaderDisplayAction’stypefield. - Terminal
Reader Status terminal - An enum representing the possible values of an
TerminalReader’sstatusfield. - Test
Helpers Test Clock Status - An enum representing the possible values of an
TestHelpersTestClock’sstatusfield. - ThreeD
Secure Details Authentication Flow - An enum representing the possible values of an
ThreeDSecureDetails’sauthentication_flowfield. - ThreeD
Secure Details Charge Authentication Flow - An enum representing the possible values of an
ThreeDSecureDetailsCharge’sauthentication_flowfield. - ThreeD
Secure Details Charge Electronic Commerce Indicator - An enum representing the possible values of an
ThreeDSecureDetailsCharge’selectronic_commerce_indicatorfield. - ThreeD
Secure Details Charge Exemption Indicator - An enum representing the possible values of an
ThreeDSecureDetailsCharge’sexemption_indicatorfield. - ThreeD
Secure Details Charge Result - An enum representing the possible values of an
ThreeDSecureDetailsCharge’sresultfield. - ThreeD
Secure Details Charge Result Reason - An enum representing the possible values of an
ThreeDSecureDetailsCharge’sresult_reasonfield. - ThreeD
Secure Details Charge Version - An enum representing the possible values of an
ThreeDSecureDetailsCharge’sversionfield. - ThreeD
Secure Details Electronic Commerce Indicator - An enum representing the possible values of an
ThreeDSecureDetails’selectronic_commerce_indicatorfield. - ThreeD
Secure Details Result - An enum representing the possible values of an
ThreeDSecureDetails’sresultfield. - ThreeD
Secure Details Result Reason - An enum representing the possible values of an
ThreeDSecureDetails’sresult_reasonfield. - ThreeD
Secure Details Version - An enum representing the possible values of an
ThreeDSecureDetails’sversionfield. - TokenId
- Token
Type - An enum representing the possible values of an
Token’stypefield. - Topup
Status connect - An enum representing the possible values of an
Topup’sstatusfield. - Topup
Status Filter connect - An enum representing the possible values of an
ListTopups’sstatusfield. - Transfer
Schedule Interval connect - An enum representing the possible values of an
TransferScheduleParams’sintervalfield. - Transfer
Schedule Params Weekly Anchor connect - An enum representing the possible values of an
TransferScheduleParams’sweekly_anchorfield. - Transfer
Source Type connect - An enum representing the possible values of an
CreateTransfer’ssource_typefield. - Transform
Quantity Round - An enum representing the possible values of an
TransformQuantity’sroundfield. - Transform
Usage Round billing - An enum representing the possible values of an
TransformUsage’sroundfield. - UpTo
- UpTo
Other - Update
Customer Cash Balance Settings Reconciliation Mode - An enum representing the possible values of an
UpdateCustomerCashBalanceSettings’sreconciliation_modefield. - Update
Customer TaxValidate Location - An enum representing the possible values of an
UpdateCustomerTax’svalidate_locationfield. - Update
Payment Intent Payment Method Data EpsBank - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodDataEps’sbankfield. - Update
Payment Intent Payment Method Data FpxAccount Holder Type - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodDataFpx’saccount_holder_typefield. - Update
Payment Intent Payment Method Data FpxBank - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodDataFpx’sbankfield. - Update
Payment Intent Payment Method Data Ideal Bank - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodDataIdeal’sbankfield. - Update
Payment Intent Payment Method Data P24Bank - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodDataP24’sbankfield. - Update
Payment Intent Payment Method Data Sofort Country - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodDataSofort’scountryfield. - Update
Payment Intent Payment Method Data Type - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodData’stypefield. - Update
Payment Intent Payment Method Data UsBank Account Account Holder Type - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodDataUsBankAccount’saccount_holder_typefield. - Update
Payment Intent Payment Method Data UsBank Account Account Type - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodDataUsBankAccount’saccount_typefield. - Update
Payment Intent Payment Method Options Acss Debit Mandate Options Payment Schedule - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsAcssDebitMandateOptions’spayment_schedulefield. - Update
Payment Intent Payment Method Options Acss Debit Mandate Options Transaction Type - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsAcssDebitMandateOptions’stransaction_typefield. - Update
Payment Intent Payment Method Options Acss Debit Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsAcssDebit’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options Acss Debit Verification Method - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsAcssDebit’sverification_methodfield. - Update
Payment Intent Payment Method Options Affirm Capture Method - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsAffirm’scapture_methodfield. - Update
Payment Intent Payment Method Options Affirm Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsAffirm’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options Afterpay Clearpay Capture Method - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsAfterpayClearpay’scapture_methodfield. - Update
Payment Intent Payment Method Options Afterpay Clearpay Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsAfterpayClearpay’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options Alipay Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsAlipay’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options AuBecs Debit Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsAuBecsDebit’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options Bacs Debit Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsBacsDebit’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options Bancontact Preferred Language - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsBancontact’spreferred_languagefield. - Update
Payment Intent Payment Method Options Bancontact Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsBancontact’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options Blik Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsBlik’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options Boleto Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsBoleto’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options Card Capture Method - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCard’scapture_methodfield. - Update
Payment Intent Payment Method Options Card Installments Plan Interval - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCardInstallmentsPlan’sintervalfield. - Update
Payment Intent Payment Method Options Card Installments Plan Type - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCardInstallmentsPlan’stypefield. - Update
Payment Intent Payment Method Options Card Mandate Options Amount Type - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCardMandateOptions’samount_typefield. - Update
Payment Intent Payment Method Options Card Mandate Options Interval - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCardMandateOptions’sintervalfield. - Update
Payment Intent Payment Method Options Card Mandate Options Supported Types - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCardMandateOptions’ssupported_typesfield. - Update
Payment Intent Payment Method Options Card Network - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCard’snetworkfield. - Update
Payment Intent Payment Method Options Card Request Extended Authorization - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCard’srequest_extended_authorizationfield. - Update
Payment Intent Payment Method Options Card Request Incremental Authorization - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCard’srequest_incremental_authorizationfield. - Update
Payment Intent Payment Method Options Card Request Multicapture - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCard’srequest_multicapturefield. - Update
Payment Intent Payment Method Options Card Request Overcapture - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCard’srequest_overcapturefield. - Update
Payment Intent Payment Method Options Card Request ThreeD Secure - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCard’srequest_three_d_securefield. - Update
Payment Intent Payment Method Options Card Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCard’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options Card ThreeD Secure Ares Trans Status - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCardThreeDSecure’sares_trans_statusfield. - Update
Payment Intent Payment Method Options Card ThreeD Secure Electronic Commerce Indicator - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCardThreeDSecure’selectronic_commerce_indicatorfield. - Update
Payment Intent Payment Method Options Card ThreeD Secure Exemption Indicator - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCardThreeDSecure’sexemption_indicatorfield. - Update
Payment Intent Payment Method Options Card ThreeD Secure Network Options Cartes Bancaires CbAvalgo - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptionsCartesBancaires’scb_avalgofield. - Update
Payment Intent Payment Method Options Card ThreeD Secure Version - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCardThreeDSecure’sversionfield. - Update
Payment Intent Payment Method Options Cashapp Capture Method - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCashapp’scapture_methodfield. - Update
Payment Intent Payment Method Options Cashapp Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCashapp’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options Customer Balance Bank Transfer Requested Address Types - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer’srequested_address_typesfield. - Update
Payment Intent Payment Method Options Customer Balance Bank Transfer Type - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCustomerBalanceBankTransfer’stypefield. - Update
Payment Intent Payment Method Options Customer Balance Funding Type - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCustomerBalance’sfunding_typefield. - Update
Payment Intent Payment Method Options Customer Balance Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsCustomerBalance’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options EpsSetup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsEps’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options FpxSetup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsFpx’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options Giropay Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsGiropay’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options Grabpay Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsGrabpay’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options Ideal Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsIdeal’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options Klarna Capture Method - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsKlarna’scapture_methodfield. - Update
Payment Intent Payment Method Options Klarna Preferred Locale - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsKlarna’spreferred_localefield. - Update
Payment Intent Payment Method Options Klarna Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsKlarna’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options Konbini Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsKonbini’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options Link Capture Method - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsLink’scapture_methodfield. - Update
Payment Intent Payment Method Options Link Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsLink’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options Oxxo Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsOxxo’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options P24Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsP24’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options Paynow Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsPaynow’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options Paypal Capture Method - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsPaypal’scapture_methodfield. - Update
Payment Intent Payment Method Options Paypal Preferred Locale - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsPaypal’spreferred_localefield. - Update
Payment Intent Payment Method Options Paypal Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsPaypal’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options PixSetup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsPix’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options Promptpay Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsPromptpay’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options Revolut PaySetup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsRevolutPay’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options Sepa Debit Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsSepaDebit’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options Sofort Preferred Language - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsSofort’spreferred_languagefield. - Update
Payment Intent Payment Method Options Sofort Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsSofort’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options Swish Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsSwish’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options UsBank Account Financial Connections Permissions - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnections’spermissionsfield. - Update
Payment Intent Payment Method Options UsBank Account Financial Connections Prefetch - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnections’sprefetchfield. - Update
Payment Intent Payment Method Options UsBank Account Mandate Options Collection Method - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptions’scollection_methodfield. - Update
Payment Intent Payment Method Options UsBank Account Networks Requested - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsUsBankAccountNetworks’srequestedfield. - Update
Payment Intent Payment Method Options UsBank Account Preferred Settlement Speed - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsUsBankAccount’spreferred_settlement_speedfield. - Update
Payment Intent Payment Method Options UsBank Account Setup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsUsBankAccount’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options UsBank Account Verification Method - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsUsBankAccount’sverification_methodfield. - Update
Payment Intent Payment Method Options Wechat PayClient - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsWechatPay’sclientfield. - Update
Payment Intent Payment Method Options Wechat PaySetup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsWechatPay’ssetup_future_usagefield. - Update
Payment Intent Payment Method Options ZipSetup Future Usage - An enum representing the possible values of an
UpdatePaymentIntentPaymentMethodOptionsZip’ssetup_future_usagefield. - Update
Payment Link After Completion Type checkout - An enum representing the possible values of an
UpdatePaymentLinkAfterCompletion’stypefield. - Update
Payment Link Automatic TaxLiability Type checkout - An enum representing the possible values of an
UpdatePaymentLinkAutomaticTaxLiability’stypefield. - Update
Payment Link Custom Fields Label Type checkout - An enum representing the possible values of an
UpdatePaymentLinkCustomFieldsLabel’stypefield. - Update
Payment Link Custom Fields Type checkout - An enum representing the possible values of an
UpdatePaymentLinkCustomFields’stypefield. - Update
Payment Link Invoice Creation Invoice Data Issuer Type checkout - An enum representing the possible values of an
UpdatePaymentLinkInvoiceCreationInvoiceDataIssuer’stypefield. - Update
Payment Link Invoice Creation Invoice Data Rendering Options Amount TaxDisplay checkout - An enum representing the possible values of an
UpdatePaymentLinkInvoiceCreationInvoiceDataRenderingOptions’samount_tax_displayfield. - Update
Payment Link Payment Method Types checkout - An enum representing the possible values of an
UpdatePaymentLink’spayment_method_typesfield. - Update
Payment Link Shipping Address Collection Allowed Countries checkout - An enum representing the possible values of an
UpdatePaymentLinkShippingAddressCollection’sallowed_countriesfield. - Update
Payment Link Subscription Data Invoice Settings Issuer Type checkout - An enum representing the possible values of an
UpdatePaymentLinkSubscriptionDataInvoiceSettingsIssuer’stypefield. - Update
Payment Link Subscription Data Trial Settings EndBehavior Missing Payment Method checkout - An enum representing the possible values of an
UpdatePaymentLinkSubscriptionDataTrialSettingsEndBehavior’smissing_payment_methodfield. - Update
Payment Method UsBank Account Account Holder Type - An enum representing the possible values of an
UpdatePaymentMethodUsBankAccount’saccount_holder_typefield. - Update
Payment Method UsBank Account Account Type - An enum representing the possible values of an
UpdatePaymentMethodUsBankAccount’saccount_typefield. - Update
Price Currency Options TaxBehavior - An enum representing the possible values of an
UpdatePriceCurrencyOptions’stax_behaviorfield. - Update
Setup Intent Flow Directions - An enum representing the possible values of an
UpdateSetupIntent’sflow_directionsfield. - Update
Setup Intent Payment Method Data EpsBank - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodDataEps’sbankfield. - Update
Setup Intent Payment Method Data FpxAccount Holder Type - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodDataFpx’saccount_holder_typefield. - Update
Setup Intent Payment Method Data FpxBank - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodDataFpx’sbankfield. - Update
Setup Intent Payment Method Data Ideal Bank - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodDataIdeal’sbankfield. - Update
Setup Intent Payment Method Data P24Bank - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodDataP24’sbankfield. - Update
Setup Intent Payment Method Data Sofort Country - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodDataSofort’scountryfield. - Update
Setup Intent Payment Method Data Type - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodData’stypefield. - Update
Setup Intent Payment Method Data UsBank Account Account Holder Type - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodDataUsBankAccount’saccount_holder_typefield. - Update
Setup Intent Payment Method Data UsBank Account Account Type - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodDataUsBankAccount’saccount_typefield. - Update
Setup Intent Payment Method Options Acss Debit Mandate Options Default For - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptions’sdefault_forfield. - Update
Setup Intent Payment Method Options Acss Debit Mandate Options Payment Schedule - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptions’spayment_schedulefield. - Update
Setup Intent Payment Method Options Acss Debit Mandate Options Transaction Type - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptions’stransaction_typefield. - Update
Setup Intent Payment Method Options Acss Debit Verification Method - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsAcssDebit’sverification_methodfield. - Update
Setup Intent Payment Method Options Card Mandate Options Amount Type - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsCardMandateOptions’samount_typefield. - Update
Setup Intent Payment Method Options Card Mandate Options Interval - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsCardMandateOptions’sintervalfield. - Update
Setup Intent Payment Method Options Card Mandate Options Supported Types - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsCardMandateOptions’ssupported_typesfield. - Update
Setup Intent Payment Method Options Card Network - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsCard’snetworkfield. - Update
Setup Intent Payment Method Options Card Request ThreeD Secure - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsCard’srequest_three_d_securefield. - Update
Setup Intent Payment Method Options Card ThreeD Secure Ares Trans Status - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsCardThreeDSecure’sares_trans_statusfield. - Update
Setup Intent Payment Method Options Card ThreeD Secure Electronic Commerce Indicator - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsCardThreeDSecure’selectronic_commerce_indicatorfield. - Update
Setup Intent Payment Method Options Card ThreeD Secure Network Options Cartes Bancaires CbAvalgo - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsCardThreeDSecureNetworkOptionsCartesBancaires’scb_avalgofield. - Update
Setup Intent Payment Method Options Card ThreeD Secure Version - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsCardThreeDSecure’sversionfield. - Update
Setup Intent Payment Method Options UsBank Account Financial Connections Permissions - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnections’spermissionsfield. - Update
Setup Intent Payment Method Options UsBank Account Financial Connections Prefetch - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsUsBankAccountFinancialConnections’sprefetchfield. - Update
Setup Intent Payment Method Options UsBank Account Mandate Options Collection Method - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions’scollection_methodfield. - Update
Setup Intent Payment Method Options UsBank Account Networks Requested - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsUsBankAccountNetworks’srequestedfield. - Update
Setup Intent Payment Method Options UsBank Account Verification Method - An enum representing the possible values of an
UpdateSetupIntentPaymentMethodOptionsUsBankAccount’sverification_methodfield. - Update
Shipping Rate Fixed Amount Currency Options TaxBehavior - An enum representing the possible values of an
UpdateShippingRateFixedAmountCurrencyOptions’stax_behaviorfield. - Update
Source Source Order Items Type - An enum representing the possible values of an
UpdateSourceSourceOrderItems’stypefield. - Update
Subscription Automatic TaxLiability Type billing - An enum representing the possible values of an
UpdateSubscriptionAutomaticTaxLiability’stypefield. - Update
Subscription Cancellation Details Feedback billing - An enum representing the possible values of an
UpdateSubscriptionCancellationDetails’sfeedbackfield. - Update
Subscription Invoice Settings Issuer Type billing - An enum representing the possible values of an
UpdateSubscriptionInvoiceSettingsIssuer’stypefield. - Update
Subscription Pause Collection Behavior billing - An enum representing the possible values of an
UpdateSubscriptionPauseCollection’sbehaviorfield. - Update
Subscription Payment Settings Payment Method Options Acss Debit Mandate Options Transaction Type billing - An enum representing the possible values of an
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebitMandateOptions’stransaction_typefield. - Update
Subscription Payment Settings Payment Method Options Acss Debit Verification Method billing - An enum representing the possible values of an
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsAcssDebit’sverification_methodfield. - Update
Subscription Payment Settings Payment Method Options Bancontact Preferred Language billing - An enum representing the possible values of an
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsBancontact’spreferred_languagefield. - Update
Subscription Payment Settings Payment Method Options Card Mandate Options Amount Type billing - An enum representing the possible values of an
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsCardMandateOptions’samount_typefield. - Update
Subscription Payment Settings Payment Method Options Card Network billing - An enum representing the possible values of an
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsCard’snetworkfield. - Update
Subscription Payment Settings Payment Method Options Card Request ThreeD Secure billing - An enum representing the possible values of an
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsCard’srequest_three_d_securefield. - Update
Subscription Payment Settings Payment Method Options UsBank Account Financial Connections Permissions billing - An enum representing the possible values of an
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections’spermissionsfield. - Update
Subscription Payment Settings Payment Method Options UsBank Account Financial Connections Prefetch billing - An enum representing the possible values of an
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnections’sprefetchfield. - Update
Subscription Payment Settings Payment Method Options UsBank Account Verification Method billing - An enum representing the possible values of an
UpdateSubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccount’sverification_methodfield. - Update
Subscription Payment Settings Payment Method Types billing - An enum representing the possible values of an
UpdateSubscriptionPaymentSettings’spayment_method_typesfield. - Update
Subscription Payment Settings Save Default Payment Method billing - An enum representing the possible values of an
UpdateSubscriptionPaymentSettings’ssave_default_payment_methodfield. - Update
Subscription Schedule Phases Automatic TaxLiability Type billing - An enum representing the possible values of an
UpdateSubscriptionSchedulePhasesAutomaticTaxLiability’stypefield. - Update
Subscription Schedule Phases Billing Cycle Anchor billing - An enum representing the possible values of an
UpdateSubscriptionSchedulePhases’sbilling_cycle_anchorfield. - Update
Subscription Schedule Phases Items Price Data Recurring Interval billing - An enum representing the possible values of an
UpdateSubscriptionSchedulePhasesItemsPriceDataRecurring’sintervalfield. - Update
Subscription Schedule Phases Items Price Data TaxBehavior billing - An enum representing the possible values of an
UpdateSubscriptionSchedulePhasesItemsPriceData’stax_behaviorfield. - Update
Subscription Trial Settings EndBehavior Missing Payment Method billing - An enum representing the possible values of an
UpdateSubscriptionTrialSettingsEndBehavior’smissing_payment_methodfield. - UsBank
Account Networks Supported - An enum representing the possible values of an
UsBankAccountNetworks’ssupportedfield. - Usage
Record Action billing - An enum representing the possible values of a
UsageRecord’saccountfield. - Wallet
Details Type - An enum representing the possible values of an
WalletDetails’stypefield. - Webhook
Endpoint Status webhook-endpoints - An enum representing the possible values of an
WebhookEndpoint’sstatusfield. - 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-hyperorruntime-tokio-hyper-rustlsorruntime-tokio-hyper-rustls-webpkiorruntime-blockingorruntime-blocking-rustlsorruntime-blocking-rustls-webpki - An alias for
Result. - Timestamp